[71480] trunk/dports/games/wesnoth
ryandesign at macports.org
ryandesign at macports.org
Tue Sep 14 07:59:43 PDT 2010
Revision: 71480
http://trac.macports.org/changeset/71480
Author: ryandesign at macports.org
Date: 2010-09-14 07:59:42 -0700 (Tue, 14 Sep 2010)
Log Message:
-----------
wesnoth: update to 1.8.4, add license info, add new dependencies, new maintainer Jordan Dunn; see #25240
Modified Paths:
--------------
trunk/dports/games/wesnoth/Portfile
trunk/dports/games/wesnoth/files/patch-m4-boost.m4.diff
Modified: trunk/dports/games/wesnoth/Portfile
===================================================================
--- trunk/dports/games/wesnoth/Portfile 2010-09-14 08:15:31 UTC (rev 71479)
+++ trunk/dports/games/wesnoth/Portfile 2010-09-14 14:59:42 UTC (rev 71480)
@@ -3,10 +3,11 @@
PortSystem 1.0
name wesnoth
-version 1.4.7
+version 1.8.4
categories games
platforms darwin
-maintainers nomaintainer
+maintainers nodetwo.com:jordan
+license GPL-2+
homepage http://www.wesnoth.org/
master_sites sourceforge
use_bzip2 yes
@@ -22,9 +23,8 @@
levels, and are carried over from one scenario to the \
next campaign.
-checksums md5 fdd341c3d66bf1bea2113c79db852d68 \
- sha1 f8eb17e7a7aaff5d8fff1e18a1479efcf932fd27 \
- rmd160 8a515aca790424a550505512eb42b101860e87b2
+checksums sha1 30b82e06523f9a82b770a6fc4e2d4251bd358eca \
+ rmd160 86b6f6ca39cf87134d89e989ed20840836aeac28
depends_lib port:xorg-libX11 \
port:boost \
@@ -34,6 +34,9 @@
port:libsdl_ttf \
port:libsdl_net \
port:libiconv \
+ port:lua \
+ path:lib/pkgconfig/pango.pc:pango \
+ port:fontconfig \
port:freetype \
port:fribidi \
port:gettext \
@@ -43,12 +46,14 @@
use_autoreconf yes
-configure.args --with-freetype-prefix=${prefix} \
- --with-libiconv-prefix=${prefix} \
+configure.args --with-libiconv-prefix=${prefix} \
+ --with-libintl-prefix=${prefix} \
+ --with-zlib-prefix=${prefix} \
+ --disable-dbus \
--disable-desktop-entry \
--disable-sdltest \
- --disable-python \
--disable-server \
+ --disable-strict-compilation \
--with-boost=${prefix}
configure.cppflags-append -DBOOST_IOSTREAMS_USE_DEPRECATED
Modified: trunk/dports/games/wesnoth/files/patch-m4-boost.m4.diff
===================================================================
--- trunk/dports/games/wesnoth/files/patch-m4-boost.m4.diff 2010-09-14 08:15:31 UTC (rev 71479)
+++ trunk/dports/games/wesnoth/files/patch-m4-boost.m4.diff 2010-09-14 14:59:42 UTC (rev 71480)
@@ -1,14 +1,14 @@
---- m4/boost.m4.orig 2008-03-24 12:43:24.000000000 -0500
-+++ m4/boost.m4 2010-09-13 10:32:57.000000000 -0500
-@@ -89,7 +89,6 @@
+--- m4/boost.m4.orig 2010-05-27 02:42:52.000000000 -0500
++++ m4/boost.m4 2010-09-14 02:32:34.000000000 -0500
+@@ -96,7 +96,6 @@
&& B_V_MIN == $boost_version_minor \
&& B_V_SUB < $boost_version_subminor)"
- for boost_inc in "$with_boost/include" '' \
+ for boost_dir in "$with_boost/include" '' \
- /opt/local/include /usr/local/include /opt/include /usr/include \
"$with_boost" C:/Boost/include
do
- test -e "$boost_inc" || continue
-@@ -269,7 +268,6 @@
+ # Without --layout=system, Boost (or at least some versions) installs
+@@ -301,7 +300,6 @@
boost_tmp_lib=$with_boost
test x"$with_boost" = x && boost_tmp_lib=${boost_cv_inc_path%/include}
for boost_ldpath in "$boost_tmp_lib/lib" '' \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100914/40da8aeb/attachment.html>
More information about the macports-changes
mailing list