Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1247

Modified Files:
        wesnoth-devel.info wesnoth.info 
Log Message:
added bpde/dep on lua51*
x86_64-darwin10: disable calls to deprecated Carbon API (clipboard)


Index: wesnoth-devel.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth-devel.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wesnoth-devel.info  24 Aug 2010 19:41:34 -0000      1.1
+++ wesnoth-devel.info  25 Aug 2010 02:16:15 -0000      1.2
@@ -118,6 +118,9 @@
   dmacks hacked around under-use of libtool in Makefile in order to
  assure that local convenince libs are used in preference to
   installed ones of the same name.
+ From 1.9.0+, uses internal lua, and does not need to depend on fink's,
+  accoding to upstream.
+ fang...@users.sourceforge.net is helping maintain.
 <<
 License: GPL
 Maintainer: Jesse Alama <al...@stanford.edu>

Index: wesnoth.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/wesnoth.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wesnoth.info        24 Aug 2010 18:25:46 -0000      1.3
+++ wesnoth.info        25 Aug 2010 02:16:15 -0000      1.4
@@ -20,6 +20,8 @@
   glib2-dev,
   glitz,
   libpng3,
+  lua51-dev (>= 5.1),
+  lua51 (>= 5.1),
   freetype219,
   libiconv-dev,
   libgettext8-dev,
@@ -41,6 +43,7 @@
   fribidi-shlibs,
   glib2-shlibs,
   libpng3-shlibs,
+  lua51-shlibs,
   freetype219-shlibs,
   libiconv,
   libgettext8-shlibs,
@@ -77,9 +80,14 @@
   #!/bin/sh -ev
 #  %{default_script}
   perl -pi -e 's/-L. -l(wesnoth-core)/lib\1.a/' src/Makefile.am
+  # darwin10: msgmerge is screwy, disabling backup avoids permissions issues
   file=po/Makefile.in.in
   mv $file $file.orig
   sed '/^MSGMERGE_UPDATE/s|$| --backup=off|' $file.orig > $file
+  # x86_64: Carbon API not supported on 64b, conditionally mask out
+  file=src/clipboard.cpp
+  mv $file $file.orig
+  sed '/^#ifdef.*__APPLE__/s|.*|#if defined(__APPLE__) \&\& \!__LP64__|' 
$file.orig > $file
 <<
 CompileScript: <<
   #!/bin/sh -ev
@@ -123,6 +131,7 @@
   dmacks hacked around under-use of libtool in Makefile in order to
  assure that local convenince libs are used in preference to
   installed ones of the same name.
+ fang...@users.sourceforge.net is helping maintain.
 <<
 License: GPL
 Maintainer: Jesse Alama <al...@stanford.edu>


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to