Monday, November 26, 2018

use ld.bfd for everything using the gnustep module, fixing also www/sogo

Since the switch to lld, GNUstep objc stuff loading Bundles breaks with a floating point exception.
This basically breaks www/sogo and > 90% of x11/gnustep.

On the weekend I actually found time to look into it a bit deeper.
From the libobjc2 maintainer I got the info that there might be something fishy in the class loading
hash map implementation, and I should try the 1.9 branch from the Git repo, to see if that fixes is,
but unfortunately doesn't. So still working on that with him. For the time being he recommended
workaround using -fuse-ld=bfd to use the old linker.

While there, I cleaned a little bit of cruft from the gnustep ports, bumped everything using the x11/gnustep module.
Due to all these bumps the diff got a bit larger. The most interesting part is in the x11/gnustep/gnustep.port.mk file itself.

Any test reports, other feedback or even OKs welcome. If I don't hear
anything back, I'll go ahead in a day or two.

cheers,
Sebastian


Index: games/oolite/Makefile
===================================================================
RCS file: /cvs/ports/games/oolite/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- games/oolite/Makefile 27 Jul 2017 09:55:44 -0000 1.18
+++ games/oolite/Makefile 26 Nov 2018 09:59:37 -0000
@@ -3,7 +3,7 @@
COMMENT= space combat and trading game in the style of Elite

VERSION= 1.73.4
-REVISION = 12
+REVISION = 13
DISTNAME= oolite-dev-source-${VERSION}
PKGNAME= oolite-${VERSION}
CATEGORIES= games
Index: net/openvpn-auth-ldap/Makefile
===================================================================
RCS file: /cvs/ports/net/openvpn-auth-ldap/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- net/openvpn-auth-ldap/Makefile 24 Sep 2017 10:44:56 -0000 1.17
+++ net/openvpn-auth-ldap/Makefile 26 Nov 2018 10:00:10 -0000
@@ -3,7 +3,7 @@
COMMENT = LDAP authentication plugin for OpenVPN 2.x

VERSION = 2.0.3
-REVISION = 8
+REVISION = 9
DISTNAME = auth-ldap-${VERSION}
PKGNAME = openvpn-${DISTNAME}
CATEGORIES = net security
Index: www/sogo/Makefile
===================================================================
RCS file: /cvs/ports/www/sogo/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- www/sogo/Makefile 26 Sep 2018 13:15:37 -0000 1.77
+++ www/sogo/Makefile 26 Nov 2018 10:00:43 -0000
@@ -3,6 +3,7 @@
COMMENT = web based groupware server

VERSION = 4.0.2
+REVISION = 0
DISTNAME = SOGo-${VERSION}
PKGNAME = sogo-${VERSION}

Index: www/sope/Makefile
===================================================================
RCS file: /cvs/ports/www/sope/Makefile,v
retrieving revision 1.73
diff -u -r1.73 Makefile
--- www/sope/Makefile 26 Sep 2018 13:14:36 -0000 1.73
+++ www/sope/Makefile 26 Nov 2018 10:00:43 -0000
@@ -5,6 +5,7 @@
COMMENT-postgres= SOPE PostgreSQL adaptor

VERSION = 4.0.2
+REVISION = 0
DISTNAME = SOPE-${VERSION}
PKGNAME-main = sope-${VERSION}
PKGNAME-mysql = sope-mysql-${VERSION}
Index: x11/gnustep/gnustep.port.mk
===================================================================
RCS file: /cvs/ports/x11/gnustep/gnustep.port.mk,v
retrieving revision 1.30
diff -u -r1.30 gnustep.port.mk
--- x11/gnustep/gnustep.port.mk 16 Nov 2017 23:20:40 -0000 1.30
+++ x11/gnustep/gnustep.port.mk 26 Nov 2018 10:00:48 -0000
@@ -15,11 +15,11 @@
MODCLANG_ARCHS = amd64 i386

