[51357] trunk/dports/devel/glib2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 23 05:11:10 PDT 2009


Revision: 51357
          http://trac.macports.org/changeset/51357
Author:   ryandesign at macports.org
Date:     2009-05-23 05:11:09 -0700 (Sat, 23 May 2009)
Log Message:
-----------
glib2: undo a part of r49132: patch-which.diff is now used on all platforms
again. Although it is not needed for Leopard or later, or for most other
non-Mac OSes, the patch does no harm there, and by including it all the
time, anyone updating the port, regardless of their OS or OS version, will
notice if the patch needs to be updated.

Modified Paths:
--------------
    trunk/dports/devel/glib2/Portfile

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2009-05-23 12:02:24 UTC (rev 51356)
+++ trunk/dports/devel/glib2/Portfile	2009-05-23 12:11:09 UTC (rev 51357)
@@ -37,13 +37,9 @@
 patchfiles \
     patch-glib-2.0.pc.in.diff \
     patch-gi18n.h.diff \
-    patch-gio_xdgmime_xdgmime.c.diff
+    patch-gio_xdgmime_xdgmime.c.diff \
+    patch-which.diff
 
-if { ${os.major} < 9 } {
-    # Prior to Leopard, which returns 0 even if it can not find the program.
-    patchfiles-append patch-which.diff
-}
-
 depends_build \
     port:pkgconfig
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090523/886b2ff0/attachment.html>


More information about the macports-changes mailing list