diff options
author | theraven <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2017-12-03 20:23:53 +0800 |
commit | 0e84e3cc2b64a3431e17b67b80146f5e05f24d40 (patch) | |
tree | d7ca44c2807657cc26e339b22c3b6d04538ac992 /x11 | |
parent | 63cc56ca578ce2ce2f7733e6345d70b6b697dee9 (diff) | |
download | freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.tar.gz freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.tar.zst freebsd-ports-gnome-0e84e3cc2b64a3431e17b67b80146f5e05f24d40.zip |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnustep-app/Makefile | 2 | ||||
-rw-r--r-- | x11/gskrab/Makefile | 2 | ||||
-rw-r--r-- | x11/innerspace/Makefile | 2 | ||||
-rw-r--r-- | x11/terminal.app/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index 0be43860d804..45d15ba317c9 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-app PORTVERSION= 2.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11 gnustep MAINTAINER= theraven@FreeBSD.org diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index bcb085029375..d816cb15b438 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -2,7 +2,7 @@ PORTNAME= gskrab PORTVERSION= 0.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 gnustep MASTER_SITES= http://organact.mine.nu/~wolfgang/gskrab/ DISTNAME= GSKrab-${PORTVERSION} diff --git a/x11/innerspace/Makefile b/x11/innerspace/Makefile index d16b346a6019..a2eb616835cf 100644 --- a/x11/innerspace/Makefile +++ b/x11/innerspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= innerspace PORTVERSION= 0.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= InnerSpace-${PORTVERSION} diff --git a/x11/terminal.app/Makefile b/x11/terminal.app/Makefile index 7070bc1561d1..883b22ba182c 100644 --- a/x11/terminal.app/Makefile +++ b/x11/terminal.app/Makefile @@ -3,6 +3,7 @@ PORTNAME= terminal.app PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Terminal-${PORTVERSION} |