.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
-CONFIGURE_ENV += CC="clang" CXX="clang++" CPP="clang -E"
+CONFIGURE_ENV += LDFLAGS="-fuse-ld=bfd"
CONFIGURE_ENV += OPTFLAG="${CFLAGS}"
# Not yet GS_WITH_ARC
#MAKE_FLAGS += GS_WITH_ARC=1
-MAKE_FLAGS += CC="clang" CXX="clang++" CPP="clang -E"
+MAKE_FLAGS += LDFLAGS="-fuse-ld=bfd"
MAKE_FLAGS += OPTFLAG="${CFLAGS}"
.else
MAKE_FLAGS += CC="${CC}" CPP="${CC} -E" OPTFLAG="${CFLAGS}"
Index: x11/gnustep/aclock/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/aclock/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gnustep/aclock/Makefile 27 Jul 2017 11:01:32 -0000 1.14
+++ x11/gnustep/aclock/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = analog clock for the GNUstep desktop

DISTNAME = AClock-0.4.0
-REVISION = 9
+REVISION = 10

HOMEPAGE = http://gap.nongnu.org/aclock/
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/addresses/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/addresses/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- x11/gnustep/addresses/Makefile 27 Jul 2017 11:01:32 -0000 1.23
+++ x11/gnustep/addresses/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT= GNUstep address book

DISTNAME= Addresses-0.4.8
-REVISION = 9
+REVISION = 10

SHARED_LIBS+= Addresses 0.1 # .0.1
SHARED_LIBS+= AddressView 0.1 # .0.1
Index: x11/gnustep/affiche/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/affiche/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- x11/gnustep/affiche/Makefile 27 Jul 2017 11:01:32 -0000 1.11
+++ x11/gnustep/affiche/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep sticky notes

DISTNAME = Affiche-0.6.0
-REVISION = 9
+REVISION = 10

HOMEPAGE = http://www.collaboration-world.com/affiche/
MASTER_SITES = http://www.collaboration-world.com/affiche.data/releases/Stable/
Index: x11/gnustep/back/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/back/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- x11/gnustep/back/Makefile 5 Jan 2018 08:01:40 -0000 1.44
+++ x11/gnustep/back/Makefile 26 Nov 2018 10:00:48 -0000
@@ -4,6 +4,7 @@

V = 0.26.2
DISTNAME= gnustep-back-${V}
+REVISION= 0

CATEGORIES= devel

Index: x11/gnustep/base/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/base/Makefile,v
retrieving revision 1.69
diff -u -r1.69 Makefile
--- x11/gnustep/base/Makefile 2 Nov 2018 18:48:39 -0000 1.69
+++ x11/gnustep/base/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT= GNUstep base library

DISTNAME= gnustep-base-1.25.1
-REVISION= 1
+REVISION= 2

SHARED_LIBS= gnustep-base 10.1
CATEGORIES= devel
Index: x11/gnustep/batmon/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/batmon/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gnustep/batmon/Makefile 27 Jul 2017 11:01:33 -0000 1.14
+++ x11/gnustep/batmon/Makefile 26 Nov 2018 10:00:48 -0000
@@ -4,7 +4,7 @@
ONLY_FOR_ARCHS = ${APM_ARCHS}

DISTNAME = batmon-0.8
-REVISION = 4
+REVISION = 5
CATEGORIES = sysutils

HOMEPAGE = http://gap.nongnu.org/batmon/
Index: x11/gnustep/camera/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/camera/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- x11/gnustep/camera/Makefile 27 Jul 2017 11:01:33 -0000 1.9
+++ x11/gnustep/camera/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep frontent to libgphoto2

DISTNAME = Camera-0.8
-REVISION = 6
+REVISION = 7
EXTRACT_SUFX = .tar.bz2
CATEGORIES = graphics

Index: x11/gnustep/camerakit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/camerakit/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- x11/gnustep/camerakit/Makefile 27 Jul 2017 11:01:33 -0000 1.10
+++ x11/gnustep/camerakit/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep wrapper around libgphoto2

