As list administrator, your authorization is requested for the
following mailing list posting:
List: [email protected]
From: [email protected]
Subject: [SCM] openimageio branch, master, updated.
debian/1.0.0+dfsg0-1-17-g2e4e6c2
Reason: Post to moderated list
At your convenience, visit:
http://lists.alioth.debian.org/cgi-bin/mailman/admindb/pkg-phototools-commits
to approve or deny the request.
--- Begin Message ---
The following commit has been merged in the master branch:
commit ff5f9cec7d989903a5dfd67729773f626f6d389c
Author: Matteo F. Vescovi <[email protected]>
Date: Wed Apr 18 15:52:57 2012 +0200
debian/patches/: #0002 dropped (applied upstream)
Git-Dch: Ignore
diff --git a/debian/patches/0002-Fix_FTBFS_on_kFreeBSD.patch
b/debian/patches/0002-Fix_FTBFS_on_kFreeBSD.patch
deleted file mode 100644
index e67d3b3..0000000
--- a/debian/patches/0002-Fix_FTBFS_on_kFreeBSD.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: "Matteo F. Vescovi" <[email protected]>
-Date: Thu, 12 Apr 2012 15:35:16 +0200
-Subject: Fix_FTBFS_on_kFreeBSD
-
----
- src/libutil/sysutil.cpp | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/libutil/sysutil.cpp b/src/libutil/sysutil.cpp
-index 6121f4e..dbed837 100644
---- a/src/libutil/sysutil.cpp
-+++ b/src/libutil/sysutil.cpp
-@@ -39,7 +39,7 @@
- # include <sys/ioctl.h>
- #endif
-
--#ifdef __FreeBSD__
-+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- # include <sys/types.h>
- # include <sys/resource.h>
- # include <sys/sysctl.h>
-@@ -154,7 +154,7 @@ Sysutil::this_program_path ()
- #elif defined(_WIN32)
- // According to MSDN...
- int r = GetModuleFileName (NULL, filename, size);
--#elif defined(__FreeBSD__)
-+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- int mib[4];
- mib[0] = CTL_KERN;
- mib[1] = KERN_PROC;
-@@ -193,7 +193,7 @@ Sysutil::terminal_columns ()
- {
- int columns = 80; // a decent guess, if we have nothing more to go on
-
--#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
-+#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) ||
(__FreeBSD_kernel__)
- struct winsize w;
- ioctl (0, TIOCGWINSZ, &w);
- columns = w.ws_col;
--
OpenImageIO packaging
--- End Message ---
--- Begin Message ---
If you reply to this message, keeping the Subject: header intact,
Mailman will discard the held message. Do this if the message is
spam. If you reply to this message and include an Approved: header
with the list password in it, the message will be approved for posting
to the list. The Approved: header can also appear in the first line
of the body of the reply.
--- End Message ---
_______________________________________________
Pkg-phototools-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-phototools-devel