[45443] trunk/dports/x11/xorg-libXevie/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 16 00:07:42 PST 2009


Revision: 45443
          http://trac.macports.org/changeset/45443
Author:   jeremyhu at macports.org
Date:     2009-01-16 00:07:40 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
xorg-libXevie: autoreconf to install to right mandir and be universal

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

Modified: trunk/dports/x11/xorg-libXevie/Portfile
===================================================================
--- trunk/dports/x11/xorg-libXevie/Portfile	2009-01-16 08:05:18 UTC (rev 45442)
+++ trunk/dports/x11/xorg-libXevie/Portfile	2009-01-16 08:07:40 UTC (rev 45443)
@@ -4,6 +4,7 @@
 
 name            xorg-libXevie
 version         1.0.2
+revision	1
 categories      x11 devel
 maintainers     jeremyhu openmaintainer
 description     X.org llibXevie
@@ -21,17 +22,23 @@
 use_parallel_build      yes
 
 depends_build   port:pkgconfig \
+                port:libtool \
+                port:autoconf \
+                port:automake \
+                port:xorg-util-macros \
                 port:xorg-xproto \
                 port:xorg-xextproto \
                 port:xorg-evieproto
 
 depends_lib	port:xorg-libXext
 
+use_autoreconf yes
+autoreconf.args -fvi
+
 livecheck.check regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex libXevie-(\\d+(?:\\.\\d+)*)
 
-
 variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
 	if { [file exists ${x11prefix}/lib/libXevie.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
 		fetch           { }
@@ -41,6 +48,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
 	} else {
 		if {${os.major} < 9 && ![file exists ${prefix}/lib/pkgconfig/x11.pc]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090116/93e97b9e/attachment.html>


More information about the macports-changes mailing list