[82624] trunk/dports/games/fizmo
ryandesign at macports.org
ryandesign at macports.org
Tue Aug 16 17:58:30 PDT 2011
Revision: 82624
http://trac.macports.org/changeset/82624
Author: ryandesign at macports.org
Date: 2011-08-16 17:58:29 -0700 (Tue, 16 Aug 2011)
Log Message:
-----------
fizmo: fix occasional "malformed archive TOC entry" build error; see #30794
Modified Paths:
--------------
trunk/dports/games/fizmo/Portfile
Added Paths:
-----------
trunk/dports/games/fizmo/files/
trunk/dports/games/fizmo/files/patch-src-fizmo-Makefile.diff
Modified: trunk/dports/games/fizmo/Portfile
===================================================================
--- trunk/dports/games/fizmo/Portfile 2011-08-17 00:49:16 UTC (rev 82623)
+++ trunk/dports/games/fizmo/Portfile 2011-08-17 00:58:29 UTC (rev 82624)
@@ -33,6 +33,8 @@
port:libsndfile \
port:libxml2
+patchfiles patch-src-fizmo-Makefile.diff
+
post-patch {
reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/config.macports.mk
reinplace "s|NCURSESW_INC_DIR = /usr/include|NCURSESW_INC_DIR = \$(DEFAULT_PREFIX)/include|g" ${worksrcpath}/config.macports.mk
Added: trunk/dports/games/fizmo/files/patch-src-fizmo-Makefile.diff
===================================================================
--- trunk/dports/games/fizmo/files/patch-src-fizmo-Makefile.diff (rev 0)
+++ trunk/dports/games/fizmo/files/patch-src-fizmo-Makefile.diff 2011-08-17 00:58:29 UTC (rev 82624)
@@ -0,0 +1,10 @@
+--- src/fizmo/Makefile.orig 2009-10-13 14:07:24.000000000 -0500
++++ src/fizmo/Makefile 2011-08-16 19:53:58.000000000 -0500
+@@ -48,6 +48,7 @@
+ .PHONY : clean
+
+ libfizmo.a: locales.o fizmo.o zpu.o stack.o streams.o i18n.o routine.o variable.o object.o property.o text.o savegame.o iff.o misc.o mt19937ar.o math.o output.o sound.o tracelog.o wordwrap.o table.o z_ucs.o config.o z_ucs_i.o undo.o filelist.o babel.o $(BLOCKBUF_DEP_O) $(CMD_HST_DEP_O) $(OUTPUT_HST_DEP_O)
++ rm -f libfizmo.a
+ $(AR) rcs libfizmo.a locales.o fizmo.o zpu.o stack.o streams.o i18n.o routine.o variable.o object.o property.o text.o savegame.o iff.o misc.o mt19937ar.o math.o output.o sound.o tracelog.o wordwrap.o table.o z_ucs.o config.o z_ucs_i.o undo.o filelist.o babel.o $(BLOCKBUF_DEP_O) $(CMD_HST_DEP_O) $(OUTPUT_HST_DEP_O)
+
+ fizmo.o: tracelog.h fizmo.h zpu.h text.h math.h stack.h i18n.h misc.h streams.h config.h savegame.h output.h z_ucs.h splint.h fizmo.c $(BLOCKBUF_DEP_H) $(OUTPUT_HST_DEP_H)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110816/43fa0abc/attachment.html>
More information about the macports-changes
mailing list