[148007] trunk/dports/devel/dbus
mcalhoun at macports.org
mcalhoun at macports.org
Sun Apr 24 07:12:18 PDT 2016
Revision: 148007
https://trac.macports.org/changeset/148007
Author: mcalhoun at macports.org
Date: 2016-04-24 07:12:18 -0700 (Sun, 24 Apr 2016)
Log Message:
-----------
remove unnecessary patchfile
r59386 was necessary because "STDIN [was] already closed"
as of https://cgit.freedesktop.org/dbus/dbus/commit/dbus/dbus-sysdeps-unix.c?id=b8b3feb98646c8294c86f8391d243aaf3f8ac684, this is no longer the case
Revision Links:
--------------
https://trac.macports.org/changeset/59386
Modified Paths:
--------------
trunk/dports/devel/dbus/Portfile
Removed Paths:
-------------
trunk/dports/devel/dbus/files/patch-dbus-dbus-sysdeps-unix.c.diff
Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile 2016-04-24 14:05:44 UTC (rev 148006)
+++ trunk/dports/devel/dbus/Portfile 2016-04-24 14:12:18 UTC (rev 148007)
@@ -7,6 +7,7 @@
name dbus
conflicts dbus-devel
version 1.10.6
+revision 1
maintainers mcalhoun openmaintainer
categories devel
platforms darwin
@@ -22,13 +23,11 @@
checksums rmd160 afaac55b06050bd4b80f7557fe69029dc3a820b0 \
sha256 b5fefa08a77edd76cd64d872db949eebc02cf6f3f8be82e4bbc641742af5d35f
-# See r59386
# See r68276
# For configure
# poll is always broken
# see https://trac.macports.org/ticket/47741#comment:12 for EXTERNAL authentication
patchfiles patch-bus-system.conf.in.diff \
- patch-dbus-dbus-sysdeps-unix.c.diff \
patch-configure.diff
depends_build \
Deleted: trunk/dports/devel/dbus/files/patch-dbus-dbus-sysdeps-unix.c.diff
===================================================================
--- trunk/dports/devel/dbus/files/patch-dbus-dbus-sysdeps-unix.c.diff 2016-04-24 14:05:44 UTC (rev 148006)
+++ trunk/dports/devel/dbus/files/patch-dbus-dbus-sysdeps-unix.c.diff 2016-04-24 14:12:18 UTC (rev 148007)
@@ -1,11 +0,0 @@
---- dbus/dbus-sysdeps-unix.c.orig 2014-01-17 09:59:48.000000000 -0700
-+++ dbus/dbus-sysdeps-unix.c 2014-03-21 12:39:25.000000000 -0700
-@@ -3385,7 +3385,7 @@
- close (result_pipe[READ_END]);
- close (errors_pipe[READ_END]);
-
-- if (dup2 (fd, 0) == -1) /* setup stdin */
-+ if (fd != 0 && dup2 (fd, 0) == -1) /* setup stdin */
- _exit (1);
- if (dup2 (result_pipe[WRITE_END], 1) == -1) /* setup stdout */
- _exit (1);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160424/273bdc93/attachment.html>
More information about the macports-changes
mailing list