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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/affiche/Makefile | 2 | ||||
-rw-r--r-- | deskutils/appwrapper/Makefile | 2 | ||||
-rw-r--r-- | deskutils/cartotheque/Makefile | 2 | ||||
-rw-r--r-- | deskutils/charmap/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnustep-wrapper/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gworkspace-gwmetadata/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gworkspace/Makefile | 1 | ||||
-rw-r--r-- | deskutils/helpviewer/Makefile | 2 | ||||
-rw-r--r-- | deskutils/plopfolio/Makefile | 2 | ||||
-rw-r--r-- | deskutils/preferences/Makefile | 2 | ||||
-rw-r--r-- | deskutils/simpleagenda/Makefile | 2 | ||||
-rw-r--r-- | deskutils/systempreferences/Makefile | 2 | ||||
-rw-r--r-- | deskutils/toolboxkit/Makefile | 2 |
13 files changed, 13 insertions, 11 deletions
diff --git a/deskutils/affiche/Makefile b/deskutils/affiche/Makefile index 08c7b02cd61e..e21c6ef1f03f 100644 --- a/deskutils/affiche/Makefile +++ b/deskutils/affiche/Makefile @@ -2,7 +2,7 @@ PORTNAME= affiche PORTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/ DISTNAME= Affiche-${PORTVERSION} diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile index ea0b04e4d7f0..fcef27689069 100644 --- a/deskutils/appwrapper/Makefile +++ b/deskutils/appwrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= appwrapper PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION} DISTNAME= AppWrapper.${PORTVERSION} diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile index dc041dbf627c..5441618cf99e 100644 --- a/deskutils/cartotheque/Makefile +++ b/deskutils/cartotheque/Makefile @@ -2,7 +2,7 @@ PORTNAME= cartotheque PORTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= Cartotheque-${PORTVERSION} diff --git a/deskutils/charmap/Makefile b/deskutils/charmap/Makefile index b67dd0837cfb..83ee7f54963f 100644 --- a/deskutils/charmap/Makefile +++ b/deskutils/charmap/Makefile @@ -3,7 +3,7 @@ PORTNAME= charmap PORTVERSION= 0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/ diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index a3964c14e60a..704bcd7cba1f 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -2,7 +2,7 @@ PORTNAME= wrapper PORTVERSION= 0.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep #MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ MASTER_SITES= LOCAL/dinoex diff --git a/deskutils/gworkspace-gwmetadata/Makefile b/deskutils/gworkspace-gwmetadata/Makefile index 7e0649e16396..490b67a2a77a 100644 --- a/deskutils/gworkspace-gwmetadata/Makefile +++ b/deskutils/gworkspace-gwmetadata/Makefile @@ -2,6 +2,7 @@ PORTNAME= gworkspace PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index f0d8346ec921..f71497fa4189 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -2,6 +2,7 @@ PORTNAME= gworkspace PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= deskutils gnustep #MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/ MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/helpviewer/Makefile b/deskutils/helpviewer/Makefile index 85c27d756bb9..fe486554205a 100644 --- a/deskutils/helpviewer/Makefile +++ b/deskutils/helpviewer/Makefile @@ -2,7 +2,7 @@ PORTNAME= helpviewer PORTVERSION= 0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.roard.com/helpviewer/download/ DISTNAME= HelpViewer-${PORTVERSION} diff --git a/deskutils/plopfolio/Makefile b/deskutils/plopfolio/Makefile index d971eb5c55c4..d9a7a8177bbf 100644 --- a/deskutils/plopfolio/Makefile +++ b/deskutils/plopfolio/Makefile @@ -2,7 +2,7 @@ PORTNAME= plopfolio PORTVERSION= 0.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps diff --git a/deskutils/preferences/Makefile b/deskutils/preferences/Makefile index e4df930a5f82..4a8ee7276a86 100644 --- a/deskutils/preferences/Makefile +++ b/deskutils/preferences/Makefile @@ -2,7 +2,7 @@ PORTNAME= preferences PORTVERSION= 1.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils gnustep MASTER_SITES= SF/prefsapp/prefsapp/${PORTVERSION} DISTNAME= Preferences-${PORTVERSION} diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index 05973d7bfe99..fe9470a0b7cc 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -2,7 +2,7 @@ PORTNAME= simpleagenda PORTVERSION= 0.43 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= http://coyote.octets.fr/pub/gnustep/ DISTNAME= SimpleAgenda-${PORTVERSION} diff --git a/deskutils/systempreferences/Makefile b/deskutils/systempreferences/Makefile index 32383059abe0..10f28a503507 100644 --- a/deskutils/systempreferences/Makefile +++ b/deskutils/systempreferences/Makefile @@ -2,7 +2,7 @@ PORTNAME= systempreferences PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps DISTNAME= SystemPreferences-${PORTVERSION} diff --git a/deskutils/toolboxkit/Makefile b/deskutils/toolboxkit/Makefile index 5abaaf8a982f..82e6a0c9a417 100644 --- a/deskutils/toolboxkit/Makefile +++ b/deskutils/toolboxkit/Makefile @@ -2,7 +2,7 @@ PORTNAME= toolbox PORTVERSION= 0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \ LOCAL/dinoex |