[119051] trunk/dports/gnome/gnome-terminal

devans at macports.org devans at macports.org
Tue Apr 15 13:54:42 PDT 2014


Revision: 119051
          https://trac.macports.org/changeset/119051
Author:   devans at macports.org
Date:     2014-04-15 13:54:42 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
gnome-terminal: fix typo that breaks SL build.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch

Property Changed:
----------------
    trunk/dports/gnome/gnome-terminal/


Property changes on: trunk/dports/gnome/gnome-terminal
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/gnome-terminal:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-terminal:108269-118732
/users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal:116416-118154
/users/rmstonecipher/gnome/gnome-terminal:102363-103172
   + /branches/mld-qt-481/dports/gnome/gnome-terminal:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/gnome-terminal:108269-119050
/users/devans/GNOME-3/unstable/dports/gnome/gnome-terminal:116416-118154
/users/rmstonecipher/gnome/gnome-terminal:102363-103172

Modified: trunk/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch
===================================================================
--- trunk/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch	2014-04-15 20:51:31 UTC (rev 119050)
+++ trunk/dports/gnome/gnome-terminal/files/no-dupfd_cloexec.patch	2014-04-15 20:54:42 UTC (rev 119051)
@@ -16,7 +16,7 @@
 +#ifdef F_DUPFD_CLOEXEC
              fd = fcntl (fds[j], F_DUPFD_CLOEXEC, 3);
 +#else
-+            fd = fcntl (fds[j], F_DUPFD_CLOEXEC, 3);
++            fd = fcntl (fds[j], F_DUPFD, 3);
 +            fcntl(fd, F_SETFD, FD_CLOEXEC);
 +#endif
            } while (fd == -1 && errno == EINTR);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140415/255d612f/attachment.html>


More information about the macports-changes mailing list