V = 20041011
-REVISION = 7
+REVISION = 8
DISTNAME = CameraKit-${V}
PKGNAME = gnustep-camerakit-${V}
EXTRACT_SUFX = .tar.bz2
Index: x11/gnustep/cdplayer/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/cdplayer/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/gnustep/cdplayer/Makefile 27 Jul 2017 11:01:33 -0000 1.12
+++ x11/gnustep/cdplayer/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep based CD player

VERSION = 0.5.1
-REVISION = 10
+REVISION = 11
DISTNAME = cdplayer-${VERSION}

HOMEPAGE = http://gsburn.sourceforge.net/
Index: x11/gnustep/corebase/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/corebase/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/gnustep/corebase/Makefile 24 Aug 2017 09:45:23 -0000 1.12
+++ x11/gnustep/corebase/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep reimplementation of Apple's CoreFoundation#'

DISTNAME = gnustep-corebase-0.1.1
-REVISION = 8
+REVISION = 9
CATEGORIES= devel

SHARED_LIBS = gnustep-corebase 0.0
Index: x11/gnustep/cynthiune/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/cynthiune/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- x11/gnustep/cynthiune/Makefile 27 Jul 2017 11:01:33 -0000 1.11
+++ x11/gnustep/cynthiune/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = audio player for GNUstep

DISTNAME = Cynthiune-1.0.0
-REVISION = 9
+REVISION = 10
CATEGORIES += audio

HOMEPAGE = http://gap.nongnu.org/cynthiune/
Index: x11/gnustep/databasin/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/databasin/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- x11/gnustep/databasin/Makefile 26 Jul 2018 21:09:22 -0000 1.18
+++ x11/gnustep/databasin/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,6 +3,7 @@
COMMENT = GNUstep client for salesforce.com

DISTNAME = DataBasin-1.0
+REVISION = 0

HOMEPAGE = http://gap.nongnu.org/databasin/
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/databasinkit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/databasinkit/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- x11/gnustep/databasinkit/Makefile 26 Jul 2018 21:08:23 -0000 1.8
+++ x11/gnustep/databasinkit/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,6 +3,7 @@
COMMENT = GNUstep client framework for salesforce.com

VERSION = 1.0
+REVISION = 0
DISTNAME = DataBasinKit-${VERSION}
SHARED_LIBS += DataBasinKit 0.2

Index: x11/gnustep/dbuskit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/dbuskit/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- x11/gnustep/dbuskit/Makefile 27 Jul 2017 11:01:33 -0000 1.15
+++ x11/gnustep/dbuskit/Makefile 26 Nov 2018 10:00:48 -0000
@@ -6,7 +6,7 @@

CATEGORIES += x11/gnustep devel
VERSION = 0.1.1
-REVISION = 9
+REVISION = 10
DISTNAME = dbuskit-${VERSION}
PKGNAME = gnustep-dbuskit-${VERSION}

Index: x11/gnustep/displaycalibrator/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/displaycalibrator/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- x11/gnustep/displaycalibrator/Makefile 27 Jul 2017 11:01:33 -0000 1.7
+++ x11/gnustep/displaycalibrator/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep frontend for xgamma

V = 0.7
-REVISION = 5
+REVISION = 6
DISTNAME = displaycalibrator.app_${V}.orig
PKGNAME = displaycalibrator-${V}
CATEGORIES = graphics
Index: x11/gnustep/edenmath/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/edenmath/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/gnustep/edenmath/Makefile 27 Jul 2017 11:01:33 -0000 1.12
+++ x11/gnustep/edenmath/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep based scientific calcualtor

DISTNAME = EdenMath_GNUstep-1.1.1
-REVISION = 9
+REVISION = 10

