[43180] trunk/dports/x11/xinit/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 6 15:06:57 PST 2008


Revision: 43180
          http://trac.macports.org/changeset/43180
Author:   jeremyhu at macports.org
Date:     2008-12-06 15:06:57 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
xinit: Better way to autoreconf

Modified Paths:
--------------
    trunk/dports/x11/xinit/Portfile

Modified: trunk/dports/x11/xinit/Portfile
===================================================================
--- trunk/dports/x11/xinit/Portfile	2008-12-06 23:03:15 UTC (rev 43179)
+++ trunk/dports/x11/xinit/Portfile	2008-12-06 23:06:57 UTC (rev 43180)
@@ -22,7 +22,10 @@
 use_parallel_build  yes
 
 depends_build       port:pkgconfig \
-                    port:xorg-util-macros
+                    port:xorg-util-macros \
+                    port:libtool \
+                    port:autoconf \
+                    port:automake
 
 depends_lib         lib:libX11.6:xorg-libX11
 
@@ -30,8 +33,11 @@
 
 patchfiles          tiger_support.patch
 
+use_autoconf yes
+autoconf.cmd autoreconf
+autoconf.args -fvi
+
 pre-configure {
-	system "cd ${worksrcpath} && autoreconf -fvi"
 	reinplace "s|org.x|org.macports|" ${worksrcpath}/org.x.startx.plist.cpp
 	reinplace "s|org.x|org.macports|" ${worksrcpath}/privileged_startx/org.x.privileged_startx.plist.cpp
 	reinplace "s|org.x|org.macports|" ${worksrcpath}/privileged_startx/privileged_startx_types.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/d28770d6/attachment.html>


More information about the macports-changes mailing list