[26388] trunk/dports/x11/gtk1/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Jun 20 14:50:09 PDT 2007
Revision: 26388
http://trac.macosforge.org/projects/macports/changeset/26388
Author: jmpp at macports.org
Date: 2007-06-20 14:50:09 -0700 (Wed, 20 Jun 2007)
Log Message:
-----------
Don't ask me why I'm spending any time what-so-ever on gtk1, but I was pointed to it on irc and I figure bringing it up to date with our current practices is not a bad thing (that is to say, the Portfile looks pretty now, but I have no idea if it even complies -- doesn't seem like it, as it tries to fetch stuff that was up on opendarwin mirrors).
Modified Paths:
--------------
trunk/dports/x11/gtk1/Portfile
Modified: trunk/dports/x11/gtk1/Portfile
===================================================================
--- trunk/dports/x11/gtk1/Portfile 2007-06-20 21:21:09 UTC (rev 26387)
+++ trunk/dports/x11/gtk1/Portfile 2007-06-20 21:50:09 UTC (rev 26388)
@@ -29,19 +29,18 @@
patchfiles patch-config.guess patch-config.sub
-configure.env LIBS="-L${prefix}/lib" CFLAGS="-I${prefix}/include" \
- CPPFLAGS="-I${prefix}/include"
-
configure.args --disable-shm --with-locale --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
-post-patch { system "cp ${distpath}/ltconfig13 ${worksrcpath}/ltconfig"
- system "cp ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh" }
+post-patch {
+ copy ${distpath}/ltconfig13 ${worksrcpath}/ltconfig
+ copy ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh
+}
-post-destroot { system "ln -sf libgdk-1.2.0.9.1.dylib \
- ${destroot}${prefix}/lib/libgdk.1.dylib"
- system "ln -sf libgtk-1.2.0.9.1.dylib \
- ${destroot}${prefix}/lib/libgtk.1.dylib" }
+post-destroot {
+ ln -sf libgdk-1.2.0.9.1.dylib ${destroot}${prefix}/lib/libgdk.1.dylib
+ ln -sf libgtk-1.2.0.9.1.dylib ${destroot}${prefix}/lib/libgtk.1.dylib
+}
variant sunos {
depends_lib-delete lib:libX11.6:XFree86
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070620/77593023/attachment.html
More information about the macports-changes
mailing list