HOMEPAGE = http://www.eskimo.com/~pburns/EdenMath/
MASTER_SITES = ${HOMEPAGE}/files/
Index: x11/gnustep/examples/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/examples/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- x11/gnustep/examples/Makefile 27 Jul 2017 11:01:33 -0000 1.28
+++ x11/gnustep/examples/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT= GNUstep example applications

DISTNAME= gnustep-examples-1.4.0
-REVISION = 6
+REVISION = 7

CATEGORIES= misc

Index: x11/gnustep/fisicalab/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/fisicalab/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- x11/gnustep/fisicalab/Makefile 27 Jul 2017 11:01:33 -0000 1.19
+++ x11/gnustep/fisicalab/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT= educational application to solve physics problems

VERSION = 0.3.5
-REVISION = 3
+REVISION = 4
DISTNAME = fisicalab-${VERSION}-1
PKGNAME = fisicalab-${VERSION}.1

Index: x11/gnustep/ftp/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/ftp/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- x11/gnustep/ftp/Makefile 7 Sep 2017 21:13:15 -0000 1.18
+++ x11/gnustep/ftp/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,6 +3,7 @@
COMMENT= GNUstep file transfer protcol tool

DISTNAME= FTP-0.6
+REVISION = 0
CATEGORIES= net

HOMEPAGE= http://gap.nongnu.org/ftp/
Index: x11/gnustep/gemas/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gemas/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- x11/gnustep/gemas/Makefile 27 Jul 2017 11:01:33 -0000 1.15
+++ x11/gnustep/gemas/Makefile 26 Nov 2018 10:00:48 -0000
@@ -2,7 +2,7 @@

COMMENT = simple code editor for GNUstep

-REVISION = 4
+REVISION = 5
DISTNAME = Gemas-0.4
PKGNAME = gnustep-${DISTNAME:L}

Index: x11/gnustep/gmastermind/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gmastermind/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/gnustep/gmastermind/Makefile 27 Jul 2017 11:01:33 -0000 1.12
+++ x11/gnustep/gmastermind/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep mastermind game

DISTNAME = GMastermind-0.6
-REVISION = 9
+REVISION = 10
CATEGORIES = games

HOMEPAGE = http://gap.nongnu.org/gmastermind/
Index: x11/gnustep/gmines/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gmines/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/gnustep/gmines/Makefile 27 Jul 2017 11:01:33 -0000 1.12
+++ x11/gnustep/gmines/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep minesweeper game

DISTNAME = GMines-0.2
-REVISION = 9
+REVISION = 10
CATEGORIES = games

HOMEPAGE = http://gap.nongnu.org/gmines/
Index: x11/gnustep/gnumail/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gnumail/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- x11/gnustep/gnumail/Makefile 26 Jul 2018 13:01:48 -0000 1.28
+++ x11/gnustep/gnumail/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,6 +3,7 @@
COMMENT= GNUstep mail application

DISTNAME = GNUMail-1.3.0
+REVISION = 0
SHLIB_VERSION = 3.0
SHARED_LIBS = GNUMail ${SHLIB_VERSION}
CATEGORIES= mail
Index: x11/gnustep/gomoku/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gomoku/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/gnustep/gomoku/Makefile 27 Jul 2017 11:01:33 -0000 1.12
+++ x11/gnustep/gomoku/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,7 +3,7 @@
COMMENT = extended TicTacToe game for GNUstep

DISTNAME = Gomoku-1.2.9
-REVISION = 9
+REVISION = 10
CATEGORIES = games

HOMEPAGE = http://www.gnustep.it/nicola/Applications/Gomoku/
Index: x11/gnustep/gorm/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gorm/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- x11/gnustep/gorm/Makefile 27 Jul 2017 11:01:33 -0000 1.19
+++ x11/gnustep/gorm/Makefile 26 Nov 2018 10:00:48 -0000
@@ -5,7 +5,7 @@
DISTNAME= gorm-1.2.23
HOMEPAGE= http://www.gnustep.org/experience/Gorm.html
MASTER_SITES= ${MASTER_SITE_GNUSTEP}dev-apps/
-REVISION= 0
+REVISION= 1

