[22316] trunk/dports/devel/pkgconfig/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 25 21:39:57 PST 2007


Revision: 22316
          http://trac.macosforge.org/projects/macports/changeset/22316
Author:   pipping at macports.org
Date:     2007-02-25 21:39:57 -0800 (Sun, 25 Feb 2007)

Log Message:
-----------
 * variant universal obsoleted by r22313

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

Modified: trunk/dports/devel/pkgconfig/Portfile
===================================================================
--- trunk/dports/devel/pkgconfig/Portfile	2007-02-26 05:31:35 UTC (rev 22315)
+++ trunk/dports/devel/pkgconfig/Portfile	2007-02-26 05:39:57 UTC (rev 22316)
@@ -1,31 +1,27 @@
 # $Id$
 
 PortSystem 1.0
-name		pkgconfig
-version		0.21
-categories	devel
-maintainers	eric at opendarwin.org
-description	System for managing library compile and link flags
-homepage	http://pkgconfig.freedesktop.org/wiki/
-platforms	darwin freebsd
-long_description The pkg-config program is used to retrieve information \
-		 about installed libraries in the system. It is typically \
-		 used to compile and link against one or more libraries.
-master_sites	 http://pkgconfig.freedesktop.org/releases/
+name            pkgconfig
+version         0.21
+categories      devel
+maintainers     eric at opendarwin.org
+description     System for managing library compile and link flags
+homepage        http://pkgconfig.freedesktop.org/wiki/
+platforms       darwin freebsd
+long_description \
+    The pkg-config program is used to retrieve information about        \
+    installed libraries in the system. It is typically used to compile  \
+    and link against one or more libraries.
+master_sites    http://pkgconfig.freedesktop.org/releases/
 
-distname	pkg-config-${version}
-checksums	md5 476f45fab1504aac6697aa7785f0ab91 \
-		sha1 b2508ba8404cad46ec42f6f58cbca43ae59d715f \
-		rmd160 6d48e449a3cedb576c0f54b08825be6ab684d955
+distname        pkg-config-${version}
+checksums       md5 476f45fab1504aac6697aa7785f0ab91 \
+                sha1 b2508ba8404cad46ec42f6f58cbca43ae59d715f \
+                rmd160 6d48e449a3cedb576c0f54b08825be6ab684d955
 
-configure.args	--mandir=${prefix}/share/man --enable-indirect-deps
+configure.args  --mandir=${prefix}/share/man \
+                --enable-indirect-deps
 
 platform darwin 6 {
-	configure.env CPPFLAGS="-no-cpp-precomp"
+    configure.env   CPPFLAGS="-no-cpp-precomp"
 }
-
-variant universal {
-    configure.args-append   --disable-dependency-tracking
-    configure.env-append      CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \
-                              LDFLAGS="-arch i386 -arch ppc"
-}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070225/8b79629f/attachment.html


More information about the macports-changes mailing list