summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2017-12-03 12:23:53 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2017-12-03 12:23:53 +0000
commitf9197640d910a00d8f42e783289403d12fb87da2 (patch)
treed7ca44c2807657cc26e339b22c3b6d04538ac992 /games
parentNow that RTTI was enabled in `devel/llvm40' (as of r455158), enable it here (diff)
Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
Notes
Notes: svn path=/head/; revision=455401
Diffstat (limited to 'games')
-rw-r--r--games/fortunate/Makefile2
-rw-r--r--games/gmastermind/Makefile2
-rw-r--r--games/gmines/Makefile2
-rw-r--r--games/gnustep-ladder/Makefile2
-rw-r--r--games/gnustep-sudoku/Makefile2
-rw-r--r--games/gomoku/Makefile2
-rw-r--r--games/grubik/Makefile2
-rw-r--r--games/gshisen/Makefile2
-rw-r--r--games/jigsaw/Makefile2
-rw-r--r--games/lapispuzzle/Makefile2
-rw-r--r--games/nextgo/Makefile2
-rw-r--r--games/oolite/Makefile2
12 files changed, 12 insertions, 12 deletions
diff --git a/games/fortunate/Makefile b/games/fortunate/Makefile
index 81cd23013fa2..3303022a6444 100644
--- a/games/fortunate/Makefile
+++ b/games/fortunate/Makefile
@@ -2,7 +2,7 @@
PORTNAME= fortunate
PORTVERSION= 3.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= GNUSTEP_CH
diff --git a/games/gmastermind/Makefile b/games/gmastermind/Makefile
index 521b1c41cc2b..52ffb3c44c75 100644
--- a/games/gmastermind/Makefile
+++ b/games/gmastermind/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gmastermind
PORTVERSION= 0.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GMastermind-${PORTVERSION}
diff --git a/games/gmines/Makefile b/games/gmines/Makefile
index b9c9ae5be38e..a4416fe54fc9 100644
--- a/games/gmines/Makefile
+++ b/games/gmines/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gmines
PORTVERSION= 0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GMines-${PORTVERSION}
diff --git a/games/gnustep-ladder/Makefile b/games/gnustep-ladder/Makefile
index fc83c7a55014..1b86f38a9fb2 100644
--- a/games/gnustep-ladder/Makefile
+++ b/games/gnustep-ladder/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ladder
PORTVERSION= 1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-
diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile
index 746d03ffd6f8..f7a15380e2f5 100644
--- a/games/gnustep-sudoku/Makefile
+++ b/games/gnustep-sudoku/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sudoku
PORTVERSION= 0.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-
diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile
index 27d2bf230ab7..5586ecc5cbc3 100644
--- a/games/gomoku/Makefile
+++ b/games/gomoku/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gomoku
PORTVERSION= 1.2.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnustep
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
DISTNAME= Gomoku-${PORTVERSION}
diff --git a/games/grubik/Makefile b/games/grubik/Makefile
index 3ef3fb1dbbf6..648a14597215 100644
--- a/games/grubik/Makefile
+++ b/games/grubik/Makefile
@@ -2,7 +2,7 @@
PORTNAME= grubik
PORTVERSION= 0.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
DISTNAME= GRubik
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile
index 9477b511579e..7b617f280d28 100644
--- a/games/gshisen/Makefile
+++ b/games/gshisen/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gshisen
PORTVERSION= 1.3.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GShisen-${PORTVERSION}
diff --git a/games/jigsaw/Makefile b/games/jigsaw/Makefile
index b3fbd5c17621..ce51a8f1b877 100644
--- a/games/jigsaw/Makefile
+++ b/games/jigsaw/Makefile
@@ -2,7 +2,7 @@
PORTNAME= jigsaw
PORTVERSION= 0.8
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Jigsaw-${PORTVERSION}
diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile
index 9bb84814f509..db61a49cb8cd 100644
--- a/games/lapispuzzle/Makefile
+++ b/games/lapispuzzle/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lapispuzzle
PORTVERSION= 1.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= LapisPuzzle-${PORTVERSION}
diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile
index 9fcc251f7def..cbbc797c13a4 100644
--- a/games/nextgo/Makefile
+++ b/games/nextgo/Makefile
@@ -2,7 +2,7 @@
PORTNAME= nextgo
PORTVERSION= 3.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= NeXTGo-${PORTVERSION}
diff --git a/games/oolite/Makefile b/games/oolite/Makefile
index 1d1f55df5715..8a011c96f277 100644
--- a/games/oolite/Makefile
+++ b/games/oolite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= oolite
PORTVERSION= 1.84
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games gnustep
MASTER_SITES= https://github.com/OoliteProject/oolite/releases/download/1.84/
DISTNAME= ${PORTNAME}-source-${PORTVERSION}