SHARED_LIBS= GormCore 0.1 \
GormPrefs 1.0 \
Index: x11/gnustep/graphos/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/graphos/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- x11/gnustep/graphos/Makefile 13 Aug 2018 20:25:52 -0000 1.17
+++ x11/gnustep/graphos/Makefile 26 Nov 2018 10:00:48 -0000
@@ -3,6 +3,7 @@
COMMENT = vector drawing application

DISTNAME = Graphos-0.7
+REVISION = 0
CATEGORIES = graphics

HOMEPAGE = http://gap.nongnu.org/graphos/
Index: x11/gnustep/grr/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/grr/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gnustep/grr/Makefile 27 Feb 2018 21:47:39 -0000 1.14
+++ x11/gnustep/grr/Makefile 26 Nov 2018 10:00:48 -0000
@@ -2,7 +2,7 @@

COMMENT = Guenthers RSS reader

-REVISION = 9
+REVISION = 10
DISTNAME = Grr-1.0

HOMEPAGE = http://gap.nongnu.org/grr/
Index: x11/gnustep/gshisen/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gshisen/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gnustep/gshisen/Makefile 27 Jul 2017 11:01:33 -0000 1.14
+++ x11/gnustep/gshisen/Makefile 26 Nov 2018 10:00:48 -0000
@@ -2,7 +2,7 @@

COMMENT= little board game

-REVISION = 10
+REVISION = 11
DISTNAME= GShisen-1.3.0
CATEGORIES= games

Index: x11/gnustep/gspdf/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gspdf/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- x11/gnustep/gspdf/Makefile 27 Jul 2017 11:01:33 -0000 1.16
+++ x11/gnustep/gspdf/Makefile 26 Nov 2018 10:00:48 -0000
@@ -2,7 +2,7 @@

COMMENT= PDF, PS and EPS viewer for GNUstep

-REVISION = 8
+REVISION = 9
DISTNAME= GSPdf-0.5

HOMEPAGE= http://gap.nongnu.org/gspdf/
Index: x11/gnustep/gui/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gui/Makefile,v
retrieving revision 1.50
diff -u -r1.50 Makefile
--- x11/gnustep/gui/Makefile 5 Jan 2018 08:00:09 -0000 1.50
+++ x11/gnustep/gui/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,6 +3,7 @@
COMMENT= GNUstep gui library

DISTNAME = gnustep-gui-0.26.2
+REVISION = 0

CATEGORIES= devel

Index: x11/gnustep/gworkspace/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/gworkspace/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- x11/gnustep/gworkspace/Makefile 27 Jul 2017 11:01:33 -0000 1.36
+++ x11/gnustep/gworkspace/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT= GNUstep workspace manager

DISTNAME = gworkspace-0.9.4
-REVISION = 3
+REVISION = 4

CATEGORIES= x11

Index: x11/gnustep/highlighterkit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/highlighterkit/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- x11/gnustep/highlighterkit/Makefile 27 Jul 2017 11:01:33 -0000 1.17
+++ x11/gnustep/highlighterkit/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT = framework for highlighting and coloring syntax

-REVISION = 5
+REVISION = 6
DISTNAME = HighlighterKit-0.1.3
SHARED_LIBS = HighlighterKit 0.1

Index: x11/gnustep/imageviewer/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/imageviewer/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- x11/gnustep/imageviewer/Makefile 27 Jul 2017 11:01:33 -0000 1.19
+++ x11/gnustep/imageviewer/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT= GNUstep image viewer

-REVISION = 11
+REVISION = 12
DISTNAME= ImageViewer-0.6.3
CATEGORIES= graphics

Index: x11/gnustep/impersonatortoolkit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/impersonatortoolkit/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- x11/gnustep/impersonatortoolkit/Makefile 27 Jul 2017 11:01:33 -0000 1.9
+++ x11/gnustep/impersonatortoolkit/Makefile 26 Nov 2018 10:00:49 -0000
@@ -4,7 +4,7 @@

