diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-07-27 14:23:17 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-07-27 14:23:17 +0000 |
commit | 0876c7df6e1b72bfb2c70f5a69a73566bcbf08c9 (patch) | |
tree | 51c828b69853617160c4c87cceb6f096870cf758 /games/mrboom | |
parent | 189da2fda2c1215c7c9798da3318e8634f432a1e (diff) | |
download | ports-0876c7df6e1b72bfb2c70f5a69a73566bcbf08c9.tar.gz ports-0876c7df6e1b72bfb2c70f5a69a73566bcbf08c9.zip |
Notes
Diffstat (limited to 'games/mrboom')
-rw-r--r-- | games/mrboom/Makefile | 2 | ||||
-rw-r--r-- | games/mrboom/distinfo | 6 | ||||
-rw-r--r-- | games/mrboom/files/patch-Makefile | 22 |
3 files changed, 4 insertions, 26 deletions
diff --git a/games/mrboom/Makefile b/games/mrboom/Makefile index 2fb1158e4b0b..d097b8f0089b 100644 --- a/games/mrboom/Makefile +++ b/games/mrboom/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mrboom -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= games MAINTAINER= ehaupt@FreeBSD.org diff --git a/games/mrboom/distinfo b/games/mrboom/distinfo index 98e8099bd5ff..8abc4cebc3de 100644 --- a/games/mrboom/distinfo +++ b/games/mrboom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500272082 -SHA256 (libretro-mrboom-libretro-3.5_GH0.tar.gz) = f45d492d6439cf1a86808b7d16d02278bb402d2a7a6d974a5aacf5410fceb997 -SIZE (libretro-mrboom-libretro-3.5_GH0.tar.gz) = 14824884 +TIMESTAMP = 1501165006 +SHA256 (libretro-mrboom-libretro-3.6_GH0.tar.gz) = 015b9d50b9c8f641f71c106799df721db49a6214a7cbaba13beccacfe07c5a08 +SIZE (libretro-mrboom-libretro-3.6_GH0.tar.gz) = 14826110 diff --git a/games/mrboom/files/patch-Makefile b/games/mrboom/files/patch-Makefile deleted file mode 100644 index 224e89c0a4e6..000000000000 --- a/games/mrboom/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig 2017-07-15 17:55:59 UTC -+++ Makefile -@@ -29,6 +29,8 @@ ifeq ($(shell uname -a),) - else ifneq ($(findstring Darwin,$(shell uname -a)),) - system_platform = osx - arch = intel -+else ifneq ($(findstring FreeBSD,$(shell uname -o)),) -+ system_platform = freebsd - ifeq ($(shell uname -p),powerpc) - arch = ppc - CFLAGS += -DMSB_FIRST -@@ -167,8 +169,10 @@ ifneq ($(DEBUG),) - CFLAGS += -g -pg -DDEBUG - LDFLAGS += -g -pg - else -+ifneq ($(system_platform),freebsd) - CFLAGS += -O3 - endif -+endif - - CFLAGS += -DMRBOOM -DGIT_VERSION=\"$(GIT_VERSION)\" - |