From b9234bd9bf409b33dfdbc0f5479b49bec242675d Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 20 Oct 2019 08:02:59 +0000 Subject: [PATCH] Revert previous and add ICU support back now that the port has been fixed. tested in a bulk --- games/oolite/Makefile | 4 ++-- net/openvpn-auth-ldap/Makefile | 4 ++-- www/sogo/Makefile | 4 ++-- www/sope/Makefile | 6 ++++-- x11/gnustep/aclock/Makefile | 4 ++-- x11/gnustep/addresses/Makefile | 4 ++-- x11/gnustep/affiche/Makefile | 4 ++-- x11/gnustep/back/Makefile | 6 +++--- x11/gnustep/base/Makefile | 12 ++++++------ x11/gnustep/batmon/Makefile | 4 ++-- x11/gnustep/camera/Makefile | 4 ++-- x11/gnustep/camerakit/Makefile | 4 ++-- x11/gnustep/cdplayer/Makefile | 4 ++-- x11/gnustep/corebase/Makefile | 4 ++-- x11/gnustep/cynthiune/Makefile | 4 ++-- x11/gnustep/databasin/Makefile | 4 ++-- x11/gnustep/databasinkit/Makefile | 4 ++-- x11/gnustep/dbuskit/Makefile | 4 ++-- x11/gnustep/displaycalibrator/Makefile | 4 ++-- x11/gnustep/edenmath/Makefile | 4 ++-- x11/gnustep/examples/Makefile | 4 ++-- x11/gnustep/fisicalab/Makefile | 4 ++-- x11/gnustep/ftp/Makefile | 4 ++-- x11/gnustep/gemas/Makefile | 4 ++-- x11/gnustep/gmastermind/Makefile | 4 ++-- x11/gnustep/gmines/Makefile | 4 ++-- x11/gnustep/gnumail/Makefile | 6 +++--- x11/gnustep/gnustep.port.mk | 5 ++++- x11/gnustep/gomoku/Makefile | 4 ++-- x11/gnustep/gorm/Makefile | 4 ++-- x11/gnustep/graphos/Makefile | 4 ++-- x11/gnustep/grr/Makefile | 4 ++-- x11/gnustep/gshisen/Makefile | 4 ++-- x11/gnustep/gspdf/Makefile | 4 ++-- x11/gnustep/gui/Makefile | 9 ++++----- x11/gnustep/gworkspace/Makefile | 7 +++---- x11/gnustep/highlighterkit/Makefile | 4 ++-- x11/gnustep/imageviewer/Makefile | 4 ++-- x11/gnustep/impersonatortoolkit/Makefile | 4 ++-- x11/gnustep/jigsaw/Makefile | 4 ++-- x11/gnustep/lapispuzzle/Makefile | 4 ++-- x11/gnustep/laternamagica/Makefile | 4 ++-- x11/gnustep/libobjc2/Makefile | 4 ++-- x11/gnustep/make/Makefile | 4 ++-- x11/gnustep/matharray/Makefile | 4 ++-- x11/gnustep/mpdcon/Makefile | 4 ++-- x11/gnustep/neos-theme/Makefile | 4 ++-- x11/gnustep/netclasses/Makefile | 4 ++-- x11/gnustep/paje/Makefile | 4 ++-- x11/gnustep/pantomime/Makefile | 4 ++-- x11/gnustep/pcapkit/Makefile | 4 ++-- x11/gnustep/pdfkit/Makefile | 4 ++-- x11/gnustep/performance/Makefile | 4 ++-- x11/gnustep/price/Makefile | 4 ++-- x11/gnustep/projectcenter/Makefile | 4 ++-- x11/gnustep/remotedesk/Makefile | 4 ++-- x11/gnustep/renaissance/Makefile | 4 ++-- x11/gnustep/rsskit/Makefile | 4 ++-- x11/gnustep/silver-theme/Makefile | 4 ++-- x11/gnustep/simpleagenda/Makefile | 4 ++-- x11/gnustep/sqlclient/Makefile | 6 +++--- x11/gnustep/sudoku/Makefile | 4 ++-- x11/gnustep/systempreferences/Makefile | 4 ++-- x11/gnustep/terminal/Makefile | 4 ++-- x11/gnustep/timemon/Makefile | 4 ++-- x11/gnustep/webserver/Makefile | 4 ++-- x11/gnustep/webservices/Makefile | 4 ++-- x11/gnustep/zipper/Makefile | 4 ++-- 68 files changed, 150 insertions(+), 147 deletions(-) diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 289d4175b62..03c7d3cbd18 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.22 2019/10/20 08:02:59 ajacoutot Exp $ COMMENT= space combat and trading game in the style of Elite VERSION= 1.73.4 -REVISION = 14 +REVISION = 15 DISTNAME= oolite-dev-source-${VERSION} PKGNAME= oolite-${VERSION} CATEGORIES= games diff --git a/net/openvpn-auth-ldap/Makefile b/net/openvpn-auth-ldap/Makefile index f7f690d6163..70e14d02c6f 100644 --- a/net/openvpn-auth-ldap/Makefile +++ b/net/openvpn-auth-ldap/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.24 2019/10/20 08:02:59 ajacoutot Exp $ COMMENT = LDAP authentication plugin for OpenVPN 2.x VERSION = 2.0.3 -REVISION = 12 +REVISION = 13 DISTNAME = auth-ldap-${VERSION} PKGNAME = openvpn-${DISTNAME} CATEGORIES = net security diff --git a/www/sogo/Makefile b/www/sogo/Makefile index 7dfb2a6e880..d46dfe29a71 100644 --- a/www/sogo/Makefile +++ b/www/sogo/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.83 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.84 2019/10/20 08:02:59 ajacoutot Exp $ COMMENT = web based groupware server VERSION = 4.0.8 -REVISION = 0 DISTNAME = SOGo-${VERSION} PKGNAME = sogo-${VERSION} +REVISION = 1 SHARED_LIBS += GDLContentStore 3.0 SHARED_LIBS += NGCards 3.1 diff --git a/www/sope/Makefile b/www/sope/Makefile index d47d1a5a184..b76cab73c5c 100644 --- a/www/sope/Makefile +++ b/www/sope/Makefile @@ -1,15 +1,17 @@ -# $OpenBSD: Makefile,v 1.79 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.80 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT-main= Skyrix Object Publishing Environment COMMENT-mysql= SOPE MySQL adaptor COMMENT-postgres= SOPE PostgreSQL adaptor VERSION = 4.0.8 -REVISION = 0 DISTNAME = SOPE-${VERSION} PKGNAME-main = sope-${VERSION} PKGNAME-mysql = sope-mysql-${VERSION} PKGNAME-postgres = sope-postgres-${VERSION} +REVISION-main = 1 +REVISION-mysql = 1 +REVISION-postgres = 1 SO_MAJOR= 5 SO_MINOR= 0 diff --git a/x11/gnustep/aclock/Makefile b/x11/gnustep/aclock/Makefile index c36c89e45a2..f83a402fd0e 100644 --- a/x11/gnustep/aclock/Makefile +++ b/x11/gnustep/aclock/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT = analog clock for the GNUstep desktop DISTNAME = AClock-0.4.0 -REVISION = 11 +REVISION = 12 HOMEPAGE = http://gap.nongnu.org/aclock/ MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/} diff --git a/x11/gnustep/addresses/Makefile b/x11/gnustep/addresses/Makefile index a943edd190b..1db8cc12b8f 100644 --- a/x11/gnustep/addresses/Makefile +++ b/x11/gnustep/addresses/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.26 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT= GNUstep address book DISTNAME= Addresses-0.4.8 -REVISION = 11 +REVISION = 12 SHARED_LIBS+= Addresses 0.1 # .0.1 SHARED_LIBS+= AddressView 0.1 # .0.1 diff --git a/x11/gnustep/affiche/Makefile b/x11/gnustep/affiche/Makefile index 3396dc5a6c0..6038682e6c3 100644 --- a/x11/gnustep/affiche/Makefile +++ b/x11/gnustep/affiche/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT = GNUstep sticky notes DISTNAME = Affiche-0.6.0 -REVISION = 11 +REVISION = 12 HOMEPAGE = http://www.collaboration-world.com/affiche/ MASTER_SITES = http://www.collaboration-world.com/affiche.data/releases/Stable/ diff --git a/x11/gnustep/back/Makefile b/x11/gnustep/back/Makefile index dced5f4531f..a5a973f58ea 100644 --- a/x11/gnustep/back/Makefile +++ b/x11/gnustep/back/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.47 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.48 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT= GNUstep gui backend V = 0.27.0 -REVISION = 0 DISTNAME= gnustep-back-${V} +REVISION= 1 CATEGORIES= devel @@ -24,7 +24,7 @@ BACKENDV= ${V:C/([0-9])*[.]([0-9]*).*/\1\2/1} SUBST_VARS= BACKENDV CONFIGURE_STYLE=gnu -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lm -fuse-ld=bfd" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lm" CONFIGURE_ARGS= --with-x \ --disable-glitz \ --enable-graphics=cairo diff --git a/x11/gnustep/base/Makefile b/x11/gnustep/base/Makefile index b27417f353d..7b01061bafd 100644 --- a/x11/gnustep/base/Makefile +++ b/x11/gnustep/base/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.74 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.75 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT= GNUstep base library DISTNAME= gnustep-base-1.26.0 -REVISION= 1 +REVISION= 2 SHARED_LIBS= gnustep-base 10.2 CATEGORIES= devel @@ -13,8 +13,8 @@ SUBST_VARS= LIBDIR HOMEPAGE= http://www.gnustep.org/ -WANTLIB += avahi-client avahi-common c ffi gmp gnutls iberty iconv -WANTLIB += m objc2 pthread lzma xml2 xslt z +WANTLIB += avahi-client avahi-common c ffi gmp gnutls iberty iconv icudata +WANTLIB += icui18n icuuc m objc2 pthread lzma xml2 xslt z WANTLIB += ${COMPILER_LIBCXX} .if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "amd64" @@ -32,14 +32,14 @@ LIB_DEPENDS += converters/libiconv \ devel/gmp \ textproc/libxslt \ security/gnutls \ + textproc/icu4c \ net/avahi \ x11/gnustep/libobjc2 CONFIGURE_STYLE=gnu CONFIGURE_ENV= ac_cv_header_execinfo_h=false CONFIGURE_ARGS += --disable-procfs \ - --disable-procfs-psinfo \ - --disable-icu + --disable-procfs-psinfo MAKE_FLAGS += libgnustep-base_INTERFACE_VERSION=${LIBgnustep-base_VERSION} .include diff --git a/x11/gnustep/batmon/Makefile b/x11/gnustep/batmon/Makefile index 4142d83ce9b..579a3f1ae23 100644 --- a/x11/gnustep/batmon/Makefile +++ b/x11/gnustep/batmon/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT = GNUstep battery monitor ONLY_FOR_ARCHS = ${APM_ARCHS} DISTNAME = batmon-0.8 -REVISION = 6 +REVISION = 7 CATEGORIES = sysutils HOMEPAGE = http://gap.nongnu.org/batmon/ diff --git a/x11/gnustep/camera/Makefile b/x11/gnustep/camera/Makefile index 33300bd8ce2..3402503c520 100644 --- a/x11/gnustep/camera/Makefile +++ b/x11/gnustep/camera/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT = GNUstep frontent to libgphoto2 DISTNAME = Camera-0.8 -REVISION = 8 +REVISION = 9 EXTRACT_SUFX = .tar.bz2 CATEGORIES = graphics diff --git a/x11/gnustep/camerakit/Makefile b/x11/gnustep/camerakit/Makefile index 4fef3b46127..631ff897849 100644 --- a/x11/gnustep/camerakit/Makefile +++ b/x11/gnustep/camerakit/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.13 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT = GNUstep wrapper around libgphoto2 V = 20041011 -REVISION = 9 +REVISION = 10 DISTNAME = CameraKit-${V} PKGNAME = gnustep-camerakit-${V} EXTRACT_SUFX = .tar.bz2 diff --git a/x11/gnustep/cdplayer/Makefile b/x11/gnustep/cdplayer/Makefile index 015922a7b0b..31bd1b975ea 100644 --- a/x11/gnustep/cdplayer/Makefile +++ b/x11/gnustep/cdplayer/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2019/10/20 08:03:00 ajacoutot Exp $ COMMENT = GNUstep based CD player VERSION = 0.5.1 -REVISION = 12 +REVISION = 13 DISTNAME = cdplayer-${VERSION} HOMEPAGE = http://gsburn.sourceforge.net/ diff --git a/x11/gnustep/corebase/Makefile b/x11/gnustep/corebase/Makefile index c0738755b03..0f88daf2154 100644 --- a/x11/gnustep/corebase/Makefile +++ b/x11/gnustep/corebase/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = GNUstep reimplementation of Apple's CoreFoundation#' DISTNAME = gnustep-corebase-0.1.1 -REVISION = 10 +REVISION = 11 CATEGORIES= devel SHARED_LIBS = gnustep-corebase 0.0 diff --git a/x11/gnustep/cynthiune/Makefile b/x11/gnustep/cynthiune/Makefile index d8ac112615a..f92a34a6015 100644 --- a/x11/gnustep/cynthiune/Makefile +++ b/x11/gnustep/cynthiune/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = audio player for GNUstep DISTNAME = Cynthiune-1.0.0 -REVISION = 13 +REVISION = 14 CATEGORIES += audio HOMEPAGE = http://gap.nongnu.org/cynthiune/ diff --git a/x11/gnustep/databasin/Makefile b/x11/gnustep/databasin/Makefile index 98fa8381f62..f4b8c2417d6 100644 --- a/x11/gnustep/databasin/Makefile +++ b/x11/gnustep/databasin/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.21 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = GNUstep client for salesforce.com DISTNAME = DataBasin-1.0 -REVISION = 1 +REVISION = 2 HOMEPAGE = http://gap.nongnu.org/databasin/ MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/} diff --git a/x11/gnustep/databasinkit/Makefile b/x11/gnustep/databasinkit/Makefile index e06a99a1875..93d2caa0f51 100644 --- a/x11/gnustep/databasinkit/Makefile +++ b/x11/gnustep/databasinkit/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.11 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = GNUstep client framework for salesforce.com VERSION = 1.0 -REVISION = 1 +REVISION = 2 DISTNAME = DataBasinKit-${VERSION} SHARED_LIBS += DataBasinKit 0.2 diff --git a/x11/gnustep/dbuskit/Makefile b/x11/gnustep/dbuskit/Makefile index e2df9a96d4e..6dc61e7bd55 100644 --- a/x11/gnustep/dbuskit/Makefile +++ b/x11/gnustep/dbuskit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2019/10/20 08:03:01 ajacoutot Exp $ BROKEN-alpha = DKEndpointManager.m:282: error: unrecognizable insn @@ -6,7 +6,7 @@ COMMENT = GNUstep dbus interface CATEGORIES += x11/gnustep devel VERSION = 0.1.1 -REVISION = 11 +REVISION = 12 DISTNAME = dbuskit-${VERSION} PKGNAME = gnustep-dbuskit-${VERSION} diff --git a/x11/gnustep/displaycalibrator/Makefile b/x11/gnustep/displaycalibrator/Makefile index 94e56dad9cf..f9b09c00b7d 100644 --- a/x11/gnustep/displaycalibrator/Makefile +++ b/x11/gnustep/displaycalibrator/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = GNUstep frontend for xgamma V = 0.7 -REVISION = 7 +REVISION = 8 DISTNAME = displaycalibrator.app_${V}.orig PKGNAME = displaycalibrator-${V} CATEGORIES = graphics diff --git a/x11/gnustep/edenmath/Makefile b/x11/gnustep/edenmath/Makefile index d5155700712..3a37bb7e1d1 100644 --- a/x11/gnustep/edenmath/Makefile +++ b/x11/gnustep/edenmath/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = GNUstep based scientific calcualtor DISTNAME = EdenMath_GNUstep-1.1.1 -REVISION = 11 +REVISION = 12 HOMEPAGE = http://www.eskimo.com/~pburns/EdenMath/ MASTER_SITES = ${HOMEPAGE}/files/ diff --git a/x11/gnustep/examples/Makefile b/x11/gnustep/examples/Makefile index 061989d6413..0c8057784b8 100644 --- a/x11/gnustep/examples/Makefile +++ b/x11/gnustep/examples/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.30 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.31 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT= GNUstep example applications DISTNAME= gnustep-examples-1.4.0 -REVISION = 8 +REVISION = 9 CATEGORIES= misc diff --git a/x11/gnustep/fisicalab/Makefile b/x11/gnustep/fisicalab/Makefile index e4e99434243..9bf530c6e3d 100644 --- a/x11/gnustep/fisicalab/Makefile +++ b/x11/gnustep/fisicalab/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.22 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT= educational application to solve physics problems VERSION = 0.3.5 -REVISION = 5 +REVISION = 6 DISTNAME = fisicalab-${VERSION}-1 PKGNAME = fisicalab-${VERSION}.1 diff --git a/x11/gnustep/ftp/Makefile b/x11/gnustep/ftp/Makefile index 3fe735eb8a9..3daa5f83588 100644 --- a/x11/gnustep/ftp/Makefile +++ b/x11/gnustep/ftp/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.21 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT= GNUstep file transfer protcol tool DISTNAME= FTP-0.6 -REVISION = 1 +REVISION = 2 CATEGORIES= net HOMEPAGE= http://gap.nongnu.org/ftp/ diff --git a/x11/gnustep/gemas/Makefile b/x11/gnustep/gemas/Makefile index baec2fdf67d..bddfa1551d8 100644 --- a/x11/gnustep/gemas/Makefile +++ b/x11/gnustep/gemas/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = simple code editor for GNUstep -REVISION = 6 +REVISION = 7 DISTNAME = Gemas-0.4 PKGNAME = gnustep-${DISTNAME:L} diff --git a/x11/gnustep/gmastermind/Makefile b/x11/gnustep/gmastermind/Makefile index 5512c951ee6..ae4f95369d7 100644 --- a/x11/gnustep/gmastermind/Makefile +++ b/x11/gnustep/gmastermind/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = GNUstep mastermind game DISTNAME = GMastermind-0.6 -REVISION = 11 +REVISION = 12 CATEGORIES = games HOMEPAGE = http://gap.nongnu.org/gmastermind/ diff --git a/x11/gnustep/gmines/Makefile b/x11/gnustep/gmines/Makefile index 44eaae48b03..239813c763f 100644 --- a/x11/gnustep/gmines/Makefile +++ b/x11/gnustep/gmines/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2019/10/20 08:03:01 ajacoutot Exp $ COMMENT = GNUstep minesweeper game DISTNAME = GMines-0.2 -REVISION = 11 +REVISION = 12 CATEGORIES = games HOMEPAGE = http://gap.nongnu.org/gmines/ diff --git a/x11/gnustep/gnumail/Makefile b/x11/gnustep/gnumail/Makefile index 89b78e5a82a..7eea8116573 100644 --- a/x11/gnustep/gnumail/Makefile +++ b/x11/gnustep/gnumail/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.30 2019/10/16 13:45:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.31 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT= GNUstep mail application DISTNAME = GNUMail-1.3.0 -REVISION = 1 +REVISION = 2 SHLIB_VERSION = 3.0 SHARED_LIBS = GNUMail ${SHLIB_VERSION} CATEGORIES= mail HOMEPAGE= https://savannah.nongnu.org/projects/gnustep-nonfsf/ -WANTLIB += AddressView Addresses Pantomime +WANTLIB += crypto ssl AddressView Addresses Pantomime WANTLIB += ${COMPILER_LIBCXX} MASTER_SITES= https://download.savannah.nongnu.org/releases/gnustep-nonfsf/ diff --git a/x11/gnustep/gnustep.port.mk b/x11/gnustep/gnustep.port.mk index 94318ebb4d4..3ee13c99f41 100644 --- a/x11/gnustep/gnustep.port.mk +++ b/x11/gnustep/gnustep.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: gnustep.port.mk,v 1.33 2019/10/16 13:45:03 ajacoutot Exp $ +# $OpenBSD: gnustep.port.mk,v 1.34 2019/10/20 08:03:00 ajacoutot Exp $ # until tested on others ONLY_FOR_ARCHS ?= alpha i386 amd64 macppc @@ -17,7 +17,10 @@ MODCLANG_ARCHS = amd64 i386 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" # Force using ld.bfd, there's a still unknown problem loading Bundles when # ld.lld is used +CONFIGURE_ENV += LDFLAGS="-fuse-ld=bfd" CONFIGURE_ENV += OPTFLAG="${CFLAGS}" +# Another MAKE_FLAGS -fuse-ld=bfd in pdfkit, doesn't pick up MAKE_ENV +MAKE_ENV += LDFLAGS="-fuse-ld=bfd" # Not yet GS_WITH_ARC #MAKE_FLAGS += GS_WITH_ARC=1 MAKE_FLAGS += OPTFLAG="${CFLAGS}" diff --git a/x11/gnustep/gomoku/Makefile b/x11/gnustep/gomoku/Makefile index 60c63533672..95be6b3adb6 100644 --- a/x11/gnustep/gomoku/Makefile +++ b/x11/gnustep/gomoku/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT = extended TicTacToe game for GNUstep DISTNAME = Gomoku-1.2.9 -REVISION = 11 +REVISION = 12 CATEGORIES = games HOMEPAGE = http://www.gnustep.it/nicola/Applications/Gomoku/ diff --git a/x11/gnustep/gorm/Makefile b/x11/gnustep/gorm/Makefile index dcaa7a20796..70e686e927f 100644 --- a/x11/gnustep/gorm/Makefile +++ b/x11/gnustep/gorm/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.23 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT= GNUstep graphical object relationship modeller DISTNAME= gorm-1.2.24 HOMEPAGE= http://www.gnustep.org/experience/Gorm.html MASTER_SITES= ${MASTER_SITE_GNUSTEP}dev-apps/ -REVISION= 2 +REVISION= 3 SHARED_LIBS= GormCore 0.1 \ GormPrefs 1.0 \ diff --git a/x11/gnustep/graphos/Makefile b/x11/gnustep/graphos/Makefile index 1415d391243..fa050602e7c 100644 --- a/x11/gnustep/graphos/Makefile +++ b/x11/gnustep/graphos/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT = vector drawing application DISTNAME = Graphos-0.7 -REVISION = 1 +REVISION = 2 CATEGORIES = graphics HOMEPAGE = http://gap.nongnu.org/graphos/ diff --git a/x11/gnustep/grr/Makefile b/x11/gnustep/grr/Makefile index c9af5f2274e..a47e16ed06b 100644 --- a/x11/gnustep/grr/Makefile +++ b/x11/gnustep/grr/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT = Guenthers RSS reader -REVISION = 11 +REVISION = 12 DISTNAME = Grr-1.0 HOMEPAGE = http://gap.nongnu.org/grr/ diff --git a/x11/gnustep/gshisen/Makefile b/x11/gnustep/gshisen/Makefile index d02e5e8c2dd..aeb66cf8c7e 100644 --- a/x11/gnustep/gshisen/Makefile +++ b/x11/gnustep/gshisen/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT= little board game -REVISION = 12 +REVISION = 13 DISTNAME= GShisen-1.3.0 CATEGORIES= games diff --git a/x11/gnustep/gspdf/Makefile b/x11/gnustep/gspdf/Makefile index de01a7f4c6f..6adf5868ca4 100644 --- a/x11/gnustep/gspdf/Makefile +++ b/x11/gnustep/gspdf/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.18 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT= PDF, PS and EPS viewer for GNUstep -REVISION = 10 +REVISION = 11 DISTNAME= GSPdf-0.5 HOMEPAGE= http://gap.nongnu.org/gspdf/ diff --git a/x11/gnustep/gui/Makefile b/x11/gnustep/gui/Makefile index d0bf21ebd65..78a78b97066 100644 --- a/x11/gnustep/gui/Makefile +++ b/x11/gnustep/gui/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.54 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.55 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT= GNUstep gui library DISTNAME = gnustep-gui-0.27.0 -REVISION = 1 +REVISION = 2 CATEGORIES= devel @@ -15,7 +15,7 @@ HOMEPAGE= http://www.gnustep.org/ WANTLIB += ao aspell cups flite flite_cmu_us_kal flite_cmulex WANTLIB += flite_usenglish gif jpeg png sndfile sndio -WANTLIB += ${LIBCXX} tiff c z +WANTLIB += ${LIBCXX} tiff c icudata icui18n icuuc z MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -37,8 +37,7 @@ CONFIGURE_STYLE=autoconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lm" CONFIGURE_ARGS= --with-x \ - --enable-speech \ - --disable-icu + --enable-speech LIBDIR = lib/GNUstep/Libraries/gnustep-gui/Versions/${LIBgnustep-gui_VERSION} SUBST_VARS += LIBDIR diff --git a/x11/gnustep/gworkspace/Makefile b/x11/gnustep/gworkspace/Makefile index a138631fb3a..d272b45c099 100644 --- a/x11/gnustep/gworkspace/Makefile +++ b/x11/gnustep/gworkspace/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.38 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.39 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT= GNUstep workspace manager DISTNAME = gworkspace-0.9.4 -REVISION = 5 +REVISION = 6 CATEGORIES= x11 @@ -29,8 +29,7 @@ CONFIGURE_ENV += GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES` # XXX libDBKit does not use XXX_INTERFACE_VERSION # drawback: all solibs will get version from LIBDBKit_VERSION -MAKE_FLAGS+= INTERFACE_VERSION=${LIBDBKit_VERSION} \ - LDFLAGS="${LDFLAGS} -fuse-ld=bfd" +MAKE_FLAGS+= INTERFACE_VERSION=${LIBDBKit_VERSION} MAKE_ENV+= FSNode_VERSION=${LIBFSNode_VERSION} \ FSNode_INTERFACE_VERSION=${LIBFSNode_VERSION} \ diff --git a/x11/gnustep/highlighterkit/Makefile b/x11/gnustep/highlighterkit/Makefile index 030f9975d9f..06c19bbbd6c 100644 --- a/x11/gnustep/highlighterkit/Makefile +++ b/x11/gnustep/highlighterkit/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.19 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT = framework for highlighting and coloring syntax -REVISION = 7 +REVISION = 8 DISTNAME = HighlighterKit-0.1.3 SHARED_LIBS = HighlighterKit 0.1 diff --git a/x11/gnustep/imageviewer/Makefile b/x11/gnustep/imageviewer/Makefile index d33979087e1..416f7a3aae9 100644 --- a/x11/gnustep/imageviewer/Makefile +++ b/x11/gnustep/imageviewer/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.21 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.22 2019/10/20 08:03:02 ajacoutot Exp $ COMMENT= GNUstep image viewer -REVISION = 13 +REVISION = 14 DISTNAME= ImageViewer-0.6.3 CATEGORIES= graphics diff --git a/x11/gnustep/impersonatortoolkit/Makefile b/x11/gnustep/impersonatortoolkit/Makefile index c0b8fce8306..365365ef651 100644 --- a/x11/gnustep/impersonatortoolkit/Makefile +++ b/x11/gnustep/impersonatortoolkit/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = web cookies sniffer and providing proxy ONLY_FOR_ARCHS = ${MODCLANG_ARCHS} -REVISION = 7 +REVISION = 8 DISTNAME = ImpersonatorToolKit-0.3 CATEGORIES = net security diff --git a/x11/gnustep/jigsaw/Makefile b/x11/gnustep/jigsaw/Makefile index 5e988f5086b..8c7b59097d7 100644 --- a/x11/gnustep/jigsaw/Makefile +++ b/x11/gnustep/jigsaw/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = GNUstep jigsaw puzzle -REVISION = 11 +REVISION = 12 DISTNAME = Jigsaw-0.8 CATEGORIES = games diff --git a/x11/gnustep/lapispuzzle/Makefile b/x11/gnustep/lapispuzzle/Makefile index 8b1ba049fbe..50a8918ca71 100644 --- a/x11/gnustep/lapispuzzle/Makefile +++ b/x11/gnustep/lapispuzzle/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = tetris like puzzle game -REVISION = 12 +REVISION = 13 DISTNAME = LapisPuzzle-1.2 CATEGORIES = games diff --git a/x11/gnustep/laternamagica/Makefile b/x11/gnustep/laternamagica/Makefile index 1e0cb2ed47a..5da0441f5fa 100644 --- a/x11/gnustep/laternamagica/Makefile +++ b/x11/gnustep/laternamagica/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT= view images and do slideshows DISTNAME = LaternaMagica-0.5 -REVISION = 1 +REVISION = 2 HOMEPAGE= http://gap.nongnu.org/laternamagica/ MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/} diff --git a/x11/gnustep/libobjc2/Makefile b/x11/gnustep/libobjc2/Makefile index bddea3952f9..0a1b6308f08 100644 --- a/x11/gnustep/libobjc2/Makefile +++ b/x11/gnustep/libobjc2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.22 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = GNUstep libobjc2 objective-c runtime BROKEN-hppa = missing asm impl in block_trampolines.S @@ -13,7 +13,7 @@ GH_TAGNAME = v${VERSION} DISTNAME = libobjc2-${VERSION:S/_//} PKGNAME = gnustep-${DISTNAME} CATEGORIES = x11/gnustep devel -REVISION = 1 +REVISION = 2 SHARED_LIBS += objc2 1.1 SHARED_LIBS += objcxx 0.0 diff --git a/x11/gnustep/make/Makefile b/x11/gnustep/make/Makefile index fa4e86441cd..e409dc4e612 100644 --- a/x11/gnustep/make/Makefile +++ b/x11/gnustep/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.56 2019/10/20 08:03:03 ajacoutot Exp $ # WARNING: this port does NOT use the x11/gnustep MODULE @@ -6,7 +6,7 @@ COMMENT= GNUstep makefile package DISTNAME = gnustep-make-2.7.0 CATEGORIES= devel x11/gnustep -REVISION = 3 +REVISION = 4 HOMEPAGE= http://www.gnustep.org/ diff --git a/x11/gnustep/matharray/Makefile b/x11/gnustep/matharray/Makefile index 4c40e743fc2..7fca2c3f2a0 100644 --- a/x11/gnustep/matharray/Makefile +++ b/x11/gnustep/matharray/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = GNUstep library to manipulate matrices VERSION = 1.3 -REVISION = 8 +REVISION = 9 DISTNAME = MathArray-${VERSION} PKGNAME = gnustep-matharray-${VERSION} CATEGORIES = math diff --git a/x11/gnustep/mpdcon/Makefile b/x11/gnustep/mpdcon/Makefile index 39033355103..f27c225467d 100644 --- a/x11/gnustep/mpdcon/Makefile +++ b/x11/gnustep/mpdcon/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = GNUstep client for Music Player Daemon DISTNAME = MPDCon-1.5.1 -REVISION = 7 +REVISION = 8 HOMEPAGE = http://gap.nongnu.org/mpdcon/ MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/} diff --git a/x11/gnustep/neos-theme/Makefile b/x11/gnustep/neos-theme/Makefile index 5a347e304c9..0d0cf41ec81 100644 --- a/x11/gnustep/neos-theme/Makefile +++ b/x11/gnustep/neos-theme/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2019/10/16 13:45:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.11 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = GNUstep theme following NeXT look and feel V = 0.1 -REVISION = 8 +REVISION = 9 DISTNAME = Neos-${V}.theme PKGNAME = gnustep-neos-theme-${V} diff --git a/x11/gnustep/netclasses/Makefile b/x11/gnustep/netclasses/Makefile index a159069aa1e..8fda0d5f371 100644 --- a/x11/gnustep/netclasses/Makefile +++ b/x11/gnustep/netclasses/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = asynchronous networking framework for GNUstep VERSION = 1.1.0 -REVISION = 6 +REVISION = 7 EPOCH = 0 DISTNAME = netclasses-${VERSION} PKGNAME = gnustep-netclasses-${VERSION} diff --git a/x11/gnustep/paje/Makefile b/x11/gnustep/paje/Makefile index 865444db5d1..f962b7285ab 100644 --- a/x11/gnustep/paje/Makefile +++ b/x11/gnustep/paje/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.15 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = GNUstep based trace visualization tool -REVISION = 12 +REVISION = 13 DISTNAME = Paje-1.98 SHARED_LIBS += General 0.0 diff --git a/x11/gnustep/pantomime/Makefile b/x11/gnustep/pantomime/Makefile index 8d5a4a189a4..141ac1d9b40 100644 --- a/x11/gnustep/pantomime/Makefile +++ b/x11/gnustep/pantomime/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.26 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.27 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT= framework to major mail protocols DISTNAME= Pantomime-1.3.0 -REVISION = 1 +REVISION = 2 SHLIB_VERSION = 2.0 SHARED_LIBS= Pantomime ${SHLIB_VERSION} diff --git a/x11/gnustep/pcapkit/Makefile b/x11/gnustep/pcapkit/Makefile index 286223a3134..b83ba0149b9 100644 --- a/x11/gnustep/pcapkit/Makefile +++ b/x11/gnustep/pcapkit/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2019/10/20 08:03:03 ajacoutot Exp $ COMMENT = GNUstep wrapper around libpcap V = 0.2 -REVISION = 7 +REVISION = 8 DISTNAME = PcapKit-${V} PKGNAME = gnustep-pcapkit-${V} CATEGORIES = net diff --git a/x11/gnustep/pdfkit/Makefile b/x11/gnustep/pdfkit/Makefile index 65d5bb912e5..01bb052d77c 100644 --- a/x11/gnustep/pdfkit/Makefile +++ b/x11/gnustep/pdfkit/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.22 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.23 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = framework for accessing and rendering PDF content -REVISION = 2 +REVISION = 3 DISTNAME = PDFKit-1.0.1 SHARED_LIBS += PDFKit 0.0 diff --git a/x11/gnustep/performance/Makefile b/x11/gnustep/performance/Makefile index 77b8dc00c60..6849988f13d 100644 --- a/x11/gnustep/performance/Makefile +++ b/x11/gnustep/performance/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = GNUstep performance library VERSION = 0.5.0 -REVISION = 6 +REVISION = 7 DISTNAME = Performance-${VERSION} PKGNAME = gnustep-performance-${VERSION} CATEGORIES = devel diff --git a/x11/gnustep/price/Makefile b/x11/gnustep/price/Makefile index 41fec6c9791..c8e965ad3f5 100644 --- a/x11/gnustep/price/Makefile +++ b/x11/gnustep/price/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = precision raster image convolution engine -REVISION = 5 +REVISION = 6 DISTNAME = PRICE-1.3.0 CATEGORIES = graphics diff --git a/x11/gnustep/projectcenter/Makefile b/x11/gnustep/projectcenter/Makefile index add2abe26c3..fb4d576c23b 100644 --- a/x11/gnustep/projectcenter/Makefile +++ b/x11/gnustep/projectcenter/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.22 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT= GNUstep integrated development environment VERSION = 0.6.2 -REVISION = 7 +REVISION = 8 DISTNAME= ProjectCenter-${VERSION} CATEGORIES= devel diff --git a/x11/gnustep/remotedesk/Makefile b/x11/gnustep/remotedesk/Makefile index f31f10c6378..51821cb15c9 100644 --- a/x11/gnustep/remotedesk/Makefile +++ b/x11/gnustep/remotedesk/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT= GNUstep rdesktop frontend -REVISION = 12 +REVISION = 13 DISTNAME= RemoteDesk-0.1 CATEGORIES= x11 diff --git a/x11/gnustep/renaissance/Makefile b/x11/gnustep/renaissance/Makefile index 34605a87345..bf13d11b2f8 100644 --- a/x11/gnustep/renaissance/Makefile +++ b/x11/gnustep/renaissance/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = GNUstep layer to write portable GUIs VERSION = 0.9.0 -REVISION = 11 +REVISION = 12 DISTNAME = Renaissance-${VERSION} PKGNAME = gnustep-renaissance-${VERSION} diff --git a/x11/gnustep/rsskit/Makefile b/x11/gnustep/rsskit/Makefile index 77ac0d072c5..3e01037df2a 100644 --- a/x11/gnustep/rsskit/Makefile +++ b/x11/gnustep/rsskit/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.17 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = framework for reading different types of RSS formats -REVISION = 11 +REVISION = 12 DISTNAME = RSSKit-0.4 SHARED_LIBS += RSSKit 0.0 diff --git a/x11/gnustep/silver-theme/Makefile b/x11/gnustep/silver-theme/Makefile index ac39c27a959..eca3d63dfaf 100644 --- a/x11/gnustep/silver-theme/Makefile +++ b/x11/gnustep/silver-theme/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.11 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = GNUstep theme with silvered controls V = 3.1 -REVISION = 8 +REVISION = 9 DISTNAME = Silver.theme-${V} PKGNAME = gnustep-silver-theme-${V} diff --git a/x11/gnustep/simpleagenda/Makefile b/x11/gnustep/simpleagenda/Makefile index c4b0c50c70e..ce82a84a05c 100644 --- a/x11/gnustep/simpleagenda/Makefile +++ b/x11/gnustep/simpleagenda/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.22 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.23 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT= calendaring application based on GNUstep VERSION= 0.43 -REVISION= 10 +REVISION= 11 DISTNAME= SimpleAgenda-${VERSION} CATEGORIES+= productivity diff --git a/x11/gnustep/sqlclient/Makefile b/x11/gnustep/sqlclient/Makefile index ca23fd938a3..c6e133dddfe 100644 --- a/x11/gnustep/sqlclient/Makefile +++ b/x11/gnustep/sqlclient/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.25 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = GNUstep database abstraction layer VERSION = 1.8.1 -REVISION = 7 +REVISION = 8 DISTNAME = SQLClient-${VERSION} PKGNAME = gnustep-sqlclient-${VERSION} @@ -18,7 +18,7 @@ MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/} MODULES = x11/gnustep MODGNUSTEP_NEEDS_GUI = No -WANTLIB += Performance pq ecpg mariadb sqlite3 +WANTLIB += Performance pq ecpg mysqlclient sqlite3 WANTLIB += ${COMPILER_LIBCXX} LIB_DEPENDS += x11/gnustep/performance \ databases/mariadb \ diff --git a/x11/gnustep/sudoku/Makefile b/x11/gnustep/sudoku/Makefile index c640b17e51e..a8456a8f199 100644 --- a/x11/gnustep/sudoku/Makefile +++ b/x11/gnustep/sudoku/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = GNUstep sudoku generator V = 0.7 -REVISION = 12 +REVISION = 13 DISTNAME = Sudoku-$V PKGNAME = gnustep-sudoku-$V CATEGORIES = games diff --git a/x11/gnustep/systempreferences/Makefile b/x11/gnustep/systempreferences/Makefile index 7d54e74344e..da91b11ba55 100644 --- a/x11/gnustep/systempreferences/Makefile +++ b/x11/gnustep/systempreferences/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2019/10/20 08:03:04 ajacoutot Exp $ COMMENT = manage settings of the gnustep environment -REVISION = 8 +REVISION = 9 DISTNAME = SystemPreferences-1.2.0 CATEGORIES = sysutils SHARED_LIBS = PreferencePanes 0.0 diff --git a/x11/gnustep/terminal/Makefile b/x11/gnustep/terminal/Makefile index bb9f920dc84..0b6efe7e6a4 100644 --- a/x11/gnustep/terminal/Makefile +++ b/x11/gnustep/terminal/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2019/10/20 08:03:05 ajacoutot Exp $ COMMENT= terminal emulator for GNUstep DISTNAME= Terminal-0.9.9 PKGNAME= gnustep-${DISTNAME:L} -REVISION= 2 +REVISION= 3 CATEGORIES= sysutils HOMEPAGE= http://gap.nongnu.org/terminal diff --git a/x11/gnustep/timemon/Makefile b/x11/gnustep/timemon/Makefile index 0a78b5abef9..0fcd86a8ae0 100644 --- a/x11/gnustep/timemon/Makefile +++ b/x11/gnustep/timemon/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2019/10/20 08:03:05 ajacoutot Exp $ COMMENT= CPU load monitor -REVISION = 5 +REVISION = 6 DISTNAME= TimeMon-4.2 CATEGORIES= sysutils diff --git a/x11/gnustep/webserver/Makefile b/x11/gnustep/webserver/Makefile index 27f5087b077..138d84a3945 100644 --- a/x11/gnustep/webserver/Makefile +++ b/x11/gnustep/webserver/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2019/10/20 08:03:05 ajacoutot Exp $ COMMENT = GNUstep webserver framework VERSION = 1.5.5 DISTNAME = WebServer-${VERSION} PKGNAME = gnustep-webserver-${VERSION} -REVISION = 2 +REVISION = 3 SHARED_LIBS += WebServer 2.1 diff --git a/x11/gnustep/webservices/Makefile b/x11/gnustep/webservices/Makefile index ee2f228704f..47822eb0f73 100644 --- a/x11/gnustep/webservices/Makefile +++ b/x11/gnustep/webservices/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2019/10/16 13:45:06 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.26 2019/10/20 08:03:05 ajacoutot Exp $ COMMENT = GNUstep webservices framework VERSION = 0.7.3 -REVISION = 4 +REVISION = 5 DISTNAME = WebServices-${VERSION} PKGNAME = gnustep-webservices-${VERSION} CATEGORIES = www diff --git a/x11/gnustep/zipper/Makefile b/x11/gnustep/zipper/Makefile index 00862beb5bf..0899f43529b 100644 --- a/x11/gnustep/zipper/Makefile +++ b/x11/gnustep/zipper/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.15 2019/10/16 13:45:07 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2019/10/20 08:03:05 ajacoutot Exp $ COMMENT = tool for inspecting compressed archvies -REVISION = 9 +REVISION = 10 DISTNAME = Zipper-1.5 HOMEPAGE = http://gap.nongnu.org/zipper/