ONLY_FOR_ARCHS = ${MODCLANG_ARCHS}

-REVISION = 5
+REVISION = 6
DISTNAME = ImpersonatorToolKit-0.3
CATEGORIES = net security

Index: x11/gnustep/jigsaw/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/jigsaw/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/gnustep/jigsaw/Makefile 27 Jul 2017 11:01:33 -0000 1.12
+++ x11/gnustep/jigsaw/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT = GNUstep jigsaw puzzle

-REVISION = 9
+REVISION = 10
DISTNAME = Jigsaw-0.8
CATEGORIES = games

Index: x11/gnustep/lapispuzzle/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/lapispuzzle/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- x11/gnustep/lapispuzzle/Makefile 27 Jul 2017 11:01:33 -0000 1.15
+++ x11/gnustep/lapispuzzle/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT = tetris like puzzle game

-REVISION = 10
+REVISION = 11
DISTNAME = LapisPuzzle-1.2
CATEGORIES = games

Index: x11/gnustep/laternamagica/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/laternamagica/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- x11/gnustep/laternamagica/Makefile 7 Sep 2017 21:17:18 -0000 1.16
+++ x11/gnustep/laternamagica/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,6 +3,7 @@
COMMENT= view images and do slideshows

DISTNAME = LaternaMagica-0.5
+REVISION = 0

HOMEPAGE= http://gap.nongnu.org/laternamagica/
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/make/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/make/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- x11/gnustep/make/Makefile 16 Nov 2017 23:20:40 -0000 1.53
+++ x11/gnustep/make/Makefile 26 Nov 2018 10:00:49 -0000
@@ -39,7 +39,7 @@
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
WANTLIB = ${COMPILER_LIBCXX}
LIBRARY_COMBO = "ng-gnu-gnu"
-CONFIGURE_ENV += GS_WITH_ARC=1 CXX=clang++ CC=clang AS=llvm-as CPP="clang -E"
+CONFIGURE_ENV += GS_WITH_ARC=1 AS=llvm-as
.else
WANTLIB = ${COMPILER_LIBCXX}
LIBRARY_COMBO = "gnu-gnu-gnu"
Index: x11/gnustep/matharray/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/matharray/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- x11/gnustep/matharray/Makefile 27 Jul 2017 11:01:33 -0000 1.13
+++ x11/gnustep/matharray/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep library to manipulate matrices

VERSION = 1.3
-REVISION = 6
+REVISION = 7
DISTNAME = MathArray-${VERSION}
PKGNAME = gnustep-matharray-${VERSION}
CATEGORIES = math
Index: x11/gnustep/mpdcon/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/mpdcon/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- x11/gnustep/mpdcon/Makefile 27 Jul 2017 11:01:33 -0000 1.17
+++ x11/gnustep/mpdcon/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep client for Music Player Daemon

DISTNAME = MPDCon-1.5.1
-REVISION = 5
+REVISION = 6

HOMEPAGE = http://gap.nongnu.org/mpdcon/
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
Index: x11/gnustep/neos-theme/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/neos-theme/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- x11/gnustep/neos-theme/Makefile 27 Jul 2017 11:01:33 -0000 1.8
+++ x11/gnustep/neos-theme/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep theme following NeXT look and feel

V = 0.1
-REVISION = 6
+REVISION = 7
DISTNAME = Neos-${V}.theme
PKGNAME = gnustep-neos-theme-${V}

Index: x11/gnustep/netclasses/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/netclasses/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gnustep/netclasses/Makefile 27 Jul 2017 11:01:33 -0000 1.14
+++ x11/gnustep/netclasses/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = asynchronous networking framework for GNUstep

