[27030] trunk/dports/games/freeciv/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sun Jul 15 18:46:22 PDT 2007
Revision: 27030
http://trac.macosforge.org/projects/macports/changeset/27030
Author: rhwood at macports.org
Date: 2007-07-15 18:46:22 -0700 (Sun, 15 Jul 2007)
Log Message:
-----------
Rework dependencies and configure.args due to upstream advice
Remove worthless configure.env settings
Whitespace changes to puredarwin variant (does anyone use this OS anymore?)
No upgrade to version 2.0.9 due to strange build failure and closeness of 2.1.0
release with Aqua UI.
Remove dependency on imlib (which depends on gtk1/glib1)
Modified Paths:
--------------
trunk/dports/games/freeciv/Portfile
Modified: trunk/dports/games/freeciv/Portfile
===================================================================
--- trunk/dports/games/freeciv/Portfile 2007-07-16 00:22:56 UTC (rev 27029)
+++ trunk/dports/games/freeciv/Portfile 2007-07-16 01:46:22 UTC (rev 27030)
@@ -11,20 +11,27 @@
platforms darwin
master_sites sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
-checksums sha1 b9098dc46ed169e053f9c7405cc3abf9cebe9792
+checksums sha1 b9098dc46ed169e053f9c7405cc3abf9cebe9792
use_bzip2 yes
-depends_lib port:gettext port:libsdl port:esound port:readline port:imlib \
- port:gtk2
+depends_lib \
+ port:gettext \
+ port:libsdl \
+ port:libsdl_mixer \
+ port:esound \
+ port:readline \
+ port:gtk2
-configure.env LDFLAGS="-L${prefix}/lib" \
- CFLAGS="-I${prefix}/include" \
- CPPFLAGS="-I${prefix}/include"
+configure.args \
+ --enable-client=gtk2 \
+ --with-readline \
+ --with-zlib \
+ --enable-nls \
+ --with-sdl-prefix=${prefix} \
+ --with-libiconv-prefix=${prefix}
-configure.args --enable-client=gtk2 --with-readline --with-zlib
-
platform puredarwin {
- depends_lib-delete lib:libSDL:libsdl
- configure.args-append --disable-sdl-mixer
- }
+ depends_lib-delete port:libsdl
+ configure.args-append --disable-sdl-mixer
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070715/2752b0de/attachment.html
More information about the macports-changes
mailing list