[53833] trunk/dports/games/ldmud

toby at macports.org toby at macports.org
Tue Jul 14 22:48:56 PDT 2009


Revision: 53833
          http://trac.macports.org/changeset/53833
Author:   toby at macports.org
Date:     2009-07-14 22:48:55 -0700 (Tue, 14 Jul 2009)
Log Message:
-----------
use correct iconv, try to pass proper flags

Modified Paths:
--------------
    trunk/dports/games/ldmud/Portfile
    trunk/dports/games/ldmud/files/patch-src__Makefile.in

Modified: trunk/dports/games/ldmud/Portfile
===================================================================
--- trunk/dports/games/ldmud/Portfile	2009-07-15 05:46:06 UTC (rev 53832)
+++ trunk/dports/games/ldmud/Portfile	2009-07-15 05:48:55 UTC (rev 53833)
@@ -24,8 +24,12 @@
 
 patchfiles      patch-src__Makefile.in
 
+depends_lib     port:libiconv
+
 configure.dir   ${worksrcpath}/src
-configure.args  --libdir=${prefix}/var/ldmud
+configure.args  --libdir=${prefix}/var/ldmud \
+                --with-optimize=no
+configure.env   EXTRA_CFLAGS=${configure.cflags}
 
 build.dir       ${worksrcpath}/src
 

Modified: trunk/dports/games/ldmud/files/patch-src__Makefile.in
===================================================================
--- trunk/dports/games/ldmud/files/patch-src__Makefile.in	2009-07-15 05:46:06 UTC (rev 53832)
+++ trunk/dports/games/ldmud/files/patch-src__Makefile.in	2009-07-15 05:48:55 UTC (rev 53833)
@@ -1,6 +1,14 @@
---- src/Makefile.in.orig	2009-01-12 20:25:21.000000000 -0800
-+++ src/Makefile.in	2009-03-16 14:51:39.000000000 -0700
-@@ -135,13 +135,13 @@
+--- src/Makefile.in.orig	2009-06-14 15:18:52.000000000 -0700
++++ src/Makefile.in	2009-07-14 22:26:26.000000000 -0700
+@@ -84,6 +84,7 @@
+ MPATH=-DMUD_LIB='"$(MUD_LIB)"' -DBINDIR='"$(BINDIR)"' -DERQ_DIR='"$(ERQ_DIR)"'
+ #
+ CFLAGS= @EXTRA_CFLAGS@ $(OPTIMIZE) $(DEBUG) $(WARN) $(MPATH) $(PROFIL)
++CPPFLAGS= @CPPFLAGS@
+ #
+ LIBS=@LIBS@ @PKGLIBS@
+ #
+@@ -135,13 +136,13 @@
  	@echo "To install everything in one go, use 'make install-all'."
  
  install-driver: ldmud at EXEEXT@ docs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090714/bca95710/attachment.html>


More information about the macports-changes mailing list