VERSION = 1.1.0
-REVISION = 4
+REVISION = 5
EPOCH = 0
DISTNAME = netclasses-${VERSION}
PKGNAME = gnustep-netclasses-${VERSION}
Index: x11/gnustep/paje/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/paje/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- x11/gnustep/paje/Makefile 27 Jul 2017 11:01:33 -0000 1.12
+++ x11/gnustep/paje/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT = GNUstep based trace visualization tool

-REVISION = 10
+REVISION = 11
DISTNAME = Paje-1.98
SHARED_LIBS += General 0.0

Index: x11/gnustep/pantomime/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/pantomime/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- x11/gnustep/pantomime/Makefile 26 Jul 2018 13:01:25 -0000 1.24
+++ x11/gnustep/pantomime/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,6 +3,7 @@
COMMENT= framework to major mail protocols

DISTNAME= Pantomime-1.3.0
+REVISION = 0

SHLIB_VERSION = 2.0
SHARED_LIBS= Pantomime ${SHLIB_VERSION}
Index: x11/gnustep/pcapkit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/pcapkit/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- x11/gnustep/pcapkit/Makefile 27 Jul 2017 11:01:33 -0000 1.9
+++ x11/gnustep/pcapkit/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep wrapper around libpcap

V = 0.2
-REVISION = 5
+REVISION = 6
DISTNAME = PcapKit-${V}
PKGNAME = gnustep-pcapkit-${V}
CATEGORIES = net
Index: x11/gnustep/performance/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/performance/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gnustep/performance/Makefile 27 Jul 2017 11:01:33 -0000 1.14
+++ x11/gnustep/performance/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep performance library

VERSION = 0.5.0
-REVISION = 4
+REVISION = 5
DISTNAME = Performance-${VERSION}
PKGNAME = gnustep-performance-${VERSION}
CATEGORIES = devel
Index: x11/gnustep/price/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/price/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gnustep/price/Makefile 27 Jul 2017 11:01:33 -0000 1.14
+++ x11/gnustep/price/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT = precision raster image convolution engine

-REVISION = 3
+REVISION = 4
DISTNAME = PRICE-1.3.0
CATEGORIES = graphics

Index: x11/gnustep/projectcenter/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/projectcenter/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- x11/gnustep/projectcenter/Makefile 27 Jul 2017 11:01:33 -0000 1.19
+++ x11/gnustep/projectcenter/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT= GNUstep integrated development environment

VERSION = 0.6.2
-REVISION = 5
+REVISION = 6
DISTNAME= ProjectCenter-${VERSION}
CATEGORIES= devel

Index: x11/gnustep/remotedesk/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/remotedesk/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- x11/gnustep/remotedesk/Makefile 27 Jul 2017 11:01:33 -0000 1.15
+++ x11/gnustep/remotedesk/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT= GNUstep rdesktop frontend

-REVISION = 10
+REVISION = 11
DISTNAME= RemoteDesk-0.1

CATEGORIES= x11
Index: x11/gnustep/renaissance/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/renaissance/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- x11/gnustep/renaissance/Makefile 27 Jul 2017 11:01:33 -0000 1.11
+++ x11/gnustep/renaissance/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep layer to write portable GUIs

VERSION = 0.9.0
-REVISION = 9
+REVISION = 10
DISTNAME = Renaissance-${VERSION}
PKGNAME = gnustep-renaissance-${VERSION}

Index: x11/gnustep/rsskit/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/rsskit/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- x11/gnustep/rsskit/Makefile 27 Jul 2017 11:01:33 -0000 1.14
+++ x11/gnustep/rsskit/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT = framework for reading different types of RSS formats

-REVISION = 9
+REVISION = 10
DISTNAME = RSSKit-0.4

SHARED_LIBS += RSSKit 0.0
Index: x11/gnustep/silver-theme/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/silver-theme/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- x11/gnustep/silver-theme/Makefile 27 Jul 2017 11:01:33 -0000 1.8
+++ x11/gnustep/silver-theme/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep theme with silvered controls

V = 3.1
-REVISION = 6
+REVISION = 7
DISTNAME = Silver.theme-${V}
PKGNAME = gnustep-silver-theme-${V}

