[126812] trunk/dports/games/blobwars

ryandesign at macports.org ryandesign at macports.org
Wed Oct 15 11:58:34 PDT 2014


Revision: 126812
          https://trac.macports.org/changeset/126812
Author:   ryandesign at macports.org
Date:     2014-10-15 11:58:34 -0700 (Wed, 15 Oct 2014)
Log Message:
-----------
blobwars: update homepage; don't use -Werror (#45394)

Modified Paths:
--------------
    trunk/dports/games/blobwars/Portfile
    trunk/dports/games/blobwars/files/patch-makefile.diff

Modified: trunk/dports/games/blobwars/Portfile
===================================================================
--- trunk/dports/games/blobwars/Portfile	2014-10-15 18:23:03 UTC (rev 126811)
+++ trunk/dports/games/blobwars/Portfile	2014-10-15 18:58:34 UTC (rev 126812)
@@ -20,7 +20,7 @@
                         Blobs who have been assimilated and the evil alien \
                         leader, Galdov.
 
-homepage                http://www.parallelrealities.co.uk/projects/blobWars.php
+homepage                http://www.parallelrealities.co.uk/p/blob-wars-metal-blob-solid.html
 master_sites            sourceforge:project/blobwars
 
 checksums               rmd160  39a2bf865e7c2af97dcb2d26e06604e8d1fcc62f \

Modified: trunk/dports/games/blobwars/files/patch-makefile.diff
===================================================================
--- trunk/dports/games/blobwars/files/patch-makefile.diff	2014-10-15 18:23:03 UTC (rev 126811)
+++ trunk/dports/games/blobwars/files/patch-makefile.diff	2014-10-15 18:58:34 UTC (rev 126812)
@@ -1,5 +1,5 @@
 --- makefile.orig	2011-04-17 09:56:56.000000000 -0500
-+++ makefile	2011-08-22 23:07:02.000000000 -0500
++++ makefile	2014-10-15 13:57:31.000000000 -0500
 @@ -9,7 +9,7 @@
  USEPAK ?= 0
  
@@ -9,11 +9,13 @@
  DATADIR ?= $(PREFIX)/share/games/blobwars/
  DOCDIR ?= $(PREFIX)/share/doc/$(PROG)/
  ICONDIR ?= $(PREFIX)/share/icons/hicolor/
-@@ -22,7 +22,7 @@
+@@ -21,8 +21,8 @@
+ CXXFLAGS += `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK)
  CXXFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DOCDIR)index.html\" -Wall
  CXXFLAGS += -DLOCALEDIR=\"$(LOCALEDIR)\" -DMEDAL_SERVER_HOST=\"$(MEDAL_SERVER_HOST)\" -DMEDAL_SERVER_PORT=$(MEDAL_SERVER_PORT)
- CXXFLAGS += $(CFLAGS) -Werror
+-CXXFLAGS += $(CFLAGS) -Werror
 -LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lz
++CXXFLAGS += $(CFLAGS)
 +LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lz -lintl
  
  OBJS += CAudio.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141015/c8a726b7/attachment.html>


More information about the macports-changes mailing list