[45219] trunk/dports/x11/xorg-libAppleWM/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 11 02:40:14 PST 2009


Revision: 45219
          http://trac.macports.org/changeset/45219
Author:   jeremyhu at macports.org
Date:     2009-01-11 02:40:14 -0800 (Sun, 11 Jan 2009)
Log Message:
-----------
xorg-libAppleWM: Don't autoreconf for +system_x11.  See #17956

Modified Paths:
--------------
    trunk/dports/x11/xorg-libAppleWM/Portfile

Modified: trunk/dports/x11/xorg-libAppleWM/Portfile
===================================================================
--- trunk/dports/x11/xorg-libAppleWM/Portfile	2009-01-11 10:38:01 UTC (rev 45218)
+++ trunk/dports/x11/xorg-libAppleWM/Portfile	2009-01-11 10:40:14 UTC (rev 45219)
@@ -33,9 +33,8 @@
 depends_lib     port:xorg-libX11 \
                 port:xorg-libXext
  
-use_autoconf yes
-autoconf.cmd autoreconf
-autoconf.args -fvi
+use_autoreconf yes
+autoreconf.args -fvi
 
 livecheck.check regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
@@ -43,6 +42,7 @@
 
 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
 	if { [file exists ${x11prefix}/lib/libAppleWM.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
+		distfiles
 		fetch           { }
 		checksum        { }
 		build           { }
@@ -50,6 +50,7 @@
 			xinstall -d ${destroot}${prefix}/share/doc/${name}
 			system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
 		}
+		use_autoreconf no
 		use_configure no
 	}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090111/04f818c7/attachment.html>


More information about the macports-changes mailing list