Index: x11/gnustep/simpleagenda/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/simpleagenda/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- x11/gnustep/simpleagenda/Makefile 8 Nov 2017 05:36:11 -0000 1.20
+++ x11/gnustep/simpleagenda/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT= calendaring application based on GNUstep

VERSION= 0.43
-REVISION= 8
+REVISION= 9
DISTNAME= SimpleAgenda-${VERSION}
CATEGORIES+= productivity

Index: x11/gnustep/sqlclient/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/sqlclient/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- x11/gnustep/sqlclient/Makefile 27 Jul 2017 11:01:33 -0000 1.22
+++ x11/gnustep/sqlclient/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep database abstraction layer

VERSION = 1.8.1
-REVISION = 5
+REVISION = 6
DISTNAME = SQLClient-${VERSION}
PKGNAME = gnustep-sqlclient-${VERSION}

Index: x11/gnustep/sudoku/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/sudoku/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- x11/gnustep/sudoku/Makefile 27 Jul 2017 11:01:33 -0000 1.13
+++ x11/gnustep/sudoku/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep sudoku generator

V = 0.7
-REVISION = 10
+REVISION = 11
DISTNAME = Sudoku-$V
PKGNAME = gnustep-sudoku-$V
CATEGORIES = games
Index: x11/gnustep/systempreferences/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/systempreferences/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- x11/gnustep/systempreferences/Makefile 27 Jul 2017 11:01:33 -0000 1.15
+++ x11/gnustep/systempreferences/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT = manage settings of the gnustep environment

-REVISION = 6
+REVISION = 7
DISTNAME = SystemPreferences-1.2.0
CATEGORIES = sysutils
SHARED_LIBS = PreferencePanes 0.0
Index: x11/gnustep/terminal/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/terminal/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- x11/gnustep/terminal/Makefile 22 Oct 2018 20:16:22 -0000 1.17
+++ x11/gnustep/terminal/Makefile 26 Nov 2018 10:00:49 -0000
@@ -4,7 +4,7 @@

DISTNAME= Terminal-0.9.9
PKGNAME= gnustep-${DISTNAME:L}
-REVISION= 0
+REVISION= 1
CATEGORIES= sysutils

HOMEPAGE= http://gap.nongnu.org/terminal
Index: x11/gnustep/webserver/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/webserver/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- x11/gnustep/webserver/Makefile 27 Jul 2017 11:01:34 -0000 1.17
+++ x11/gnustep/webserver/Makefile 26 Nov 2018 10:00:49 -0000
@@ -5,7 +5,7 @@
VERSION = 1.5.5
DISTNAME = WebServer-${VERSION}
PKGNAME = gnustep-webserver-${VERSION}
-REVISION = 0
+REVISION = 1

SHARED_LIBS += WebServer 2.1

Index: x11/gnustep/webservices/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/webservices/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- x11/gnustep/webservices/Makefile 27 Jul 2017 11:01:34 -0000 1.23
+++ x11/gnustep/webservices/Makefile 26 Nov 2018 10:00:49 -0000
@@ -3,7 +3,7 @@
COMMENT = GNUstep webservices framework

VERSION = 0.7.3
-REVISION = 2
+REVISION = 3
DISTNAME = WebServices-${VERSION}
PKGNAME = gnustep-webservices-${VERSION}
CATEGORIES = www
Index: x11/gnustep/zipper/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/zipper/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- x11/gnustep/zipper/Makefile 27 Jul 2017 11:01:34 -0000 1.13
+++ x11/gnustep/zipper/Makefile 26 Nov 2018 10:00:49 -0000
@@ -2,7 +2,7 @@

COMMENT = tool for inspecting compressed archvies

-REVISION = 7
+REVISION = 8
DISTNAME = Zipper-1.5

HOMEPAGE = http://gap.nongnu.org/zipper/

No comments:

Post a Comment