[68257] trunk/dports/x11

jmr at macports.org jmr at macports.org
Sat May 29 19:58:40 PDT 2010


Revision: 68257
          http://trac.macports.org/changeset/68257
Author:   jmr at macports.org
Date:     2010-05-29 19:58:35 -0700 (Sat, 29 May 2010)
Log Message:
-----------
xorg-libXp, xorg-libxcb: put xorg-libpthread-stubs in depends_lib rather than depends_build, since pkg-config complains if you uninstall it

Modified Paths:
--------------
    trunk/dports/x11/xorg-libXp/Portfile
    trunk/dports/x11/xorg-libxcb/Portfile

Modified: trunk/dports/x11/xorg-libXp/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXp/Portfile	2010-05-30 00:47:56 UTC (rev 68256)
+++ trunk/dports/x11/xorg-libXp/Portfile	2010-05-30 02:58:35 UTC (rev 68257)
@@ -22,11 +22,11 @@
 use_parallel_build      yes
 
 depends_build   port:pkgconfig \
-                port:xorg-util-macros \
-                port:xorg-libpthread-stubs
+                port:xorg-util-macros
 
 depends_lib     port:xorg-libXext \
-                port:xorg-printproto
+                port:xorg-printproto \
+                port:xorg-libpthread-stubs
 
 use_autoreconf yes
 autoreconf.args -fvi

Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile	2010-05-30 00:47:56 UTC (rev 68256)
+++ trunk/dports/x11/xorg-libxcb/Portfile	2010-05-30 02:58:35 UTC (rev 68257)
@@ -19,12 +19,12 @@
 use_bzip2	yes
 use_parallel_build yes
 
-depends_build   port:pkgconfig \
-                port:xorg-libpthread-stubs
+depends_build   port:pkgconfig
 
 depends_lib	port:xorg-libXau \
                 port:xorg-libXdmcp \
-                port:xorg-xcb-proto
+                port:xorg-xcb-proto \
+                port:xorg-libpthread-stubs
 
 livecheck.type  regex
 livecheck.url   ${master_sites}?C=M&O=D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100529/474ce447/attachment-0001.html>


More information about the macports-changes mailing list