diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index aec4e566f33..4c4c1ce9fb3 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.26 2016/04/26 17:47:36 naddy Exp $ +# $OpenBSD: Makefile,v 1.27 2019/05/20 22:15:00 naddy Exp $ COMMENT= GNU cpio copies files to and from archives DISTNAME= cpio-2.12 PKGNAME= g${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= archivers HOMEPAGE= https://www.gnu.org/software/cpio/ @@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${MASTER_SITE_GNU:=cpio/} EXTRACT_SUFX= .tar.bz2 -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime WANTLIB= c iconv intl CONFIGURE_STYLE=gnu diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile index e7defe414c6..a41a0f99b3e 100644 --- a/archivers/gshar+gunshar/Makefile +++ b/archivers/gshar+gunshar/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.34 2018/04/02 08:41:50 jasper Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:00 naddy Exp $ COMMENT= packing and unpacking of shell archives DISTNAME= sharutils-4.15.2 -REVISION= 1 +REVISION= 2 CATEGORIES= archivers @@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c intl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --program-prefix="g" \ diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 74a75b6536b..0903a72ef06 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.82 2019/02/25 21:01:58 naddy Exp $ +# $OpenBSD: Makefile,v 1.83 2019/05/20 22:15:00 naddy Exp $ COMMENT= GNU version of the traditional tape archiver DISTNAME= tar-1.32 PKGNAME= g${DISTNAME} +REVISION= 0 CATEGORIES= archivers HOMEPAGE= https://www.gnu.org/software/tar/ @@ -36,12 +37,12 @@ FLAVORS= static FLAVOR?= .if ${FLAVOR:Mstatic} -BUILD_DEPENDS+= devel/gettext +BUILD_DEPENDS+= devel/gettext,-runtime CONFIGURE_ENV+= SHLIBEXT="" LDSTATIC= ${STATIC} .else WANTLIB+= iconv intl -LIB_DEPENDS+= devel/gettext +LIB_DEPENDS+= devel/gettext,-runtime LDSTATIC= .endif diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 6a790bc17a2..ce37aa15af5 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.46 2018/11/12 16:08:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.47 2019/05/20 22:15:00 naddy Exp $ COMMENT= free space simulator and planetarium DISTNAME= celestia-1.6.1 -REVISION= 16 +REVISION= 17 CATEGORIES= astro x11 @@ -30,8 +30,8 @@ WANTLIB += ${MODLUA_WANTLIB} COMPILER = base-clang ports-gcc base-gcc MODULES= lang/lua -BUILD_DEPENDS= devel/gettext-tools -LIB_DEPENDS= devel/gettext \ +BUILD_DEPENDS= devel/gettext,-tools +LIB_DEPENDS= devel/gettext,-runtime \ multimedia/libtheora \ x11/gtkglext \ ${MODLUA_LIB_DEPENDS} diff --git a/astro/gcal/Makefile b/astro/gcal/Makefile index b205c86b0ca..fe1cfa3a9f6 100644 --- a/astro/gcal/Makefile +++ b/astro/gcal/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2016/09/08 10:17:26 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:00 naddy Exp $ COMMENT = calculate and print calendars DISTNAME = gcal-3.6.3 -REVISION = 1 +REVISION = 2 CATEGORIES = astro HOMEPAGE = https://www.gnu.org/software/gcal/ @@ -15,8 +15,8 @@ PERMIT_PACKAGE_CDROM = Yes MASTER_SITES = ${MASTER_SITE_GNU:=gcal/} -BUILD_DEPENDS = devel/gettext-tools -LIB_DEPENDS = devel/gettext +BUILD_DEPENDS = devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime WANTLIB = c iconv intl m ncurses diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index ee43a7ade0a..74a16bc0213 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2019/05/12 17:30:56 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 22:15:00 naddy Exp $ COMMENT = planetarium simulator for KDE @@ -28,7 +28,7 @@ MASTER_SITES = ${MASTER_SITE_KDE:=stable/kstars/} MODULES = devel/kf5 -BUILD_DEPENDS += devel/gettext-tools \ +BUILD_DEPENDS += devel/gettext,-tools \ devel/kf5/kdoctools \ math/eigen3 \ x11/qt5/qtquickcontrols \ diff --git a/audio/ario/Makefile b/audio/ario/Makefile index 70e8b201ca4..00d39c1698b 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2018/06/29 22:16:08 espie Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:00 naddy Exp $ COMMENT = GTK2-based MPD client inspired by Rhythmbox DISTNAME = ario-1.5.1 @@ -33,7 +33,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ario-player/} MODULES = textproc/intltool -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = audio/libmpdclient \ audio/taglib \ devel/libnotify \ diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile index 3113d2b4199..9b7baa60b9e 100644 --- a/audio/audacious-plugins/Makefile +++ b/audio/audacious-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.77 2019/05/12 15:26:06 edd Exp $ +# $OpenBSD: Makefile,v 1.78 2019/05/20 22:15:00 naddy Exp $ COMMENT = input and output plugins for Audacious @@ -30,7 +30,7 @@ EXTRACT_SUFX = .tar.bz2 COMPILER = base-clang ports-gcc BUILD_DEPENDS = audio/audacious>=${V} \ - devel/gettext-tools + devel/gettext,-tools RUN_DEPENDS = audio/audacious>=${V} # needed for the gio plugin diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 1f61d64970f..02499d1e3ae 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2018/06/29 22:16:08 espie Exp $ +# $OpenBSD: Makefile,v 1.61 2019/05/20 22:15:00 naddy Exp $ BROKEN-hppa = no atomic ops / __sync_fetch_and_add_4 BROKEN-alpha = tinylock.c:58: internal compiler error: in extract_insn, at recog.c:2077 @@ -31,7 +31,7 @@ EXTRACT_SUFX = .tar.bz2 COMPILER = base-clang ports-gcc -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+3,-guic diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index fc620ddb564..b56083fa8f6 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2019/05/18 12:13:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.69 2019/05/20 22:15:00 naddy Exp $ COMMENT= free audio editor @@ -36,7 +36,7 @@ COMPILER = base-clang ports-gcc base-gcc MODULES= lang/python MODPY_RUNDEP= No -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ shells/bash # Used to build suild, not installed by default # See ${WRKSRC}/lib-src/lv2/suil and https://drobilla.net/software/suil diff --git a/audio/clementine/Makefile b/audio/clementine/Makefile index 58012338aa6..b161616e11b 100644 --- a/audio/clementine/Makefile +++ b/audio/clementine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2018/07/10 10:55:07 tb Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:01 naddy Exp $ COMMENT = Qt4-based featureful music player @@ -36,7 +36,7 @@ CXXFLAGS += -std=c++11 BUILD_DEPENDS = devel/boost \ devel/cmake>=2.8.10.2p3 \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/sparsehash RUN_DEPENDS = devel/desktop-file-utils \ diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index ba108741096..a4571e43a0a 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2018/06/27 21:03:35 espie Exp $ +# $OpenBSD: Makefile,v 1.36 2019/05/20 22:15:01 naddy Exp $ COMMENT = music manager and player for GTK+ written in Python @@ -30,7 +30,7 @@ COMMON_DEPENDS =x11/dbus-python>=0.82.1 \ multimedia/gstreamer-0.10/py-gstreamer BUILD_DEPENDS = ${COMMON_DEPENDS} \ - devel/gettext-tools + devel/gettext,-tools RUN_DEPENDS = ${COMMON_DEPENDS} \ devel/desktop-file-utils diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 9653c3ca736..a93fa2f2f3a 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2019/05/20 20:52:31 sthen Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:01 naddy Exp $ COMMENT = SoundFont2 software synthesizer DISTNAME = fluidsynth-1.1.6 @@ -25,7 +25,7 @@ AUTOMAKE_VERSION = 1.9 AUTORECONF = ./autogen.sh # autogen.sh needs aclocal/lib-ld.m4 -BUILD_DEPENDS += devel/gettext-tools +BUILD_DEPENDS += devel/gettext,-tools CONFIGURE_STYLE = autoreconf CONFIGURE_ARGS += --disable-coreaudio \ diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 10babb86b46..dec11a661b6 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.65 2018/10/24 14:27:57 sthen Exp $ +# $OpenBSD: Makefile,v 1.66 2019/05/20 22:15:01 naddy Exp $ COMMENT= front-end to external cd audio rippers and mp3 encoders @@ -40,7 +40,7 @@ LIB_DEPENDS= audio/cdparanoia \ RUN_DEPENDS= audio/vorbis-tools -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools CONFIGURE_STYLE= gnu diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 1accd4de77a..255865d14ae 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2019/05/20 20:52:31 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2019/05/20 22:15:01 naddy Exp $ COMMENT= minimalistic console-based audio player @@ -19,7 +19,7 @@ MASTER_SITES= ${HOMEPAGE}/distfiles/ \ http://www.stack.nl/~ed/projects/herrie/distfiles/ \ http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= audio/libmad \ audio/libid3tag \ audio/libsndfile \ diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 179146e0e15..a339f0a7e7d 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2017/11/12 15:17:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.48 2019/05/20 22:15:01 naddy Exp $ COMMENT-main= library to access the contents of an iPod COMMENT-python= python bindings for libgpod @@ -11,7 +11,7 @@ SHARED_LIBS= gpod 721.0 # 7.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/} -REVISION-main= 9 +REVISION-main= 10 REVISION-python= 7 HOMEPAGE= http://www.gtkpod.org/libgpod/ @@ -33,7 +33,7 @@ RUN_DEPENDS-python= audio/py-mutagen \ devel/py-gobject LIB_DEPENDS-python= ${BUILD_PKGPATH},-main LIB_DEPENDS= databases/sqlite3 \ - devel/gettext \ + devel/gettext,-runtime \ devel/glib2 \ devel/libplist \ graphics/gdk-pixbuf2 \ diff --git a/audio/libofa/Makefile b/audio/libofa/Makefile index c484f4d356e..1e28807f258 100644 --- a/audio/libofa/Makefile +++ b/audio/libofa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2018/11/18 17:06:52 naddy Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:01 naddy Exp $ COMMENT = Open Fingerprint Architecture library @@ -18,7 +18,7 @@ COMPILER = base-clang ports-gcc base-gcc # needed to build the examples BUILD_DEPENDS = net/curl \ - devel/gettext + devel/gettext,-runtime LIB_DEPENDS = math/fftw3 diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 07bce1356d9..6a55af1771f 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.26 2018/12/05 20:19:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.27 2019/05/20 22:15:01 naddy Exp $ COMMENT= command-line MPEG audio decoder and player DISTNAME= madplay-0.15.2b -REVISION= 7 +REVISION= 8 CATEGORIES= audio HOMEPAGE= http://mad.sourceforge.net/ @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.mars.org/pub/mpeg/ \ LIB_DEPENDS= audio/libid3tag \ audio/libmad \ - devel/gettext + devel/gettext,-runtime WANTLIB= c iconv id3tag intl m mad sndio z SEPARATE_BUILD= Yes diff --git a/audio/moc/Makefile b/audio/moc/Makefile index d4505e51dc1..a6b82ba9154 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2019/02/17 22:21:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:01 naddy Exp $ COMMENT = console audio player DISTNAME = moc-2.5.2 @@ -7,7 +7,7 @@ HOMEPAGE = http://moc.daper.net/ MASTER_SITES = http://ftp.daper.net/pub/soft/moc/stable/ \ https://distfiles.nl/ EXTRACT_SUFX = .tar.bz2 -REVISION = 6 +REVISION = 7 # GPLv3+ PERMIT_PACKAGE_CDROM = Yes @@ -35,7 +35,7 @@ LIB_DEPENDS = audio/faad \ audio/speex \ audio/taglib \ databases/db/v4 \ - devel/gettext \ + devel/gettext,-runtime \ devel/libmagic \ devel/libtool,-ltdl \ graphics/ffmpeg \ diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index dc4b69e9c7e..ec2ec98ac52 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.42 2018/04/26 19:59:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.43 2019/05/20 22:15:01 naddy Exp $ PORTROACH= skipv:0.8.5 COMMENT= MP3 technical info viewer and ID3 1.x tag editor DISTNAME= mp3info-0.8.5a -REVISION= 12 +REVISION= 13 CATEGORIES= audio HOMEPAGE= http://www.ibiblio.org/mp3info/ @@ -28,7 +28,7 @@ FLAVOR?= ALL_TARGET= mp3info doc INSTALL_TARGET= install-mp3info .else -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile index 3e80dea3768..022b87676a3 100644 --- a/audio/ncmpc/Makefile +++ b/audio/ncmpc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2019/04/28 07:35:19 landry Exp $ +# $OpenBSD: Makefile,v 1.46 2019/05/20 22:15:01 naddy Exp $ COMMENT= curses based frontend for mpd @@ -6,6 +6,7 @@ VER= 0.34 DISTNAME= ncmpc-${VER} EPOCH= 0 CATEGORIES= audio +REVISION= 0 HOMEPAGE= https://www.musicpd.org/clients/ncmpc/ @@ -24,10 +25,10 @@ COMPILER = base-clang ports-gcc MODULES= devel/meson BUILD_DEPENDS= devel/boost \ - devel/gettext-tools \ + devel/gettext,-tools \ textproc/py-sphinx -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/pcre \ audio/libmpdclient>=2.4 diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index 12fc883592c..b7fc29f7087 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 2018/12/05 20:19:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:01 naddy Exp $ COMMENT= audio file volume normalizer DISTNAME= normalize-0.7.7 -REVISION= 5 +REVISION= 6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH:=normalize/} @@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB= c iconv intl m mad>=2 audiofile FLAC ogg LIB_DEPENDS= audio/libmad \ - devel/gettext \ + devel/gettext,-runtime \ devel/libaudiofile CONFIGURE_STYLE= gnu diff --git a/audio/picard/Makefile b/audio/picard/Makefile index 4f8b8cd7c2a..5f54987daef 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2018/10/24 14:27:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:01 naddy Exp $ COMMENT = automatic audio files tagger using the MusicBrainz database @@ -30,7 +30,7 @@ MODPY_SETUPTOOLS = Yes MODPY_DISTUTILS_INSTALL=install --prefix=${LOCALBASE} --root=${DESTDIR} # msgfmt -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = audio/libofa \ graphics/ffmpeg diff --git a/audio/quodlibet/Makefile b/audio/quodlibet/Makefile index f43655c59e7..e42539e2663 100644 --- a/audio/quodlibet/Makefile +++ b/audio/quodlibet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2019/04/30 21:52:44 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:01 naddy Exp $ COMMENT= audio player and tagger for GTK+ with regex support @@ -36,8 +36,8 @@ RUN_DEPENDS+= devel/desktop-file-utils \ x11/gtk+3,-guic BUILD_DEPENDS= ${RUN_DEPENDS} \ - devel/gettext \ - devel/gettext-tools + devel/gettext,-runtime \ + devel/gettext,-tools MODPY_ADJ_FILES= *py MODPY_DISTUTILS_INSTALLARGS= --mandir=${PREFIX}/man diff --git a/audio/radiotray/Makefile b/audio/radiotray/Makefile index 0e3d83e26d0..6cf66dd5e1c 100644 --- a/audio/radiotray/Makefile +++ b/audio/radiotray/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2018/06/27 21:03:37 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:01 naddy Exp $ COMMENT = streaming radio player @@ -28,7 +28,7 @@ RUN_DEPENDS = devel/py-gobject${MODPY_FLAVOR} \ textproc/py-lxml \ x11/dbus-python -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/py-xdg${MODPY_FLAVOR} NO_TEST = Yes diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index c64090a47b8..918e21c025b 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2018/06/27 21:03:37 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 22:15:01 naddy Exp $ COMMENT = solfege and ear training program DISTNAME = solfege-3.22.2 @@ -15,7 +15,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=solfege/} MODULES = lang/python -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ print/lilypond,-main \ sysutils/coreutils \ x11/py-gtk2 diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index b0a55fd648e..799f97e8429 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2019/04/28 20:51:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.57 2019/05/20 22:15:01 naddy Exp $ COMMENT= GTK+ client for the Music Player Daemon @@ -23,7 +23,7 @@ MODULES= lang/python MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} MODPY_SETUPTOOLS= Yes -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools RUN_DEPENDS= audio/py-mpd2${MODPY_FLAVOR} \ audio/py-tagpy${MODPY_FLAVOR} \ diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 93add345752..2b88fc5527e 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2019/05/18 12:13:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.51 2019/05/20 22:15:01 naddy Exp $ COMMENT= MIDI to WAV renderer and player @@ -6,6 +6,7 @@ V= 2.15.0 DISTNAME= TiMidity++-${V} PKGNAME= timidity-${V} CATEGORIES= audio +REVISION= 0 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=timidity/} MASTER_SITES0= https://mirrors.nycbug.org/pub/distfiles/ @@ -37,7 +38,7 @@ FLAVOR?= .if ${FLAVOR:Mgtk2} CONFIGURE_ARGS+=--enable-gtk -LIB_DEPENDS+= devel/gettext \ +LIB_DEPENDS+= devel/gettext,-runtime \ x11/gtk+2 WANTLIB+= X11 Xcomposite Xcursor Xdamage Xext Xfixes \ Xi Xinerama Xrandr Xrender atk-1.0 cairo \ diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index c893145ff78..3964c7c77f2 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.53 2019/05/05 04:31:22 bentley Exp $ +# $OpenBSD: Makefile,v 1.54 2019/05/20 22:15:01 naddy Exp $ COMMENT= play, encode, and manage Ogg Vorbis files DISTNAME= vorbis-tools-1.4.0 -REVISION= 5 +REVISION= 6 CATEGORIES= audio HOMEPAGE= https://www.xiph.org/vorbis/ @@ -21,7 +21,7 @@ LIB_DEPENDS= audio/flac \ audio/libao \ audio/libvorbis \ audio/speex \ - devel/gettext \ + devel/gettext,-runtime \ net/curl CONFIGURE_STYLE=gnu diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 0a096691e72..7a6bced561c 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2019/01/02 12:44:53 jca Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:02 naddy Exp $ BROKEN= /usr/local/include/wx-3.0/wx/strvararg.h:354:71: error: no member named 'value' in 'wxFormatStringSpecifierNonPodType' @@ -36,7 +36,7 @@ MULTI_PACKAGES= -main -docs MODULES= devel/cmake -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools # kicad includes some boost headers, but somehow # randomly fails if boost is present then junked diff --git a/cad/klogic/Makefile b/cad/klogic/Makefile index ac88954b705..d60e77d9faf 100644 --- a/cad/klogic/Makefile +++ b/cad/klogic/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 2018/06/29 22:16:09 espie Exp $ +# $OpenBSD: Makefile,v 1.41 2019/05/20 22:15:02 naddy Exp $ COMMENT = logic circuit simulator for KDE @@ -26,7 +26,7 @@ MODULES = x11/kde4 \ RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+3,-guic -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools NO_TEST = Yes diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index f5f62f3145c..f37d33390ad 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2018/12/13 19:53:23 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:02 naddy Exp $ COMMENT = the programmer's solid 3D CAD modeller#' BROKEN-sparc64= SIGILL on src/cgalutils.cc with CGAL-4.6.3 @@ -28,7 +28,7 @@ DISTFILES = openscad-${V}.src.tar.gz MODULES = devel/qmake \ x11/qt4 BUILD_DEPENDS = devel/bison \ - devel/gettext-tools \ + devel/gettext,-tools \ math/eigen3 LIB_DEPENDS = devel/boost \ devel/gmp \ diff --git a/comms/amtterm/Makefile b/comms/amtterm/Makefile index 07e18351bce..a44008d6f50 100644 --- a/comms/amtterm/Makefile +++ b/comms/amtterm/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2018/06/27 21:03:38 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:02 naddy Exp $ COMMENT-term= cli client for Intel AMT serial-over-lan COMMENT-main= client and tools for Intel AMT serial-over-lan V= 1.4 DISTNAME= amtterm-$V -REVISION= 3 +REVISION= 4 PKGNAME-main= amtterm-$V PKGNAME-term= amtterm-cli-$V MULTI_PACKAGES= -main -term @@ -27,7 +27,7 @@ WANTLIB-main += vte z MASTER_SITES= https://www.kraxel.org/releases/amtterm/ LIB_DEPENDS-term= -LIB_DEPENDS-main= devel/gettext \ +LIB_DEPENDS-main= devel/gettext,-runtime \ devel/vte RUN_DEPENDS-main= comms/amtterm,-term \ devel/desktop-file-utils \ diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 482df49a860..a1e2bfdb3ea 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.27 2018/10/24 14:27:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:02 naddy Exp $ COMMENT= soundcard-based software modem for Amateur Radio use # skip alpha-test versions (x.x.x.x format version numbers) PORTROACH= limit:^[0-9]+\.[0-9]+\.[0-9]+$$ DISTNAME= fldigi-4.0.18 -REVISION= 0 +REVISION= 1 CATEGORIES= comms hamradio @@ -28,7 +28,7 @@ LIB_DEPENDS= audio/libsamplerate \ audio/libsndfile \ audio/portaudio-svn \ comms/hamlib \ - devel/gettext \ + devel/gettext,-runtime \ graphics/png \ x11/fltk diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 7b21c5d78a4..541487c7ee7 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/02/02 15:25:29 kirby Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:02 naddy Exp $ COMMENT = Gnu All Mobile Management Utilities @@ -24,7 +24,7 @@ MODULES = devel/cmake COMPILER = base-clang ports-gcc -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = misc/dialog LIB_DEPENDS = databases/libdbi \ devel/glib2 \ diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 335af90497d..b8ea6608330 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.63 2019/01/06 14:50:49 danj Exp $ +# $OpenBSD: Makefile,v 1.64 2019/05/20 22:15:02 naddy Exp $ COMMENT= MS-DOS Telix-like serial communication program DISTNAME= minicom-2.7.1 -REVISION= 1 +REVISION= 2 CATEGORIES= comms MASTER_SITES= https://alioth-archive.debian.org/releases/minicom/Source/2.7.1/ HOMEPAGE= https://salsa.debian.org/minicom-team/minicom -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime RUN_DEPENDS= comms/kermit \ comms/lrzsz diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index b4082f6214d..c885fa5057f 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2017/04/27 20:13:36 naddy Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:02 naddy Exp $ COMMENT= data exchange utility for Siemens mobile phones DISTNAME= scmxx-0.8.0 -REVISION= 3 +REVISION= 4 CATEGORIES= comms HOMEPAGE= http://www.hendrik-sattler.de/scmxx/ @@ -12,9 +12,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/} # GPLv2 PERMIT_PACKAGE_CDROM= Yes -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime WANTLIB= c iconv intl m diff --git a/converters/dos2unix/Makefile b/converters/dos2unix/Makefile index dbc3f224ca0..4b8e3408f8b 100644 --- a/converters/dos2unix/Makefile +++ b/converters/dos2unix/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2017/10/14 05:46:52 bcallah Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:02 naddy Exp $ COMMENT= convert DOS/MAC files to UNIX (line-endings/charset) DISTNAME = dos2unix-7.4.0 +REVISION = 0 CATEGORIES= converters @@ -16,9 +17,9 @@ WANTLIB += c intl MASTER_SITES= http://waterlan.home.xs4all.nl/dos2unix/ -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime MAKE_FLAGS= CC="${CC}" FAKE_FLAGS= prefix="${PREFIX}" \ diff --git a/converters/recode/Makefile b/converters/recode/Makefile index c0acadddd1f..1db910f3096 100644 --- a/converters/recode/Makefile +++ b/converters/recode/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.41 2017/11/21 00:12:59 naddy Exp $ +# $OpenBSD: Makefile,v 1.42 2019/05/20 22:15:02 naddy Exp $ COMMENT= convert files between character sets and usages DISTNAME= recode-3.6 -REVISION = 11 +REVISION = 12 SHARED_LIBS += recode 0.0 # .0.0 CATEGORIES= converters textproc @@ -22,7 +22,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=recode/} MODPY_RUNDEP= No -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --without-included-gettext diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 2eef2bc0880..008ffbbf56b 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.45 2019/05/08 15:24:14 jasper Exp $ +# $OpenBSD: Makefile,v 1.46 2019/05/20 22:15:02 naddy Exp $ COMMENT= GNU dbm DISTNAME= gdbm-1.18.1 CATEGORIES= databases +REVISION= 0 SHARED_LIBS= gdbm 5.1 # 5.0 @@ -14,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/} # GPLv3 PERMIT_PACKAGE_CDROM= Yes -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime WANTLIB= c curses iconv intl readline diff --git a/databases/kdb/Makefile b/databases/kdb/Makefile index d2d82894311..dd0650453cf 100644 --- a/databases/kdb/Makefile +++ b/databases/kdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/04/21 10:11:42 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:02 naddy Exp $ COMMENT = database connectivity and creation framework @@ -30,7 +30,7 @@ MODULES = devel/cmake \ MODPY_RUNDEP = No BUILD_DEPENDS = shells/bash \ - devel/gettext-tools \ + devel/gettext,-tools \ databases/postgresql,-server LIB_DEPENDS = devel/kf5/kcoreaddons \ diff --git a/databases/kexi/Makefile b/databases/kexi/Makefile index 7a6a13f8c0d..86a219ee460 100644 --- a/databases/kexi/Makefile +++ b/databases/kexi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/04/21 10:12:01 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:02 naddy Exp $ #Qt5Webkit USE_WXNEEDED = Yes @@ -49,7 +49,7 @@ MODULES = devel/cmake \ devel/kf5 BUILD_DEPENDS = databases/postgresql,-server \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/kf5/breeze-icons \ devel/kf5/karchive \ x11/kde-applications/marble diff --git a/devel/Makefile b/devel/Makefile index f9334ed4f1b..10f5f0bc784 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1857 2019/05/17 03:30:18 afresh1 Exp $ +# $OpenBSD: Makefile,v 1.1858 2019/05/20 22:15:02 naddy Exp $ SUBDIR = SUBDIR += ElectricFence @@ -145,7 +145,6 @@ SUBDIR += gengetopt SUBDIR += geotiff SUBDIR += gettext - SUBDIR += gettext-tools SUBDIR += gflags SUBDIR += giblib SUBDIR += giggle diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index 1d2d1259faa..99b391b6f91 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2017/08/13 21:43:49 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:02 naddy Exp $ COMMENT= automatic text creation from templates CATEGORIES= devel V= 5.8.7 DISTNAME= autogen-${V} -REVISION= 6 +REVISION= 7 SHARED_LIBS += opts 27.5 # .27.5 SHARED_LIBS += guileopts 1.0 # .0.1 @@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM=Yes WANTLIB += c gmp guile iconv intl ltdl lzma m pthread xml2 z -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ lang/guile \ textproc/libxml CONFIGURE_STYLE=gnu diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 84086a65ba8..131787eae41 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2019/05/14 16:28:23 jca Exp $ +# $OpenBSD: Makefile,v 1.58 2019/05/20 22:15:02 naddy Exp $ COMMENT= GNU parser generator @@ -6,6 +6,7 @@ DISTNAME= bison-3.3.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.xz +REVISION= 0 HOMEPAGE= https://www.gnu.org/software/bison/ @@ -16,7 +17,7 @@ WANTLIB= c iconv intl m AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.16 -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime BUILD_DEPENDS= ${MODGNU_AUTOMAKE_DEPENDS} \ devel/help2man \ devel/m4 diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile index 083333985d3..ff822a484dc 100644 --- a/devel/cflow/Makefile +++ b/devel/cflow/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2019/02/26 09:40:43 benoit Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:03 naddy Exp $ COMMENT = analyze C source files and print a call graph DISTNAME = cflow-1.6 CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://www.gnu.org/software/cflow/ @@ -16,7 +17,7 @@ WANTLIB = c iconv intl MASTER_SITES = ${MASTER_SITE_GNU:=cflow/} -LIB_DEPENDS = devel/gettext +LIB_DEPENDS = devel/gettext,-runtime MAKE_FLAGS = LIBINTL="-L${LOCALBASE}/lib -liconv -lintl" diff --git a/devel/cpp-hocon/Makefile b/devel/cpp-hocon/Makefile index c96e8d57b29..484fe93c5f1 100644 --- a/devel/cpp-hocon/Makefile +++ b/devel/cpp-hocon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2018/12/13 19:53:23 sthen Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:03 naddy Exp $ COMMENT = C++ parser for the HOCON configuration language @@ -30,7 +30,7 @@ CXXFLAGS += -pthread -Wno-delete-non-virtual-dtor LIB_DEPENDS = devel/boost \ devel/leatherman -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools # test cases: 112 | 82 passed | 16 failed | 14 failed as expected # assertions: 1718 | 1660 passed | 40 failed | 18 failed as expected diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index a272f7b3375..e6246662fa7 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.33 2018/10/24 14:28:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:03 naddy Exp $ COMMENT= documentation system for C, C++, IDL and Java DISTNAME= doc++-3.4.10 -REVISION = 12 +REVISION = 13 CATEGORIES= devel HOMEPAGE= http://docpp.sourceforge.net/ @@ -23,9 +23,9 @@ CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/doc++ diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile deleted file mode 100644 index ca4485366dc..00000000000 --- a/devel/gettext-tools/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# $OpenBSD: Makefile,v 1.7 2016/08/31 13:53:11 naddy Exp $ - -COMMENT= GNU gettext development and translation tools - -VERSION= 0.19.8.1 -DISTNAME= gettext-${VERSION} -PKGNAME= gettext-tools-${VERSION} -SHARED_LIBS += gettextlib 7.1 # unknown -SHARED_LIBS += gettextsrc 6.1 # unknown -SHARED_LIBS += gettextpo 8.1 # 5.4 - -SUBST_VARS= VERSION - -CATEGORIES= devel -# DPB: parallel-safe, not worth it. Too much time in configure - -MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} -EXTRACT_SUFX= .tar.xz - -HOMEPAGE= https://www.gnu.org/software/gettext/ - -MAINTAINER= Christian Weisgerber - -# LGPLv2.1, GPLv3 -PERMIT_PACKAGE_CDROM= Yes - -LIB_DEPENDS= devel/gettext - -WANTLIB= c iconv intl m ncurses - -# required by the autopoint tool -RUN_DEPENDS= archivers/xz - -WRKSRC= ${WRKDIST}/gettext-tools -CONFIGURE_STYLE=gnu -CONFIGURE_ARGS= --disable-csharp \ - --disable-java \ - --with-libiconv-prefix="${LOCALBASE}" \ - --with-libintl-prefix="${LOCALBASE}" \ - --with-included-glib \ - --with-included-libcroco \ - --with-included-libunistring \ - --with-included-libxml \ - --without-emacs \ - --without-git - -MODGNU_CONFIG_GUESS_DIRS=${WRKDIST}/build-aux - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp - for f in start-po.el po-mode.el po-compat.el; do \ - ${INSTALL_DATA} ${WRKSRC}/misc/$$f \ - ${PREFIX}/share/emacs/site-lisp; \ - done - -.include diff --git a/devel/gettext-tools/distinfo b/devel/gettext-tools/distinfo deleted file mode 100644 index 085d6dd1873..00000000000 --- a/devel/gettext-tools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gettext-0.19.8.1.tar.xz) = EFVW28XD+7wqoO20bSLQVXSLb1x816jZn45+uE6Ti+Q= -SIZE (gettext-0.19.8.1.tar.xz) = 7209808 diff --git a/devel/gettext-tools/patches/patch-gettext-tools_configure b/devel/gettext-tools/patches/patch-gettext-tools_configure deleted file mode 100644 index bcfebcab636..00000000000 --- a/devel/gettext-tools/patches/patch-gettext-tools_configure +++ /dev/null @@ -1,16 +0,0 @@ -$OpenBSD: patch-gettext-tools_configure,v 1.4 2016/08/31 13:53:11 naddy Exp $ - -Allow use of pre-installed gettext with gettexts-tools. - ---- gettext-tools/configure.orig Sat Jun 11 15:01:07 2016 -+++ gettext-tools/configure Wed Aug 31 13:02:49 2016 -@@ -22746,8 +22746,7 @@ $as_echo "$ac_res" >&6; } - - if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ - || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ -- && test "$PACKAGE" != gettext-runtime \ -- && test "$PACKAGE" != gettext-tools; }; then -+ && test "$PACKAGE" != gettext-runtime; }; then - gt_use_preinstalled_gnugettext=yes - else - LIBINTL= diff --git a/devel/gettext-tools/patches/patch-gettext-tools_tests_lang-c++ b/devel/gettext-tools/patches/patch-gettext-tools_tests_lang-c++ deleted file mode 100644 index c76230d9aea..00000000000 --- a/devel/gettext-tools/patches/patch-gettext-tools_tests_lang-c++ +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-gettext-tools_tests_lang-c++,v 1.2 2016/08/31 13:53:11 naddy Exp $ - -Use pre-installed libasprintf. - ---- gettext-tools/tests/lang-c++.orig Fri Jun 10 00:56:00 2016 -+++ gettext-tools/tests/lang-c++ Wed Aug 31 13:02:49 2016 -@@ -69,7 +69,7 @@ ${CXX} -I../.. -I../../../gettext-runtime/libasprintf - : ${CONFIG_SHELL=${SHELL-/bin/sh}} - ${CONFIG_SHELL} "$top_builddir"/libtool --quiet --tag=CXX --mode=link \ - ${CXX} ${CXXFLAGS} `echo "X ${LDFLAGS} " | sed -e 's/^X//' -e 's/ -Wl,--disable-auto-import / /'` -o prog prog.${OBJEXT} \ -- ../../../gettext-runtime/libasprintf/libasprintf.la \ -+ -lasprintf \ - ../../gnulib-lib/libgettextlib.la ${LTLIBINTL} \ - || Exit 1 - diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index afb40e24f0e..8782b3cf54c 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,11 +1,23 @@ -# $OpenBSD: Makefile,v 1.87 2018/10/25 13:21:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.88 2019/05/20 22:15:03 naddy Exp $ -COMMENT= GNU gettext runtime libraries and programs +COMMENT-runtime= GNU gettext runtime libraries and programs +COMMENT-textstyle= text styling library +COMMENT-tools= GNU gettext development and translation tools -DISTNAME= gettext-0.19.8.1 -REVISION = 3 -SHARED_LIBS += intl 6.0 # 9.5 +VERSION= 0.20.1 +DISTNAME= gettext-${VERSION} +PKGNAME-runtime= gettext-runtime-${VERSION} +PKGNAME-textstyle= libtextstyle-${VERSION} +PKGNAME-tools= gettext-tools-${VERSION} + +SHARED_LIBS += intl 6.0 # 9.6 SHARED_LIBS += asprintf 1.1 # unknown +SHARED_LIBS += textstyle 0.0 # 0.0 +SHARED_LIBS += gettextlib 8.0 # unknown +SHARED_LIBS += gettextsrc 7.0 # unknown +SHARED_LIBS += gettextpo 9.0 # 5.5 + +SUBST_VARS= VERSION CATEGORIES= devel # DPB: parallel-safe, not worth it. Too much time in configure @@ -20,21 +32,34 @@ MAINTAINER= Christian Weisgerber # LGPLv2.1, GPLv3 PERMIT_PACKAGE_CDROM= Yes -LIB_DEPENDS= converters/libiconv -WANTLIB= c m iconv ${COMPILER_LIBCXX} +MULTI_PACKAGES= -runtime -textstyle -tools +SUBPACKAGE?= -runtime + +WANTLIB-runtime= c iconv m ${COMPILER_LIBCXX} +WANTLIB-textstyle= curses iconv m +WANTLIB-tools= c curses iconv intl m textstyle + +LIB_DEPENDS= converters/libiconv +LIB_DEPENDS-tools= ${BASE_PKGPATH},-runtime \ + ${BASE_PKGPATH},-textstyle # on critical path to lang/gcc. XXX c++ used in libasprintf but seems # unused at present; may need to revisit if this changes COMPILER = base-clang base-gcc -WRKSRC= ${WRKDIST}/gettext-runtime CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --disable-csharp \ --disable-java \ + --disable-acl \ --with-libiconv-prefix="${LOCALBASE}" \ - --with-included-gettext + --with-included-gettext \ + --with-included-libunistring \ + --with-included-libxml \ + --without-emacs \ + --without-git -MODGNU_CONFIG_GUESS_DIRS=${WRKDIST}/build-aux +MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build-aux \ + ${WRKSRC}/libtextstyle/build-aux EXTRA_LOCALES= en he lv no # only in gettext-tools @@ -44,5 +69,10 @@ post-install: for l in ${EXTRA_LOCALES}; do \ ${INSTALL_DATA_DIR} ${PREFIX}/share/locale/$$l/LC_MESSAGES; \ done + ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp + for f in start-po.el po-mode.el po-compat.el; do \ + ${INSTALL_DATA} ${WRKSRC}/gettext-tools/emacs/$$f \ + ${PREFIX}/share/emacs/site-lisp; \ + done .include diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo index 085d6dd1873..5fc80c1fa87 100644 --- a/devel/gettext/distinfo +++ b/devel/gettext/distinfo @@ -1,2 +1,2 @@ -SHA256 (gettext-0.19.8.1.tar.xz) = EFVW28XD+7wqoO20bSLQVXSLb1x816jZn45+uE6Ti+Q= -SIZE (gettext-0.19.8.1.tar.xz) = 7209808 +SHA256 (gettext-0.20.1.tar.xz) = U/Avu+yeeYsPqvfHMnL4NgjoNcYojdWL5sm7VGJKOAA= +SIZE (gettext-0.20.1.tar.xz) = 9346544 diff --git a/devel/gettext/patches/patch-gettext-runtime_intl_dcigettext_c b/devel/gettext/patches/patch-gettext-runtime_intl_dcigettext_c index 7979a326752..1fe8dc8c687 100644 --- a/devel/gettext/patches/patch-gettext-runtime_intl_dcigettext_c +++ b/devel/gettext/patches/patch-gettext-runtime_intl_dcigettext_c @@ -1,6 +1,7 @@ -$OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.7 2014/07/10 20:42:28 naddy Exp $ ---- gettext-runtime/intl/dcigettext.c.orig Tue Apr 15 03:52:10 2014 -+++ gettext-runtime/intl/dcigettext.c Tue Jul 8 23:49:09 2014 +$OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.8 2019/05/20 22:15:03 naddy Exp $ +Index: gettext-runtime/intl/dcigettext.c +--- gettext-runtime/intl/dcigettext.c.orig ++++ gettext-runtime/intl/dcigettext.c @@ -505,6 +505,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1 const char *localename; #endif @@ -24,7 +25,7 @@ $OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.7 2014/07/10 20:42:28 nadd - resolved_dirname = (char *) alloca (path_max + dirname_len); + resolved_dirname_len = path_max + dirname_len; + resolved_dirname = (char *) alloca (resolved_dirname_len); - ADD_BLOCK (block_list, tmp_dirname); + ADD_BLOCK (block_list, resolved_dirname); __set_errno (0); @@ -650,7 +653,8 @@ DCIGETTEXT (const char *domainname, const char *msgid1 diff --git a/devel/gettext/patches/patch-gettext-runtime_intl_localcharset_c b/devel/gettext/patches/patch-gettext-runtime_intl_localcharset_c deleted file mode 100644 index 817846826ab..00000000000 --- a/devel/gettext/patches/patch-gettext-runtime_intl_localcharset_c +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: patch-gettext-runtime_intl_localcharset_c,v 1.4 2014/10/20 18:34:38 naddy Exp $ ---- gettext-runtime/intl/localcharset.c.orig Wed Oct 1 04:35:20 2014 -+++ gettext-runtime/intl/localcharset.c Mon Oct 20 19:49:42 2014 -@@ -236,8 +236,9 @@ get_charset_aliases (void) - free (old_res_ptr); - break; - } -- strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1); -- strcpy (res_ptr + res_size - (l2 + 1), buf2); -+ strlcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1, -+ l1 + 1 + l2 + 1 + 1); -+ strlcpy (res_ptr + res_size - (l2 + 1), buf2, l2 + 1 + 1); - } - fclose (fp); - if (res_size == 0) diff --git a/devel/gettext/patches/patch-gettext-runtime_intl_relocatable_c b/devel/gettext/patches/patch-gettext-runtime_intl_relocatable_c index 8d233d86530..a0f37a2a552 100644 --- a/devel/gettext/patches/patch-gettext-runtime_intl_relocatable_c +++ b/devel/gettext/patches/patch-gettext-runtime_intl_relocatable_c @@ -1,7 +1,8 @@ -$OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.5 2015/07/19 23:46:08 naddy Exp $ ---- gettext-runtime/intl/relocatable.c.orig Fri Jun 5 09:01:10 2015 -+++ gettext-runtime/intl/relocatable.c Sat Jul 18 19:13:09 2015 -@@ -510,13 +510,17 @@ relocate (const char *pathname) +$OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.6 2019/05/20 22:15:03 naddy Exp $ +Index: gettext-runtime/intl/relocatable.c +--- gettext-runtime/intl/relocatable.c.orig ++++ gettext-runtime/intl/relocatable.c +@@ -509,13 +509,17 @@ relocate (const char *pathname) if (pathname[orig_prefix_len] == '\0') { /* pathname equals orig_prefix. */ @@ -21,7 +22,7 @@ $OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.5 2015/07/19 23:46:08 nad return result; } } -@@ -524,15 +528,19 @@ relocate (const char *pathname) +@@ -523,15 +527,19 @@ relocate (const char *pathname) { /* pathname starts with orig_prefix. */ const char *pathname_tail = &pathname[orig_prefix_len]; diff --git a/devel/gettext-tools/patches/patch-gettext-tools_gnulib-lib_Makefile_in b/devel/gettext/patches/patch-gettext-tools_gnulib-lib_Makefile_in similarity index 53% rename from devel/gettext-tools/patches/patch-gettext-tools_gnulib-lib_Makefile_in rename to devel/gettext/patches/patch-gettext-tools_gnulib-lib_Makefile_in index 2313daf6491..38fa3362172 100644 --- a/devel/gettext-tools/patches/patch-gettext-tools_gnulib-lib_Makefile_in +++ b/devel/gettext/patches/patch-gettext-tools_gnulib-lib_Makefile_in @@ -1,22 +1,23 @@ -$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.4 2016/08/31 13:53:11 naddy Exp $ +$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.10 2019/05/20 22:15:03 naddy Exp $ Use standard shared library versioning. Do not remove static library after building. This was also a race if MAKE_JOBS > 1. ---- gettext-tools/gnulib-lib/Makefile.in.orig Sat Jun 11 15:01:11 2016 -+++ gettext-tools/gnulib-lib/Makefile.in Wed Aug 31 13:02:31 2016 -@@ -2482,7 +2482,7 @@ libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined +Index: gettext-tools/gnulib-lib/Makefile.in +--- gettext-tools/gnulib-lib/Makefile.in.orig ++++ gettext-tools/gnulib-lib/Makefile.in +@@ -2605,7 +2605,7 @@ libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(ISNAND_LIBM) $(ISNANF_LIBM) $(ISNANL_LIBM) $(LIB_ACL) \ - $(LOG10_LIBM) $(LTLIBICONV) $(LTLIBINTL) $(LTLIBTHREAD) \ - $(LTLIBUNISTRING) $(OPENMP_CFLAGS) $(POW_LIBM) \ + $(LIB_CLOCK_GETTIME) $(LOG10_LIBM) $(LTLIBICONV) $(LTLIBINTL) \ + $(LTLIBTHREAD) $(LTLIBUNISTRING) $(POW_LIBM) \ - @INTL_MACOSX_LIBS@ -release @VERSION@ $(am__append_3) \ + @INTL_MACOSX_LIBS@ $(am__append_3) \ - $(am__append_12) $(am__append_36) + $(am__append_8) $(am__append_24) $(am__append_25) # Use this preprocessor expression to decide whether #include_next works. -@@ -3717,7 +3717,7 @@ getopt.h: getopt.in.h $(top_builddir)/config.status $( +@@ -3609,7 +3609,7 @@ getopt-cdefs.h: getopt-cdefs.in.h $(top_builddir)/conf mv -f $@-t $@ # No need to install libgettextlib.a, except on AIX. diff --git a/devel/gettext-tools/patches/patch-gettext-tools_src_Makefile_in b/devel/gettext/patches/patch-gettext-tools_src_Makefile_in similarity index 52% rename from devel/gettext-tools/patches/patch-gettext-tools_src_Makefile_in rename to devel/gettext/patches/patch-gettext-tools_src_Makefile_in index ec19c6ccea0..e86e1893c01 100644 --- a/devel/gettext-tools/patches/patch-gettext-tools_src_Makefile_in +++ b/devel/gettext/patches/patch-gettext-tools_src_Makefile_in @@ -1,23 +1,24 @@ -$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.4 2016/08/31 13:53:11 naddy Exp $ +$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.11 2019/05/20 22:15:03 naddy Exp $ Use standard shared library versioning. Do not remove static library after building. This was also a race if MAKE_JOBS > 1. ---- gettext-tools/src/Makefile.in.orig Sat Jun 11 15:01:14 2016 -+++ gettext-tools/src/Makefile.in Wed Aug 31 13:02:49 2016 -@@ -2333,7 +2333,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD) +Index: gettext-tools/src/Makefile.in +--- gettext-tools/src/Makefile.in.orig ++++ gettext-tools/src/Makefile.in +@@ -2518,7 +2518,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD) # Need @LTLIBINTL@ because many source files use gettext(). # Need @LTLIBICONV@ because po-charset.c, po-lex.c, msgl-iconv.c, write-po.c # use iconv(). -libgettextsrc_la_LDFLAGS = -release @VERSION@ \ +libgettextsrc_la_LDFLAGS = \ - ../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) @LTLIBINTL@ \ - @LTLIBICONV@ -lc -no-undefined $(am__append_1) $(am__append_3) - libgettextsrc_la_CPPFLAGS = $(AM_CPPFLAGS) $(INCXML) $(am__append_4) -@@ -3731,7 +3731,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIB - + ../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) \ + ../../libtextstyle/lib/libtextstyle.la @LTLIBINTL@ \ + @LTLIBICONV@ -lc -no-undefined $(am__append_1) $(am__append_3) \ +@@ -3957,7 +3957,7 @@ textstyle.h textstyle/stdbool.h textstyle/version.h te + $(MAKE) install-nobase_includeHEADERS install-nobase_nodist_includeHEADERS includedir="$$here" # No need to install libgettextsrc.a, except on AIX. -install-exec-hook: install-exec-clean diff --git a/devel/gettext/pkg/DESCR b/devel/gettext/pkg/DESCR-runtime similarity index 100% rename from devel/gettext/pkg/DESCR rename to devel/gettext/pkg/DESCR-runtime diff --git a/devel/gettext/pkg/DESCR-textstyle b/devel/gettext/pkg/DESCR-textstyle new file mode 100644 index 00000000000..7620805ee20 --- /dev/null +++ b/devel/gettext/pkg/DESCR-textstyle @@ -0,0 +1,4 @@ +GNU gettext is a framework of libraries and tools for the internationalization +and localization of software. + +This package contains the text styling library. diff --git a/devel/gettext-tools/pkg/DESCR b/devel/gettext/pkg/DESCR-tools similarity index 100% rename from devel/gettext-tools/pkg/DESCR rename to devel/gettext/pkg/DESCR-tools diff --git a/devel/gettext/pkg/PLIST b/devel/gettext/pkg/PLIST-runtime similarity index 96% rename from devel/gettext/pkg/PLIST rename to devel/gettext/pkg/PLIST-runtime index 366bdf531c4..c637416077c 100644 --- a/devel/gettext/pkg/PLIST +++ b/devel/gettext/pkg/PLIST-runtime @@ -1,4 +1,6 @@ -@comment $OpenBSD: PLIST,v 1.27 2015/07/19 23:46:08 naddy Exp $ +@comment $OpenBSD: PLIST-runtime,v 1.1 2019/05/20 22:15:03 naddy Exp $ +@pkgpath devel/gettext +@conflict gettext-* @bin bin/envsubst @bin bin/gettext bin/gettext.sh @@ -63,6 +65,9 @@ share/doc/libasprintf/autosprintf_all.html share/gettext/ share/gettext/ABOUT-NLS share/locale/ +share/locale/ast/ +share/locale/ast/LC_MESSAGES/ +share/locale/ast/LC_MESSAGES/gettext-runtime.mo share/locale/be/ share/locale/be/LC_MESSAGES/ share/locale/be/LC_MESSAGES/gettext-runtime.mo diff --git a/devel/gettext/pkg/PLIST-textstyle b/devel/gettext/pkg/PLIST-textstyle new file mode 100644 index 00000000000..dd3d330d161 --- /dev/null +++ b/devel/gettext/pkg/PLIST-textstyle @@ -0,0 +1,20 @@ +@comment $OpenBSD: PLIST-textstyle,v 1.1 2019/05/20 22:15:03 naddy Exp $ +include/textstyle/ +include/textstyle.h +include/textstyle/stdbool.h +include/textstyle/version.h +include/textstyle/woe32dll.h +@info info/libtextstyle.info +lib/libtextstyle.a +lib/libtextstyle.la +@lib lib/libtextstyle.so.${LIBtextstyle_VERSION} +share/doc/libtextstyle/ +share/doc/libtextstyle/libtextstyle_1.html +share/doc/libtextstyle/libtextstyle_2.html +share/doc/libtextstyle/libtextstyle_3.html +share/doc/libtextstyle/libtextstyle_4.html +share/doc/libtextstyle/libtextstyle_5.html +share/doc/libtextstyle/libtextstyle_6.html +share/doc/libtextstyle/libtextstyle_7.html +share/doc/libtextstyle/libtextstyle_abt.html +share/doc/libtextstyle/libtextstyle_toc.html diff --git a/devel/gettext-tools/pkg/PLIST b/devel/gettext/pkg/PLIST-tools similarity index 96% rename from devel/gettext-tools/pkg/PLIST rename to devel/gettext/pkg/PLIST-tools index ee56506c0e5..74c09f8cd31 100644 --- a/devel/gettext-tools/pkg/PLIST +++ b/devel/gettext/pkg/PLIST-tools @@ -1,4 +1,5 @@ -@comment $OpenBSD: PLIST,v 1.4 2016/08/31 13:53:11 naddy Exp $ +@comment $OpenBSD: PLIST-tools,v 1.1 2019/05/20 22:15:03 naddy Exp $ +@pkgpath devel/gettext-tools bin/autopoint bin/gettextize @bin bin/msgattrib @@ -19,7 +20,6 @@ bin/gettextize @bin bin/xgettext include/gettext-po.h @info info/gettext.info -@comment lib/charset.alias lib/gettext/ @bin lib/gettext/cldr-plurals @bin lib/gettext/hostname @@ -54,38 +54,16 @@ lib/libgettextsrc.la @man man/man1/recode-sr-latin.1 @man man/man1/xgettext.1 share/aclocal/ -share/aclocal/codeset.m4 -share/aclocal/extern-inline.m4 -share/aclocal/fcntl-o.m4 share/aclocal/gettext.m4 -share/aclocal/glibc2.m4 -share/aclocal/glibc21.m4 +share/aclocal/host-cpu-c-abi.m4 share/aclocal/iconv.m4 -share/aclocal/intdiv0.m4 -share/aclocal/intl.m4 -share/aclocal/intldir.m4 share/aclocal/intlmacosx.m4 -share/aclocal/intmax.m4 -share/aclocal/inttypes-pri.m4 -share/aclocal/inttypes_h.m4 -share/aclocal/lcmessage.m4 share/aclocal/lib-ld.m4 share/aclocal/lib-link.m4 share/aclocal/lib-prefix.m4 -share/aclocal/lock.m4 -share/aclocal/longlong.m4 share/aclocal/nls.m4 share/aclocal/po.m4 -share/aclocal/printf-posix.m4 share/aclocal/progtest.m4 -share/aclocal/size_max.m4 -share/aclocal/stdint_h.m4 -share/aclocal/threadlib.m4 -share/aclocal/uintmax_t.m4 -share/aclocal/visibility.m4 -share/aclocal/wchar_t.m4 -share/aclocal/wint_t.m4 -share/aclocal/xsize.m4 share/doc/gettext/FAQ.html share/doc/gettext/autopoint.1.html share/doc/gettext/examples/ @@ -96,7 +74,6 @@ share/doc/gettext/examples/build-aux/csharpcomp.sh.in share/doc/gettext/examples/build-aux/csharpexec-test.exe share/doc/gettext/examples/build-aux/csharpexec.m4 share/doc/gettext/examples/build-aux/csharpexec.sh.in -share/doc/gettext/examples/build-aux/gcj.m4 share/doc/gettext/examples/build-aux/javacomp.m4 share/doc/gettext/examples/build-aux/javacomp.sh.in share/doc/gettext/examples/build-aux/javaexec.m4 @@ -155,6 +132,7 @@ share/doc/gettext/examples/hello-c++-gnome/po/sk.po share/doc/gettext/examples/hello-c++-gnome/po/sl.po share/doc/gettext/examples/hello-c++-gnome/po/sr.po share/doc/gettext/examples/hello-c++-gnome/po/sv.po +share/doc/gettext/examples/hello-c++-gnome/po/ta.po share/doc/gettext/examples/hello-c++-gnome/po/tr.po share/doc/gettext/examples/hello-c++-gnome/po/uk.po share/doc/gettext/examples/hello-c++-gnome/po/vi.po @@ -236,6 +214,7 @@ share/doc/gettext/examples/hello-c++-kde/po/sk.po share/doc/gettext/examples/hello-c++-kde/po/sl.po share/doc/gettext/examples/hello-c++-kde/po/sr.po share/doc/gettext/examples/hello-c++-kde/po/sv.po +share/doc/gettext/examples/hello-c++-kde/po/ta.po share/doc/gettext/examples/hello-c++-kde/po/tr.po share/doc/gettext/examples/hello-c++-kde/po/uk.po share/doc/gettext/examples/hello-c++-kde/po/vi.po @@ -290,6 +269,7 @@ share/doc/gettext/examples/hello-c++-qt/po/sk.po share/doc/gettext/examples/hello-c++-qt/po/sl.po share/doc/gettext/examples/hello-c++-qt/po/sr.po share/doc/gettext/examples/hello-c++-qt/po/sv.po +share/doc/gettext/examples/hello-c++-qt/po/ta.po share/doc/gettext/examples/hello-c++-qt/po/tr.po share/doc/gettext/examples/hello-c++-qt/po/uk.po share/doc/gettext/examples/hello-c++-qt/po/vi.po @@ -343,6 +323,7 @@ share/doc/gettext/examples/hello-c++-wxwidgets/po/sk.po share/doc/gettext/examples/hello-c++-wxwidgets/po/sl.po share/doc/gettext/examples/hello-c++-wxwidgets/po/sr.po share/doc/gettext/examples/hello-c++-wxwidgets/po/sv.po +share/doc/gettext/examples/hello-c++-wxwidgets/po/ta.po share/doc/gettext/examples/hello-c++-wxwidgets/po/tr.po share/doc/gettext/examples/hello-c++-wxwidgets/po/uk.po share/doc/gettext/examples/hello-c++-wxwidgets/po/vi.po @@ -395,6 +376,7 @@ share/doc/gettext/examples/hello-c++/po/sk.po share/doc/gettext/examples/hello-c++/po/sl.po share/doc/gettext/examples/hello-c++/po/sr.po share/doc/gettext/examples/hello-c++/po/sv.po +share/doc/gettext/examples/hello-c++/po/ta.po share/doc/gettext/examples/hello-c++/po/tr.po share/doc/gettext/examples/hello-c++/po/uk.po share/doc/gettext/examples/hello-c++/po/vi.po @@ -451,6 +433,7 @@ share/doc/gettext/examples/hello-c-gnome/po/sk.po share/doc/gettext/examples/hello-c-gnome/po/sl.po share/doc/gettext/examples/hello-c-gnome/po/sr.po share/doc/gettext/examples/hello-c-gnome/po/sv.po +share/doc/gettext/examples/hello-c-gnome/po/ta.po share/doc/gettext/examples/hello-c-gnome/po/tr.po share/doc/gettext/examples/hello-c-gnome/po/uk.po share/doc/gettext/examples/hello-c-gnome/po/vi.po @@ -508,6 +491,7 @@ share/doc/gettext/examples/hello-c-gnome3/po/sk.po share/doc/gettext/examples/hello-c-gnome3/po/sl.po share/doc/gettext/examples/hello-c-gnome3/po/sr.po share/doc/gettext/examples/hello-c-gnome3/po/sv.po +share/doc/gettext/examples/hello-c-gnome3/po/ta.po share/doc/gettext/examples/hello-c-gnome3/po/tr.po share/doc/gettext/examples/hello-c-gnome3/po/uk.po share/doc/gettext/examples/hello-c-gnome3/po/vi.po @@ -560,6 +544,7 @@ share/doc/gettext/examples/hello-c/po/sk.po share/doc/gettext/examples/hello-c/po/sl.po share/doc/gettext/examples/hello-c/po/sr.po share/doc/gettext/examples/hello-c/po/sv.po +share/doc/gettext/examples/hello-c/po/ta.po share/doc/gettext/examples/hello-c/po/tr.po share/doc/gettext/examples/hello-c/po/uk.po share/doc/gettext/examples/hello-c/po/vi.po @@ -612,6 +597,7 @@ share/doc/gettext/examples/hello-clisp/po/sk.po share/doc/gettext/examples/hello-clisp/po/sl.po share/doc/gettext/examples/hello-clisp/po/sr.po share/doc/gettext/examples/hello-clisp/po/sv.po +share/doc/gettext/examples/hello-clisp/po/ta.po share/doc/gettext/examples/hello-clisp/po/tr.po share/doc/gettext/examples/hello-clisp/po/uk.po share/doc/gettext/examples/hello-clisp/po/vi.po @@ -620,7 +606,6 @@ share/doc/gettext/examples/hello-clisp/po/zh_HK.po share/doc/gettext/examples/hello-clisp/po/zh_TW.po share/doc/gettext/examples/hello-csharp/ share/doc/gettext/examples/hello-csharp-forms/ -share/doc/gettext/examples/hello-csharp-forms/BUGS share/doc/gettext/examples/hello-csharp-forms/INSTALL share/doc/gettext/examples/hello-csharp-forms/Makefile.am share/doc/gettext/examples/hello-csharp-forms/README @@ -667,6 +652,7 @@ share/doc/gettext/examples/hello-csharp-forms/po/sk.po share/doc/gettext/examples/hello-csharp-forms/po/sl.po share/doc/gettext/examples/hello-csharp-forms/po/sr.po share/doc/gettext/examples/hello-csharp-forms/po/sv.po +share/doc/gettext/examples/hello-csharp-forms/po/ta.po share/doc/gettext/examples/hello-csharp-forms/po/tr.po share/doc/gettext/examples/hello-csharp-forms/po/uk.po share/doc/gettext/examples/hello-csharp-forms/po/vi.po @@ -718,6 +704,7 @@ share/doc/gettext/examples/hello-csharp/po/sk.po share/doc/gettext/examples/hello-csharp/po/sl.po share/doc/gettext/examples/hello-csharp/po/sr.po share/doc/gettext/examples/hello-csharp/po/sv.po +share/doc/gettext/examples/hello-csharp/po/ta.po share/doc/gettext/examples/hello-csharp/po/tr.po share/doc/gettext/examples/hello-csharp/po/uk.po share/doc/gettext/examples/hello-csharp/po/vi.po @@ -770,6 +757,7 @@ share/doc/gettext/examples/hello-gawk/po/sk.po share/doc/gettext/examples/hello-gawk/po/sl.po share/doc/gettext/examples/hello-gawk/po/sr.po share/doc/gettext/examples/hello-gawk/po/sv.po +share/doc/gettext/examples/hello-gawk/po/ta.po share/doc/gettext/examples/hello-gawk/po/tr.po share/doc/gettext/examples/hello-gawk/po/uk.po share/doc/gettext/examples/hello-gawk/po/vi.po @@ -822,6 +810,7 @@ share/doc/gettext/examples/hello-guile/po/sk.po share/doc/gettext/examples/hello-guile/po/sl.po share/doc/gettext/examples/hello-guile/po/sr.po share/doc/gettext/examples/hello-guile/po/sv.po +share/doc/gettext/examples/hello-guile/po/ta.po share/doc/gettext/examples/hello-guile/po/tr.po share/doc/gettext/examples/hello-guile/po/uk.po share/doc/gettext/examples/hello-guile/po/vi.po @@ -878,6 +867,7 @@ share/doc/gettext/examples/hello-java-awt/po/sk.po share/doc/gettext/examples/hello-java-awt/po/sl.po share/doc/gettext/examples/hello-java-awt/po/sr.po share/doc/gettext/examples/hello-java-awt/po/sv.po +share/doc/gettext/examples/hello-java-awt/po/ta.po share/doc/gettext/examples/hello-java-awt/po/tr.po share/doc/gettext/examples/hello-java-awt/po/uk.po share/doc/gettext/examples/hello-java-awt/po/vi.po @@ -933,6 +923,7 @@ share/doc/gettext/examples/hello-java-qtjambi/po/sk.po share/doc/gettext/examples/hello-java-qtjambi/po/sl.po share/doc/gettext/examples/hello-java-qtjambi/po/sr.po share/doc/gettext/examples/hello-java-qtjambi/po/sv.po +share/doc/gettext/examples/hello-java-qtjambi/po/ta.po share/doc/gettext/examples/hello-java-qtjambi/po/tr.po share/doc/gettext/examples/hello-java-qtjambi/po/uk.po share/doc/gettext/examples/hello-java-qtjambi/po/vi.po @@ -988,6 +979,7 @@ share/doc/gettext/examples/hello-java-swing/po/sk.po share/doc/gettext/examples/hello-java-swing/po/sl.po share/doc/gettext/examples/hello-java-swing/po/sr.po share/doc/gettext/examples/hello-java-swing/po/sv.po +share/doc/gettext/examples/hello-java-swing/po/ta.po share/doc/gettext/examples/hello-java-swing/po/tr.po share/doc/gettext/examples/hello-java-swing/po/uk.po share/doc/gettext/examples/hello-java-swing/po/vi.po @@ -1039,6 +1031,7 @@ share/doc/gettext/examples/hello-java/po/sk.po share/doc/gettext/examples/hello-java/po/sl.po share/doc/gettext/examples/hello-java/po/sr.po share/doc/gettext/examples/hello-java/po/sv.po +share/doc/gettext/examples/hello-java/po/ta.po share/doc/gettext/examples/hello-java/po/tr.po share/doc/gettext/examples/hello-java/po/uk.po share/doc/gettext/examples/hello-java/po/vi.po @@ -1091,6 +1084,7 @@ share/doc/gettext/examples/hello-librep/po/sk.po share/doc/gettext/examples/hello-librep/po/sl.po share/doc/gettext/examples/hello-librep/po/sr.po share/doc/gettext/examples/hello-librep/po/sv.po +share/doc/gettext/examples/hello-librep/po/ta.po share/doc/gettext/examples/hello-librep/po/tr.po share/doc/gettext/examples/hello-librep/po/uk.po share/doc/gettext/examples/hello-librep/po/vi.po @@ -1148,6 +1142,7 @@ share/doc/gettext/examples/hello-objc-gnome/po/sk.po share/doc/gettext/examples/hello-objc-gnome/po/sl.po share/doc/gettext/examples/hello-objc-gnome/po/sr.po share/doc/gettext/examples/hello-objc-gnome/po/sv.po +share/doc/gettext/examples/hello-objc-gnome/po/ta.po share/doc/gettext/examples/hello-objc-gnome/po/tr.po share/doc/gettext/examples/hello-objc-gnome/po/uk.po share/doc/gettext/examples/hello-objc-gnome/po/vi.po @@ -1203,6 +1198,7 @@ share/doc/gettext/examples/hello-objc-gnustep/po/sk.po share/doc/gettext/examples/hello-objc-gnustep/po/sl.po share/doc/gettext/examples/hello-objc-gnustep/po/sr.po share/doc/gettext/examples/hello-objc-gnustep/po/sv.po +share/doc/gettext/examples/hello-objc-gnustep/po/ta.po share/doc/gettext/examples/hello-objc-gnustep/po/tr.po share/doc/gettext/examples/hello-objc-gnustep/po/uk.po share/doc/gettext/examples/hello-objc-gnustep/po/vi.po @@ -1255,6 +1251,7 @@ share/doc/gettext/examples/hello-objc/po/sk.po share/doc/gettext/examples/hello-objc/po/sl.po share/doc/gettext/examples/hello-objc/po/sr.po share/doc/gettext/examples/hello-objc/po/sv.po +share/doc/gettext/examples/hello-objc/po/ta.po share/doc/gettext/examples/hello-objc/po/tr.po share/doc/gettext/examples/hello-objc/po/uk.po share/doc/gettext/examples/hello-objc/po/vi.po @@ -1268,7 +1265,6 @@ share/doc/gettext/examples/hello-pascal/autoclean.sh share/doc/gettext/examples/hello-pascal/autogen.sh share/doc/gettext/examples/hello-pascal/configure.ac share/doc/gettext/examples/hello-pascal/hello.pas -share/doc/gettext/examples/hello-pascal/hello.rst share/doc/gettext/examples/hello-pascal/m4/ share/doc/gettext/examples/hello-pascal/m4/Makefile.am share/doc/gettext/examples/hello-pascal/po/ @@ -1308,6 +1304,7 @@ share/doc/gettext/examples/hello-pascal/po/sk.po share/doc/gettext/examples/hello-pascal/po/sl.po share/doc/gettext/examples/hello-pascal/po/sr.po share/doc/gettext/examples/hello-pascal/po/sv.po +share/doc/gettext/examples/hello-pascal/po/ta.po share/doc/gettext/examples/hello-pascal/po/tr.po share/doc/gettext/examples/hello-pascal/po/uk.po share/doc/gettext/examples/hello-pascal/po/vi.po @@ -1361,6 +1358,7 @@ share/doc/gettext/examples/hello-perl/po/sk.po share/doc/gettext/examples/hello-perl/po/sl.po share/doc/gettext/examples/hello-perl/po/sr.po share/doc/gettext/examples/hello-perl/po/sv.po +share/doc/gettext/examples/hello-perl/po/ta.po share/doc/gettext/examples/hello-perl/po/tr.po share/doc/gettext/examples/hello-perl/po/uk.po share/doc/gettext/examples/hello-perl/po/vi.po @@ -1414,6 +1412,7 @@ share/doc/gettext/examples/hello-php/po/sk.po share/doc/gettext/examples/hello-php/po/sl.po share/doc/gettext/examples/hello-php/po/sr.po share/doc/gettext/examples/hello-php/po/sv.po +share/doc/gettext/examples/hello-php/po/ta.po share/doc/gettext/examples/hello-php/po/tr.po share/doc/gettext/examples/hello-php/po/uk.po share/doc/gettext/examples/hello-php/po/vi.po @@ -1466,6 +1465,7 @@ share/doc/gettext/examples/hello-python/po/sk.po share/doc/gettext/examples/hello-python/po/sl.po share/doc/gettext/examples/hello-python/po/sr.po share/doc/gettext/examples/hello-python/po/sv.po +share/doc/gettext/examples/hello-python/po/ta.po share/doc/gettext/examples/hello-python/po/tr.po share/doc/gettext/examples/hello-python/po/uk.po share/doc/gettext/examples/hello-python/po/vi.po @@ -1518,6 +1518,7 @@ share/doc/gettext/examples/hello-sh/po/sk.po share/doc/gettext/examples/hello-sh/po/sl.po share/doc/gettext/examples/hello-sh/po/sr.po share/doc/gettext/examples/hello-sh/po/sv.po +share/doc/gettext/examples/hello-sh/po/ta.po share/doc/gettext/examples/hello-sh/po/tr.po share/doc/gettext/examples/hello-sh/po/uk.po share/doc/gettext/examples/hello-sh/po/vi.po @@ -1570,6 +1571,7 @@ share/doc/gettext/examples/hello-smalltalk/po/sk.po share/doc/gettext/examples/hello-smalltalk/po/sl.po share/doc/gettext/examples/hello-smalltalk/po/sr.po share/doc/gettext/examples/hello-smalltalk/po/sv.po +share/doc/gettext/examples/hello-smalltalk/po/ta.po share/doc/gettext/examples/hello-smalltalk/po/tr.po share/doc/gettext/examples/hello-smalltalk/po/uk.po share/doc/gettext/examples/hello-smalltalk/po/vi.po @@ -1623,6 +1625,7 @@ share/doc/gettext/examples/hello-tcl-tk/po/sk.po share/doc/gettext/examples/hello-tcl-tk/po/sl.po share/doc/gettext/examples/hello-tcl-tk/po/sr.po share/doc/gettext/examples/hello-tcl-tk/po/sv.po +share/doc/gettext/examples/hello-tcl-tk/po/ta.po share/doc/gettext/examples/hello-tcl-tk/po/tr.po share/doc/gettext/examples/hello-tcl-tk/po/uk.po share/doc/gettext/examples/hello-tcl-tk/po/vi.po @@ -1674,6 +1677,7 @@ share/doc/gettext/examples/hello-tcl/po/sk.po share/doc/gettext/examples/hello-tcl/po/sl.po share/doc/gettext/examples/hello-tcl/po/sr.po share/doc/gettext/examples/hello-tcl/po/sv.po +share/doc/gettext/examples/hello-tcl/po/ta.po share/doc/gettext/examples/hello-tcl/po/tr.po share/doc/gettext/examples/hello-tcl/po/uk.po share/doc/gettext/examples/hello-tcl/po/vi.po @@ -1726,6 +1730,7 @@ share/doc/gettext/examples/hello-ycp/po/sk.po share/doc/gettext/examples/hello-ycp/po/sl.po share/doc/gettext/examples/hello-ycp/po/sr.po share/doc/gettext/examples/hello-ycp/po/sv.po +share/doc/gettext/examples/hello-ycp/po/ta.po share/doc/gettext/examples/hello-ycp/po/tr.po share/doc/gettext/examples/hello-ycp/po/uk.po share/doc/gettext/examples/hello-ycp/po/vi.po @@ -1751,14 +1756,20 @@ share/doc/gettext/gettext_22.html share/doc/gettext/gettext_23.html share/doc/gettext/gettext_24.html share/doc/gettext/gettext_25.html +share/doc/gettext/gettext_26.html +share/doc/gettext/gettext_27.html +share/doc/gettext/gettext_28.html +share/doc/gettext/gettext_29.html share/doc/gettext/gettext_3.html +share/doc/gettext/gettext_30.html share/doc/gettext/gettext_4.html share/doc/gettext/gettext_5.html share/doc/gettext/gettext_6.html share/doc/gettext/gettext_7.html share/doc/gettext/gettext_8.html share/doc/gettext/gettext_9.html -share/doc/gettext/gettext_foot.html +share/doc/gettext/gettext_abt.html +share/doc/gettext/gettext_fot.html share/doc/gettext/gettext_toc.html share/doc/gettext/gettextize.1.html share/doc/gettext/msgattrib.1.html @@ -1783,85 +1794,19 @@ share/emacs/site-lisp/ share/emacs/site-lisp/po-compat.el share/emacs/site-lisp/po-mode.el share/emacs/site-lisp/start-po.el -share/gettext-0.19.8/ -share/gettext-0.19.8/its/ -share/gettext-0.19.8/its/appdata.its -share/gettext-0.19.8/its/appdata.loc -share/gettext-0.19.8/its/glade.loc -share/gettext-0.19.8/its/glade1.its -share/gettext-0.19.8/its/glade2.its -share/gettext-0.19.8/its/gsettings.its -share/gettext-0.19.8/its/gsettings.loc -share/gettext-0.19.8/its/gtkbuilder.its +share/gettext-0.20/ +share/gettext-0.20/its/ +share/gettext-0.20/its/glade.loc +share/gettext-0.20/its/glade1.its +share/gettext-0.20/its/glade2.its +share/gettext-0.20/its/gsettings.its +share/gettext-0.20/its/gsettings.loc +share/gettext-0.20/its/gtkbuilder.its +share/gettext-0.20/its/metainfo.its +share/gettext-0.20/its/metainfo.loc share/gettext/archive.dir.tar.xz share/gettext/config.rpath share/gettext/gettext.h -share/gettext/intl/ -share/gettext/intl/COPYING.LIB -share/gettext/intl/Makefile.in -share/gettext/intl/VERSION -share/gettext/intl/bindtextdom.c -share/gettext/intl/config.charset -share/gettext/intl/dcgettext.c -share/gettext/intl/dcigettext.c -share/gettext/intl/dcngettext.c -share/gettext/intl/dgettext.c -share/gettext/intl/dngettext.c -share/gettext/intl/eval-plural.h -share/gettext/intl/explodename.c -share/gettext/intl/export.h -share/gettext/intl/finddomain.c -share/gettext/intl/gettext.c -share/gettext/intl/gettextP.h -share/gettext/intl/gmo.h -share/gettext/intl/hash-string.c -share/gettext/intl/hash-string.h -share/gettext/intl/intl-compat.c -share/gettext/intl/intl-exports.c -share/gettext/intl/l10nflist.c -share/gettext/intl/langprefs.c -share/gettext/intl/libgnuintl.in.h -share/gettext/intl/libintl.rc -share/gettext/intl/loadinfo.h -share/gettext/intl/loadmsgcat.c -share/gettext/intl/localcharset.c -share/gettext/intl/localcharset.h -share/gettext/intl/locale.alias -share/gettext/intl/localealias.c -share/gettext/intl/localename.c -share/gettext/intl/lock.c -share/gettext/intl/lock.h -share/gettext/intl/log.c -share/gettext/intl/ngettext.c -share/gettext/intl/os2compat.c -share/gettext/intl/os2compat.h -share/gettext/intl/osdep.c -share/gettext/intl/plural-exp.c -share/gettext/intl/plural-exp.h -share/gettext/intl/plural.c -share/gettext/intl/plural.y -share/gettext/intl/printf-args.c -share/gettext/intl/printf-args.h -share/gettext/intl/printf-parse.c -share/gettext/intl/printf-parse.h -share/gettext/intl/printf.c -share/gettext/intl/ref-add.sin -share/gettext/intl/ref-del.sin -share/gettext/intl/relocatable.c -share/gettext/intl/relocatable.h -share/gettext/intl/setlocale.c -share/gettext/intl/textdomain.c -share/gettext/intl/threadlib.c -share/gettext/intl/tsearch.c -share/gettext/intl/tsearch.h -share/gettext/intl/vasnprintf.c -share/gettext/intl/vasnprintf.h -share/gettext/intl/vasnwprintf.h -share/gettext/intl/verify.h -share/gettext/intl/version.c -share/gettext/intl/wprintf-parse.h -share/gettext/intl/xsize.c -share/gettext/intl/xsize.h share/gettext/javaversion.class share/gettext/msgunfmt.tcl share/gettext/po/ diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile index 3e2fa2ca039..000500b30ba 100644 --- a/devel/gindent/Makefile +++ b/devel/gindent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2015/09/18 13:29:36 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:03 naddy Exp $ COMMENT= GNU utility to indent C source files @@ -17,7 +17,7 @@ WANTLIB += c MASTER_SITES= ${MASTER_SITE_GNU:=indent/} NO_TEST= Yes -BUILD_DEPENDS= devel/gettext \ +BUILD_DEPENDS= devel/gettext,-runtime \ textproc/texi2html CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --program-prefix="g" \ diff --git a/devel/git-cola/Makefile b/devel/git-cola/Makefile index a73bc09b41e..1834db43cd4 100644 --- a/devel/git-cola/Makefile +++ b/devel/git-cola/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2019/03/04 19:26:17 bket Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:04 naddy Exp $ COMMENT = python powered git gui @@ -20,7 +20,7 @@ PERMIT_PACKAGE_CDROM= Yes MODULES = lang/python -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/git \ textproc/xxdiff \ x11/py-qt4 \ diff --git a/devel/git/Makefile b/devel/git/Makefile index 8ad96cf0e9a..ce93add76da 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.198 2019/02/26 09:10:34 kn Exp $ +# $OpenBSD: Makefile,v 1.199 2019/05/20 22:15:03 naddy Exp $ COMMENT-main = GIT - Tree History Storage Tool COMMENT-svn = GIT - subversion interoperability tools @@ -9,6 +9,7 @@ DISTNAME = git-${V} PKGNAME-main = ${DISTNAME} PKGNAME-svn = git-svn-${V} PKGNAME-x11 = git-x11-${V} +REVISION-main = 0 CATEGORIES = devel HOMEPAGE = https://git-scm.com/ @@ -34,7 +35,7 @@ MODPY_ADJ_FILES = contrib/hooks/multimail/git_multimail.py \ contrib/hooks/multimail/migrate-mailhook-config \ contrib/hooks/multimail/post-receive.example -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/p5-Error \ textproc/asciidoc \ textproc/xmlto @@ -46,7 +47,7 @@ WANTLIB-main = c crypto curl expat iconv intl nghttp2 pthread ssl z RUN_DEPENDS-main = devel/cvsps \ devel/p5-Error \ net/rsync -LIB_DEPENDS-main = devel/gettext \ +LIB_DEPENDS-main = devel/gettext,-runtime \ net/curl \ www/nghttp2 diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index 7f91b67bf98..b3868cd7c37 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.305 2019/05/13 20:24:14 robert Exp $ +# $OpenBSD: Makefile,v 1.306 2019/05/20 22:15:04 naddy Exp $ # Everything is a Freaking GLib/GTK+ problem CFLAGS += -g @@ -8,7 +8,7 @@ COMMENT= general-purpose utility library GNOME_PROJECT= glib GNOME_VERSION= 2.60.2 -REVISION= 1 +REVISION= 2 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= devel @@ -43,7 +43,7 @@ MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} # meson: have_bash, needed to install bash-completion snippets BUILD_DEPENDS += shells/bash -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/pcre \ devel/libffi diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 56a88d4e7c7..73b9736ba99 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.57 2019/01/05 22:19:17 naddy Exp $ +# $OpenBSD: Makefile,v 1.58 2019/05/20 22:15:04 naddy Exp $ COMMENT= GNU make DISTNAME= make-4.2.1 PKGNAME= g${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=make/} EXTRACT_SUFX= .tar.bz2 HOMEPAGE= https://www.gnu.org/software/make/ -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime # GPLv3+ PERMIT_PACKAGE_CDROM= Yes diff --git a/devel/gwenhywfar/Makefile b/devel/gwenhywfar/Makefile index bf39fc201b0..dbd7e9df54d 100644 --- a/devel/gwenhywfar/Makefile +++ b/devel/gwenhywfar/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2018/10/24 14:28:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:04 naddy Exp $ COMMENT= helper library for networking and security applications @@ -34,7 +34,7 @@ MASTER_SITES= http://www.aquamaniac.de/sites/download/ COMPILER = base-clang ports-gcc base-gcc MODULES= x11/qt4 -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= graphics/png \ security/libgcrypt \ security/gnutls \ diff --git a/devel/id-utils/Makefile b/devel/id-utils/Makefile index a7a3c923b8f..bde77d6e171 100644 --- a/devel/id-utils/Makefile +++ b/devel/id-utils/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.36 2018/05/17 09:47:05 espie Exp $ +# $OpenBSD: Makefile,v 1.37 2019/05/20 22:15:04 naddy Exp $ COMMENT= gid/lid tools for looking up variables in code DISTNAME= id-utils-3.2d -REVISION = 3 +REVISION = 4 CATEGORIES= devel # License: GPL @@ -13,9 +13,9 @@ WANTLIB= c iconv intl MASTER_SITES= ftp://alpha.gnu.org/gnu/ \ ftp://ftp.enst.fr/pub/gnu/gnits/ -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime # don't compile emacs mode files now, install what's needed # and run it at pkg_add time diff --git a/devel/iso-codes/Makefile b/devel/iso-codes/Makefile index 8c59fbe6a27..0cf76cf0672 100644 --- a/devel/iso-codes/Makefile +++ b/devel/iso-codes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2019/04/28 20:51:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.71 2019/05/20 22:15:04 naddy Exp $ COMMENT= lists of the country, language and currency iso names @@ -28,7 +28,7 @@ MODPY_ADJ_FILES=bin/validate_json_data.py \ bin/pot_from_json.py \ bin/check_valid_utf8.py -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools # hardcodes python3, which isn't needed as the script already has the x bit set post-extract: diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index 9b4ac8bf86f..1d425a62237 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2019/03/08 21:05:33 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:04 naddy Exp $ # Qt5Webkit USE_WXNEEDED = Yes @@ -55,7 +55,7 @@ BUILD_DEPENDS = archivers/gtar \ lang/clazy \ devel/boost \ devel/cppcheck \ - devel/gettext-tools \ + devel/gettext,-tools \ misc/shared-mime-info RUN_DEPENDS = devel/cmake \ diff --git a/devel/kdiff3/Makefile b/devel/kdiff3/Makefile index 2deb8eff1c5..dde3668756b 100644 --- a/devel/kdiff3/Makefile +++ b/devel/kdiff3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/05/18 13:32:19 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:04 naddy Exp $ COMMENT = compares and merges multiple files or directories @@ -24,7 +24,7 @@ WANTLIB += c m MODULES = devel/kf5 -BUILD_DEPENDS += devel/gettext-tools \ +BUILD_DEPENDS += devel/gettext,-tools \ devel/kf5/kbookmarks \ devel/kf5/kdoctools \ diff --git a/devel/kf5/baloo/Makefile b/devel/kf5/baloo/Makefile index 86410176145..82d8dc44877 100644 --- a/devel/kf5/baloo/Makefile +++ b/devel/kf5/baloo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2019/03/30 09:08:42 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 22:15:04 naddy Exp $ COMMENT-main = KDE file search and metadata handling framework COMMENT-icons = icons for baloo @@ -23,7 +23,7 @@ WANTLIB-main += lmdb m # RUN_DEPENDS +=>-devel/kf5/baloo,-icons MULTI_PACKAGES = -main -icons -BUILD_DEPENDS += devel/gettext-tools \ +BUILD_DEPENDS += devel/gettext,-tools \ devel/kf5/kidletime \ devel/kf5/kio \ devel/kf5/kcrash diff --git a/devel/kf5/frameworkintegration/Makefile b/devel/kf5/frameworkintegration/Makefile index cccf65f02aa..7770ad5ece3 100644 --- a/devel/kf5/frameworkintegration/Makefile +++ b/devel/kf5/frameworkintegration/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2019/03/31 05:22:52 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:04 naddy Exp $ COMMENT = KDE Plasma integration support for Qt-based apps DISTNAME = frameworkintegration-${VERSION} @@ -12,7 +12,7 @@ WANTLIB += KF5IconThemes KF5NewStuffCore KF5Notifications KF5WidgetsAddons WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets Qt5X11Extras WANTLIB += Qt5Xml c m xcb -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kpackage \ x11/qt5/qtx11extras diff --git a/devel/kf5/kactivities/Makefile b/devel/kf5/kactivities/Makefile index 9383cafb31c..c2a8ef96631 100644 --- a/devel/kf5/kactivities/Makefile +++ b/devel/kf5/kactivities/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2019/03/30 09:13:48 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:04 naddy Exp $ COMMENT = core components for the KDE Activity concept DISTNAME = kactivities-${VERSION} @@ -11,7 +11,7 @@ WANTLIB += Qt5DBus Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5Sql c WANTLIB += m BUILD_DEPENDS = devel/boost \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/kf5/kwindowsystem \ x11/qt5/qtquickcontrols diff --git a/devel/kf5/kbookmarks/Makefile b/devel/kf5/kbookmarks/Makefile index c9c8158354e..95cc4ba8eac 100644 --- a/devel/kf5/kbookmarks/Makefile +++ b/devel/kf5/kbookmarks/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:48 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:04 naddy Exp $ COMMENT = XBEL bookmarks format support for KDE DISTNAME = kbookmarks-${VERSION} @@ -10,7 +10,7 @@ WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5IconThemes WANTLIB += KF5WidgetsAddons KF5XmlGui Qt5Core Qt5DBus Qt5Gui Qt5Widgets WANTLIB += Qt5Xml m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kauth \ devel/kf5/kcodecs \ diff --git a/devel/kf5/kcmutils/Makefile b/devel/kf5/kcmutils/Makefile index 6a774adc584..9b10d80f274 100644 --- a/devel/kf5/kcmutils/Makefile +++ b/devel/kf5/kcmutils/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:49 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:04 naddy Exp $ COMMENT = utility classes for KDE control modules DISTNAME = kcmutils-${VERSION} @@ -12,7 +12,7 @@ WANTLIB += KF5Service KF5WidgetsAddons KF5XmlGui Qt5Core Qt5DBus WANTLIB += Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5QuickWidgets Qt5Widgets WANTLIB += Qt5Xml m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ x11/qt5/qtquickcontrols RUN_DEPENDS = x11/qt5/qtquickcontrols diff --git a/devel/kf5/kconfigwidgets/Makefile b/devel/kf5/kconfigwidgets/Makefile index ad82db3e943..14c463d2429 100644 --- a/devel/kf5/kconfigwidgets/Makefile +++ b/devel/kf5/kconfigwidgets/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:49 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:04 naddy Exp $ COMMENT = widgets for KDE configuration dialogs DISTNAME = kconfigwidgets-${VERSION} @@ -11,7 +11,7 @@ WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Widgets Qt5Xml m MODULES = lang/python -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools diff --git a/devel/kf5/kdeclarative/Makefile b/devel/kf5/kdeclarative/Makefile index f3f90dfffff..ca233531b7f 100644 --- a/devel/kf5/kdeclarative/Makefile +++ b/devel/kf5/kdeclarative/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/03/30 09:13:50 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:05 naddy Exp $ COMMENT = integration of QML and KDE workspaces DISTNAME = kdeclarative-${VERSION} @@ -14,7 +14,7 @@ WANTLIB += KF5WidgetsAddons KF5WindowSystem Qt5Concurrent Qt5Core WANTLIB += Qt5DBus Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5Widgets WANTLIB += Qt5Xml c epoxy m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ x11/qt5/qtquickcontrols \ devel/kf5/kguiaddons diff --git a/devel/kf5/kdelibs4support/Makefile b/devel/kf5/kdelibs4support/Makefile index 953bdcd34b0..cdc5eb7d2b1 100644 --- a/devel/kf5/kdelibs4support/Makefile +++ b/devel/kf5/kdelibs4support/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2019/03/30 09:13:50 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:05 naddy Exp $ COMMENT = legacy support for kdelibs-4.x compatibility DISTNAME = kdelibs4support-${VERSION} @@ -16,7 +16,7 @@ WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Designer WANTLIB += Qt5Gui Qt5Network Qt5PrintSupport Qt5Svg Qt5Test Qt5Widgets WANTLIB += Qt5X11Extras Qt5Xml SM X11 Xext c m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kded \ devel/kf5/kdesignerplugin \ devel/kf5/kdoctools \ diff --git a/devel/kf5/kdesignerplugin/Makefile b/devel/kf5/kdesignerplugin/Makefile index 86b223ea3aa..6c9e5dc5f6f 100644 --- a/devel/kf5/kdesignerplugin/Makefile +++ b/devel/kf5/kdesignerplugin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:50 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $ COMMENT = integrating KDE 5 widgets with Qt Designer DISTNAME = kdesignerplugin-${VERSION} @@ -12,7 +12,7 @@ WANTLIB += KF5WidgetsAddons KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus WANTLIB += Qt5Gui Qt5Network Qt5WebKit Qt5WebKitWidgets Qt5Widgets WANTLIB += Qt5Xml c m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools \ diff --git a/devel/kf5/kdesu/Makefile b/devel/kf5/kdesu/Makefile index d86fd497ef4..f2e978a07bb 100644 --- a/devel/kf5/kdesu/Makefile +++ b/devel/kf5/kdesu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:50 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $ COMMENT = KDE wrapper over doas commands DISTNAME = kdesu-${VERSION} @@ -10,7 +10,7 @@ WANTLIB += KF5I18n KF5Pty KF5Service Qt5Core SM X11 Xext c m MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kcoreaddons \ devel/kf5/ki18n \ diff --git a/devel/kf5/kdewebkit/Makefile b/devel/kf5/kdewebkit/Makefile index d98f3892aca..83e55ab9227 100644 --- a/devel/kf5/kdewebkit/Makefile +++ b/devel/kf5/kdewebkit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/03/30 09:13:50 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:05 naddy Exp $ COMMENT = integration of the HTML rendering engine WebKit into KDE DISTNAME = kdewebkit-${VERSION} @@ -12,7 +12,7 @@ WANTLIB += KF5Service KF5SonnetUi KF5TextWidgets KF5Wallet KF5WidgetsAddons WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network WANTLIB += Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kauth \ devel/kf5/kcodecs \ diff --git a/devel/kf5/kdoctools/Makefile b/devel/kf5/kdoctools/Makefile index 939b3072749..58f5a023083 100644 --- a/devel/kf5/kdoctools/Makefile +++ b/devel/kf5/kdoctools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:51 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:05 naddy Exp $ COMMENT = create documentation from DocBook DISTNAME = kdoctools-${VERSION} @@ -8,7 +8,7 @@ SHARED_LIBS += KF5DocTools 2.3 # 5.34 WANTLIB += ${COMPILER_LIBCXX} KF5Archive Qt5Core c exslt m xml2 WANTLIB += xslt -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/ki18n \ textproc/docbook-xsl \ www/p5-URI diff --git a/devel/kf5/kfilemetadata/Makefile b/devel/kf5/kfilemetadata/Makefile index 1b6bed6b1e3..404dee42d7e 100644 --- a/devel/kf5/kfilemetadata/Makefile +++ b/devel/kf5/kfilemetadata/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/03/30 09:13:51 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:05 naddy Exp $ COMMENT-main = KDE 5 library for extracting text and metadata COMMENT-locale =localization files of kfilemetadata @@ -20,7 +20,7 @@ WANTLIB += tag MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS-locale = devel/kf5/ki18n RUN_DEPENDS-main = textproc/catdoc diff --git a/devel/kf5/kholidays/Makefile b/devel/kf5/kholidays/Makefile index cee51f80427..fe22dbe1bb0 100644 --- a/devel/kf5/kholidays/Makefile +++ b/devel/kf5/kholidays/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/03/30 09:13:51 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:05 naddy Exp $ COMMENT = holiday calculation library DISTNAME = kholidays-${VERSION} @@ -7,7 +7,7 @@ SHARED_LIBS += KF5Holidays 0.3 # 5.43 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = x11/qt5/qtdeclarative TEST_IS_INTERACTIVE = X11 diff --git a/devel/kf5/khtml/Makefile b/devel/kf5/khtml/Makefile index 8da7fd013f2..ced8f4b1b24 100644 --- a/devel/kf5/khtml/Makefile +++ b/devel/kf5/khtml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:51 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:05 naddy Exp $ COMMENT = original KDE HTML rendering engine DISTNAME = khtml-${VERSION} @@ -18,7 +18,7 @@ WANTLIB += png z MODULES = multimedia/phonon -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/karchive \ devel/kf5/kcodecs \ diff --git a/devel/kf5/ki18n/Makefile b/devel/kf5/ki18n/Makefile index 02a00d41563..7fb907cf504 100644 --- a/devel/kf5/ki18n/Makefile +++ b/devel/kf5/ki18n/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:51 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $ COMMENT = KDE Gettext-based UI text internationalization DISTNAME = ki18n-${VERSION} +REVISION = 0 SHARED_LIBS = KF5I18n 4.3 @@ -9,10 +10,10 @@ WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml intl m MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ x11/qt5/qtscript -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ x11/qt5/qtdeclarative # for tests diff --git a/devel/kf5/kiconthemes/Makefile b/devel/kf5/kiconthemes/Makefile index 56aabfe9ef0..436ce503029 100644 --- a/devel/kf5/kiconthemes/Makefile +++ b/devel/kf5/kiconthemes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:52 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $ COMMENT = KDE icon GUI utility library DISTNAME = kiconthemes-${VERSION} @@ -10,7 +10,7 @@ WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5I18n WANTLIB += KF5ItemViews KF5WidgetsAddons Qt5Core Qt5DBus Qt5Gui WANTLIB += Qt5Svg Qt5Widgets Qt5Xml c m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/karchive \ devel/kf5/kcodecs \ diff --git a/devel/kf5/kinit/Makefile b/devel/kf5/kinit/Makefile index fedb32fbc88..d76f3ab0ee9 100644 --- a/devel/kf5/kinit/Makefile +++ b/devel/kf5/kinit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:52 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $ COMMENT = speed up for applications inside KDE workspaces DISTNAME = kinit-${VERSION} @@ -11,7 +11,7 @@ WANTLIB += KF5Service KF5WidgetsAddons KF5WindowSystem Qt5Concurrent WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets X11 c WANTLIB += m xcb -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools diff --git a/devel/kf5/kio/Makefile b/devel/kf5/kio/Makefile index 8b8ac248407..eb36cdac379 100644 --- a/devel/kf5/kio/Makefile +++ b/devel/kf5/kio/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2019/03/30 09:13:52 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:05 naddy Exp $ # XXX has some internal dependency problems, look for kpasswdserver.json @@ -20,7 +20,7 @@ WANTLIB += KF5Wallet KF5WidgetsAddons KF5WindowSystem KF5XmlGui WANTLIB += Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Script WANTLIB += Qt5Widgets Qt5X11Extras Qt5Xml c exslt m xml2 xslt -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools \ diff --git a/devel/kf5/kirigami2/Makefile b/devel/kf5/kirigami2/Makefile index d1e6488b21f..a3ef80b27a5 100644 --- a/devel/kf5/kirigami2/Makefile +++ b/devel/kf5/kirigami2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:52 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $ COMMENT = QtQuick based components set DISTNAME = kirigami2-${VERSION} @@ -9,7 +9,7 @@ SHARED_LIBS += KF5Kirigami2 1.3 # 5.41 WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5DBus Qt5Gui Qt5Network WANTLIB += Qt5Qml Qt5Quick Qt5QuickControls2 m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ x11/qt5/qtgraphicaleffects \ x11/qt5/qtsvg diff --git a/devel/kf5/kjs/Makefile b/devel/kf5/kjs/Makefile index 90605c5649f..97bf4c838a4 100644 --- a/devel/kf5/kjs/Makefile +++ b/devel/kf5/kjs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $ COMMENT = JavaScript/ECMAScript engine for KDE DISTNAME = kjs-${VERSION} @@ -8,7 +8,7 @@ SHARED_LIBS += KF5JSApi 4.3 WANTLIB += ${COMPILER_LIBCXX} Qt5Core c m pcre pcreposix -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools diff --git a/devel/kf5/kjsembed/Makefile b/devel/kf5/kjsembed/Makefile index f23284481c4..39a99a1ae0e 100644 --- a/devel/kf5/kjsembed/Makefile +++ b/devel/kf5/kjsembed/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $ COMMENT = KDE framework for binding JavaScript object to QObjects DISTNAME = kjsembed-${VERSION} @@ -8,7 +8,7 @@ SHARED_LIBS = KF5JsEmbed 4.3 WANTLIB += ${COMPILER_LIBCXX} KF5I18n KF5JS Qt5Core Qt5Gui Qt5Svg WANTLIB += Qt5Widgets Qt5Xml c m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools diff --git a/devel/kf5/kmediaplayer/Makefile b/devel/kf5/kmediaplayer/Makefile index 4d7be149527..31e966c484d 100644 --- a/devel/kf5/kmediaplayer/Makefile +++ b/devel/kf5/kmediaplayer/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:05 naddy Exp $ COMMENT = interface for media player KParts DISTNAME = kmediaplayer-${VERSION} @@ -12,7 +12,7 @@ WANTLIB += KF5Service KF5SonnetUi KF5TextWidgets KF5WidgetsAddons WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network WANTLIB += Qt5Widgets Qt5Xml m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kauth \ diff --git a/devel/kf5/knewstuff/Makefile b/devel/kf5/knewstuff/Makefile index 0a111440621..2b5119e24ed 100644 --- a/devel/kf5/knewstuff/Makefile +++ b/devel/kf5/knewstuff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:05 naddy Exp $ COMMENT = KDE framework for sharing additional application data DISTNAME = knewstuff-${VERSION} @@ -14,7 +14,7 @@ WANTLIB += KF5WidgetsAddons KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus WANTLIB += Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5Widgets Qt5Xml WANTLIB += m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kirigami2 RUN_DEPENDS = devel/kf5/kirigami2 diff --git a/devel/kf5/knotifyconfig/Makefile b/devel/kf5/knotifyconfig/Makefile index 3e7a44bfc44..45de9aa7075 100644 --- a/devel/kf5/knotifyconfig/Makefile +++ b/devel/kf5/knotifyconfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:06 naddy Exp $ COMMENT = KDE configuration dialog for desktop notifications DISTNAME = knotifyconfig-${VERSION} @@ -12,7 +12,7 @@ WANTLIB += Qt5Network Qt5Widgets m MODULES = multimedia/phonon -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kconfigwidgets \ devel/kf5/knotifications \ devel/kf5/kxmlgui diff --git a/devel/kf5/kpackage/Makefile b/devel/kf5/kpackage/Makefile index bacf34e3a78..3f585a1bf13 100644 --- a/devel/kf5/kpackage/Makefile +++ b/devel/kf5/kpackage/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:06 naddy Exp $ COMMENT = installation and loading of content packages in KDE DISTNAME = kpackage-${VERSION} @@ -10,7 +10,7 @@ WANTLIB += Qt5Core Qt5DBus c m MODULES = lang/python -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools diff --git a/devel/kf5/kparts/Makefile b/devel/kf5/kparts/Makefile index 9e37875067b..c261ef9c80b 100644 --- a/devel/kf5/kparts/Makefile +++ b/devel/kf5/kparts/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:06 naddy Exp $ COMMENT = KDE plugin framework for user interface components DISTNAME = kparts-${VERSION} @@ -12,7 +12,7 @@ WANTLIB += KF5Service KF5SonnetUi KF5TextWidgets KF5WidgetsAddons WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network WANTLIB += Qt5Test Qt5Widgets Qt5Xml m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kconfig \ devel/kf5/kcoreaddons \ diff --git a/devel/kf5/kpeople/Makefile b/devel/kf5/kpeople/Makefile index 4c1a83ec7bd..3334d616a48 100644 --- a/devel/kf5/kpeople/Makefile +++ b/devel/kf5/kpeople/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:54 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:06 naddy Exp $ COMMENT = KDE framework for aggregating and accessing people contacts DISTNAME = kpeople-${VERSION} @@ -12,7 +12,7 @@ WANTLIB += KF5ItemViews KF5Service KF5WidgetsAddons Qt5Core Qt5DBus WANTLIB += Qt5Gui Qt5Network Qt5Qml Qt5Sql Qt5Widgets m BUILD_DEPENDS =x11/qt5/qtquickcontrols \ - devel/gettext-tools + devel/gettext,-tools RUN_DEPENDS = x11/qt5/qtquickcontrols diff --git a/devel/kf5/kpty/Makefile b/devel/kf5/kpty/Makefile index 09d6438e02c..f4394c4d862 100644 --- a/devel/kf5/kpty/Makefile +++ b/devel/kf5/kpty/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:54 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:06 naddy Exp $ COMMENT = interfacing with pseudo terminal devices in KDE DISTNAME = kpty-${VERSION} @@ -10,7 +10,7 @@ WANTLIB += util MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kcoreaddons \ devel/kf5/ki18n diff --git a/devel/kf5/kross/Makefile b/devel/kf5/kross/Makefile index c17e65916c8..20fb504e6c5 100644 --- a/devel/kf5/kross/Makefile +++ b/devel/kf5/kross/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:54 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:06 naddy Exp $ COMMENT = embedding of scripting into KDE applications DISTNAME = kross-${VERSION} @@ -14,7 +14,7 @@ WANTLIB += KF5Solid KF5SonnetUi KF5TextWidgets KF5WidgetsAddons WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network WANTLIB += Qt5Script Qt5Widgets Qt5Xml c m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kauth \ devel/kf5/kbookmarks \ diff --git a/devel/kf5/krunner/Makefile b/devel/kf5/krunner/Makefile index e66060ddc61..9b5e5d20550 100644 --- a/devel/kf5/krunner/Makefile +++ b/devel/kf5/krunner/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2019/03/30 09:13:54 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:06 naddy Exp $ COMMENT = KDE framework for Plasma runners DISTNAME = krunner-${VERSION} @@ -10,7 +10,7 @@ WANTLIB += KF5KIOCore KF5Package KF5Plasma KF5Service KF5ThreadWeaver WANTLIB += Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Qml WANTLIB += Qt5Quick Qt5Widgets m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kconfig \ devel/kf5/kcoreaddons \ devel/kf5/ki18n \ diff --git a/devel/kf5/kservice/Makefile b/devel/kf5/kservice/Makefile index b8267e63a4e..2f7aca54145 100644 --- a/devel/kf5/kservice/Makefile +++ b/devel/kf5/kservice/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2019/03/30 09:13:54 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:06 naddy Exp $ COMMENT = plugin framework for KDE desktop services DISTNAME = kservice-${VERSION} @@ -11,7 +11,7 @@ WANTLIB += KF5DBusAddons KF5I18n Qt5Core Qt5DBus Qt5Xml c m MODULES += lang/python BUILD_DEPENDS = devel/bison \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools diff --git a/devel/kf5/ktexteditor/Makefile b/devel/kf5/ktexteditor/Makefile index 52ae14fd49b..9ce82e84443 100644 --- a/devel/kf5/ktexteditor/Makefile +++ b/devel/kf5/ktexteditor/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2019/03/30 09:13:54 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 22:15:06 naddy Exp $ COMMENT = fully featured text editor component DISTNAME = ktexteditor-${VERSION} @@ -13,7 +13,7 @@ WANTLIB += KF5SonnetUi KF5SyntaxHighlighting KF5TextWidgets KF5WidgetsAddons WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network WANTLIB += Qt5PrintSupport Qt5Qml Qt5Widgets Qt5Xml c git2 m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ x11/qt5/qtscript \ x11/qt5/qtxmlpatterns diff --git a/devel/kf5/ktextwidgets/Makefile b/devel/kf5/ktextwidgets/Makefile index af811325fb3..e475ff1076b 100644 --- a/devel/kf5/ktextwidgets/Makefile +++ b/devel/kf5/ktextwidgets/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:54 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:06 naddy Exp $ COMMENT = text editing widgets for KDE DISTNAME = ktextwidgets-${VERSION} @@ -13,7 +13,7 @@ WANTLIB += Qt5Xml m MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kauth \ devel/kf5/kcompletion \ diff --git a/devel/kf5/kunitconversion/Makefile b/devel/kf5/kunitconversion/Makefile index f487c986d65..197e6583e32 100644 --- a/devel/kf5/kunitconversion/Makefile +++ b/devel/kf5/kunitconversion/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:55 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:06 naddy Exp $ COMMENT = KDE framework for converting physical units DISTNAME = kunitconversion-${VERSION} @@ -7,7 +7,7 @@ SHARED_LIBS = KF5UnitConversion 3.3 WANTLIB += ${COMPILER_LIBCXX} KF5I18n Qt5Core Qt5Network m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/ki18n diff --git a/devel/kf5/kwallet/Makefile b/devel/kf5/kwallet/Makefile index e8894fe11f1..ff1fdb3eaed 100644 --- a/devel/kf5/kwallet/Makefile +++ b/devel/kf5/kwallet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:55 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:06 naddy Exp $ COMMENT = KDE safe desktop-wide storage for passwords DISTNAME = kwallet-${VERSION} @@ -13,7 +13,7 @@ WANTLIB += KF5I18n KF5IconThemes KF5Notifications KF5Service KF5WidgetsAddons WANTLIB += KF5WindowSystem Qt5Core Qt5DBus Qt5Gui Qt5Widgets Qt5Xml WANTLIB += c gcrypt m -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/kf5/kdoctools diff --git a/devel/kf5/kxmlgui/Makefile b/devel/kf5/kxmlgui/Makefile index 22dcb2d5749..cd21a70e6f6 100644 --- a/devel/kf5/kxmlgui/Makefile +++ b/devel/kf5/kxmlgui/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:55 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:06 naddy Exp $ COMMENT = KDE framework for managing menu and toolbar actions DISTNAME = kxmlgui-${VERSION} @@ -13,7 +13,7 @@ WANTLIB += Qt5Network Qt5PrintSupport Qt5Widgets Qt5Xml c m MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/attica \ devel/kf5/kconfig \ diff --git a/devel/kf5/kxmlrpcclient/Makefile b/devel/kf5/kxmlrpcclient/Makefile index a4acc23dfe3..e30db1ccc7e 100644 --- a/devel/kf5/kxmlrpcclient/Makefile +++ b/devel/kf5/kxmlrpcclient/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:55 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:06 naddy Exp $ COMMENT = KDE XML-RPC client DISTNAME = kxmlrpcclient-${VERSION} @@ -9,7 +9,7 @@ WANTLIB += ${COMPILER_LIBCXX} KF5ConfigCore KF5CoreAddons KF5I18n WANTLIB += KF5KIOCore KF5Service Qt5Concurrent Qt5Core Qt5DBus WANTLIB += Qt5Network Qt5Xml m -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/kf5/kconfig \ devel/kf5/kcoreaddons \ diff --git a/devel/kf5/plasma-framework/Makefile b/devel/kf5/plasma-framework/Makefile index 6aff455cc27..1ef1adc7f5e 100644 --- a/devel/kf5/plasma-framework/Makefile +++ b/devel/kf5/plasma-framework/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/03/30 09:13:55 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:06 naddy Exp $ COMMENT = core components and tools of the Plasma Workspaces DISTNAME = plasma-framework-${VERSION} @@ -18,7 +18,7 @@ WANTLIB += Qt5Xml SM X11 Xext c m xcb xcb-composite xcb-damage WANTLIB += xcb-render xcb-shape xcb-xfixes BUILD_DEPENDS = archivers/bzip2 \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/kf5/kdbusaddons \ devel/kf5/kdesu \ devel/kf5/kdoctools \ diff --git a/devel/kf5/purpose/Makefile b/devel/kf5/purpose/Makefile index 72ccfe49a43..90f8ceaa605 100644 --- a/devel/kf5/purpose/Makefile +++ b/devel/kf5/purpose/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/03/30 09:13:56 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:06 naddy Exp $ COMMENT = framework to create integrate services and actions DISTNAME = purpose-${VERSION} @@ -15,7 +15,7 @@ WANTLIB += Qt5Network Qt5Qml Qt5Widgets c m MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ x11/qt5/qtquickcontrols RUN_DEPENDS = x11/qt5/qtquickcontrols \ diff --git a/devel/kreport/Makefile b/devel/kreport/Makefile index fbf781843ab..46db850992d 100644 --- a/devel/kreport/Makefile +++ b/devel/kreport/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/04/21 10:11:38 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:06 naddy Exp $ COMMENT = framework for generation of reports in multiple formats @@ -29,7 +29,7 @@ MODULES = devel/kf5 BUILD_DEPENDS = shells/bash \ devel/kf5/kguiaddons \ x11/qt5/qttools \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS = devel/kf5/kconfig \ devel/kf5/kcoreaddons \ diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile index e6412082c01..0d225cabc15 100644 --- a/devel/leatherman/Makefile +++ b/devel/leatherman/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2019/04/01 11:16:35 sebastia Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:06 naddy Exp $ COMMENT = collection of C++ and CMake utility libraries GH_ACCOUNT = puppetlabs GH_PROJECT = leatherman GH_TAGNAME = 1.6.0 +REVISION = 0 # N.B.: Upstream doesn't care about ABI, better just bump major on update SHARED_LIBS = leatherman_curl 1.1 # 0.12 @@ -37,8 +38,8 @@ WANTLIB += boost_regex-mt boost_system-mt boost_thread-mt curl LIB_DEPENDS = devel/boost \ net/curl -BUILD_DEPENDS = devel/gettext-tools -RUN_DEPENDS = devel/gettext +BUILD_DEPENDS = devel/gettext,-tools +RUN_DEPENDS = devel/gettext,-runtime # needed for sysutils/facter CONFIGURE_ARGS += -DLEATHERMAN_SHARED=Yes diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile index 4314f4e2df9..6d579f506c7 100644 --- a/devel/libconfuse/Makefile +++ b/devel/libconfuse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2017/11/04 22:04:26 jasper Exp $ +# $OpenBSD: Makefile,v 1.18 2019/05/20 22:15:07 naddy Exp $ COMMENT= configuration file parser library V= 3.2.1 @@ -6,6 +6,7 @@ DISTNAME= confuse-${V} PKGNAME= lib${DISTNAME} SHARED_LIBS += confuse 2.1 # 2.0 CATEGORIES= devel +REVISION= 0 HOMEPAGE= https://github.com/martinh/libconfuse @@ -16,7 +17,7 @@ WANTLIB= iconv intl MASTER_SITES= https://github.com/martinh/libconfuse/releases/download/v${V}/ -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index 576e5dc73ba..42344b4b192 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:07 naddy Exp $ COMMENT = libftdi, interface to ftdi debug device @@ -6,7 +6,7 @@ CATEGORIES = devel V = 1.4 DISTNAME = libftdi1-$V -REVISION = 0 +REVISION = 1 SHARED_LIBS += ftdi1 0.0 # 2.4 SHARED_LIBS += ftdipp1 0.0 # 2.4 @@ -29,7 +29,7 @@ MODULES = devel/cmake \ MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} BUILD_DEPENDS = devel/boost \ devel/swig -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/libusb1 \ devel/libconfuse diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 538012c88d4..7d7d35527dc 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.34 2018/05/15 09:07:01 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:07 naddy Exp $ COMMENT= internationalized string handling DISTNAME= libidn-1.35 +REVISION= 0 SHARED_LIBS += idn 18.0 # 18.0 @@ -20,7 +21,7 @@ WANTLIB += c iconv intl MASTER_SITES= ${MASTER_SITE_GNU:=libidn/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --disable-csharp \ diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index bc60ab51961..4dd1dd1b0be 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.97 2019/05/15 12:04:35 kmos Exp $ +# $OpenBSD: Makefile,v 1.98 2019/05/20 22:15:07 naddy Exp $ COMMENT-main = fast, lightweight source control management COMMENT-x11 = graphical tooling for mercurial @@ -28,7 +28,7 @@ USE_GMAKE = Yes MULTI_PACKAGES = -main -x11 -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools TEST_DEPENDS = archivers/unzip \ devel/git \ devel/mercurial,-main \ diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index dab5c2d5e93..480f51ee406 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2018/10/24 14:28:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:07 naddy Exp $ COMMENT= distributed version control system @@ -22,7 +22,7 @@ EXTRACT_SUFX= .tar.bz2 MODULES= lang/lua BUILD_DEPENDS= devel/boost \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS= databases/sqlite3 \ devel/libidn \ devel/pcre \ diff --git a/devel/p5-Locale-gettext/Makefile b/devel/p5-Locale-gettext/Makefile index f4a324289d8..64309308a83 100644 --- a/devel/p5-Locale-gettext/Makefile +++ b/devel/p5-Locale-gettext/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2017/09/23 10:51:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:07 naddy Exp $ COMMENT= interface to gettext() internationalization function @@ -7,14 +7,14 @@ DISTNAME= gettext-1.07 PKGNAME= p5-Locale-${DISTNAME} CPAN_AUTHOR= PVANDRY CATEGORIES= converters devel -REVISION= 1 +REVISION= 2 # Perl PERMIT_PACKAGE_CDROM= Yes WANTLIB += c intl perl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime DIST_SUBDIR= p5-Locale-${DISTNAME} WRKDIST= ${WRKDIR}/Locale-${DISTNAME} diff --git a/devel/p5-libintl/Makefile b/devel/p5-libintl/Makefile index 07920a9fe88..28f360a09cf 100644 --- a/devel/p5-libintl/Makefile +++ b/devel/p5-libintl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2018/04/28 14:00:04 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:07 naddy Exp $ COMMENT= internationalization library written in Perl @@ -7,6 +7,7 @@ DISTNAME= libintl-perl-${V} PKGNAME= p5-libintl-${V} CATEGORIES= devel CPAN_AUTHOR= GUIDO +REVISION= 0 # perl PERMIT_PACKAGE_CDROM= Yes @@ -15,7 +16,7 @@ WANTLIB += c iconv intl perl MODULES= cpan -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime pre-configure: ${SUBST_CMD} ${WRKSRC}/gettext_xs/Makefile.PL diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 257c968e659..58cf9963824 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.25 2016/04/12 15:19:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:07 naddy Exp $ COMMENT= getopt(3)-like library with a number of enhancements DISTNAME= popt-1.16 CATEGORIES= devel MASTER_SITES= http://rpm5.org/files/popt/ -REVISION= 1 +REVISION= 2 SHARED_LIBS= popt 1.0 @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB= iconv intl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime USE_GMAKE= Yes SEPARATE_BUILD= Yes diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile index 9c0d8806bc5..4dba6f12493 100644 --- a/devel/quilt/Makefile +++ b/devel/quilt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2017/11/17 15:20:00 jca Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:07 naddy Exp $ COMMENT= manage large numbers of patches @@ -28,7 +28,7 @@ RUN_DEPENDS= devel/gpatch \ textproc/gsed BUILD_DEPENDS= ${RUN_DEPENDS} \ - devel/gettext-tools + devel/gettext,-tools CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-date=${LOCALBASE}/bin/gdate \ diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index 636d64f6f6e..ea43f8e7641 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.761 2019/05/12 16:54:07 danj Exp $ +# $OpenBSD: Makefile,v 1.762 2019/05/20 22:15:07 naddy Exp $ COMMENT = exceptions to pkg_add rules CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-3.153 +PKGNAME = quirks-3.154 PKG_ARCH = * MAINTAINER = Marc Espie diff --git a/devel/quirks/files/Quirks.pm b/devel/quirks/files/Quirks.pm index 41cd9e4fb45..219cff2637b 100644 --- a/devel/quirks/files/Quirks.pm +++ b/devel/quirks/files/Quirks.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: Quirks.pm,v 1.779 2019/05/12 16:54:07 danj Exp $ +# $OpenBSD: Quirks.pm,v 1.780 2019/05/20 22:15:07 naddy Exp $ # # Copyright (c) 2009 Marc Espie # @@ -330,6 +330,7 @@ my $stem_extensions = { 'Xonotic' => 'xonotic', 'Xonotic-data' => 'xonotic-data', 'Xonotic-server' => 'xonotic-server', + 'gettext' => 'gettext-runtime', }; my $obsolete_reason = { diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 1fe5b58e559..8b545501d2b 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2019/05/17 16:45:25 sthen Exp $ +# $OpenBSD: Makefile,v 1.36 2019/05/20 22:15:08 naddy Exp $ # XXX doesn't build if already installed COMMENT= graphical subversion client @@ -39,7 +39,7 @@ COMPILER = base-clang ports-gcc base-gcc USE_GMAKE= Yes -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= x11/wxWidgets>=3.0.4 \ devel/subversion \ diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 2b1adff7a65..ef8a7718a0b 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.172 2019/04/28 13:38:28 stsp Exp $ +# $OpenBSD: Makefile,v 1.173 2019/05/20 22:15:08 naddy Exp $ COMMENT-main= subversion revision control system COMMENT-perl= perl interface to subversion @@ -20,6 +20,7 @@ FULLPKGNAME-ap2= ap2-subversion-${VERSION} FULLPKGPATH-ap2= devel/subversion,-ap2 FULLPKGNAME-gnome-keyring= gnome-keyring-subversion-${VERSION} FULLPKGPATH-gnome-keyring= devel/subversion,-gnome-keyring +REVISION-main= 0 MODRUBY_REV ?= 2.5 # Work around for SHARED_LIBS not picking up MODRUBY_BINREV from ruby module @@ -63,7 +64,7 @@ MODULES= lang/python WANTLIB= expat iconv intl lz4 m pthread z -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools MULTI_PACKAGES = -main -ap2 -perl -python -ruby -gnome-keyring @@ -74,7 +75,7 @@ LIB_DEPENDS-main = ${LIB_DEPENDS} \ databases/sqlite3 \ devel/apr \ devel/apr-util \ - devel/gettext \ + devel/gettext,-runtime \ security/cyrus-sasl2 WANTLIB-main= ${WANTLIB} apr-1 aprutil-1 db sasl2>=2 serf-1>=1.0 ssl sqlite3 \ diff --git a/devel/xdg-user-dirs/Makefile b/devel/xdg-user-dirs/Makefile index 8f0b42abe6b..578cf438b8f 100644 --- a/devel/xdg-user-dirs/Makefile +++ b/devel/xdg-user-dirs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2018/04/27 16:44:12 naddy Exp $ +# $OpenBSD: Makefile,v 1.18 2019/05/20 22:15:08 naddy Exp $ COMMENT= utilities to manage well known user directories DISTNAME= xdg-user-dirs-0.17 -REVISION= 0 +REVISION= 1 CATEGORIES= devel HOMEPAGE= http://freedesktop.org/wiki/Software/xdg-user-dirs/ @@ -20,7 +20,7 @@ WANTLIB += c iconv intl # man pages BUILD_DEPENDS += textproc/docbook-xsl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 78e91613dd8..fa6203c651b 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.33 2019/03/08 20:00:45 cwen Exp $ +# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:08 naddy Exp $ COMMENT = K Desktop Environment, office suite HOMEPAGE = https://www.calligra.org VERSION = 3.1.0 DISTNAME = calligra-${VERSION} CATEGORIES = editors -REVISION = 6 +REVISION = 7 DIST_SUBDIR = kde MASTER_SITES = ${MASTER_SITE_KDE:=stable/calligra/${VERSION}/} @@ -70,14 +70,14 @@ WANTLIB += poppler-qt5 qca-qt5 z BUILD_DEPENDS +=devel/boost \ math/eigen3 \ productivity/librcps \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/kf5/kdoctools \ devel/kf5/threadweaver \ devel/kf5/kross \ x11/qt5/qtwebkit RUN_DEPENDS += devel/desktop-file-utils \ - devel/gettext \ + devel/gettext,-runtime \ devel/kf5/ktexteditor \ misc/shared-mime-info \ productivity/librcps \ diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 0b5b3ba0091..6d00cba9004 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.45 2017/11/16 22:23:42 naddy Exp $ +# $OpenBSD: Makefile,v 1.46 2019/05/20 22:15:08 naddy Exp $ COMMENT = easy to use, graphical editor DISTNAME = cooledit-3.17.17 -REVISION = 3 +REVISION = 4 CATEGORIES = editors @@ -29,8 +29,8 @@ WANTLIB += pthread m ${MODPY_WANTLIB} CONFIGURE_ENV +=NOPYTHON=Yes .endif -BUILD_DEPENDS += devel/gettext-tools -LIB_DEPENDS += devel/gettext +BUILD_DEPENDS += devel/gettext,-tools +LIB_DEPENDS += devel/gettext,-runtime CONFIGURE_STYLE = gnu CONFIGURE_ENV += XTERM_CMD=xterm LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/kile-kde4/Makefile b/editors/kile-kde4/Makefile index 51e06e6d1ea..55eb4928f0f 100644 --- a/editors/kile-kde4/Makefile +++ b/editors/kile-kde4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2018/07/01 18:33:35 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:08 naddy Exp $ CATEGORIES = editors COMMENT = user-friendly TeX/LaTex editor for KDE @@ -23,7 +23,7 @@ WANTLIB += ${KDE4LIB}/nepomuk ${KDE4LIB}/nepomukutils soprano MODULES = x11/kde4 \ multimedia/phonon -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ misc/shared-mime-info \ diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 9fefa423686..bba240c3137 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2019/03/08 20:00:45 cwen Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:08 naddy Exp $ COMMENT = user-friendly TeX/LaTeX editor for KDE @@ -28,7 +28,7 @@ EXTRACT_SUFX = .tar.bz2 MODULES = devel/kf5 \ multimedia/phonon -BUILD_DEPENDS +=devel/gettext-tools \ +BUILD_DEPENDS +=devel/gettext,-tools \ devel/kf5/kdoctools \ x11/kde-applications/okular \ x11/kde-applications/kate diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 32284fa5fb6..655bbdbd1ae 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.207 2019/05/17 16:45:26 sthen Exp $ +# $OpenBSD: Makefile,v 1.208 2019/05/20 22:15:08 naddy Exp $ USE_WXNEEDED= Yes @@ -162,7 +162,7 @@ BUILD_DEPENDS+= archivers/zip \ databases/db/v4 \ devel/bison \ devel/cppunit \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/gpatch \ devel/gperf \ devel/libexecinfo \ diff --git a/editors/nano/Makefile b/editors/nano/Makefile index b1617f83d2d..ff9e744d696 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.103 2019/05/02 20:15:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.104 2019/05/20 22:15:08 naddy Exp $ COMMENT= simple editor, inspired by Pico DISTNAME= nano-4.2 CATEGORIES= editors HOMEPAGE= https://www.nano-editor.org/ +REVISION= 0 MAINTAINER= Christian Weisgerber @@ -16,7 +17,7 @@ EXTRACT_SUFX= .tar.xz # GPLv3+ PERMIT_PACKAGE_CDROM= Yes -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime WANTLIB= c curses iconv intl CONFIGURE_STYLE=gnu diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index 929f9ce36bc..94550b3fa04 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.14 2019/03/17 13:13:40 edd Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:08 naddy Exp $ COMMENT = continuation and extension of Vim GH_ACCOUNT = neovim GH_PROJECT = neovim GH_TAGNAME = v0.3.4 +REVISION = 0 CATEGORIES = editors devel HOMEPAGE = http://neovim.org @@ -27,7 +28,7 @@ BUILD_DEPENDS = ${RUN_DEPENDS} \ devel/lpeg \ devel/lua-bitop -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/libtermkey \ devel/libuv \ devel/libvterm \ diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 9fa0722f8e2..b7e0131c9fa 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2018/10/24 14:28:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:08 naddy Exp $ COMMENT= powerful and simple GTK editor @@ -23,7 +23,7 @@ WANTLIB += pixman-1 png pthread ${COMPILER_LIBCXX} xcb xml2 z zzip>=13 COMPILER = base-clang ports-gcc base-gcc -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= x11/gtk+2 \ gtksourceview->=2,<3:x11/gtksourceview \ textproc/aspell/core \ diff --git a/editors/vim/Makefile b/editors/vim/Makefile index fbd3c2fe8ea..be60e179990 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.188 2019/05/02 01:03:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.189 2019/05/20 22:15:08 naddy Exp $ COMMENT-main= vi clone, many additional features COMMENT-lang= vi clone, NLS subpackage @@ -13,6 +13,7 @@ PKGNAME-main= vim-$T PKGNAME-lang= vim-lang-$T FULLPKGNAME-lang= vim-lang-$T FULLPKGPATH-lang= ${PKGPATH},-lang +REVISION-main= 0 P= vim${V:R:S/.//} CATEGORIES= editors @@ -26,7 +27,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c curses iconv intl m LIB_DEPENDS-main= ${LIB_DEPENDS} \ - devel/gettext + devel/gettext,-runtime MULTI_PACKAGES= -main -lang @@ -53,7 +54,7 @@ CONFIGURE_ARGS+= --with-tlib="curses" \ AUTOCONF_VERSION= 2.69 BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \ - devel/gettext-tools + devel/gettext,-tools .if defined(DEBUG) MAKE_FLAGS+= STRIP=: diff --git a/editors/xemacs21/stable/Makefile b/editors/xemacs21/stable/Makefile index ebe56d55839..a1e5f9085fc 100644 --- a/editors/xemacs21/stable/Makefile +++ b/editors/xemacs21/stable/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.46 2019/02/28 01:52:37 naddy Exp $ +# $OpenBSD: Makefile,v 1.47 2019/05/20 22:15:08 naddy Exp $ BRANCH= 21.4 VERSION= 22 -REVISION= 24 +REVISION= 25 WANTLIB= c m curses util @@ -62,7 +62,7 @@ CONFIGURE_ARGS+=--with-xim=xlib .endif .if ${FLAVOR:Mmule} -LIB_DEPENDS+= devel/gettext +LIB_DEPENDS+= devel/gettext,-runtime CONFIGURE_ARGS+=--with-mule WANTLIB+= iconv intl diff --git a/education/gtypist/Makefile b/education/gtypist/Makefile index 424b16bdf3e..174700c64f6 100644 --- a/education/gtypist/Makefile +++ b/education/gtypist/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.34 2019/05/17 16:19:38 sthen Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:09 naddy Exp $ COMMENT= interactive typing tutor DISTNAME= gtypist-2.9.5 -REVISION= 2 +REVISION= 3 CATEGORIES= education HOMEPAGE= https://www.gnu.org/software/gtypist/ @@ -17,7 +17,7 @@ WANTLIB += c curses iconv intl MASTER_SITES= ${MASTER_SITE_GNU:=gtypist/} EXTRACT_SUFX= .tar.xz -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE=gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${WRKDIR}/include" \ diff --git a/emulators/dolphin/Makefile b/emulators/dolphin/Makefile index e7f9db2189b..91707d4cab6 100644 --- a/emulators/dolphin/Makefile +++ b/emulators/dolphin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/03/11 04:11:57 bket Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:09 naddy Exp $ USE_WXNEEDED = Yes ONLY_FOR_ARCHS = amd64 @@ -38,7 +38,7 @@ WANTLIB-nogui = ${cWANTLIB} COMPILER = base-clang ports-gcc base-gcc MODULES = devel/cmake -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS-nogui = archivers/lzo2 \ audio/pulseaudio \ comms/libhidapi \ diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index e1a95fb1014..c723ab3b9a3 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2019/01/11 11:13:10 solene Exp $ +# $OpenBSD: Makefile,v 1.31 2019/05/20 22:15:09 naddy Exp $ BROKEN-alpha = error: invalid 'asm': invalid %xn code @@ -22,7 +22,7 @@ COMPILER = base-clang ports-gcc base-gcc MASTER_SITES = ${HOMEPAGE}stable/$V/ -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/sdl \ graphics/png \ audio/openal \ diff --git a/emulators/gnusim8085/Makefile b/emulators/gnusim8085/Makefile index 78ccb3da487..dc5b574f461 100644 --- a/emulators/gnusim8085/Makefile +++ b/emulators/gnusim8085/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2018/06/29 22:16:12 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:09 naddy Exp $ COMMENT = graphical 8085 simulator, assembler, and debugger @@ -22,7 +22,7 @@ WANTLIB += xcb-render xcb-shm z MASTER_SITES = http://launchpad.net/gnusim8085/trunk/${V}/+download/ -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+3,-guic LIB_DEPENDS = x11/gtksourceview diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index aa043194137..9edfa9cd595 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.25 2018/09/08 23:08:39 jeremy Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:09 naddy Exp $ BROKEN-hppa = ../../include/mednafen/state.h:21:7: error: 'exception_ptr' in namespace 'std' does not name a type COMMENT = emulates numerous game consoles DISTNAME = mednafen-1.21.3 +REVISION = 0 CATEGORIES = emulators games HOMEPAGE = https://mednafen.github.io @@ -23,7 +24,7 @@ USE_GMAKE = Yes COMPILER = base-clang ports-gcc LIB_DEPENDS = audio/libsndfile \ - devel/gettext \ + devel/gettext,-runtime \ devel/sdl2 WRKDIST = ${WRKDIR}/mednafen diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index f02078c8fb4..d6f89c6a3ce 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.184 2019/05/09 05:12:53 ratchov Exp $ +# $OpenBSD: Makefile,v 1.185 2019/05/20 22:15:09 naddy Exp $ USE_WXNEEDED= Yes @@ -7,7 +7,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 arm i386 powerpc sparc64 COMMENT= multi system emulator DISTNAME= qemu-3.1.0 -REVISION= 0 +REVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz @@ -32,13 +32,13 @@ COMPILER = base-clang ports-gcc MODULES= lang/python -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ textproc/texi2html LIB_DEPENDS= archivers/bzip2 \ archivers/lzo2 \ devel/capstone/main \ devel/dtc \ - devel/gettext \ + devel/gettext,-runtime \ devel/glib2 \ devel/libiscsi \ devel/libnfs \ diff --git a/emulators/vbam/Makefile b/emulators/vbam/Makefile index e52659b2e32..16305c977ad 100644 --- a/emulators/vbam/Makefile +++ b/emulators/vbam/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2019/05/17 16:45:26 sthen Exp $ +# $OpenBSD: Makefile,v 1.31 2019/05/20 22:15:09 naddy Exp $ BROKEN-alpha = ICE or OOM on hq_implementation.cpp BROKEN-hppa = ICE or OOM on src/filters/hq/c/hq_base.h:421 @@ -8,7 +8,7 @@ COMMENT = emulator for Nintendo Game Boy (Color/Advance) GH_ACCOUNT = visualboyadvance-m GH_PROJECT = ${GH_ACCOUNT} GH_TAGNAME = v2.1.1 -REVISION = 0 +REVISION = 1 PKGNAME = vbam-${GH_TAGNAME:S/v//} CATEGORIES = emulators @@ -27,9 +27,9 @@ MODULES = devel/cmake # c++11 COMPILER = base-clang ports-gcc -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/sdl2 \ graphics/png \ multimedia/sfml diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 1eb95c22fbe..66edb0c47b0 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2019/03/07 14:45:29 fcambus Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:09 naddy Exp $ COMMENT = versatile Commodore emulator DISTNAME = vice-3.3 -REVISION = 0 +REVISION = 1 CATEGORIES = emulators @@ -25,7 +25,7 @@ BUILD_DEPENDS = devel/xa LIB_DEPENDS = audio/flac \ audio/libvorbis \ - devel/gettext \ + devel/gettext,-runtime \ devel/sdl2 \ graphics/giflib \ graphics/jpeg \ diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile index d8108ad9cee..3b2d54690b7 100644 --- a/games/blobwars/Makefile +++ b/games/blobwars/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2018/10/24 14:28:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:09 naddy Exp $ COMMENT = 2D arcade game @@ -23,7 +23,7 @@ COMPILER = base-clang ports-gcc base-gcc MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=blobwars/} -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/sdl2-image \ devel/sdl2-mixer \ diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index 3251c716d0f..9b1a6aa97e6 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2019/03/21 09:28:18 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:09 naddy Exp $ COMMENT= rogue-like zombie survival game DISTNAME= cataclysm-dda-0.D CATEGORIES= games +REVISION= 0 GH_ACCOUNT= CleverRaven GH_PROJECT= Cataclysm-DDA @@ -30,7 +31,7 @@ MODLUA_SA= Yes BUILD_DEPENDS= devel/libexecinfo -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/libexecinfo MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" diff --git a/games/chroma/Makefile b/games/chroma/Makefile index 2d068da1df0..7bdeaabf178 100644 --- a/games/chroma/Makefile +++ b/games/chroma/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2017/12/07 13:12:44 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:09 naddy Exp $ COMMENT = abstract puzzle game DISTNAME = chroma-1.13 -REVISION = 1 +REVISION = 2 EXTRACT_SUFX = .tar.bz2 FIX_EXTRACT_PERMISSIONS=Yes @@ -22,7 +22,7 @@ MASTER_SITES= ${HOMEPAGE}/download/ CONFIGURE_STYLE = gnu -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/sdl-image CFLAGS += -fgnu89-inline diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile index f9aae6c4c81..f5c75dc6907 100644 --- a/games/chromium-bsu/Makefile +++ b/games/chromium-bsu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2018/10/24 14:28:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:09 naddy Exp $ COMMENT = fast paced arcade-style space shooter DISTNAME = chromium-bsu-0.9.16.1 @@ -18,7 +18,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=chromium-bsu/} USE_GMAKE = Yes -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+3,-guic LIB_DEPENDS = graphics/ftgl \ diff --git a/games/colobot/colobot/Makefile b/games/colobot/colobot/Makefile index 683d2bbd893..d7a528fa72d 100644 --- a/games/colobot/colobot/Makefile +++ b/games/colobot/colobot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2018/12/13 19:53:23 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:09 naddy Exp $ COMMENT = programming-focused real-time strategy game DISTNAME = colobot-$V -REVISION = 0 +REVISION = 1 WANTLIB += ${COMPILER_LIBCXX} WANTLIB += GL GLEW GLU SDL2 SDL2_image SDL2_ttf boost_filesystem-mt @@ -15,11 +15,11 @@ GH_PROJECT = colobot # c++11 COMPILER = base-clang ports-gcc MODULES = devel/cmake -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = audio/libsndfile \ audio/openal \ devel/boost \ - devel/gettext \ + devel/gettext,-runtime \ devel/physfs \ devel/sdl2-image \ devel/sdl2-ttf \ diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index f6decb644c2..4702e2ea5ac 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.120 2018/08/15 11:59:55 chrisz Exp $ +# $OpenBSD: Makefile,v 1.121 2019/05/20 22:15:09 naddy Exp $ COMMENT-main= Civilization clone for X11; multiplayer; game server COMMENT-client= Freeciv client @@ -38,7 +38,7 @@ WANTLIB-share= MODULES= lang/lua MODLUA_VERSION = 5.3 -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS-main= archivers/xz \ databases/sqlite3 \ net/curl diff --git a/games/freedink/game/Makefile b/games/freedink/game/Makefile index 9468ce25084..aadcfcaf908 100644 --- a/games/freedink/game/Makefile +++ b/games/freedink/game/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2019/05/08 19:04:30 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:10 naddy Exp $ COMMENT = free clone of Dink Smallwood game DISTNAME = freedink-109.6 -REVISION = 0 +REVISION = 1 WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_gfx-1.0 SDL2_image SDL2_mixer WANTLIB += SDL2_ttf c fontconfig freetype iconv intl m z @@ -12,7 +12,7 @@ BUILD_DEPENDS = archivers/zip \ devel/check \ graphics/glm -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/sdl2-image \ devel/sdl2-mixer \ devel/sdl2-gfx \ diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index 152b3acf6d0..39b9d5ba300 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2016/05/18 10:11:48 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:10 naddy Exp $ COMMENT-main = bubble popping game, like puzzle bobble COMMENT-server = server for the frozen-bubble bubble popping game @@ -6,9 +6,9 @@ COMMENT-server = server for the frozen-bubble bubble popping game VER = 2.2.0 DISTNAME = frozen-bubble-${VER} PKGNAME-main = ${DISTNAME} -REVISION-main = 12 +REVISION-main = 13 PKGNAME-server = frozen-bubble-server-${VER} -REVISION-server = 8 +REVISION-server = 9 CATEGORIES = games HOMEPAGE = http://www.frozen-bubble.org @@ -29,18 +29,18 @@ MODULES = perl BUILD_DEPENDS = devel/p5-SDL \ devel/p5-Locale-gettext \ - devel/gettext-tools + devel/gettext,-tools RUN_DEPENDS-main = devel/p5-SDL \ devel/p5-Locale-gettext \ ${BASE_PKGPATH},-server -LIB_DEPENDS-main = devel/gettext \ +LIB_DEPENDS-main = devel/gettext,-runtime \ devel/sdl-pango \ devel/sdl-mixer \ devel/glib2 -LIB_DEPENDS-server = devel/gettext \ +LIB_DEPENDS-server = devel/gettext,-runtime \ devel/glib2 WANTLIB-main = SDL SDL_Pango SDL_mixer glib-2.0 gobject-2.0 \ diff --git a/games/gamine/Makefile b/games/gamine/Makefile index aa59bc273f6..17b7295d84a 100644 --- a/games/gamine/Makefile +++ b/games/gamine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2019/03/05 13:47:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 22:15:10 naddy Exp $ COMMENT= interactive game for young children @@ -15,7 +15,7 @@ WANTLIB += m pango-1.0 pangocairo-1.0 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gamine-game/} -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools RUN_DEPENDS= devel/desktop-file-utils \ x11/gtk+3,-guic diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 5c5923741a2..e638aadab26 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/04/24 16:26:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:10 naddy Exp $ COMMENT = GNU Backgammon V = 1.05.002 @@ -6,7 +6,7 @@ DISTNAME = gnubg-release-$V-sources PKGNAME = gnubg-$V CATEGORIES = games x11 HOMEPAGE = http://gnubg.org/ -REVISION = 5 +REVISION = 6 # GPLv3+ PERMIT_PACKAGE_CDROM = Yes @@ -26,10 +26,10 @@ WANTLIB += vorbis vorbisfile xcb xcb-dri2 xcb-glx xcb-render xcb-shm z MASTER_SITES = http://gnubg.org/media/sources/ MODULES = lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = audio/libcanberra,-gtk \ databases/sqlite3 \ - devel/gettext \ + devel/gettext,-runtime \ devel/glib2 \ devel/gmp \ devel/pango \ diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 66307841a3b..4e579a36352 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.44 2018/10/24 14:28:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.45 2019/05/20 22:15:10 naddy Exp $ COMMENT= chess program DISTNAME= gnuchess-6.2.5 DISTFILES= ${DISTNAME}.tar.gz book_1.02.pgn.gz -REVISION= 0 +REVISION= 1 CATEGORIES= games HOMEPAGE= http://www.gnu.org/software/chess/ @@ -17,7 +17,7 @@ WANTLIB += c iconv intl m ncurses pthread readline ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime BUILD_DEPENDS= devel/help2man diff --git a/games/godot/Makefile b/games/godot/Makefile index ea13073d5e3..8bf6e3f33dd 100644 --- a/games/godot/Makefile +++ b/games/godot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2018/10/24 14:28:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:10 naddy Exp $ COMMENT = 2D and 3D game engine @@ -8,7 +8,7 @@ PKGNAME = godot-${V} CATEGORIES = games HOMEPAGE = https://godotengine.org/ MAINTAINER = Thomas Frohwein -REVISION = 0 +REVISION = 1 # MIT PERMIT_PACKAGE_CDROM = Yes @@ -58,7 +58,7 @@ LIB_DEPENDS = archivers/zstd \ audio/libvorbis \ audio/musepack \ audio/opusfile \ - devel/gettext \ + devel/gettext,-runtime \ devel/libexecinfo \ devel/pcre2 \ graphics/libwebp \ diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 1e649808596..e4445cb8a3a 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2019/03/17 15:01:21 cwen Exp $ +# $OpenBSD: Makefile,v 1.23 2019/05/20 22:15:10 naddy Exp $ COMMENT = Othello/Reversi-like game DISTNAME = grhino-${V} @@ -27,7 +27,7 @@ MODULES = x11/gnome MODGNOME_TOOLS += desktop-file-utils yelp -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = x11/gnome/libgnomeui diff --git a/games/heroes/Makefile b/games/heroes/Makefile index d048d70fdbb..6b6078725f3 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2019/05/08 06:38:53 bentley Exp $ +# $OpenBSD: Makefile,v 1.32 2019/05/20 22:15:10 naddy Exp $ COMMENT= graphically improved game of yore @@ -7,7 +7,7 @@ DATAVERSION= 1.5 SOUNDVERSION= 1.0 MUSICVERSION= 1.0 DISTNAME= heroes-${VERSION} -REVISION = 7 +REVISION = 8 CATEGORIES= games x11 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -28,7 +28,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=heroes/} USE_GMAKE= Yes -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/sdl \ devel/sdl-mixer diff --git a/games/jumpnbump/Makefile b/games/jumpnbump/Makefile index 31e838dec6b..3e392e5d184 100644 --- a/games/jumpnbump/Makefile +++ b/games/jumpnbump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2018/06/27 21:03:47 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:10 naddy Exp $ V = 1.60 COMMENT = game of cute bunnies jumping on each other's heads @@ -21,7 +21,7 @@ MODPY_BUILDDEP = No MODPY_RUNDDEP = No MODPY_ADJ_FILES = menu/jumpnbump_menu.py.pre -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = archivers/bzip2 \ devel/sdl2-mixer \ diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index 074443fac3a..e4473666987 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2018/10/24 14:28:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.27 2019/05/20 22:15:10 naddy Exp $ COMMENT= city simulation game @@ -25,7 +25,7 @@ LIB_DEPENDS= devel/sdl-gfx \ devel/sdl-ttf \ devel/physfs \ textproc/libxml -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ devel/jam RUN_DEPENDS= devel/desktop-file-utils NO_TEST= Yes diff --git a/games/lincity/Makefile b/games/lincity/Makefile index f83dfef551c..35d098bd32e 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2017/11/03 15:30:30 bentley Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:10 naddy Exp $ COMMENT= Rich city simulation game for X DISTNAME= lincity-1.13.1 CATEGORIES= games HOMEPAGE= http://lincity.sourceforge.net/ +REVISION= 0 # GPLv2 only PERMIT_PACKAGE_CDROM= Yes @@ -12,7 +13,7 @@ WANTLIB += ICE SM X11 Xext c iconv intl m png xcb z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lincity/} -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ graphics/png CONFIGURE_STYLE= gnu diff --git a/games/manaplus/Makefile b/games/manaplus/Makefile index dd83a1cac11..68c73f79e2c 100644 --- a/games/manaplus/Makefile +++ b/games/manaplus/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.99 2019/05/19 19:13:46 naddy Exp $ +# $OpenBSD: Makefile,v 1.100 2019/05/20 22:15:10 naddy Exp $ V = 1.9.3.23 -REVISION = 0 +REVISION = 1 COMMENT = client for The Mana World DISTNAME = manaplus-${V} EXTRACT_SUFX = .tar.xz @@ -22,9 +22,9 @@ MASTER_SITES = http://download.evolonline.org/manaplus/download/${V}/ # Base gcc miscompiles on at least macppc COMPILER = base-clang ports-gcc -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/libexecinfo \ devel/sdl2-gfx \ devel/sdl2-image \ diff --git a/games/minetest/Makefile b/games/minetest/Makefile index eb42b5db2c0..d6e28335a20 100644 --- a/games/minetest/Makefile +++ b/games/minetest/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2018/11/02 18:48:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:10 naddy Exp $ COMMENT = infinite-world block sandbox game # minetest_game is still 0.4.17 @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= -DENABLE_REDIS=FALSE -DENABLE_LEVELDB=FALSE CONFIGURE_ARGS+= -DBUILD_SERVER=TRUE CONFIGURE_ENV += CXXFLAGS="-I${X11BASE}/include" -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+3,-guic diff --git a/games/neverball/Makefile b/games/neverball/Makefile index 27c33dc3d9c..b57bf3cc879 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.19 2017/11/04 14:16:04 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:10 naddy Exp $ COMMENT-main = tilt the floor to roll a ball through an obstacle course COMMENT-data = data for Neverball/Neverputt BROKEN-hppa = SIGILL on data/ball/snowglobe/snowglobe-inner.so V = 1.6.0 -REVISION-main = 1 +REVISION-main = 2 DISTNAME = neverball-$V PKGNAME-main = neverball-$V PKGNAME-data = neverball-data-$V @@ -27,7 +27,7 @@ WANTLIB-main = GL SDL2 c m pthread ogg vorbis vorbisfile \ MASTER_SITES = ${HOMEPAGE} -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS-main = audio/libogg \ audio/libvorbis \ @@ -35,7 +35,7 @@ LIB_DEPENDS-main = audio/libogg \ graphics/png \ devel/sdl2-ttf \ devel/physfs \ - devel/gettext + devel/gettext,-runtime RUN_DEPENDS-data = LIB_DEPENDS-data = WANTLIB-data = diff --git a/games/pushover/Makefile b/games/pushover/Makefile index a07924f0a3c..75f87ee56ca 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2018/10/24 14:28:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:11 naddy Exp $ COMMENT = puzzle game featuring dominoes DISTNAME = pushover-0.0.5 -REVISION = 2 +REVISION = 3 CATEGORIES = games @@ -23,8 +23,8 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pushover/} MODULES = lang/lua BUILD_DEPENDS = devel/libtool # requires aclocal/lib-link.m4 -BUILD_DEPENDS += devel/gettext-tools -LIB_DEPENDS = devel/gettext \ +BUILD_DEPENDS += devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime \ devel/sdl-mixer \ devel/sdl-ttf \ graphics/png diff --git a/games/returntotheroots/Makefile b/games/returntotheroots/Makefile index e0c0e71329d..1cc680c6d9c 100644 --- a/games/returntotheroots/Makefile +++ b/games/returntotheroots/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/03/11 04:11:57 bket Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:11 naddy Exp $ V = 0.8.2.20180924 COMMENT = open source engine remake of The Settlers 2 (s25client) @@ -30,7 +30,7 @@ MODULES = devel/cmake \ lang/lua MODLUA_VERSION = 5.2 -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = archivers/bzip2 \ devel/boost \ diff --git a/games/sumwars/Makefile b/games/sumwars/Makefile index e6bcbe31077..4a10ec9f3e2 100644 --- a/games/sumwars/Makefile +++ b/games/sumwars/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2018/01/09 21:02:36 schwarze Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:11 naddy Exp $ ONLY_FOR_ARCHS = amd64 i386 @@ -7,7 +7,7 @@ COMMENT = role playing game V = 0.5.8 DISTNAME = sumwars-${V}-src PKGNAME = sumwars-${V} -REVISION = 5 +REVISION = 6 SUBST_VARS += V @@ -37,7 +37,7 @@ COMPILER = base-clang ports-gcc LIB_DEPENDS = x11/cegui \ audio/freealut \ audio/libvorbis \ - devel/gettext \ + devel/gettext,-runtime \ devel/physfs \ devel/ois \ net/enet diff --git a/games/tornado/Makefile b/games/tornado/Makefile index ee01a45ccf6..a3d2a891699 100644 --- a/games/tornado/Makefile +++ b/games/tornado/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.11 2016/04/12 15:19:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:11 naddy Exp $ COMMENT= Ouranos (Weather War) clone; multiplayer DISTNAME= tornado-1.4 CATEGORIES= games MASTER_SITES= ${HOMEPAGE}download/ -REVISION= 0 +REVISION= 1 HOMEPAGE= http://kiza.kcore.de/software/tornado/ @@ -15,9 +15,9 @@ WANTLIB= c iconv intl ncurses NO_TEST= Yes USE_GMAKE= Yes -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tornado diff --git a/games/trader/Makefile b/games/trader/Makefile index c062bd50408..76547fbb66c 100644 --- a/games/trader/Makefile +++ b/games/trader/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2018/09/10 20:50:56 fcambus Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/20 22:15:11 naddy Exp $ COMMENT = simple text-based game of interstellar trading DISTNAME = trader-7.12 +REVISION = 0 CATEGORIES = games @@ -18,7 +19,7 @@ WANTLIB += c curses iconv intl MASTER_SITES = https://ftp.zap.org.au/pub/trader/unix/ LIB_DEPENDS = converters/libiconv \ - devel/gettext + devel/gettext,-runtime CONFIGURE_STYLE = gnu diff --git a/games/tuxpaint-config/Makefile b/games/tuxpaint-config/Makefile index 543fc9e4a49..663d452d6d5 100644 --- a/games/tuxpaint-config/Makefile +++ b/games/tuxpaint-config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2018/10/24 14:28:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2019/05/20 22:15:11 naddy Exp $ COMMENT= graphical tool to change Tux Paint's settings #' @@ -21,7 +21,7 @@ WANTLIB += Xft Xinerama fontconfig Xcursor Xfixes iconv intl COMPILER = base-clang ports-gcc base-gcc -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= x11/fltk \ print/libpaper RUN_DEPENDS= games/tuxpaint diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 87bada02a55..89797b8dee9 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2018/09/02 08:31:28 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.27 2019/05/20 22:15:11 naddy Exp $ COMMENT= drawing program for children @@ -19,7 +19,7 @@ WANTLIB += paper png pthread rsvg-2 z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/} -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ devel/gperf LIB_DEPENDS= devel/sdl-image \ diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index 59bec1c9828..d26781a4751 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2019/05/10 01:57:35 danj Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:11 naddy Exp $ COMMENT = Test your typing speed and get your fingers' CPS DISTNAME = typespeed-0.6.5 CATEGORIES = games -REVISION = 2 +REVISION = 3 HOMEPAGE = http://typespeed.sourceforge.net/ @@ -14,7 +14,7 @@ WANTLIB = c iconv intl curses MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=typespeed/} -LIB_DEPENDS = devel/gettext +LIB_DEPENDS = devel/gettext,-runtime USE_GMAKE = Yes CONFIGURE_STYLE = gnu diff --git a/games/ufoai/base/Makefile b/games/ufoai/base/Makefile index 219c2ed532b..8e9443bf7b8 100644 --- a/games/ufoai/base/Makefile +++ b/games/ufoai/base/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2018/06/27 21:03:50 espie Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:11 naddy Exp $ COMMENT-main = squad-based tactical strategy game COMMENT-editor = UFO:AI map editor @@ -31,7 +31,7 @@ WANTLIB-editor += pangox-1.0 vorbisfile xml2 ${cWANTLIB} COMPILER = base-clang ports-gcc -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = games/ufoai/data \ devel/desktop-file-utils diff --git a/games/unknown-horizons/Makefile b/games/unknown-horizons/Makefile index 420dc520f02..8b0d07eee7b 100644 --- a/games/unknown-horizons/Makefile +++ b/games/unknown-horizons/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2018/06/27 21:03:50 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:11 naddy Exp $ COMMENT = economic historical real-time strategy game @@ -20,7 +20,7 @@ PERMIT_PACKAGE_CDROM = Yes MODULES = lang/python \ textproc/intltool MODPY_ADJ_FILES = unknown-horizons -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ games/fifengine TEST_DEPENDS = devel/py-greenlet \ diff --git a/games/valyriatear/Makefile b/games/valyriatear/Makefile index 943f9f62b77..b67eeef9dd7 100644 --- a/games/valyriatear/Makefile +++ b/games/valyriatear/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2018/10/27 07:22:47 bentley Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:11 naddy Exp $ COMMENT = free J-RPG game CATEGORIES = games x11 @@ -29,7 +29,7 @@ MODULES = devel/cmake \ lang/lua BUILD_DEPENDS = devel/boost>=1.52 \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS = audio/libogg \ audio/libvorbis \ diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 3a1ff661c42..9316acb1cf3 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2018/10/24 14:28:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:11 naddy Exp $ COMMENT= free software clone of Worms(R) game concept @@ -20,7 +20,7 @@ MASTER_SITES= http://download.gna.org/warmux/ \ http://download.gna.org/warmux/archive/ EXTRACT_SUFX= .tar.bz2 -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools RUN_DEPENDS= devel/desktop-file-utils LIB_DEPENDS= devel/sdl-gfx \ devel/sdl-image \ diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 7f7922f49de..c606d107fca 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.79 2019/04/25 08:37:01 kirby Exp $ +# $OpenBSD: Makefile,v 1.80 2019/05/20 22:15:11 naddy Exp $ PORTROACH = limitw:1,even @@ -31,7 +31,7 @@ MODULES= devel/cmake # c++11 COMPILER = base-clang ports-gcc -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= devel/boost>=1.66.0p0 \ devel/sdl2-image \ devel/sdl2-mixer \ diff --git a/games/widelands/Makefile b/games/widelands/Makefile index b46dedd39ee..249003616e8 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2018/12/13 19:53:24 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:11 naddy Exp $ COMMENT= economic and military simulation game BROKEN-sparc64= generates 240Mb log with 'terminate called recursively' @@ -8,7 +8,7 @@ DISTNAME= widelands-build${V}-src PKGNAME= widelands-0.${V} CATEGORIES= games EXTRACT_SUFX= .tar.bz2 -REVISION= 0 +REVISION= 1 HOMEPAGE= https://wl.widelands.org/ MASTER_SITES = https://launchpad.net/widelands/build${V}/build${V}/+download/ @@ -23,9 +23,9 @@ WANTLIB += c execinfo iconv icuuc intl m png z # c++11 COMPILER = base-clang ports-gcc -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/boost \ - devel/gettext \ + devel/gettext,-runtime \ devel/libexecinfo \ devel/sdl2-image \ devel/sdl2-mixer \ diff --git a/games/xblast/Makefile b/games/xblast/Makefile index da0b0dcdd04..f720821934d 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2016/04/12 15:19:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:11 naddy Exp $ COMMENT= graphical multi-player real-time strategy game for X11 DISTNAME= xblast-2.10.4 -REVISION= 2 +REVISION= 3 DIST_SUBDIR= xblast DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ images-2005-01-06${EXTRACT_SUFX} \ @@ -22,9 +22,9 @@ WANTLIB= ICE X11 c iconv intl m sndio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xblast/} -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE=autoconf AUTOCONF_VERSION=2.59 diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index 6bbb86e2187..9b70242d188 100755 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2019/01/31 11:14:33 bentley Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 22:15:11 naddy Exp $ COMMENT= x bust a move clone DISTNAME= xbubble-0.5.8 -REVISION = 2 +REVISION = 3 CATEGORIES= games x11 HOMEPAGE= http://www.nongnu.org/xbubble/ @@ -17,7 +17,7 @@ MASTER_SITES= https://gentoo.osuosl.org/distfiles/ \ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/ -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ graphics/png USE_GMAKE= Yes diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index b8c7088a0b9..39e3b175dfc 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.33 2016/04/12 15:19:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:11 naddy Exp $ COMMENT= shoot them nasty little bugs DISTNAME= xinvaders-2.1.1 -REVISION= 1 +REVISION= 2 CATEGORIES= games PERMIT_PACKAGE_CDROM= no fee @@ -13,7 +13,7 @@ WANTLIB= X11 Xaw Xmu Xt c iconv intl MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/arcade/invaders/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --enable-scorefile=/var/games/xinvaders.scores diff --git a/games/zaz/Makefile b/games/zaz/Makefile index 24a5a839ea0..f8c53825f02 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2018/12/21 14:42:39 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:12 naddy Exp $ COMMENT = Zuma-like arcade game DISTNAME = zaz-1.0.0 -REVISION = 6 +REVISION = 7 CATEGORIES = games HOMEPAGE = http://zaz.sourceforge.net/ @@ -21,7 +21,7 @@ EXTRACT_SUFX = .tar.bz2 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=zaz/} LIB_DEPENDS = audio/libvorbis \ - devel/gettext \ + devel/gettext,-runtime \ devel/sdl-image \ graphics/ftgl \ multimedia/libtheora diff --git a/geo/foxtrotgps/Makefile b/geo/foxtrotgps/Makefile index 3a79c879bf4..4862a02a8b8 100644 --- a/geo/foxtrotgps/Makefile +++ b/geo/foxtrotgps/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2018/07/06 06:04:42 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:12 naddy Exp $ COMMENT = lightweight mapping application for use with or without GPS @@ -28,7 +28,7 @@ WANTLIB += xml2 z MODULES = lang/python \ textproc/intltool -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/gsettings-desktop-schemas LIB_DEPENDS = devel/libglade2 \ databases/sqlite3 \ diff --git a/geo/postgis/Makefile b/geo/postgis/Makefile index 1db8068056a..d5d1b1bdf26 100644 --- a/geo/postgis/Makefile +++ b/geo/postgis/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.53 2019/03/15 07:49:43 landry Exp $ +# $OpenBSD: Makefile,v 1.54 2019/05/20 22:15:12 naddy Exp $ V = 2.5.2 COMMENT= geographic objects support for PostgreSQL DISTNAME= postgis-${V} CATEGORIES= geo databases +REVISION= 0 SHARED_LIBS += lwgeom 0.0 lwgeom-2.5 0.0 # 4.0 @@ -26,7 +27,7 @@ MODULES = databases/postgresql LIB_DEPENDS= databases/sqlite3 \ geo/gdal \ - devel/gettext \ + devel/gettext,-runtime \ devel/protobuf-c \ devel/json-c RUN_DEPENDS= databases/postgresql,-server diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index 4fb0ab9e205..16274a17774 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.14 2017/11/21 00:13:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:12 naddy Exp $ COMMENT= convert text strings to printed bars DISTNAME= barcode-0.99 CATEGORIES= graphics -REVISION= 0 +REVISION= 1 # GPLv3+ PERMIT_PACKAGE_CDROM= Yes @@ -13,7 +13,7 @@ WANTLIB = c iconv intl m paper MASTER_SITES= ${MASTER_SITE_GNU:=barcode/} -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ print/libpaper CONFIGURE_STYLE= gnu diff --git a/graphics/birdfont/Makefile b/graphics/birdfont/Makefile index 9ed2f5412e7..2c1fae8f40f 100644 --- a/graphics/birdfont/Makefile +++ b/graphics/birdfont/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2019/03/07 19:43:38 jasper Exp $ +# $OpenBSD: Makefile,v 1.69 2019/05/20 22:15:12 naddy Exp $ COMMENT = free font editor for TTF, EOT, and SVG fonts @@ -29,7 +29,7 @@ MODULES = lang/python MODPY_ADJ_FILES = configure install.py -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/py-doit \ lang/vala diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 368cdbede3c..f7eb1bd45f6 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.91 2019/05/17 16:45:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.92 2019/05/20 22:15:12 naddy Exp $ ONLY_FOR_ARCHS= i386 amd64 aarch64 COMMENT= virtual lighttable and darkroom for photographers V= 2.6.2 -REVISION= 0 +REVISION= 1 DISTNAME= darktable-$V PORTROACH= limitw:1,even skipv:release-$V EXTRACT_SUFX= .tar.xz @@ -41,7 +41,7 @@ COMPILER = base-clang BUILD_DEPENDS= sysutils/coreutils RUN_DEPENDS= devel/desktop-file-utils \ x11/gtk+3,-guic -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/json-glib \ devel/libsoup \ geo/osm-gps-map \ diff --git a/graphics/dibuja/Makefile b/graphics/dibuja/Makefile index 027bb3ea16f..fa86383656c 100644 --- a/graphics/dibuja/Makefile +++ b/graphics/dibuja/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2018/11/02 19:23:13 bcallah Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:12 naddy Exp $ V = 0.10.0 COMMENT = simple to use paint program @@ -25,7 +25,7 @@ MASTER_SITES = https://launchpad.net/dibuja/trunk/${V}/+download/ MODULES = textproc/intltool -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = graphics/exiv2 \ graphics/gegl04 \ diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index f64c20b997e..4926d33de4b 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2019/05/17 16:45:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.39 2019/05/20 22:15:12 naddy Exp $ COMMENT-face = face detection library for KDE4 COMMENT-libkipi = KDE4 image plugins infrastructure @@ -138,7 +138,7 @@ WANTLIB-libkipi += QtCore ${KDE4LIB}/kdecore soprano BUILD_DEPENDS = devel/bison \ devel/boost \ - devel/gettext-tools \ + devel/gettext,-tools \ math/eigen3 \ misc/shared-desktop-ontologies diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index d476f2c83a6..a916de9f724 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2019/05/03 06:26:38 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.54 2019/05/20 22:15:12 naddy Exp $ COMMENT = KDE digital photo and video management utility @@ -44,7 +44,7 @@ MODULES = devel/kf5 BUILD_DEPENDS = devel/bison \ devel/boost \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/git \ devel/kf5/kdoctools \ multimedia/qtav \ diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 8f3fea44bb8..706e22c0a10 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2019/02/14 16:03:34 jca Exp $ +# $OpenBSD: Makefile,v 1.31 2019/05/20 22:15:12 naddy Exp $ COMMENT= manipulate image meta-data such as exif and ipct @@ -6,7 +6,7 @@ DISTNAME= exiv2-0.26-trunk PKGNAME= exiv2-0.26 CATEGORIES= graphics devel EPOCH= 0 -REVISION= 0 +REVISION= 1 SHARED_LIBS += exiv2 11.0 # 14.0 @@ -25,9 +25,9 @@ USE_GMAKE= Yes CONFIGURE_STYLE=gnu -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_ARGS= --enable-static diff --git a/graphics/gimp/deskew/Makefile b/graphics/gimp/deskew/Makefile index a9244ecd94e..56f94d7f258 100644 --- a/graphics/gimp/deskew/Makefile +++ b/graphics/gimp/deskew/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/04/24 16:26:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:12 naddy Exp $ COMMENT = deskew plug-in for GIMP DISTNAME = gimp-deskew-plugin-0.0.20141025 @@ -27,7 +27,7 @@ COMPILER = base-clang ports-gcc base-gcc MODULES = textproc/intltool BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS} \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS = graphics/gimp/stable CONFIGURE_STYLE = gnu diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 154e6c669ff..7130aa4be73 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.64 2019/05/17 16:45:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.65 2019/05/20 22:15:12 naddy Exp $ BROKEN-hppa = run dep on enblend-enfuse which will not build on hppa @@ -41,7 +41,7 @@ WANTLIB += lensfun MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=hugin/} -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/swig>=2 \ graphics/p5-Image-ExifTool RUN_DEPENDS = devel/desktop-file-utils \ diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index 5555ef62dea..5e4682f56e7 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2018/04/27 15:19:33 jasper Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:12 naddy Exp $ COMMENT = extractor and converter for .ico and .cur files DISTNAME = icoutils-0.32.3 +REVISION = 0 CATEGORIES = graphics @@ -17,7 +18,7 @@ MASTER_SITES = http://savannah.nongnu.org/download/icoutils/ EXTRACT_SUFX = .tar.bz2 -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ graphics/png CONFIGURE_STYLE = gnu diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index f215d8cbc6a..72576908c65 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.75 2019/05/17 16:45:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.76 2019/05/20 22:15:12 naddy Exp $ COMMENT = SVG vector drawing application DISTNAME = inkscape-0.92.4 -REVISION = 0 +REVISION = 1 CATEGORIES = graphics @@ -68,7 +68,7 @@ LIB_DEPENDS = devel/boehm-gc \ x11/gtk2mm>=2.24.4 RUN_DEPENDS = devel/desktop-file-utils \ - devel/gettext \ + devel/gettext,-runtime \ fonts/liberation-fonts \ textproc/py-lxml \ x11/gtk+3,-guic diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index bf9fc473cf9..5b63aa36893 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2019/05/17 16:45:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:13 naddy Exp $ COMMENT = advanced drawing and image manipulation @@ -96,7 +96,7 @@ LIB_DEPENDS += devel/boost \ x11/qt5/qtsvg \ x11/qt5/qtx11extras -BUILD_DEPENDS += devel/gettext-tools \ +BUILD_DEPENDS += devel/gettext,-tools \ devel/kf5/kdoctools \ devel/kf5/kitemmodels \ math/eigen3 \ diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 0918d2c7d29..d98580f491a 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.27 2017/11/19 00:53:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:13 naddy Exp $ COMMENT= extract digital camera info tags from JPEG images DISTNAME= libexif-0.6.21 SHARED_LIBS= exif 13.1 -REVISION= 1 +REVISION= 2 CATEGORIES= graphics @@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} EXTRACT_SUFX= .tar.bz2 -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime SEPARATE_BUILD= Yes CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --disable-docs diff --git a/graphics/mirage/Makefile b/graphics/mirage/Makefile index a7ad18d6cdb..1ff3c3e5fe5 100644 --- a/graphics/mirage/Makefile +++ b/graphics/mirage/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2018/06/27 21:03:54 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:13 naddy Exp $ COMMENT = fast and simple GTK+ image viewer @@ -26,7 +26,7 @@ RUN_DEPENDS = devel/desktop-file-utils \ x11/py-gtk2 \ devel/xdg-utils -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools NO_TEST = Yes diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile index a8652c53409..2b01ffa467d 100644 --- a/graphics/mtpaint/Makefile +++ b/graphics/mtpaint/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2019/05/08 21:46:44 danj Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:13 naddy Exp $ COMMENT = simple GTK+2 raster painting program DISTNAME = mtpaint-3.40 EXTRACT_SUFX = .tar.bz2 -REVISION = 1 +REVISION = 2 CATEGORIES = graphics @@ -21,8 +21,8 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 png pthread tiff z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mtpaint/} -BUILD_DEPENDS = devel/gettext-tools -LIB_DEPENDS = devel/gettext \ +BUILD_DEPENDS = devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime \ graphics/jasper \ graphics/lcms2 \ graphics/tiff \ diff --git a/graphics/pdf2djvu/Makefile b/graphics/pdf2djvu/Makefile index cb27b9a11f0..7af2bf4fe9d 100644 --- a/graphics/pdf2djvu/Makefile +++ b/graphics/pdf2djvu/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.31 2019/05/06 21:20:22 kili Exp $ +# $OpenBSD: Makefile,v 1.32 2019/05/20 22:15:13 naddy Exp $ COMMENT = creates DjVu files from PDF files V = 0.9.12 DISTNAME = pdf2djvu-${V} -REVISION = 0 +REVISION = 1 CATEGORIES = graphics @@ -26,7 +26,7 @@ EXTRACT_SUFX = .tar.xz COMPILER = base-clang ports-gcc -LIB_DEPENDS = devel/gettext\ +LIB_DEPENDS = devel/gettext,-runtime\ graphics/djvulibre \ graphics/exiv2 \ graphics/GraphicsMagick \ diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 890488c2c5f..ed8190896b8 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2018/10/24 14:28:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2019/05/20 22:15:13 naddy Exp $ COMMENT = tool for working with RAW images DISTNAME = rawstudio-1.2 -REVISION = 20 +REVISION = 21 CATEGORIES = graphics @@ -29,7 +29,7 @@ CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \ LIB_DEPENDS += graphics/exiv2 \ graphics/lcms \ devel/gconf2 \ - devel/gettext \ + devel/gettext,-runtime \ x11/dbus \ x11/gtk+2 diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index c298eff9d75..ae7098c3e51 100755 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.83 2019/01/06 14:50:49 danj Exp $ +# $OpenBSD: Makefile,v 1.84 2019/05/20 22:15:13 naddy Exp $ BROKEN-alpha= ICE hp5590.c:1141: error: unrecognizable insn @@ -24,7 +24,7 @@ WANTLIB += v4lconvert z MASTER_SITES= https://alioth-archive.debian.org/releases/sane/sane-backends/1.0.27/ \ https://distfiles.bsdfrog.org/ -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= devel/libusb1 \ graphics/png \ diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index 2da64c6bcc9..b0e0f049a1a 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2018/10/24 14:28:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.48 2019/05/20 22:15:13 naddy Exp $ COMMENT= read and manipulate raw images from digital cameras @@ -28,7 +28,7 @@ WANTLIB += lensfun COMPILER = base-clang ports-gcc base-gcc -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= gimp->=2,<3:graphics/gimp/stable \ graphics/lcms2 \ diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index feec3e35731..30da1319557 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2018/06/04 01:47:30 sthen Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:13 naddy Exp $ COMMENT = interactive fractal zoomer and morpher VERSION = 3.6 DISTNAME = xaos-${VERSION} -REVISION = 2 +REVISION = 3 CATEGORIES = graphics @@ -19,10 +19,10 @@ WANTLIB = X11 Xext c gsl gslcblas iconv intl m png z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xaos/XaoS/${VERSION}/} -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = graphics/png \ - devel/gettext \ + devel/gettext,-runtime \ devel/gsl USE_GMAKE = Yes diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index 5d85935c482..89a670abe98 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Makefile; tab-width: 4; -*- # ex:ts=4 sw=4 filetype=make: -# $OpenBSD: bsd.port.mk,v 1.1466 2019/05/14 14:59:56 naddy Exp $ +# $OpenBSD: bsd.port.mk,v 1.1467 2019/05/20 22:15:13 naddy Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -2529,7 +2529,7 @@ ${_WRKDIR_COOKIE}: @${_PBUILD} ln -sf ${WRKDIR} ${.CURDIR}/${WRKDIR_LINKNAME} .endif # poison some common gettext-tools binaries -.if !defined(BUILD_DEPENDS) || !${BUILD_DEPENDS:Mdevel/gettext-tools} && \ +.if !defined(BUILD_DEPENDS) || !${BUILD_DEPENDS:Mdevel/gettext,-tools} && \ !${BUILD_DEPENDS:M*textproc/intltool} @printf '#!/bin/sh\n\ echo "*** $$0 was called without gettext-tools dependency ***" >&2\n\ diff --git a/inputmethods/fcitx-anthy/Makefile b/inputmethods/fcitx-anthy/Makefile index 0aa1d915119..e07c9b69ed2 100644 --- a/inputmethods/fcitx-anthy/Makefile +++ b/inputmethods/fcitx-anthy/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2018/10/24 14:28:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:13 naddy Exp $ COMMENT = anthy wrapper for fcitx @@ -22,7 +22,7 @@ COMPILER = base-clang ports-gcc base-gcc MODULES = devel/cmake -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ inputmethods/fcitx,-main RUN_DEPENDS = inputmethods/fcitx,-main LIB_DEPENDS = inputmethods/anthy diff --git a/inputmethods/fcitx-chewing/Makefile b/inputmethods/fcitx-chewing/Makefile index e442461a275..d8d4838ef68 100644 --- a/inputmethods/fcitx-chewing/Makefile +++ b/inputmethods/fcitx-chewing/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2017/11/28 02:59:17 kevlo Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/20 22:15:14 naddy Exp $ COMMENT = chewing wrapper for fcitx @@ -19,7 +19,7 @@ WANTLIB += chewing MODULES = devel/cmake -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ inputmethods/fcitx,-main RUN_DEPENDS = inputmethods/fcitx,-main LIB_DEPENDS = chinese/libchewing diff --git a/inputmethods/fcitx-pinyin/Makefile b/inputmethods/fcitx-pinyin/Makefile index 4b8ec06a3af..e60bc2580ab 100644 --- a/inputmethods/fcitx-pinyin/Makefile +++ b/inputmethods/fcitx-pinyin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/04/01 04:29:35 kevlo Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/20 22:15:14 naddy Exp $ COMMENT = pinyin wrapper for fcitx @@ -26,7 +26,7 @@ DISTFILES += ${DISTNAME}.tar.gz model.text.20161206.tar.gz:0 DIST_SUBDIR = fcitx-libpinyin MODULES = devel/cmake -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ inputmethods/fcitx,-main RUN_DEPENDS = devel/desktop-file-utils \ inputmethods/fcitx,-main \ diff --git a/inputmethods/fcitx-qt5/Makefile b/inputmethods/fcitx-qt5/Makefile index ac1b7e59751..80eca878f3e 100644 --- a/inputmethods/fcitx-qt5/Makefile +++ b/inputmethods/fcitx-qt5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/03/08 20:00:47 cwen Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:14 naddy Exp $ COMMENT = fcitx plugin for Qt5 @@ -24,7 +24,7 @@ WANTLIB += Qt5Widgets c fcitx-config fcitx-utils intl m xkbcommon MODULES = devel/cmake \ x11/qt5 -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/extra-cmake-modules LIB_DEPENDS = inputmethods/fcitx,-main diff --git a/inputmethods/fcitx-tables/Makefile b/inputmethods/fcitx-tables/Makefile index 90672fe7d19..352f2f93be2 100644 --- a/inputmethods/fcitx-tables/Makefile +++ b/inputmethods/fcitx-tables/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2017/11/28 03:00:24 kevlo Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/20 22:15:14 naddy Exp $ COMMENT = input method data tables for fcitx @@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes MODULES = devel/cmake -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ inputmethods/fcitx,-main RUN_DEPENDS = inputmethods/fcitx,-main diff --git a/inputmethods/fcitx/Makefile b/inputmethods/fcitx/Makefile index 3f3e8823736..30b0fa8fe13 100644 --- a/inputmethods/fcitx/Makefile +++ b/inputmethods/fcitx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/02/20 06:16:07 kevlo Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:13 naddy Exp $ COMMENT-main = flexible input method framework COMMENT-gtk3 = fcitx for GTK+3 @@ -39,7 +39,7 @@ WANTLIB-main += ICE X11 Xcomposite Xcursor Xdamage Xext Xfixes \ gobject-2.0 gtk-x11-2.0 pango-1.0 pangocairo-1.0 \ pangoft2-1.0 pthread uuid xkbcommon xkbfile xml2 z -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/gobject-introspection \ devel/iso-codes \ devel/kf5/extra-cmake-modules \ @@ -48,7 +48,7 @@ RUN_DEPENDS-main = devel/desktop-file-utils \ misc/shared-mime-info \ shells/bash \ x11/gtk+3,-guic -LIB_DEPENDS-main = devel/gettext-tools \ +LIB_DEPENDS-main = devel/gettext,-tools \ devel/libexecinfo \ sysutils/e2fsprogs \ textproc/libxml \ diff --git a/inputmethods/scim-qtimm/Makefile b/inputmethods/scim-qtimm/Makefile index a723bfa487e..05550533e97 100644 --- a/inputmethods/scim-qtimm/Makefile +++ b/inputmethods/scim-qtimm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2018/10/24 14:28:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:14 naddy Exp $ COMMENT= scim plugin for qt @@ -21,7 +21,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/} EXTRACT_SUFX= .tar.bz2 MODULES= x11/qt3 -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= inputmethods/scim SUBST_VARS= MODQT_PLUGINS diff --git a/japanese/gwaei/Makefile b/japanese/gwaei/Makefile index 1acf92a8522..5d96a74ee5e 100644 --- a/japanese/gwaei/Makefile +++ b/japanese/gwaei/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.27 2018/07/06 06:04:42 espie Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:14 naddy Exp $ COMMENT = japanese-english dictionary program DISTNAME = gwaei-3.2.0 -REVISION = 19 +REVISION = 20 SHARED_LIBS = waei 0.0 @@ -32,7 +32,7 @@ USE_GMAKE= Yes RUN_DEPENDS = fonts/ja-kanjistrokeorders-ttf \ textproc/docbook -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ net/curl \ x11/gtk+3 diff --git a/japanese/kanatest/Makefile b/japanese/kanatest/Makefile index 3cf366efea5..15b66b3ac53 100644 --- a/japanese/kanatest/Makefile +++ b/japanese/kanatest/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.27 2018/06/27 21:03:55 espie Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:14 naddy Exp $ COMMENT = beginner's drill tool to learn Japanese kana characters DISTNAME = kanatest-0.4.6 -REVISION= 10 +REVISION= 11 CATEGORIES = japanese @@ -18,9 +18,9 @@ WANTLIB += pangoft2-1.0 xml2 z MASTER_SITES = ${HOMEPAGE} -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ x11/gtk+2 \ textproc/libxml diff --git a/japanese/kanjipad/Makefile b/japanese/kanjipad/Makefile index 78b78ca3fc0..105675446a1 100644 --- a/japanese/kanjipad/Makefile +++ b/japanese/kanjipad/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.17 2016/09/08 10:36:48 jasper Exp $ +# $OpenBSD: Makefile,v 1.18 2019/05/20 22:15:14 naddy Exp $ COMMENT= Japanese handwriting recognition DISTNAME= kanjipad-2.0.0 -REVISION= 5 +REVISION= 6 CATEGORIES= japanese HOMEPAGE= http://fishsoup.net/software/kanjipad/ @@ -19,7 +19,7 @@ WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 WANTLIB += gtk-x11-2.0 intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB += z -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 MAKE_FLAGS=OPTIMIZE='${CFLAGS}' PREFIX=${PREFIX} diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index f30ae18c4b5..d3658242128 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2018/10/24 14:28:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:14 naddy Exp $ COMMENT = personal dictionary manager for anthy DISTNAME = kasumi-2.5 -REVISION = 9 +REVISION = 10 CATEGORIES = japanese @@ -22,9 +22,9 @@ WANTLIB += pangoft2-1.0 pthread ${COMPILER_LIBCXX} z COMPILER = base-clang ports-gcc base-gcc -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ inputmethods/anthy \ x11/gtk+2 diff --git a/korean/libhangul/Makefile b/korean/libhangul/Makefile index 0b49d0bb373..b661a840d91 100644 --- a/korean/libhangul/Makefile +++ b/korean/libhangul/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2017/04/18 16:50:34 jca Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:14 naddy Exp $ COMMENT= hangul input library DISTNAME= libhangul-0.1.0 DISTFILES= 3442-${DISTNAME}${EXTRACT_SUFX} +REVISION= 0 SHARED_LIBS= hangul 1.0 # .1.0 @@ -17,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c iconv intl LIB_DEPENDS= converters/libiconv \ - devel/gettext + devel/gettext,-runtime MASTER_SITES= http://kldp.net/hangul/release/ diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index 117ae1f24d6..f6dbcc9f93a 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.49 2017/11/21 00:13:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.50 2019/05/20 22:15:14 naddy Exp $ ONLY_FOR_ARCHS = amd64 i386 powerpc sparc64 COMMENT = ANSI Common Lisp implementation DISTNAME= clisp-2.49 -REVISION = 2 +REVISION = 3 CATEGORIES= lang HOMEPAGE= http://clisp.cons.org/ @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB = avcall c callback iconv intl m ncurses readline sigsegv -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/libsigsegv \ devel/ffcall>=1.10p1 diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 53b019dce39..24ae395e528 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2019/05/11 20:18:18 bcallah Exp $ +# $OpenBSD: Makefile,v 1.37 2019/05/20 22:15:14 naddy Exp $ COMMENT= GNU awk @@ -6,6 +6,7 @@ V= 5.0.0 DISTNAME= gawk-$V CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gawk/} +REVISION= 0 HOMEPAGE= https://www.gnu.org/software/gawk/ @@ -14,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c curses gmp iconv intl m mpfr readline sigsegv -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/gmp \ devel/libsigsegv \ devel/mpfr diff --git a/lang/gnucobol/Makefile b/lang/gnucobol/Makefile index 6d5f3c0d3b6..03e352ce920 100644 --- a/lang/gnucobol/Makefile +++ b/lang/gnucobol/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2018/11/02 18:48:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:14 naddy Exp $ COMMENT= COBOL compiler, formerly known as OpenCOBOL DISTNAME = gnucobol-2.2 -REVISION = 0 +REVISION = 1 SHARED_LIBS += cob 4.0 # 4.0 @@ -22,7 +22,7 @@ WANTLIB += c curses db gmp iconv intl m MASTER_SITES = ${MASTER_SITE_GNU:=gnucobol/} LIB_DEPENDS = databases/db/v4 \ - devel/gettext \ + devel/gettext,-runtime \ devel/gmp CONFIGURE_STYLE = gnu diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 7d02da614e4..066af380044 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2019/04/25 22:41:38 mortimer Exp $ +# $OpenBSD: Makefile,v 1.49 2019/05/20 22:15:14 naddy Exp $ PORTROACH+= limit:^1 @@ -6,7 +6,7 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension VERSION= 1.8.8 DISTNAME= guile-${VERSION} -REVISION= 6 +REVISION= 7 SHARED_LIBS= guile 20.0 \ guile-srfi-srfi-1-v-3 3.2 \ guile-srfi-srfi-13-14-v-3 3.1 \ @@ -23,7 +23,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB= c gmp>=6 iconv intl ltdl m ncurses pthread readline -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/gmp>=4.1 \ devel/libtool,-ltdl RUN_DEPENDS= devel/slib>=3b4 diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile index 784ffaf25c9..a6e34bafbd2 100644 --- a/lang/guile2/Makefile +++ b/lang/guile2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2018/11/02 18:48:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:14 naddy Exp $ # When updating, check that x11/gnome/aisleriot MODGNOME_CPPFLAGS references the # proper guile2 includes directory @@ -11,7 +11,7 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension VERSION= 2.2.4 DISTNAME= guile-${VERSION} PKGNAME= guile2-${VERSION} -REVISION= 0 +REVISION= 1 V= ${VERSION:R} SUBST_VARS= V @@ -38,7 +38,7 @@ USE_GMAKE= Yes RUN_DEPENDS= devel/slib LIB_DEPENDS= converters/libunistring \ devel/boehm-gc \ - devel/gettext \ + devel/gettext,-runtime \ devel/gmp \ devel/libffi \ devel/libtool,-ltdl diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 51f6653bb43..bbcd063f910 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.127 2019/05/08 12:34:00 robert Exp $ +# $OpenBSD: Makefile,v 1.128 2019/05/20 22:15:14 naddy Exp $ USE_WXNEEDED= Yes @@ -42,7 +42,7 @@ USE_LIBTOOL= gnu SUBST_VARS= LIBTOOL BUILD_DEPENDS= devel/bison \ - devel/gettext-tools \ + devel/gettext,-tools \ lang/gawk \ shells/bash \ x11/libgdiplus diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 5081f8b24dc..683f18904d3 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.45 2018/11/14 20:48:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.46 2019/05/20 22:15:14 naddy Exp $ COMMENT= virtual machine designed for interpreted languages V= 7.10.0 DISTNAME= parrot-$V -REVISION= 6 +REVISION= 7 CATEGORIES= lang perl6 SHARED_LIBS= parrot 11.0 @@ -24,7 +24,7 @@ COMPILER = base-clang ports-gcc base-gcc BUILD_DEPENDS= graphics/glew \ devel/pcre LIB_DEPENDS= textproc/icu4c \ - devel/gettext \ + devel/gettext,-runtime \ devel/gmp \ graphics/freeglut \ devel/libffi diff --git a/lang/php/7.1/Makefile b/lang/php/7.1/Makefile index 1e9c989c905..13e9a7b3c68 100644 --- a/lang/php/7.1/Makefile +++ b/lang/php/7.1/Makefile @@ -1,8 +1,12 @@ -# $OpenBSD: Makefile,v 1.24 2019/05/14 20:20:16 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:15 naddy Exp $ PORTROACH= limit:^7\.1 PV= 7.1 V= ${PV}.29 +REVISION-main= 0 +REVISION-apache=0 +REVISION-cgi= 0 +REVISION-dbg= 0 REVISION-gd= 0 REVISION-tidy= 0 diff --git a/lang/php/7.2/Makefile b/lang/php/7.2/Makefile index 9bd4afed876..ca58856f95a 100644 --- a/lang/php/7.2/Makefile +++ b/lang/php/7.2/Makefile @@ -1,8 +1,12 @@ -# $OpenBSD: Makefile,v 1.27 2019/05/14 20:20:16 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:15 naddy Exp $ PORTROACH= limit:^7\.2 PV= 7.2 V= ${PV}.18 +REVISION-main= 0 +REVISION-apache=0 +REVISION-cgi= 0 +REVISION-dbg= 0 REVISION-gd= 0 REVISION-tidy= 0 diff --git a/lang/php/7.3/Makefile b/lang/php/7.3/Makefile index 8d9886726ce..88734736435 100644 --- a/lang/php/7.3/Makefile +++ b/lang/php/7.3/Makefile @@ -1,8 +1,12 @@ -# $OpenBSD: Makefile,v 1.8 2019/05/14 20:20:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 22:15:15 naddy Exp $ PORTROACH= limit:^7\.3 PV= 7.3 V= ${PV}.5 +REVISION-main= 0 +REVISION-apache=0 +REVISION-cgi= 0 +REVISION-dbg= 0 REVISION-gd= 0 REVISION-tidy= 0 diff --git a/lang/php/Makefile.inc b/lang/php/Makefile.inc index d31f9e1171f..4528d9d7e4e 100644 --- a/lang/php/Makefile.inc +++ b/lang/php/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.136 2019/05/14 20:20:16 sthen Exp $ +# $OpenBSD: Makefile.inc,v 1.137 2019/05/20 22:15:15 naddy Exp $ BROKEN-hppa= no __sync_bool_compare_and_swap support nor asm fallback @@ -154,7 +154,7 @@ CONFIGURE_ARGS+= --enable-phpdbg .for i in ${SAPI} WANTLIB$i += c crypto curses iconv intl lzma m onig WANTLIB$i += pthread readline ssl xml2 z -LIB_DEPENDS$i += devel/gettext \ +LIB_DEPENDS$i += devel/gettext,-runtime \ textproc/libxml \ textproc/oniguruma .if ${PV} != "7.1" diff --git a/lang/python/2.7/Makefile b/lang/python/2.7/Makefile index 4595e6bb808..7037d50c226 100644 --- a/lang/python/2.7/Makefile +++ b/lang/python/2.7/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2019/04/22 10:09:37 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.62 2019/05/20 22:15:15 naddy Exp $ # IMPORTANT! If you make any changes to the Python ports, be sure # to also update files/CHANGES.OpenBSD for your change. This is a @@ -10,7 +10,7 @@ PATCHLEVEL = .16 SHARED_LIBS = python2.7 0.0 VERSION_SPEC = >=2.7,<2.8 -REVISION-main = 0 +REVISION-main = 1 REVISION-tools = 0 CONFIGURE_ARGS += --with-ensurepip=no diff --git a/lang/python/3.6/Makefile b/lang/python/3.6/Makefile index 4d2ae40f9ad..0d6b66a0d6c 100644 --- a/lang/python/3.6/Makefile +++ b/lang/python/3.6/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2019/05/10 12:01:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:15 naddy Exp $ # IMPORTANT! If you make any changes to the Python ports, be sure # to also update files/CHANGES.OpenBSD for your change. This is a @@ -10,7 +10,7 @@ PATCHLEVEL = .8 SHARED_LIBS = python3.6m 0.0 VERSION_SPEC = >=3.6,<3.7 -REVISION = 3 +REVISION = 4 CONFIGURE_ARGS += --with-ensurepip=no CONFIGURE_ARGS += --enable-loadable-sqlite-extensions diff --git a/lang/python/3.7/Makefile b/lang/python/3.7/Makefile index 052266f3bbe..1ecbc72e379 100644 --- a/lang/python/3.7/Makefile +++ b/lang/python/3.7/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/05/10 12:01:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:15 naddy Exp $ # IMPORTANT! If you make any changes to the Python ports, be sure # to also update files/CHANGES.OpenBSD for your change. This is a @@ -10,7 +10,7 @@ PATCHLEVEL = .3 SHARED_LIBS = python3.7m 0.0 VERSION_SPEC = >=3.7,<3.8 -REVISION = 1 +REVISION = 2 CONFIGURE_ARGS += --with-ensurepip=no CONFIGURE_ARGS += --enable-loadable-sqlite-extensions diff --git a/lang/python/Makefile.inc b/lang/python/Makefile.inc index 893cd6972f7..1c6f8a09350 100644 --- a/lang/python/Makefile.inc +++ b/lang/python/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.128 2019/04/21 09:32:19 sthen Exp $ +# $OpenBSD: Makefile.inc,v 1.129 2019/05/20 22:15:15 naddy Exp $ # IMPORTANT! If you make any changes to the Python ports, be sure # to also update files/CHANGES.OpenBSD for your change. This is a @@ -67,7 +67,7 @@ LIB_DEPENDS-main = ${MODGCC4_CPPLIBDEP} \ archivers/bzip2 \ databases/sqlite3 \ devel/libffi \ - devel/gettext + devel/gettext,-runtime RUN_DEPENDS-main = WANTLIB-main = bz2 c crypto expat ffi intl m curses panel pthread \ readline sqlite3 ssl util z diff --git a/mail/abook/Makefile b/mail/abook/Makefile index e03c0a360e9..70442769d42 100644 --- a/mail/abook/Makefile +++ b/mail/abook/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.38 2019/05/18 12:13:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.39 2019/05/20 22:15:15 naddy Exp $ COMMENT= addressbook program with mutt support DISTNAME= abook-0.6.1 -REVISION= 2 +REVISION= 3 CATEGORIES= mail HOMEPAGE= http://abook.sourceforge.net/ @@ -16,11 +16,11 @@ WANTLIB += c curses iconv intl readline MASTER_SITES= http://abook.sourceforge.net/devel/ LIB_DEPENDS= converters/libiconv \ - devel/gettext + devel/gettext,-runtime CONFIGURE_STYLE= autoreconf -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.14 diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 506142bf911..da2e6db1d41 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2019/05/08 22:50:07 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.43 2019/05/20 22:15:15 naddy Exp $ # XXX consider moving to https://repo.or.cz/alpine.git @@ -28,12 +28,12 @@ PKGNAME-mailutil= mailutil-uw-${V} PKGNAME-pico= pico-${PICO_V} PKGNAME-pilot= pilot-${PILOT_V} -REVISION-main= 1 -REVISION-c-client= 1 -REVISION-imap= 1 -REVISION-mailutil= 1 -REVISION-pico= 18 -REVISION-pilot= 18 +REVISION-main= 2 +REVISION-c-client= 2 +REVISION-imap= 2 +REVISION-mailutil= 2 +REVISION-pico= 19 +REVISION-pilot= 19 EPOCH-c-client= 0 EPOCH-imap= 0 @@ -61,7 +61,7 @@ WANTLIB-c-client= # empty WANTLIB-pico= ${WANTLIB} pthread WANTLIB-pilot= ${WANTLIB} pthread -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime BUILD_DEPENDS= textproc/aspell/core RUN_DEPENDS-main= textproc/aspell/core RUN_DEPENDS-pico= textproc/aspell/core diff --git a/mail/courier-authlib/Makefile b/mail/courier-authlib/Makefile index 83dd932079c..e9d96765f17 100644 --- a/mail/courier-authlib/Makefile +++ b/mail/courier-authlib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 2018/12/06 10:19:28 landry Exp $ +# $OpenBSD: Makefile,v 1.76 2019/05/20 22:15:15 naddy Exp $ COMMENT-main= authentication library for courier COMMENT-ldap= ldap authentication module for courier-authLib @@ -8,7 +8,7 @@ COMMENT-userdb= userdb authentication module for courier-authLib DISTNAME= courier-authlib-0.68.0 REVISION= 3 -REVISION-main= 4 +REVISION-main= 5 PKGNAME-main= ${DISTNAME} PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/} PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/} @@ -93,7 +93,7 @@ LIB_DEPENDS-main= ${LIB_DEPENDS} \ # statically linked WANTLIB-main+= iconv idn intl -LIB_DEPENDS-main+= devel/gettext \ +LIB_DEPENDS-main+= devel/gettext,-runtime \ devel/libidn WANTLIB-ldap= crypto ssl courierauthcommon courierauth \ diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 050150364e0..cbcba8d82b4 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.118 2019/04/05 08:13:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.119 2019/05/20 22:15:15 naddy Exp $ COMMENT-main= imap server for maildir format mailboxes COMMENT-pop3= pop3 server for maildir format mailboxes @@ -8,7 +8,7 @@ DISTNAME= courier-imap-${V} PKGNAME-main= ${DISTNAME} FULLPKGNAME-pop3= courier-pop3-${V} FULLPKGPATH-pop3= mail/courier-imap,-pop3 -REVISION-main= 0 +REVISION-main= 1 REVISION-pop3= 0 CATEGORIES= mail @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-workarounds-for-imap-client-bugs MULTI_PACKAGES= -main -pop3 LIB_DEPENDS-main= ${LIB_DEPENDS} \ - devel/gettext \ + devel/gettext,-runtime \ databases/gdbm \ mail/courier-unicode>=2.0 diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 075a0a3736a..c0983ee0aa3 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.150 2017/11/21 00:13:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.151 2019/05/20 22:15:16 naddy Exp $ COMMENT= mail retrieval utility for POP2, POP3, KPOP, IMAP and more DISTNAME= fetchmail-6.3.26 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} -REVISION= 2 +REVISION= 3 HOMEPAGE= http://www.fetchmail.info/ @@ -19,7 +19,7 @@ MODPY_RUNDEP= No MODPY_ADJ_FILES= fetchmailconf.py SUBST_VARS+= MODPY_LIBDIR BUILD_DEPENDS= devel/bison -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime SEPARATE_BUILD= Yes CONFIGURE_STYLE= autoconf diff --git a/mail/kopano/core/Makefile b/mail/kopano/core/Makefile index 447427c198c..1642adcd95c 100644 --- a/mail/kopano/core/Makefile +++ b/mail/kopano/core/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2019/05/09 14:52:33 robert Exp $ +# $OpenBSD: Makefile,v 1.37 2019/05/20 22:15:16 naddy Exp $ # undefined ref's to libicon*, libintl* USE_LLD= Yes @@ -8,6 +8,7 @@ COMMENT-mapi= kopano MAPI extensions for PHP PKGNAME-main= kopano-core-${V}.${BUILD} PKGNAME-mapi= kopano-mapi-${V}.${BUILD} +REVISION-main= 0 CATEGORIES= mail www productivity @@ -37,7 +38,7 @@ MODPHP_DO_SAMPLE=mapi MESSAGE-main= # empty UNMESSAGE-main= # empty -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ devel/py-setuptools${MODPY_FLAVOR} \ devel/swig \ shells/bash \ @@ -66,7 +67,7 @@ RUN_DEPENDS-main= ${MODPY_RUN_DEPENDS} \ www/py-jwt${MODPY_FLAVOR} LIB_DEPENDS-main= databases/mariadb \ databases/openldap \ - devel/gettext \ + devel/gettext,-runtime \ devel/gsoap>=2.8.50 \ devel/jsoncpp \ devel/libHX \ diff --git a/mail/libspf2/Makefile b/mail/libspf2/Makefile index f421087670e..1deff3ef5b8 100644 --- a/mail/libspf2/Makefile +++ b/mail/libspf2/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2017/11/19 00:53:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:16 naddy Exp $ COMMENT= SPF library DISTNAME= libspf2-1.2.10 -REVISION= 3 +REVISION= 4 SHARED_LIBS += spf2 4.0 # 3.0 @@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c iconv intl pthread -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= autoconf AUTOCONF_VERSION= 2.68 diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index d973ad6c512..dacd0b27e6d 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.115 2019/03/13 14:30:49 sthen Exp $ +# $OpenBSD: Makefile,v 1.116 2019/05/20 22:15:16 naddy Exp $ COMMENT= tty-based e-mail client DISTNAME= mutt-1.11.4 EPOCH= 3 +REVISION= 0 CATEGORIES= mail HOMEPAGE= http://www.mutt.org/ @@ -22,7 +23,7 @@ MASTER_SITES= http://ftp.mutt.org/pub/mutt/ \ ftp://ftp.mutt.org/pub/mutt/ LIB_DEPENDS= databases/qdbm \ - devel/gettext \ + devel/gettext,-runtime \ devel/libidn2 BUILD_DEPENDS+= textproc/docbook-xsl \ www/lynx diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 0da1b180f6d..bc9e47fac60 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.34 2018/10/29 17:55:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:16 naddy Exp $ COMMENT= tty-based e-mail client, Mutt with patches GH_ACCOUNT= neomutt GH_PROJECT= neomutt GH_TAGNAME= neomutt-20180716 -REVISION= 0 +REVISION= 1 DISTNAME= ${GH_TAGNAME} CATEGORIES= mail @@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes # uses pledge() WANTLIB+= c crypto curses iconv idn2 intl ssl z -LIB_DEPENDS+= devel/gettext \ +LIB_DEPENDS+= devel/gettext,-runtime \ devel/libidn2 BUILD_DEPENDS+= textproc/docbook-xsl \ www/lynx @@ -30,7 +30,7 @@ FLAVOR?= CONFIGURE_STYLE= simple BUILD_DEPENDS+= lang/jimtcl \ - devel/gettext-tools + devel/gettext,-tools CONFIGURE_ARGS+= --mandir="${PREFIX}/man" \ --with-ui=ncurses \ --docdir="${PREFIX}/share/doc/neomutt" \ diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 6820c918e28..d5d9113b687 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.68 2019/05/15 08:19:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.69 2019/05/20 22:15:16 naddy Exp $ COMMENT= event-driven spam filtering system in C/Lua GH_ACCOUNT= vstakhov GH_PROJECT= rspamd GH_TAGNAME= 1.9.3 +REVISION= 0 CATEGORIES= mail @@ -28,7 +29,7 @@ FLAVOR= no_luajit MODULES= devel/cmake LIB_DEPENDS= databases/sqlite3 \ - devel/gettext \ + devel/gettext,-runtime \ devel/glib2 \ devel/libmagic \ devel/pcre \ diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 205a1eacc22..90615f65894 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.38 2018/09/04 12:46:15 espie Exp $ +# $OpenBSD: Makefile,v 1.39 2019/05/20 22:15:16 naddy Exp $ COMMENT = mailing list manager with web interface VERSION = 6.2.16 DISTNAME = sympa-${VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = mail www @@ -45,8 +45,8 @@ CONFIGURE_ARGS = --with-modulesdir=${PREFIX}/${P5SITE} \ --with-lockdir=${VARBASE}/spool/lock \ --with-localedir=${PREFIX}/share/locale -# no MODULE, doesn't link with it -BUILD_DEPENDS = devel/gettext +# no LIB_DEPENDS, doesn't link with it +BUILD_DEPENDS = devel/gettext,-runtime # for postmap check BUILD_DEPENDS += mail/postfix/stable WANTLIB = c @@ -54,7 +54,7 @@ WANTLIB = c RUN_DEPENDS = archivers/p5-Archive-Zip \ converters/p5-Unicode-LineBreak>=2011.05 \ databases/p5-DBI \ - devel/gettext \ + devel/gettext,-runtime \ devel/p5-IO-stringy \ devel/p5-File-Copy-Recursive \ devel/p5-Class-Singleton \ diff --git a/mail/tnef/Makefile b/mail/tnef/Makefile index 8a247682b1d..6bdac32b67a 100644 --- a/mail/tnef/Makefile +++ b/mail/tnef/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2016/04/12 15:19:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:16 naddy Exp $ COMMENT= decode MS-TNEF MIME attachments DISTNAME= tnef-1.4.12 CATEGORIES= mail -REVISION= 0 +REVISION= 1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tnef/} @@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c intl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 90e191caec6..a9eb2a16c74 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.58 2018/06/29 22:16:17 espie Exp $ +# $OpenBSD: Makefile,v 1.59 2019/05/20 22:15:16 naddy Exp $ COMMENT= GTK-based scientific calculator GH_ACCOUNT= galculator GH_PROJECT= galculator GH_TAGNAME= v2.1.4 -REVISION= 2 +REVISION= 3 CATEGORIES= math HOMEPAGE= http://galculator.mnim.org/ @@ -27,7 +27,7 @@ MODULES= textproc/intltool RUN_DEPENDS= devel/desktop-file-utils \ x11/gtk+3,-guic -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+3 AUTOCONF_VERSION=2.69 diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 16d6ddb3d37..0f0d50059cd 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.71 2018/12/22 09:35:30 pirofti Exp $ +# $OpenBSD: Makefile,v 1.72 2019/05/20 22:15:16 naddy Exp $ COMMENT = command-driven interactive function plotting program @@ -7,6 +7,7 @@ PATCHLEVEL = 5 DISTNAME = gnuplot-${V}.${PATCHLEVEL} CATEGORIES = math graphics MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gnuplot/} +REVISION = 0 HOMEPAGE = http://www.gnuplot.info/ @@ -58,7 +59,7 @@ CONFIGURE_ARGS += --with-x .if ${FLAVOR:Mno_cairo} || ${FLAVOR:Mno_x11} CONFIGURE_ARGS += --without-cairo .else -LIB_DEPENDS += devel/gettext \ +LIB_DEPENDS += devel/gettext,-runtime \ devel/pango \ graphics/cairo WANTLIB += cairo gobject-2.0 glib-2.0 intl pango-1.0 pangocairo-1.0 diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 9cbd02c177e..a52608e3b28 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.63 2019/05/03 22:29:00 steven Exp $ +# $OpenBSD: Makefile,v 1.64 2019/05/20 22:15:16 naddy Exp $ BROKEN-powerpc = Error: Kind -2 not supported for type INTEGER at (1) @@ -20,7 +20,7 @@ PKGNAME-c++ = plplot-c++-${VERSION} PKGNAME-fortran = plplot-fortran-${VERSION} REVISION-c++ = 2 REVISION-fortran = 2 -REVISION-main = 2 +REVISION-main = 3 CATEGORIES = math graphics @@ -76,7 +76,7 @@ WANTLIB-c++ = plplot m ${COMPILER_LIBCXX} WANTLIB-fortran = plplot m ${MODFORTRAN_WANTLIB} myLIB_DEPENDS = devel/glib2 \ - devel/gettext \ + devel/gettext,-runtime \ devel/pango \ graphics/cairo \ math/qhull \ diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 6037d8262f0..391a1f18e81 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/05/17 16:19:39 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:16 naddy Exp $ COMMENT = program for statistical analysis of sampled data DISTNAME = pspp-1.2.0 @@ -23,7 +23,7 @@ WANTLIB += z MASTER_SITES = ${MASTER_SITE_GNU:=pspp/} -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ print/texinfo LIB_DEPENDS = databases/postgresql \ diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 39a2b2128f9..6dfe56ac180 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.34 2019/02/14 14:29:30 fcambus Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:16 naddy Exp $ COMMENT = curses widgets (menus, lists, etc) for shell scripts V = 1.3-20190211 DISTNAME = dialog-${V} PKGNAME = dialog-${V:S/-/./} +REVISION = 0 CATEGORIES = misc @@ -21,9 +22,9 @@ MASTER_SITES = https://invisible-mirror.net/archives/dialog/ \ ftp://ftp.invisible-island.net/dialog/ EXTRACT_SUFX = .tgz -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools -LIB_DEPENDS = devel/gettext +LIB_DEPENDS = devel/gettext,-runtime MAKE_FILE = makefile diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile index 85f90b33428..0009117ea12 100644 --- a/misc/findutils/Makefile +++ b/misc/findutils/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.28 2016/04/11 22:10:06 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:16 naddy Exp $ COMMENT= finds and then operates on files DISTNAME= findutils-4.6.0 CATEGORIES= misc +REVISION= 0 HOMEPAGE= https://www.gnu.org/software/findutils/ @@ -14,7 +15,7 @@ WANTLIB= c iconv intl m MASTER_SITES= ${MASTER_SITE_GNU:=findutils/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --program-prefix="g" diff --git a/misc/gnugetopt/Makefile b/misc/gnugetopt/Makefile index 464e2559806..81f91e581aa 100644 --- a/misc/gnugetopt/Makefile +++ b/misc/gnugetopt/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2019/05/05 16:06:34 danj Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:16 naddy Exp $ COMMENT= GNU getopt(1) utility DISTNAME= getopt-1.1.6 PKGNAME= gnu${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= misc HOMEPAGE= http://software.frodo.looijaard.name/getopt/ @@ -16,8 +16,8 @@ MASTER_SITES= http://frodo.looijaard.name/system/files/software/getopt/ WANTLIB= c iconv intl -BUILD_DEPENDS= devel/gettext-tools -LIB_DEPENDS= devel/gettext +BUILD_DEPENDS= devel/gettext,-tools +LIB_DEPENDS= devel/gettext,-runtime USE_GMAKE= Yes MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index cca568cd644..7253e8b756b 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2019/05/17 16:19:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 22:15:17 naddy Exp $ COMMENT= genealogical database and programming system DISTNAME= lifelines-3.0.62 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lifelines/} -REVISION= 1 +REVISION= 2 HOMEPAGE= http://lifelines.sourceforge.net/ @@ -18,7 +18,7 @@ CONFIGURE_ENV+= YACC="bison -y" \ LDFLAGS="-L/usr/local/lib" \ LIBS="-liconv -lintl" BUILD_DEPENDS= devel/bison -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime USE_GMAKE= Yes post-install: diff --git a/misc/m17n/db/Makefile b/misc/m17n/db/Makefile index 6dd3a26f7ab..d40bcaccf5c 100644 --- a/misc/m17n/db/Makefile +++ b/misc/m17n/db/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/03/26 16:46:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/20 22:15:17 naddy Exp $ COMMENT = database for multilingual text processing library @@ -10,7 +10,7 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \ MASTER_SITES0 = ${MASTER_SITE_GNU:=glibc/} -BUILD_DEPENDS += devel/gettext-tools +BUILD_DEPENDS += devel/gettext,-tools CONFIGURE_ARGS += --with-charmaps=${WRKDIR}/${GLIBC}/localedata/charmaps diff --git a/misc/m17n/lib/Makefile b/misc/m17n/lib/Makefile index fcc52a78548..81677601eea 100644 --- a/misc/m17n/lib/Makefile +++ b/misc/m17n/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2019/05/17 16:45:27 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:17 naddy Exp $ COMMENT = multilingual text processing library DISTNAME = m17n-lib-${M17N_V} -REVISION = 1 +REVISION = 2 SHARED_LIBS += m17n-core 0.0 # 4.2 SHARED_LIBS += m17n 0.0 # 4.2 @@ -16,7 +16,7 @@ WANTLIB += ICE SM X11 Xau Xaw Xdmcp Xext Xft Xmu Xpm Xrender Xt anthy WANTLIB += anthydic c expat fontconfig freetype fribidi gd iconv intl WANTLIB += jpeg lzma m otf png pthread tiff webp xcb xml2 z -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/libotf \ devel/fribidi \ graphics/gd \ diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 71e151525a6..4f800d10358 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.63 2017/11/21 00:13:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.64 2019/05/20 22:15:17 naddy Exp $ COMMENT= X11-based presentation tool DISTNAME= magicpoint-1.09a -REVISION= 1 +REVISION= 2 EPOCH= 0 CATEGORIES= misc productivity MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ @@ -16,7 +16,7 @@ WANTLIB= ICE SM X11 Xau Xdmcp Xext Xmu Xt Xtst c gif iconv intl m mng WANTLIB+= png ttf util # plus sign is for localized (i.e. Japanese) version -LIB_DEPENDS+= devel/gettext \ +LIB_DEPENDS+= devel/gettext,-runtime \ print/freetype \ graphics/png \ graphics/libmng \ diff --git a/misc/osinfo/libosinfo/Makefile b/misc/osinfo/libosinfo/Makefile index ffd7068fe67..9d36d6810c4 100644 --- a/misc/osinfo/libosinfo/Makefile +++ b/misc/osinfo/libosinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2019/05/10 13:04:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:17 naddy Exp $ COMMENT= library for managing information about operating systems @@ -13,7 +13,7 @@ MODULES= x11/gnome MODGNOME_TOOLS= gobject-introspection vala -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools # needed for test BUILD_DEPENDS += devel/check \ diff --git a/misc/osinfo/osinfo-db-tools/Makefile b/misc/osinfo/osinfo-db-tools/Makefile index d337d8157ba..ec80a10590b 100644 --- a/misc/osinfo/osinfo-db-tools/Makefile +++ b/misc/osinfo/osinfo-db-tools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2019/03/02 17:25:41 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 22:15:17 naddy Exp $ COMMENT= tools to manage the libosinfo database @@ -8,7 +8,7 @@ WANTLIB += archive bz2 c crypto expat ffi gio-2.0 glib-2.0 gmodule-2.0 WANTLIB += gobject-2.0 iconv intl json-glib-1.0 lz4 lzma m pcre WANTLIB += pthread xml2 z zstd -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= archivers/libarchive \ devel/json-glib \ diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index 97d76d06bb9..936e38b8fa5 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2017/11/21 00:13:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:17 naddy Exp $ COMMENT= simple slang-based menu program @@ -6,7 +6,7 @@ VERSION = 1.3.4 DISTNAME= pdmenu_${VERSION} PKGNAME= pdmenu-${VERSION} CATEGORIES= misc -REVISION= 0 +REVISION= 1 HOMEPAGE= http://kitenet.net/programs/pdmenu/ @@ -17,8 +17,8 @@ WANTLIB= c curses iconv intl m slang MASTER_SITES= ${MASTER_SITE_DEBIAN:=main/p/pdmenu/} -BUILD_DEPENDS= devel/gettext-tools -LIB_DEPENDS= devel/gettext \ +BUILD_DEPENDS= devel/gettext,-tools +LIB_DEPENDS= devel/gettext,-runtime \ devel/libslang DESTDIRNAME= INSTALL_PREFIX diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 8eff54d1647..deae03f0f6f 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2018/02/22 08:49:54 kirby Exp $ +# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:17 naddy Exp $ COMMENT = Red Hat package manager @@ -16,7 +16,7 @@ WANTLIB = bz2 c iconv intl popt z HOMEPAGE = http://www.rpm.org/ MASTER_SITES = http://ftp.rpm.org/releases/historical/rpm-3.0.x/ -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += archivers/bzip2 \ devel/popt diff --git a/misc/uniutils/Makefile b/misc/uniutils/Makefile index 1bf549e40cf..4bc98672ef6 100644 --- a/misc/uniutils/Makefile +++ b/misc/uniutils/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2017/11/19 00:53:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:17 naddy Exp $ COMMENT= Unicode utilities DISTNAME= uniutils-2.27 -REVISION= 1 +REVISION= 2 CATEGORIES= misc HOMEPAGE= http://billposer.org/Software/unidesc.html @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB= c iconv intl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime MASTER_SITES= http://billposer.org/Software/Downloads/ diff --git a/multimedia/devede/Makefile b/multimedia/devede/Makefile index d02b30da902..7f5753453cf 100644 --- a/multimedia/devede/Makefile +++ b/multimedia/devede/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2019/04/28 20:51:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.48 2019/05/20 22:15:17 naddy Exp $ COMMENT= video DVDs and CDs creation tool @@ -22,7 +22,7 @@ MODULES= lang/python MODPY_ADJ_FILES= src/devede_ng.py MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools # needed because NO_BUILD is set below BUILD_DEPENDS += ${_MODPY_BUILD_DEPENDS} diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index e199a239d2c..2815fe38c3b 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2019/02/18 00:27:34 bentley Exp $ +# $OpenBSD: Makefile,v 1.44 2019/05/20 22:15:17 naddy Exp $ COMMENT= DVD authoring application @@ -25,7 +25,7 @@ BUILD_DEPENDS= archivers/zip \ multimedia/mjpegtools \ sysutils/dvd+rw-tools \ textproc/xmlto \ - devel/gettext-tools + devel/gettext,-tools RUN_DEPENDS= devel/desktop-file-utils \ multimedia/dvdauthor \ diff --git a/multimedia/gnome-twitch/Makefile b/multimedia/gnome-twitch/Makefile index c4d2010b611..c27c8e8cefc 100644 --- a/multimedia/gnome-twitch/Makefile +++ b/multimedia/gnome-twitch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2018/07/10 14:45:53 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:17 naddy Exp $ COMMENT = desktop Twitch.tv client CATEGORIES = multimedia games x11 @@ -24,7 +24,7 @@ COMPILER = base-clang ports-clang ports-gcc MODULES = devel/dconf \ devel/meson -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/gsettings-desktop-schemas LIB_DEPENDS = devel/json-glib \ diff --git a/multimedia/gstreamer-0.10/core/Makefile b/multimedia/gstreamer-0.10/core/Makefile index 18d61b9c1fc..5f2f4fdeacf 100644 --- a/multimedia/gstreamer-0.10/core/Makefile +++ b/multimedia/gstreamer-0.10/core/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.44 2017/09/25 09:16:13 robert Exp $ +# $OpenBSD: Makefile,v 1.45 2019/05/20 22:15:17 naddy Exp $ COMMENT= framework for streaming media V= 0.10.36 DISTNAME= gstreamer-${V} -REVISION= 12 +REVISION= 13 SHARED_LIBS += gstreamer-0.10 3.0 # 30.0 SHARED_LIBS += gstbase-0.10 3.0 # 30.0 @@ -18,7 +18,7 @@ WANTLIB += pcre pthread xml2 z MASTER_SITES= ${MASTER_SITE_GST:=gstreamer/} -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/glib2 \ textproc/libxml diff --git a/multimedia/gstreamer-0.10/plugins-good/Makefile b/multimedia/gstreamer-0.10/plugins-good/Makefile index 936e8f35d72..1db9925e215 100644 --- a/multimedia/gstreamer-0.10/plugins-good/Makefile +++ b/multimedia/gstreamer-0.10/plugins-good/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.111 2019/05/17 16:19:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.112 2019/05/20 22:15:17 naddy Exp $ # XXX ossaudio(3) is only enabled to be used as a mixing device by # audio/pulseaudio and x11/xfce4/xfce4-mixer @@ -103,7 +103,7 @@ AUTOMAKE_VERSION= 1.10 BUILD_DEPENDS += ${MODGNU_AUTOMAKE_DEPENDS} \ ${MODGNU_AUTOCONF_DEPENDS} BUILD_DEPENDS += devel/libtool # needs libtoolize -BUILD_DEPENDS += devel/gettext-tools # autopoint +BUILD_DEPENDS += devel/gettext,-tools # autopoint post-extract: cp -R ${FILESDIR} ${WRKSRC}/ext/sndio diff --git a/multimedia/gstreamer1/Makefile.inc b/multimedia/gstreamer1/Makefile.inc index ad5708663b6..11d24abcb8b 100644 --- a/multimedia/gstreamer1/Makefile.inc +++ b/multimedia/gstreamer1/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.56 2019/05/12 15:56:45 naddy Exp $ +# $OpenBSD: Makefile.inc,v 1.57 2019/05/20 22:15:17 naddy Exp $ # Most frequent usage of the GStreamer packages: # core base library @@ -45,7 +45,7 @@ MODGCC4_ARCHS ?= powerpc .if empty(CONFIGURE_STYLE) MODULES += devel/meson -BUILD_DEPENDS += devel/gettext-tools # -Dnls +BUILD_DEPENDS += devel/gettext,-tools # -Dnls CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS += -Dbenchmarks=disabled \ diff --git a/multimedia/imagination/Makefile b/multimedia/imagination/Makefile index 1125f5e2e0b..52938899f37 100644 --- a/multimedia/imagination/Makefile +++ b/multimedia/imagination/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2019/05/02 14:51:49 danj Exp $ +# $OpenBSD: Makefile,v 1.18 2019/05/20 22:15:18 naddy Exp $ COMMENT = lightweight and simple DVD slide show maker DISTNAME = imagination-3.0 -REVISION = 10 +REVISION = 11 CATEGORIES = multimedia @@ -29,7 +29,7 @@ LIBTOOL_FLAGS = --tag=disable-static USE_GMAKE = Yes LIB_DEPENDS = audio/sox \ - devel/gettext \ + devel/gettext,-runtime \ x11/gtk+2 RUN_DEPENDS = devel/desktop-file-utils \ diff --git a/multimedia/kguitar/Makefile b/multimedia/kguitar/Makefile index ec3d3439b0b..415c50dab10 100644 --- a/multimedia/kguitar/Makefile +++ b/multimedia/kguitar/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2019/03/08 20:00:49 cwen Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:18 naddy Exp $ COMMENT = guitar tab editor @@ -8,7 +8,7 @@ GH_COMMIT = a7c73491ef236134de55cbdcfc9f8cafa2a76ae1 # commit date YYYYMMDD DISTNAME = ${GH_PROJECT}-20170809 -REVISION = 2 +REVISION = 3 # override kf5 EXTRACT_SUFX = .tar.gz @@ -33,13 +33,13 @@ MODULES = devel/cmake \ devel/kf5 RUN_DEPENDS += devel/desktop-file-utils \ - devel/gettext \ + devel/gettext,-runtime \ x11/gtk+3,-guic # kdelibs4support includes kdex.dtd which is necessary to generate docs BUILD_DEPENDS += devel/kf5/kdoctools \ devel/kf5/kdelibs4support \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS = devel/kf5/kauth \ devel/kf5/kcodecs \ diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 09ab2ed91de..cd6441c704b 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2018/06/27 21:03:58 espie Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:18 naddy Exp $ COMMENT = video editor and a VJ tool @@ -34,7 +34,7 @@ RUN_DEPENDS = graphics/ImageMagick \ multimedia/transcode \ devel/desktop-file-utils BUILD_DEPENDS = audio/vorbis-tools \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS = multimedia/libtheora \ devel/sdl \ multimedia/libdv \ diff --git a/multimedia/minidlna/Makefile b/multimedia/minidlna/Makefile index 4137a0a1627..a757513754e 100644 --- a/multimedia/minidlna/Makefile +++ b/multimedia/minidlna/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2019/05/18 12:13:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:18 naddy Exp $ COMMENT= lightweight DLNA/UPnP-AV media server (aka ReadyMedia) @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --with-log-path=/var/log/minidlna \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= audio/flac \ audio/libid3tag \ databases/sqlite3 \ diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index f08a12bf1f2..198f1b0461c 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.90 2019/05/15 11:50:38 jca Exp $ +# $OpenBSD: Makefile,v 1.91 2019/05/20 22:15:18 naddy Exp $ COMMENT= create, alter and inspect Matroska files DISTNAME= mkvtoolnix-33.0.0 +REVISION= 0 CATEGORIES= multimedia x11 @@ -28,7 +29,7 @@ MODRUBY_RUNDEP= No # C++11 / C++14 COMPILER = base-clang ports-gcc -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ devel/gtest \ textproc/docbook \ textproc/docbook-xsl \ @@ -39,7 +40,7 @@ LIB_DEPENDS= audio/flac \ audio/libvorbis \ devel/boost \ textproc/cmark \ - devel/gettext \ + devel/gettext,-runtime \ devel/libmagic \ multimedia/libmatroska>=1.5.0 \ textproc/libebml>=1.3.7 diff --git a/multimedia/oggconvert/Makefile b/multimedia/oggconvert/Makefile index 86ec52d9552..25ef3c74673 100644 --- a/multimedia/oggconvert/Makefile +++ b/multimedia/oggconvert/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2019/04/27 23:55:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:18 naddy Exp $ COMMENT= convert media files to Vorbis, Theora and Dirac @@ -20,7 +20,7 @@ MODULES= lang/python NO_TEST= Yes -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ multimedia/gstreamer-0.10/py-gstreamer RUN_DEPENDS= multimedia/gstreamer-0.10/py-gstreamer \ devel/desktop-file-utils \ diff --git a/multimedia/phonon-backend/vlc/Makefile b/multimedia/phonon-backend/vlc/Makefile index 501cb0d1ec5..42d27b5aa97 100644 --- a/multimedia/phonon-backend/vlc/Makefile +++ b/multimedia/phonon-backend/vlc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2018/10/19 20:53:27 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:18 naddy Exp $ COMMENT = VLC-based Phonon backend VERSION = 0.10.1 @@ -9,7 +9,7 @@ MASTER_SITES = https://download.kde.org/stable/phonon/phonon-backend-vlc/${VERS WANTLIB += ${COMPILER_LIBCXX} m vlc vlccore -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = x11/vlc>=2 diff --git a/multimedia/synfig/Makefile b/multimedia/synfig/Makefile index 6b9ae49b575..f1e57f4bf72 100644 --- a/multimedia/synfig/Makefile +++ b/multimedia/synfig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2019/05/17 16:45:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.27 2019/05/20 22:15:18 naddy Exp $ COMMENT = 2D animation software @@ -36,7 +36,7 @@ COMPILER = base-clang ports-gcc MODULES = textproc/intltool BUILD_DEPENDS = devel/etl>=1.2.1 \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS = archivers/xz \ devel/boost \ diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile index 3bbf72bbc79..dc0efbe1e3d 100644 --- a/multimedia/xine-lib/Makefile +++ b/multimedia/xine-lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.140 2018/12/19 16:08:08 bcallah Exp $ +# $OpenBSD: Makefile,v 1.141 2019/05/20 22:15:18 naddy Exp $ COMMENT= multimedia decoding library DISTNAME= xine-lib-1.2.9 -REVISION= 1 +REVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} EXTRACT_SUFX= .tar.xz @@ -44,7 +44,7 @@ LIB_DEPENDS= audio/flac \ audio/musepack \ audio/speex \ converters/libiconv \ - devel/gettext \ + devel/gettext,-runtime \ devel/sdl \ graphics/ffmpeg \ graphics/jpeg \ diff --git a/net/amule/Makefile b/net/amule/Makefile index a2ea40867e0..879033589a3 100644 --- a/net/amule/Makefile +++ b/net/amule/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2019/05/17 16:45:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.75 2019/05/20 22:15:18 naddy Exp $ COMMENT-main = another eDonkey P2P file sharing client COMMENT-web = webserver interface to amuled @@ -6,7 +6,7 @@ COMMENT-daemon =stand-alone daemon/cmdline for amule V = 2.3.2 DISTNAME = aMule-$V -REVISION = 16 +REVISION = 17 CATEGORIES = net HOMEPAGE = http://www.amule.org/ @@ -31,7 +31,7 @@ COMPILER = base-clang ports-gcc base-gcc # bison needed if .y files are patched BUILD_DEPENDS = devel/bison \ - devel/gettext-tools + devel/gettext,-tools commonLIB_DEPENDS = x11/wxWidgets>=3.0.4 @@ -45,7 +45,7 @@ LIB_DEPENDS-daemon = ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ devel/cryptopp>=5.6.0 LIB_DEPENDS-web = ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ - devel/gettext + devel/gettext,-runtime RUN_DEPENDS-main = ${RUN_DEPENDS} \ devel/desktop-file-utils diff --git a/net/ap-utils/Makefile b/net/ap-utils/Makefile index 64a04f4db17..e4002dc8141 100644 --- a/net/ap-utils/Makefile +++ b/net/ap-utils/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2017/05/08 21:35:35 schwarze Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:18 naddy Exp $ COMMENT= Atmel/NWN wireless access point configuration tools DISTNAME= ap-utils-1.5 -REVISION= 3 +REVISION= 4 CATEGORIES= net EXTRACT_SUFX= .tar.bz2 @@ -16,9 +16,9 @@ WANTLIB += c iconv intl ncurses menu MASTER_SITES= ftp://linux.zhitomir.net/ap-utils/ -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --without-included-gettext \ diff --git a/net/axel/Makefile b/net/axel/Makefile index 15f07017205..a486ed51971 100644 --- a/net/axel/Makefile +++ b/net/axel/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2019/03/02 18:41:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:18 naddy Exp $ COMMENT= tiny download accelerator V= 2.16.1 DISTNAME= axel-$V +REVISION= 0 CATEGORIES= net @@ -16,9 +17,9 @@ MASTER_SITES= https://github.com/axel-download-accelerator/axel/releases/downloa WANTLIB= c crypto iconv intl pthread ssl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools USE_GMAKE= Yes diff --git a/net/bitlbee/Makefile b/net/bitlbee/Makefile index 546c6f1414c..47e1c89d963 100644 --- a/net/bitlbee/Makefile +++ b/net/bitlbee/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2019/04/21 11:31:20 solene Exp $ +# $OpenBSD: Makefile,v 1.71 2019/05/20 22:15:18 naddy Exp $ COMMENT= IRC proxy to connect to AIM, ICQ, Jabber and Yahoo @@ -6,6 +6,7 @@ V= 3.6 DISTNAME= bitlbee-$V PKGSPEC= bitlbee-=$V CATEGORIES= net +REVISION= 0 HOMEPAGE= https://bitlbee.org/ @@ -18,7 +19,7 @@ WANTLIB += c m pthread glib-2.0 gmodule-2.0 ssl crypto intl MASTER_SITES= https://get.bitlbee.org/src/ -MODULES= devel/gettext +MODULES= devel/gettext,-runtime DB_DIR?= /var/bitlbee ETCDIR= ${SYSCONFDIR}/bitlbee diff --git a/net/dico/Makefile b/net/dico/Makefile index c62071b260e..a36ee1ab723 100644 --- a/net/dico/Makefile +++ b/net/dico/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2019/04/30 04:46:04 bentley Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:18 naddy Exp $ COMMENT = GNU dictionary server V = 2.9 DISTNAME = dico-$V -REVISION = 0 +REVISION = 1 SHARED_LIBS += dico 0.0 # 2.0 @@ -25,7 +25,7 @@ MASTER_SITES = https://download.gnu.org.ua/pub/release/dico/ MODULES = lang/python MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} LIB_DEPENDS = databases/openldap \ - devel/gettext \ + devel/gettext,-runtime \ devel/libtool,-ltdl \ devel/pcre \ security/libgsasl \ diff --git a/net/etherape/Makefile b/net/etherape/Makefile index d02d9b3b439..7c847d8ae73 100644 --- a/net/etherape/Makefile +++ b/net/etherape/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2019/01/28 22:58:11 naddy Exp $ +# $OpenBSD: Makefile,v 1.43 2019/05/20 22:15:19 naddy Exp $ COMMENT = graphical network monitor @@ -39,7 +39,7 @@ LIB_DEPENDS = x11/gtk+2 \ x11/gnome/libgnomeui # grab new macros that match *.so.n.m shared libraries -BUILD_DEPENDS += devel/gettext-tools +BUILD_DEPENDS += devel/gettext,-tools post-patch: cd ${LOCALBASE}/share/aclocal && \ cp lib-link.m4 lib-prefix.m4 ${WRKSRC}/m4 diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index 39e0733dd6b..d6fe26a84a6 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2019/05/17 16:45:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.61 2019/05/20 22:15:19 naddy Exp $ COMMENT= fast FTP and SFTP GUI client with a lot of features BROKEN-hppa= serverpath.h:17:19: error: variable 'CServerPath final' has initializer but incomplete type @@ -44,7 +44,7 @@ LIB_DEPENDS= databases/sqlite3 \ x11/wxWidgets>=3.0.4 BUILD_DEPENDS= devel/cppunit \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/xdg-utils RUN_DEPENDS= devel/desktop-file-utils \ devel/xdg-utils \ diff --git a/net/gajim/Makefile b/net/gajim/Makefile index 19ff6f21b4e..ffb0e1f344c 100644 --- a/net/gajim/Makefile +++ b/net/gajim/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2019/04/28 20:51:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.87 2019/05/20 22:15:19 naddy Exp $ COMMENT= jabber client written in pygtk MODPY_EGG_VERSION= 1.1.2 @@ -19,7 +19,7 @@ MODULES= lang/python MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} MODPY_SETUPTOOLS= Yes -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools RUN_DEPENDS= devel/desktop-file-utils \ graphics/py-Pillow${MODPY_FLAVOR} \ diff --git a/net/gpodder/Makefile b/net/gpodder/Makefile index 420e1c6c18e..1de08877ca9 100644 --- a/net/gpodder/Makefile +++ b/net/gpodder/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2019/04/28 20:51:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:19 naddy Exp $ COMMENT= media aggregator and podcast client MODPY_EGG_VERSION= 3.10.7 -REVISION= 0 +REVISION= 1 GH_ACCOUNT= gpodder GH_PROJECT= gpodder @@ -25,7 +25,7 @@ MODULES= lang/python \ MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} RUN_DEPENDS= devel/desktop-file-utils \ - devel/gettext \ + devel/gettext,-runtime \ devel/py-html5lib${MODPY_FLAVOR} \ devel/py-gobject3${MODPY_FLAVOR} \ net/mygpoclient \ diff --git a/net/gtk-gnutella/Makefile b/net/gtk-gnutella/Makefile index 1192bdd5565..d4e50f33601 100644 --- a/net/gtk-gnutella/Makefile +++ b/net/gtk-gnutella/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.64 2018/07/03 18:16:23 espie Exp $ +# $OpenBSD: Makefile,v 1.65 2019/05/20 22:15:19 naddy Exp $ COMMENT= Gtk-based GUI client for the Gnutella Network @@ -25,7 +25,7 @@ WANTLIB += intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-gnutella/} EXTRACT_SUFX= .tar.bz2 -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ devel/libexecinfo LIB_DEPENDS= x11/gtk+2 RUN_DEPENDS= devel/desktop-file-utils diff --git a/net/hexchat/Makefile b/net/hexchat/Makefile index 1a2ed923c05..95e92def533 100644 --- a/net/hexchat/Makefile +++ b/net/hexchat/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2019/05/07 16:52:35 danj Exp $ +# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:19 naddy Exp $ COMMENT = GTK+2 IRC Client DISTNAME = hexchat-2.12.3 EXTRACT_SUFX = .tar.xz CATEGORIES = net x11 -REVISION = 6 +REVISION = 7 HOMEPAGE = http://hexchat.github.io/ # GPLv2+ @@ -31,7 +31,7 @@ MODLUA_VERSION = 5.3 BUILD_DEPENDS = devel/iso-codes -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/libnotify \ net/libproxy \ x11/gtk+2 \ diff --git a/net/jnettop/Makefile b/net/jnettop/Makefile index f39aba7f59a..721a25cbb08 100644 --- a/net/jnettop/Makefile +++ b/net/jnettop/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2016/04/06 21:51:36 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:19 naddy Exp $ COMMENT= capture network traffic, display streams sorted by bandwidth DISTNAME= jnettop-0.13.0 -REVISION= 2 +REVISION= 3 CATEGORIES= net @@ -16,7 +16,7 @@ WANTLIB += c glib-2.0 gthread-2.0 intl ncurses pcap pthread MASTER_SITES= ${HOMEPAGE}dist/ -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/glib2 MAKE_FLAGS= CFLAGS="${CFLAGS}" diff --git a/net/knot/Makefile b/net/knot/Makefile index eed41044c49..bbf3cc00ce2 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.40 2019/04/20 16:48:32 jca Exp $ +# $OpenBSD: Makefile,v 1.41 2019/05/20 22:15:19 naddy Exp $ COMMENT = authoritative DNS server DISTNAME = knot-2.8.1 +REVISION = 0 SHARED_LIBS += dnssec 2.0 # .7.0 SHARED_LIBS += knot 5.0 # .9.0 @@ -29,7 +30,7 @@ COMPILER = base-clang ports-gcc ports-clang COMPILER_LANGS = c BUILD_DEPENDS = devel/bison -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/libidn2 \ devel/liburcu \ security/gnutls \ diff --git a/net/konversation/Makefile b/net/konversation/Makefile index 3d0d82ffa58..d15157540ac 100644 --- a/net/konversation/Makefile +++ b/net/konversation/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2019/03/08 20:00:50 cwen Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:19 naddy Exp $ COMMENT = IRC client for KDE V = 1.7.4 DISTNAME = konversation-$V -REVISION = 2 +REVISION = 3 MAINTAINER = KDE porting team @@ -33,10 +33,10 @@ MODULES = devel/kf5 \ BUILD_DEPENDS += devel/kf5/kdoctools \ devel/kf5/kitemmodels \ - devel/gettext-tools + devel/gettext,-tools RUN_DEPENDS += devel/desktop-file-utils \ - devel/gettext \ + devel/gettext,-runtime \ x11/gtk+3,-guic LIB_DEPENDS += security/qca-qt5 \ diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile index 2a7305bdfdb..9dfd0ac4625 100644 --- a/net/ktorrent/Makefile +++ b/net/ktorrent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2019/03/08 20:00:50 cwen Exp $ +# $OpenBSD: Makefile,v 1.46 2019/05/20 22:15:19 naddy Exp $ COMMENT = BitTorrent Client @@ -37,7 +37,7 @@ MODULES = devel/kf5 \ # try to fix bulk builds USE_NINJA = samurai -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kross \ devel/kf5/kdnssd \ devel/boost diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 8ff030570d5..15b799c3fda 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.124 2019/03/10 18:24:48 jca Exp $ +# $OpenBSD: Makefile,v 1.125 2019/05/20 22:15:19 naddy Exp $ COMMENT= shell-like command line ftp and sftp client DISTNAME= lftp-4.8.4 CATEGORIES= net -REVISION= 1 +REVISION= 2 HOMEPAGE= https://lftp.tech/ @@ -20,7 +20,7 @@ COMPILER = base-clang ports-gcc base-gcc # lftp needs add_history_time() LIB_DEPENDS= devel/libidn2 \ - devel/gettext \ + devel/gettext,-runtime \ devel/readline>=6.1p2 MASTER_SITES= http://lftp.yar.ru/ftp/ \ diff --git a/net/libktorrent/Makefile b/net/libktorrent/Makefile index 167bd07529c..7e6b0835ae7 100644 --- a/net/libktorrent/Makefile +++ b/net/libktorrent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2019/03/08 20:00:50 cwen Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 22:15:19 naddy Exp $ COMMENT = KTorrent engine @@ -23,7 +23,7 @@ MASTER_SITES = ${MASTER_SITE_KDE:=stable/ktorrent/5.1/} MODULES = devel/kf5 BUILD_DEPENDS = devel/boost \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS = devel/gmp \ security/libgcrypt \ diff --git a/net/libkvkontakte/Makefile b/net/libkvkontakte/Makefile index 41d9c9f9518..693c1760fb7 100644 --- a/net/libkvkontakte/Makefile +++ b/net/libkvkontakte/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/11/21 00:13:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:19 naddy Exp $ COMMENT = KDE library implementing VK.com API VERSION = 4.12.0 @@ -21,7 +21,7 @@ WANTLIB += ${KDE4LIB}/kio ${KDE4LIB}/kparts WANTLIB += ${KDE4LIB}/nepomuk ${KDE4LIB}/nepomukutils WANTLIB += qjson soprano -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/qjson>=0.7 diff --git a/net/libpsl/Makefile b/net/libpsl/Makefile index a51eacab004..b5850aa794f 100644 --- a/net/libpsl/Makefile +++ b/net/libpsl/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2019/02/05 13:19:11 jca Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:19 naddy Exp $ COMMENT = public suffix list library DISTNAME = libpsl-0.20.2 +REVISION = 0 SHARED_LIBS += psl 1.2 # 8.1 @@ -23,10 +24,10 @@ MODULES = lang/python MODPY_RUNDEP = No -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ sysutils/coreutils LIB_DEPENDS = converters/libunistring \ - devel/gettext \ + devel/gettext,-runtime \ devel/libidn2 CONFIGURE_STYLE = gnu diff --git a/net/mac-telnet/Makefile b/net/mac-telnet/Makefile index 931f57bb123..2437362df6f 100644 --- a/net/mac-telnet/Makefile +++ b/net/mac-telnet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2019/05/19 11:26:25 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:19 naddy Exp $ COMMENT= client for MikroTik's "L2 telnet" protocol#' @@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools SEPARATE_BUILD= Yes CONFIGURE_ARGS= --disable-nls diff --git a/net/mcabber/Makefile b/net/mcabber/Makefile index 6ec201cfe24..aeae03e89b6 100644 --- a/net/mcabber/Makefile +++ b/net/mcabber/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.36 2019/05/17 16:19:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.37 2019/05/20 22:15:19 naddy Exp $ COMMENT= console jabber client DISTNAME= mcabber-1.1.0 CATEGORIES= net -REVISION= 3 +REVISION= 4 HOMEPAGE= https://mcabber.com/ @@ -25,7 +25,7 @@ LIB_DEPENDS= devel/glib2 \ net/loudmouth \ devel/libidn \ security/libotr \ - devel/gettext + devel/gettext,-runtime RUN_DEPENDS= devel/desktop-file-utils diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index ce7c0d7b6b5..4dc5df5b89d 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.29 2019/04/24 16:26:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:19 naddy Exp $ COMMENT = e-donkey client VER = 3.1.6 DISTNAME = mldonkey-${VER} -REVISION = 4 +REVISION = 5 CATEGORIES = net HOMEPAGE = http://mldonkey.sourceforge.net/Main_Page @@ -47,7 +47,7 @@ USE_GMAKE = Yes MODULES = lang/ocaml BUILD_DEPENDS = lang/ocaml-camlp4 x11/lablgtk2 math/ocaml-num LIB_DEPENDS = archivers/bzip2 \ - devel/gettext \ + devel/gettext,-runtime \ devel/libmagic \ graphics/gd \ net/miniupnp/libnatpmp \ diff --git a/net/monitoring-plugins/Makefile b/net/monitoring-plugins/Makefile index 3807f310b3e..4088aaf44f9 100644 --- a/net/monitoring-plugins/Makefile +++ b/net/monitoring-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2019/03/31 00:09:38 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2019/05/20 22:15:19 naddy Exp $ COMMENT-main= monitoring plugins (for Nagios, Icinga, etc) COMMENT-dbi= dbi monitoring plugin @@ -24,16 +24,16 @@ PKGNAME-samba= monitoring-plugins-samba-$V PKGNAME-snmp= monitoring-plugins-snmp-$V PKGNAME-radius= monitoring-plugins-radius-$V CATEGORIES= net -REVISION-dbi= 3 -REVISION-fping= 4 -REVISION-game= 3 -REVISION-ldap= 3 -REVISION-main= 7 -REVISION-mysql= 3 -REVISION-pgsql= 3 -REVISION-radius=4 +REVISION-dbi= 4 +REVISION-fping= 5 +REVISION-game= 4 +REVISION-ldap= 4 +REVISION-main= 8 +REVISION-mysql= 4 +REVISION-pgsql= 4 +REVISION-radius=5 REVISION-samba= 2 -REVISION-snmp= 3 +REVISION-snmp= 4 HOMEPAGE= https://www.monitoring-plugins.org/ @@ -49,7 +49,7 @@ COMPILER = base-clang ports-gcc base-gcc MASTER_SITES= https://www.monitoring-plugins.org/download/ -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime FAKE_FLAGS= setuid_root_mode=0555 diff --git a/net/openconnect/Makefile b/net/openconnect/Makefile index caa0d39356b..d35f5644d38 100644 --- a/net/openconnect/Makefile +++ b/net/openconnect/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.49 2019/05/20 15:28:29 bket Exp $ +# $OpenBSD: Makefile,v 1.50 2019/05/20 22:15:20 naddy Exp $ COMMENT= client for Cisco AnyConnect SSL VPN DISTNAME= openconnect-8.03 +REVISION= 0 SHARED_LIBS += openconnect 4.4 # 5.5 @@ -29,12 +30,12 @@ MODULES= lang/python MODPY_RUNDEP= No # groff is used to format html during build, USE_GROFF not needed # XXX can probably convert to using mandoc? -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ textproc/groff \ textproc/py-xml RUN_DEPENDS= net/vpnc-scripts LIB_DEPENDS= archivers/lz4 \ - devel/gettext \ + devel/gettext,-runtime \ security/gnutls \ textproc/libxml # also wants socket_wrapper and uid_wrapper from cwrap to be present at diff --git a/net/pavuk/Makefile b/net/pavuk/Makefile index e3df5b10908..b742c8fce0d 100644 --- a/net/pavuk/Makefile +++ b/net/pavuk/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2017/11/16 18:39:25 naddy Exp $ +# $OpenBSD: Makefile,v 1.33 2019/05/20 22:15:20 naddy Exp $ COMMENT= tool to mirror contents of HTTP and FTP servers DISTNAME= pavuk-0.9.35 -REVISION= 9 +REVISION= 10 CATEGORIES= net HOMEPAGE= http://www.pavuk.org/ @@ -18,9 +18,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pavuk/} FLAVORS= no_x11 FLAVOR?= -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --disable-debug --disable-socks --disable-gnome \ diff --git a/net/putty/Makefile b/net/putty/Makefile index fde4ed4ea67..4220003e1fb 100644 --- a/net/putty/Makefile +++ b/net/putty/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.29 2019/05/17 15:39:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:20 naddy Exp $ COMMENT-main= SSH and telnet client COMMENT-gui= PuTTY GUI clients # if updating, check if pageant can go back to main V= 0.71 -REVISION= 1 +REVISION= 2 DISTNAME= putty-$V PKGNAME-main= ${DISTNAME} PKGNAME-gui= ${DISTNAME:S/putty/putty-gui/} @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIST}/unix MULTI_PACKAGES= -main -gui -LIB_DEPENDS-gui= devel/gettext \ +LIB_DEPENDS-gui= devel/gettext,-runtime \ x11/gtk+3 NO_TEST= Yes diff --git a/net/samba/Makefile b/net/samba/Makefile index 9eede95d1bf..c2336c1c018 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.272 2019/05/14 17:57:20 jca Exp $ +# $OpenBSD: Makefile,v 1.273 2019/05/20 22:15:20 naddy Exp $ VERSION = 4.8.12 DISTNAME = samba-${VERSION} @@ -20,6 +20,7 @@ PKG_ARCH-docs = * LDB_V = 1.3.8 TEVENT_V = 0.9.36 +REVISION-main = 0 REVISION-ldb = 0 REVISION-tevent = 6 @@ -118,7 +119,7 @@ LIB_DEPENDS-main = ${BUILD_PKGPATH},-ldb>=${LDB_V} \ converters/libiconv \ databases/openldap \ databases/tdb>=1.3.14 \ - devel/gettext \ + devel/gettext,-runtime \ devel/jansson \ devel/libexecinfo \ devel/libtalloc>=2.1.9 \ diff --git a/net/spectrum/Makefile b/net/spectrum/Makefile index a2ba0d01310..3aab0fff1e8 100644 --- a/net/spectrum/Makefile +++ b/net/spectrum/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2018/10/24 14:28:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2019/05/20 22:15:20 naddy Exp $ COMMENT = XMPP transport/gateway @@ -21,7 +21,7 @@ COMPILER = base-clang ports-gcc base-gcc MODULES = devel/cmake lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/libev \ graphics/ImageMagick \ diff --git a/net/tclcurl/Makefile b/net/tclcurl/Makefile index 4571cfb3f8b..2555e84ca49 100644 --- a/net/tclcurl/Makefile +++ b/net/tclcurl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2017/11/21 00:13:03 naddy Exp $ +# $OpenBSD: Makefile,v 1.31 2019/05/20 22:15:20 naddy Exp $ COMMENT = Tcl bindings for Curl @@ -6,7 +6,7 @@ V = 7.19.6 DISTNAME = TclCurl-${V} CATEGORIES = net -REVISION = 6 +REVISION = 7 MAINTAINER = Stuart Cassoff # BSD @@ -16,7 +16,7 @@ WANTLIB = crypto curl iconv intl nghttp2 ssl z MASTER_SITES = https://distfiles.nl/ MODULES = lang/tcl -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ net/curl BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS} RUN_DEPENDS = ${MODTCL_RUN_DEPENDS} diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile index 267c6595504..246a0356cd9 100644 --- a/net/tcpreen/Makefile +++ b/net/tcpreen/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.27 2018/10/24 14:28:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:20 naddy Exp $ COMMENT= simple tcp re-engineering tool DISTNAME= tcpreen-1.4.4 -REVISION = 5 +REVISION = 6 CATEGORIES= net HOMEPAGE= http://www.remlab.net/tcpreen/ @@ -20,7 +20,7 @@ COMPILER = base-clang ports-gcc base-gcc EXTRACT_SUFX= .tar.bz2 -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime FAKE_FLAGS+= localedir="${PREFIX}/share/locale" \ gettextsrcdir="${PREFIX}/share/gettext/po" diff --git a/net/telegram-purple/Makefile b/net/telegram-purple/Makefile index 8b28480359f..d4c5fed2d9d 100644 --- a/net/telegram-purple/Makefile +++ b/net/telegram-purple/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2019/04/24 16:26:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:20 naddy Exp $ BROKEN-powerpc = assertion "get_int () == TLS_SCHEMA_V2" failed: file "generate.c", line 2831, function "parse_tlo_file" V = 1.3.1 -REVISION = 1 +REVISION = 2 COMMENT = Telegram support for Pidgin DISTNAME = telegram-purple_$V.orig PKGNAME = telegram-purple-$V @@ -16,8 +16,8 @@ WANTLIB += gcrypt glib-2.0 intl purple webp z MASTER_SITES = https://github.com/majn/telegram-purple/releases/download/v$V/ -BUILD_DEPENDS = devel/gettext-tools -LIB_DEPENDS = devel/gettext \ +BUILD_DEPENDS = devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime \ graphics/libwebp \ net/pidgin,-libpurple \ security/libgcrypt diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 874cdc0c39c..fcef1821871 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.132 2019/03/11 04:11:57 bket Exp $ +# $OpenBSD: Makefile,v 1.133 2019/05/20 22:15:20 naddy Exp $ COMMENT-main= BitTorrent command line and daemon client COMMENT-gtk= BitTorrent client with GTK+ interface @@ -15,9 +15,9 @@ PKGNAME-qt= transmission-qt-${VER} CATEGORIES= net HOMEPAGE= https://transmissionbt.com/ MAINTAINER= Josh Grosse -REVISION-gtk= 3 -REVISION-qt= 3 -REVISION-main= 1 +REVISION-gtk= 4 +REVISION-qt= 4 +REVISION-main= 2 # GPLv2+ PERMIT_PACKAGE_CDROM= Yes @@ -56,7 +56,7 @@ WANTLIB-qt= ${WANTLIB-common} ${MODQT_WANTLIB} \ MODULES+= textproc/intltool -LIB_DEPENDS-common=devel/gettext \ +LIB_DEPENDS-common=devel/gettext,-runtime \ devel/libevent2 \ net/curl \ net/miniupnp/libnatpmp \ diff --git a/net/weechat/Makefile b/net/weechat/Makefile index 85c205ec2a3..815ab7fe159 100644 --- a/net/weechat/Makefile +++ b/net/weechat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2019/04/29 00:42:08 jeremy Exp $ +# $OpenBSD: Makefile,v 1.42 2019/05/20 22:15:20 naddy Exp $ COMMENT-main= fast, light and extensible chat client COMMENT-lua= Lua bindings for weechat @@ -15,6 +15,7 @@ PKGNAME-python= weechat-python-${V} PKGNAME-ruby= weechat-ruby-${V} PKGNAME-tcl= weechat-tcl-${V} +REVISION-main= 0 REVISION-ruby= 0 CATEGORIES= net @@ -47,9 +48,9 @@ MODLUA_RUNDEP= No MODPY_RUNDEP= No MODRUBY_RUNDEP= No -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ security/libgcrypt \ security/gnutls \ net/curl \ diff --git a/net/weex/Makefile b/net/weex/Makefile index 04be5a16162..8aee3819fc9 100644 --- a/net/weex/Makefile +++ b/net/weex/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2016/04/12 15:19:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:20 naddy Exp $ COMMENT= noninteractive ftp client DISTNAME= weex-2.6.1.5 -REVISION= 3 +REVISION= 4 CATEGORIES= net HOMEPAGE= http://weex.sourceforge.net @@ -14,9 +14,9 @@ WANTLIB= c iconv intl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=weex/} -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime SEPARATE_BUILD= Yes CONFIGURE_STYLE= autoconf diff --git a/net/wget/Makefile b/net/wget/Makefile index c03d4532500..f34ce2f79f9 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.81 2019/04/28 20:51:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.82 2019/05/20 22:15:20 naddy Exp $ COMMENT = retrieve files from the web via HTTP, HTTPS and FTP DISTNAME = wget-1.20.3 CATEGORIES = net -REVISION = 0 +REVISION = 1 HOMEPAGE = https://www.gnu.org/software/wget/ MAINTAINER = Nam Nguyen @@ -14,10 +14,10 @@ PERMIT_PACKAGE_CDROM = Yes WANTLIB += c crypto iconv idn2 intl pcre2-8 psl ssl unistring z -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = converters/libunistring \ - devel/gettext \ + devel/gettext,-runtime \ devel/libidn2 \ devel/pcre2 \ net/libpsl diff --git a/net/wol/Makefile b/net/wol/Makefile index 87d42c100e2..6eef6db90e3 100644 --- a/net/wol/Makefile +++ b/net/wol/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2016/12/25 16:43:11 jca Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:20 naddy Exp $ COMMENT= Wake On Lan client DISTNAME= wol-0.7.1 -REVISION= 3 +REVISION= 4 CATEGORIES= net HOMEPAGE= http://ahh.sourceforge.net/wol/ @@ -17,7 +17,7 @@ WANTLIB += c iconv intl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile index d051a6fba0a..9a78a027b4e 100644 --- a/net/xmlrpc-epi/Makefile +++ b/net/xmlrpc-epi/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2016/04/09 20:14:49 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:20 naddy Exp $ COMMENT= XML-RPC C/C++ client-server implementation CATEGORIES= net devel textproc DISTNAME= xmlrpc-epi-0.54.1 +REVISION= 0 SHARED_LIBS += xmlrpc-epi 0.3 HOMEPAGE= http://xmlrpc-epi.sourceforge.net/ @@ -17,8 +18,8 @@ LIB_DEPENDS= converters/libiconv WANTLIB += c expat iconv -BUILD_DEPENDS += devel/gettext -RUN_DEPENDS += devel/gettext +BUILD_DEPENDS += devel/gettext,-runtime +RUN_DEPENDS += devel/gettext,-runtime CONFIGURE_STYLE= gnu USE_GMAKE= Yes diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 080fd8488ad..a98b0a05694 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.57 2018/11/05 17:23:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.58 2019/05/20 22:15:20 naddy Exp $ COMMENT= SLang-based newsreader DISTNAME= slrn-1.0.2 -REVISION= 1 +REVISION= 2 CATEGORIES= news HOMEPAGE= http://slrn.sourceforge.net/ @@ -21,8 +21,8 @@ MASTER_SITES= http://jedsoft.org/releases/slrn/ \ MAKE_ARGS+= LDFLAGS="${LDFLAGS}" NO_TEST= Yes -BUILD_DEPENDS= devel/gettext-tools -LIB_DEPENDS= devel/gettext \ +BUILD_DEPENDS= devel/gettext,-tools +LIB_DEPENDS= devel/gettext,-runtime \ devel/libslang CONFIGURE_STYLE= gnu diff --git a/news/tin/Makefile b/news/tin/Makefile index 0335c7208e0..310b91dbc2e 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2019/01/19 16:22:28 giovanni Exp $ +# $OpenBSD: Makefile,v 1.54 2019/05/20 22:15:20 naddy Exp $ COMMENT= threaded NNTP- and spool-based UseNet newsreader @@ -6,6 +6,7 @@ DISTNAME= tin-${MAJORVERSION}.${PATCHLEVEL} MAJORVERSION= 2.4 PATCHLEVEL= 3 CATEGORIES= news +REVISION= 0 MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ \ http://ftp.cuhk.edu.hk/pub/packages/news/tin/v${MAJORVERSION}/ \ @@ -50,9 +51,9 @@ CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS+= devel/pcre \ - devel/gettext \ + devel/gettext,-runtime \ textproc/icu4c ALL_TARGET= build diff --git a/news/yencode/Makefile b/news/yencode/Makefile index 7eba49cca76..a81c59ecb27 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.11 2016/04/12 15:19:40 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:21 naddy Exp $ COMMENT= encoder/decoder tool for the Usenet yEnc encoding format DISTNAME= yencode-0.46 -REVISION= 2 +REVISION= 3 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yencode/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime WANTLIB= c iconv intl diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 5e0343cb491..1846d1af6e1 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.64 2018/09/04 12:46:20 espie Exp $ +# $OpenBSD: Makefile,v 1.65 2019/05/20 22:15:21 naddy Exp $ COMMENT= format files for printing on PostScript printers DISTNAME= a2ps-4.14 -REVISION= 14 +REVISION= 15 SHARED_LIBS += a2ps 2.0 # 2.0 @@ -27,7 +27,7 @@ BUILD_DEPENDS= devel/gperf \ RUN_DEPENDS= print/psutils -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ print/libpaper MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/auxdir diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 6c53884e93e..1a59f17e7c6 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.35 2017/05/08 09:46:52 schwarze Exp $ +# $OpenBSD: Makefile,v 1.36 2019/05/20 22:15:21 naddy Exp $ COMMENT= convert ASCII files to PostScript DISTNAME= enscript-1.6.6 CATEGORIES= print -REVISION= 1 +REVISION= 2 HOMEPAGE= https://www.gnu.org/software/enscript/ @@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${MASTER_SITE_GNU:=enscript/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime WANTLIB= c iconv intl m CONFIGURE_STYLE= gnu diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 6c991f41743..fdd5702c031 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2019/01/07 22:52:47 kili Exp $ +# $OpenBSD: Makefile,v 1.45 2019/05/20 22:15:21 naddy Exp $ BROKEN-i386= hangs at runtime. started after switch to clang @@ -34,7 +34,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/} MODULES= lang/python -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \ graphics/cairo \ diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index 171b3e26103..60bf76a7bd4 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2019/05/19 19:13:46 naddy Exp $ +# $OpenBSD: Makefile,v 1.40 2019/05/20 22:15:21 naddy Exp $ COMMENT= GTK+ frontend to CUPS @@ -39,7 +39,7 @@ CONFIGURE_STYLE= autoreconf AUTOMAKE_VERSION= 1.15 AUTOCONF_VERSION= 2.69 -BUILD_DEPENDS += devel/gettext-tools +BUILD_DEPENDS += devel/gettext,-tools post-extract: rm ${WRKSRC}/po/de.po.orig diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 5c1592fc999..af3f153573f 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2017/09/27 16:01:06 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:21 naddy Exp $ # libgs from ghostscript is only provided on shared libs archs @@ -6,7 +6,7 @@ COMMENT= library for rendering Postscript documents DISTNAME= libspectre-0.2.8 CATEGORIES= print -REVISION= 2 +REVISION= 3 SHARED_LIBS += spectre 0.1 # 2.8 @@ -26,7 +26,7 @@ MASTER_SITES= ${HOMEPAGE}/releases/ # we want the 'display' device from ghostscript, which is not available # in the no_x11 FLAVOR -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ ghostscript-*-!no_x11:print/ghostscript/gnu diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 5df40aa751a..aa81d1ae490 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2018/12/26 21:20:21 kili Exp $ +# $OpenBSD: Makefile,v 1.51 2019/05/20 22:15:21 naddy Exp $ COMMENT-main= text based music notation system COMMENT-docs= lilypond documentation @@ -9,7 +9,7 @@ DISTNAME-docs= ${DISTNAME}-1.documentation PKGNAME-main= lilypond-${VERSION} PKGNAME-docs= lilypond-docs-${VERSION} CATEGORIES= print -REVISION-main= 3 +REVISION-main= 4 REVISION-docs= 2 DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME-docs}.tar.bz2:0 @@ -62,14 +62,14 @@ WANTLIB-main= c fontconfig freetype glib-2.0 gmp gobject-2.0 \ guile intl ltdl m pango-1.0 pangoft2-1.0 pthread z \ ${COMPILER_LIBCXX} MODULES= lang/python -LIB_DEPENDS-main= devel/gettext \ +LIB_DEPENDS-main= devel/gettext,-runtime \ lang/guile \ devel/glib2 \ devel/pango RUN_DEPENDS= print/ghostscript/gnu BUILD_DEPENDS= print/mftrace \ devel/bison \ - devel/gettext-tools \ + devel/gettext,-tools \ archivers/bzip2 \ devel/autoconf/${AUTOCONF_VERSION} \ ${RUN_DEPENDS} diff --git a/print/lss/Makefile b/print/lss/Makefile index 336aa260e6b..ea0581bcd44 100644 --- a/print/lss/Makefile +++ b/print/lss/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2018/06/27 21:04:01 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 22:15:21 naddy Exp $ COMMENT= LaTeX symbols selector @@ -20,7 +20,7 @@ WANTLIB += xcb xml2 z MASTER_SITES= ${HOMEPAGE} -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= textproc/libxml \ x11/gtk+2 diff --git a/print/pdfshuffler/Makefile b/print/pdfshuffler/Makefile index e7b316f25ad..2afad6444f4 100644 --- a/print/pdfshuffler/Makefile +++ b/print/pdfshuffler/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2018/06/27 21:04:01 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:21 naddy Exp $ COMMENT = merge, split, rotate and crop PDF documents MODPY_EGG_VERSION = 0.6.0 DISTNAME = pdfshuffler-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = print HOMEPAGE = http://sourceforge.net/projects/pdfshuffler/ @@ -13,8 +13,8 @@ PERMIT_PACKAGE_CDROM = Yes MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pdfshuffler/} -BUILD_DEPENDS = devel/gettext-tools -RUN_DEPENDS = devel/gettext \ +BUILD_DEPENDS = devel/gettext,-tools +RUN_DEPENDS = devel/gettext,-runtime \ print/py-poppler \ textproc/py-pdf \ devel/desktop-file-utils diff --git a/print/poppler/Makefile b/print/poppler/Makefile index 5026e64ed8a..e36e439baa9 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.141 2019/05/17 16:45:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.142 2019/05/20 22:15:21 naddy Exp $ COMMENT-main= PDF rendering library COMMENT-qt5= Qt5 interface to PDF rendering library @@ -10,7 +10,7 @@ CATEGORIES= print PKGNAME-main= poppler-$V PKGNAME-utils= poppler-utils-$V PKGNAME-qt5= poppler-qt5-$V -REVISION= 0 +REVISION= 1 EXTRACT_SUFX= .tar.xz @@ -58,7 +58,7 @@ RUN_DEPENDS-main= \ LIB_DEPENDS-main=${MODGCC4_CPPLIBDEP} \ converters/libiconv \ - devel/gettext \ + devel/gettext,-runtime \ devel/glib2 \ graphics/cairo \ graphics/lcms2 \ diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 20db9b2d1a4..05bf7e61e53 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2019/04/04 02:08:32 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:21 naddy Exp $ COMMENT = official documentation format of the GNU project DISTNAME = texinfo-6.5 -REVISION = 1 +REVISION = 2 CATEGORIES = print @@ -21,7 +21,7 @@ MASTER_SITES = ${MASTER_SITE_GNU:=texinfo/} BUILD_DEPENDS = devel/help2man \ lang/gawk RUN_DEPENDS = print/texlive/base -LIB_DEPENDS = devel/gettext +LIB_DEPENDS = devel/gettext,-runtime TEST_DEPENDS = ${RUN_DEPENDS} FAKE_FLAGS = TEXMF=${PREFIX}/share/texmf-local diff --git a/print/xournal/Makefile b/print/xournal/Makefile index 8fa901b78ab..7f57b2d3ea6 100644 --- a/print/xournal/Makefile +++ b/print/xournal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2018/07/01 18:33:37 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:21 naddy Exp $ COMMENT = application for notetaking & annotating PDF files DISTNAME = xournal-0.4.8 @@ -19,7 +19,7 @@ WANTLIB += pangoft2-1.0 poppler-glib pthread z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xournal/} -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = print/poppler \ x11/gnome/libgnomecanvas RUN_DEPENDS = devel/desktop-file-utils \ diff --git a/productivity/aqbanking/Makefile b/productivity/aqbanking/Makefile index 8818a43d186..ad2e15f5a7f 100644 --- a/productivity/aqbanking/Makefile +++ b/productivity/aqbanking/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2018/11/02 18:48:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:21 naddy Exp $ COMMENT= online banking interface and financial data framework @@ -31,7 +31,7 @@ COMPILER = base-clang ports-gcc base-gcc MASTER_SITES= http://www.aquamaniac.de/sites/download/ -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= devel/gmp \ devel/gwenhywfar \ security/xmlsec diff --git a/productivity/calcurse/Makefile b/productivity/calcurse/Makefile index 7e8481b71fc..b63150f0ae2 100644 --- a/productivity/calcurse/Makefile +++ b/productivity/calcurse/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 2019/04/28 20:51:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:21 naddy Exp $ COMMENT= text-based calendar and scheduling application DISTNAME= calcurse-4.3.0 -REVISION= 4 +REVISION= 5 EPOCH= 0 CATEGORIES= productivity @@ -19,7 +19,7 @@ MASTER_SITES= ${HOMEPAGE}files/ RUN_DEPENDS= www/py-httplib2${MODPY_FLAVOR} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime MODULES= lang/python diff --git a/productivity/gtg/Makefile b/productivity/gtg/Makefile index 6eff8d3a2ad..759d0132085 100644 --- a/productivity/gtg/Makefile +++ b/productivity/gtg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2018/06/29 22:16:20 espie Exp $ +# $OpenBSD: Makefile,v 1.32 2019/05/20 22:15:21 naddy Exp $ COMMENT= GTD organizer for GNOME @@ -17,7 +17,7 @@ MASTER_SITES= https://launchpad.net/gtg/${MODPY_EGG_VERSION:R}/${MODPY_EGG_VERS MODULES= lang/python -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools RUN_DEPENDS= devel/desktop-file-utils \ devel/py-configobj \ diff --git a/productivity/kmymoney/Makefile b/productivity/kmymoney/Makefile index 489aae22718..f026a0deeaa 100644 --- a/productivity/kmymoney/Makefile +++ b/productivity/kmymoney/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2019/01/24 22:39:51 naddy Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:22 naddy Exp $ COMMENT = accounting for KDE 4 CATEGORIES = productivity x11 HOMEPAGE = https://kmymoney.org/ @@ -46,7 +46,7 @@ MODULES = devel/cmake \ MODKDE4_USE = pim BUILD_DEPENDS = devel/boost \ - devel/gettext-tools \ + devel/gettext,-tools \ misc/shared-mime-info RUN_DEPENDS = devel/desktop-file-utils \ diff --git a/productivity/libkfbapi/Makefile b/productivity/libkfbapi/Makefile index 651bd06f8ea..ef7a00b429b 100644 --- a/productivity/libkfbapi/Makefile +++ b/productivity/libkfbapi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2017/11/21 00:13:03 naddy Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:22 naddy Exp $ CATEGORIES = productivity COMMENT = library for accessing Facebook services @@ -28,7 +28,7 @@ MODULES = x11/kde4 MODKDE4_USE = libs pim MODKDE4_LIB_LINKS = Yes -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = devel/qjson diff --git a/productivity/mcds/Makefile b/productivity/mcds/Makefile index 93213274fd0..2b0c8d05022 100644 --- a/productivity/mcds/Makefile +++ b/productivity/mcds/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/05/02 15:52:58 kmos Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/20 22:15:22 naddy Exp $ COMMENT = tty-based carddav search tool V = 0.9 DISTNAME = mcds-${V} CATEGORIES = productivity +REVISION = 0 MAINTAINER = Timothy Brown @@ -15,7 +16,7 @@ WANTLIB = c curl iconv intl xml2 MASTER_SITES = https://github.com/t-brown/mcds/releases/download/v${V}/ -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ net/curl \ textproc/libxml diff --git a/productivity/osmo/Makefile b/productivity/osmo/Makefile index 3d8e8a81d05..96150b63e14 100644 --- a/productivity/osmo/Makefile +++ b/productivity/osmo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2018/06/29 22:16:20 espie Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:22 naddy Exp $ COMMENT= handy personal organizer @@ -22,7 +22,7 @@ WANTLIB += pangoft2-1.0 pthread tar xml2 z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=osmo-pim/} -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= security/libgringotts \ devel/libnotify \ diff --git a/productivity/rednotebook/Makefile b/productivity/rednotebook/Makefile index 616c7dc226d..092bd749de7 100644 --- a/productivity/rednotebook/Makefile +++ b/productivity/rednotebook/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2019/04/28 20:51:47 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2019/05/20 22:15:22 naddy Exp $ COMMENT= diary and journal application @@ -18,7 +18,7 @@ MODULES= lang/python MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3} # msgfmt(1) -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools RUN_DEPENDS= devel/desktop-file-utils \ devel/py-gobject3${MODPY_FLAVOR} \ diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index 7b79dcad46a..f9f88693b13 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2018/12/19 18:18:42 jca Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:22 naddy Exp $ COMMENT= encrypt and decrypt AES files and streams V= 1.11 -REVISION= 0 +REVISION= 1 DISTNAME= ccrypt-${V} CATEGORIES= security @@ -21,7 +21,7 @@ MASTER_SITES= ${HOMEPAGE}/download/${V}/ \ MODULES= textproc/intltool -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --disable-emacs diff --git a/security/encfs/Makefile b/security/encfs/Makefile index ddbdf597617..16e9a8565c5 100644 --- a/security/encfs/Makefile +++ b/security/encfs/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.20 2018/10/16 17:51:53 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:22 naddy Exp $ COMMENT = fuse-based cryptographic filesystem V = 1.9.5 DISTNAME = encfs-$V -REVISION = 1 +REVISION = 2 CATEGORIES = security @@ -24,8 +24,8 @@ MODULES = devel/cmake \ MODPY_RUNDEP = No -BUILD_DEPENDS = devel/gettext-tools -LIB_DEPENDS = devel/gettext \ +BUILD_DEPENDS = devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime \ textproc/tinyxml2 CONFIGURE_ARGS = -DUSE_INTERNAL_TINYXML=Off \ diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 3022c26cddf..0d40bed6a76 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2018/08/08 07:07:25 feinerer Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:22 naddy Exp $ COMMENT = firewall knock operator DISTNAME = fwknop-2.6.10 +REVISION = 0 SHARED_LIBS += fko 0.0 # 3.0 @@ -23,7 +24,7 @@ BUILD_DEPENDS = net/wget \ security/gnupg RUN_DEPENDS = net/wget \ security/gnupg -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ security/gpgme SEPARATE_BUILD = Yes diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 3ec1c785690..8b48c18cb2f 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.112 2019/05/17 16:19:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.113 2019/05/20 22:15:22 naddy Exp $ COMMENT= GNU privacy guard - a free PGP replacement DISTNAME= gnupg-1.4.23 -REVISION= 2 +REVISION= 3 CATEGORIES= security # restrict, not compatible with gnupg-2. @@ -21,7 +21,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += bz2 c crypto curses curl iconv intl nghttp2 readline ssl z LIB_DEPENDS= archivers/bzip2 \ - devel/gettext \ + devel/gettext,-runtime \ net/curl CONFIGURE_STYLE= gnu diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 4aed90f3a56..26fe9f40b1f 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.64 2019/02/06 23:05:18 sthen Exp $ +# $OpenBSD: Makefile,v 1.65 2019/05/20 22:15:22 naddy Exp $ COMMENT = GNU privacy guard - a free PGP replacement DISTNAME = gnupg-2.2.12 CATEGORIES = security +REVISION = 0 # don't mix up dependencies with gnupg1 PKGSPEC = gnupg->=2 @@ -27,7 +28,7 @@ FLAVOR ?= LIB_DEPENDS = archivers/bzip2 \ databases/sqlite3 \ - devel/gettext \ + devel/gettext,-runtime \ devel/libusb1 \ devel/npth>=1.5 \ security/gnutls \ diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 5d8bd517931..fe08c09e4ce 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.37 2018/06/27 21:04:02 espie Exp $ +# $OpenBSD: Makefile,v 1.38 2019/05/20 22:15:22 naddy Exp $ COMMENT= graphical interface for GnuPG DISTNAME= gpa-0.9.9 -REVISION= 4 +REVISION= 5 CATEGORIES= security x11 HOMEPAGE= https://www.gnupg.org/software/gpa/ @@ -21,7 +21,7 @@ MASTER_SITES = https://gnupg.org/ftp/gcrypt/gpa/ EXTRACT_SUFX= .tar.bz2 RUN_DEPENDS= devel/desktop-file-utils -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ security/gpgme \ x11/gtk+2 diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index d8bd0fd032d..ba35b30d7a9 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2019/05/09 16:45:43 sthen Exp $ +# $OpenBSD: Makefile,v 1.51 2019/05/20 22:15:22 naddy Exp $ COMMENT-main = GnuPG Made Easy COMMENT-qt = Qt bindings for GPGme @@ -7,7 +7,7 @@ VERSION = 1.12.0 DISTNAME = gpgme-${VERSION} PKGNAME-main = gpgme-${VERSION} PKGNAME-qt = gpgme-qt-${VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = security devel @@ -46,7 +46,7 @@ BUILD_DEPENDS = gnupg->=2:security/gnupg2 # so we must be explicit here. RUN_DEPENDS = gnupg-*:security/gnupg LIB_DEPENDS-main = ${LIB_DEPENDS:N*qt*} \ - devel/gettext \ + devel/gettext,-runtime \ security/libgpg-error>=1.4 \ security/libassuan diff --git a/security/libbde/Makefile b/security/libbde/Makefile index 1b6d999dbeb..6d3bffc3a95 100644 --- a/security/libbde/Makefile +++ b/security/libbde/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2017/11/22 11:42:15 naddy Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:22 naddy Exp $ COMMENT = access the BitLocker Drive Encryption encrypted volumes @@ -33,7 +33,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES = lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/security/libewf/Makefile b/security/libewf/Makefile index a5e74617ad7..0f8f7207151 100644 --- a/security/libewf/Makefile +++ b/security/libewf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2018/08/10 10:20:22 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:22 naddy Exp $ COMMENT = access the Expert Witness Compression Format @@ -25,7 +25,7 @@ MASTER_SITES = https://github.com/libyal/libewf/releases/download/${VERSION}/ MODULES = lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio \ archivers/bzip2 \ diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 3b43c6a1e99..3ae6f4f6138 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.49 2019/03/20 16:32:29 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.50 2019/05/20 22:15:22 naddy Exp $ COMMENT= error codes for GnuPG related software DISTNAME= libgpg-error-1.36 CATEGORIES= security devel EXTRACT_SUFX= .tar.bz2 +REVISION= 0 SHARED_LIBS += gpg-error 3.19 # 27.0 @@ -19,7 +20,7 @@ WANTLIB += c iconv intl MASTER_SITES= ${MASTER_SITE_GNUPG:=libgpg-error/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu diff --git a/security/libgsasl/Makefile b/security/libgsasl/Makefile index 866760b1412..51fd2c9f6da 100644 --- a/security/libgsasl/Makefile +++ b/security/libgsasl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2017/11/01 16:31:24 naddy Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:22 naddy Exp $ COMMENT= GNU implementation of the SASL framework @@ -7,7 +7,7 @@ CATEGORIES= security HOMEPAGE= https://www.gnu.org/software/gsasl/ MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/} MAINTAINER= Sebastian Reitenbach -REVISION = 3 +REVISION = 4 SHARED_LIBS += gsasl 0.0 # 14.6 @@ -15,7 +15,7 @@ SHARED_LIBS += gsasl 0.0 # 14.6 PERMIT_PACKAGE_CDROM= yes WANTLIB+= gcrypt gpg-error iconv idn intl -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/libidn \ security/libgcrypt diff --git a/security/libksba/Makefile b/security/libksba/Makefile index bed018184fb..53a6935ab54 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2018/01/30 15:06:37 jca Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:22 naddy Exp $ COMMENT = X.509 library DISTNAME = libksba-1.3.5 -REVISION = 1 +REVISION = 2 CATEGORIES = security SHARED_LIBS = ksba 0.2 # 19.6 @@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM = Yes EXTRACT_SUFX = .tar.bz2 -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ security/libgpg-error WANTLIB += gpg-error iconv intl diff --git a/security/libpwquality/Makefile b/security/libpwquality/Makefile index e135093c4f4..403819a0146 100644 --- a/security/libpwquality/Makefile +++ b/security/libpwquality/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/05/19 19:13:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:23 naddy Exp $ COMMENT = library to generate, and check strengh of passwords @@ -27,7 +27,7 @@ MODULES = lang/python USE_GMAKE = Yes -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ shells/bash LIB_DEPENDS = security/cracklib diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 8509db605e7..0e3d937b678 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2017/11/01 17:07:25 naddy Exp $ +# $OpenBSD: Makefile,v 1.33 2019/05/20 22:15:23 naddy Exp $ COMMENT = extendable encryption program that supports many ciphers DISTNAME = mcrypt-2.6.8 -REVISION = 5 +REVISION = 6 CATEGORIES = security HOMEPAGE = http://mcrypt.sf.net/ @@ -20,7 +20,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mcrypt/} USE_GMAKE = Yes LIB_DEPENDS = security/libmcrypt \ security/mhash \ - devel/gettext \ + devel/gettext,-runtime \ devel/libtool,-ltdl CONFIGURE_STYLE = gnu diff --git a/security/p11-kit/Makefile b/security/p11-kit/Makefile index f21c16fc972..d35d1d31ef4 100755 --- a/security/p11-kit/Makefile +++ b/security/p11-kit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2019/05/19 11:26:25 naddy Exp $ +# $OpenBSD: Makefile,v 1.50 2019/05/20 22:15:23 naddy Exp $ COMMENT= library for loading and enumerating PKCS\#11 modules @@ -6,7 +6,7 @@ GH_PROJECT= p11-kit GH_ACCOUNT= p11-glue GH_TAGNAME= 0.23.15 -REVISION= 0 +REVISION= 1 CATEGORIES= security @@ -21,7 +21,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c ffi iconv intl pthread tasn1 -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/libffi \ security/libtasn1 @@ -40,7 +40,7 @@ FAKE_FLAGS= exampledir=${PREFIX}/share/examples/p11-kit/pkcs11 AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.16 AUTORECONF= ./autogen.sh -BUILD_DEPENDS += devel/gettext-tools +BUILD_DEPENDS += devel/gettext,-tools post-install: rm ${PREFIX}/lib/pkcs11/*.{a,la} diff --git a/security/steghide/Makefile b/security/steghide/Makefile index cd6155a9465..8130cb67888 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2019/05/02 14:51:49 danj Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 22:15:23 naddy Exp $ COMMENT = software able to hide data in various kind of files DISTNAME = steghide-0.5.1 -REVISION = 8 +REVISION = 9 CATEGORIES = security HOMEPAGE = http://steghide.sf.net/ @@ -16,8 +16,8 @@ COMPILER = base-clang ports-gcc base-gcc MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=steghide/} -BUILD_DEPENDS = devel/gettext-tools -LIB_DEPENDS = devel/gettext \ +BUILD_DEPENDS = devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime \ security/libmcrypt \ security/mhash \ graphics/jpeg diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 79221cc0f49..dc47bcf3c35 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.29 2019/01/13 02:58:15 millert Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:23 naddy Exp $ COMMENT= execute a command as another user DISTNAME= sudo-1.8.27 CATEGORIES= security +REVISION= 0 MAINTAINER= Todd C. Miller @@ -41,7 +42,7 @@ WANTLIB+= crypto lber-2.4 ldap-2.4 sasl2 ssl .endif .if ${FLAVOR:Mgettext} CONFIGURE_ARGS += --enable-nls=${LOCALBASE} -LIB_DEPENDS+= devel/gettext +LIB_DEPENDS+= devel/gettext,-runtime WANTLIB+= iconv intl .else CONFIGURE_ARGS += --disable-nls diff --git a/security/yubico/yubico-c-client/Makefile b/security/yubico/yubico-c-client/Makefile index 53ddfc8fc5e..87cf90dd828 100644 --- a/security/yubico/yubico-c-client/Makefile +++ b/security/yubico/yubico-c-client/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2019/04/29 16:27:26 sthen Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:23 naddy Exp $ COMMENT= C library to validate an Yubikey OTP against API servers YK_PROJECT= yubico-c-client DISTNAME= ykclient-2.15 -REVISION= 2 +REVISION= 3 SHARED_LIBS += ykclient 0.0 # 9.0 @@ -17,7 +17,7 @@ WANTLIB = c crypto curl iconv intl nghttp2 pthread ssl z CONFIGURE_STYLE= gnu BUILD_DEPENDS= devel/help2man -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ net/curl .include diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 6658020d173..ff523a6c039 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.111 2019/04/23 21:21:19 naddy Exp $ +# $OpenBSD: Makefile,v 1.112 2019/05/20 22:15:23 naddy Exp $ COMMENT= GNU Bourne Again Shell @@ -6,6 +6,7 @@ DISTNAME= bash-5.0 PKGNAME= bash-5.0.7 CATEGORIES= shells HOMEPAGE= https://www.gnu.org/software/bash/ +REVISION= 0 MAINTAINER= Christian Weisgerber @@ -19,7 +20,7 @@ DIST_SUBDIR= bash PATCHFILES+= bash50-$i:0 .endfor -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime WANTLIB= c curses iconv intl ALL_TARGET= all loadables diff --git a/shells/fish/Makefile b/shells/fish/Makefile index e63a3c38c58..279a997470e 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2019/05/15 12:04:41 kmos Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 22:15:23 naddy Exp $ COMMENT = friendly interactive shell V = 3.0.2 DISTNAME = fish-$V +REVISION = 0 CATEGORIES = shells @@ -27,12 +28,12 @@ MODULES = lang/python AUTOCONF_VERSION = 2.69 AUTOMAKE_VERSION = 1.15 -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ ${MODGNU_AUTOCONF_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS} LIB_DEPENDS = devel/pcre2 \ - devel/gettext + devel/gettext,-runtime RUN_DEPENDS = misc/gnugetopt diff --git a/shells/yash/Makefile b/shells/yash/Makefile index 87d8912f264..6b7289c4bcb 100644 --- a/shells/yash/Makefile +++ b/shells/yash/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/02/01 21:26:29 naddy Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:23 naddy Exp $ COMMENT= POSIX-compliant command line shell @@ -6,6 +6,7 @@ DISTNAME= yash-2.48 RELEASE= 70439 CATEGORIES= shells HOMEPAGE= https://yash.osdn.jp/index.html.en +REVISION= 0 MAINTAINER= Christian Weisgerber @@ -16,7 +17,7 @@ MASTER_SITES= ${MASTER_SITE_OSDN_JP:=/yash/${RELEASE}/} EXTRACT_SUFX= .tar.xz WANTLIB= c curses intl m -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE=simple CONFIGURE_ARGS= --prefix="${PREFIX}" \ diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 58f3b5e7c3c..9fbcf4e2f9c 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.136 2019/05/17 16:45:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.137 2019/05/20 22:15:23 naddy Exp $ # XXX building this port while a version is already installed on the # system will lead to unexpected hidden dependencies!!! @@ -11,8 +11,10 @@ COMMENT-pgsql= Bacula libbaccats support for PostgreSQL COMMENT-sqlite3= Bacula libbaccats support for SQLite3 V= 9.4.2 +REVISION-main= 0 +REVISION-server= 0 REVISION-pgsql= 0 -REVISION-bat= 0 +REVISION-bat= 1 DISTNAME= bacula-$V PKGNAME-main= bacula-client-$V PKGNAME-server= bacula-server-$V @@ -49,7 +51,7 @@ COMPILER = base-clang ports-gcc base-gcc # http://www.bacula.org/7.0.x-manuals/en/main/Bacula_Copyright_Trademark_.html PERMIT_PACKAGE_CDROM= Yes -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime LOCALSTATEDIR= ${BASELOCALSTATEDIR}/bacula SYSCONFDIR= ${BASESYSCONFDIR}/bacula diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index ffd31f0bf6f..ac09cfde6af 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.72 2019/05/09 14:09:36 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.73 2019/05/20 22:15:23 naddy Exp $ COMMENT= framework for defining and tracking users, sessions & seats @@ -44,7 +44,7 @@ AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.15 BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS} \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/libtool pre-configure: diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index ddd9989b2b7..8345fbc9e36 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2019/04/02 19:47:43 bcallah Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:23 naddy Exp $ COMMENT = file, shell and text manipulation utilities DISTNAME = coreutils-8.31 CATEGORIES = sysutils +REVISION = 0 MAINTAINER = Brian Callahan @@ -17,7 +18,7 @@ WANTLIB = c iconv intl pthread MASTER_SITES = ${MASTER_SITE_GNU:=coreutils/} EXTRACT_SUFX = .tar.xz -LIB_DEPENDS = devel/gettext +LIB_DEPENDS = devel/gettext,-runtime CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --program-prefix=g \ diff --git a/sysutils/dfc/Makefile b/sysutils/dfc/Makefile index 6d896d730df..c29df55558e 100644 --- a/sysutils/dfc/Makefile +++ b/sysutils/dfc/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2017/11/12 16:00:15 bcallah Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:23 naddy Exp $ COMMENT = display file system space usage using graph and colors DISTNAME = dfc-3.1.1 CATEGORIES = sysutils +REVISION = 0 MASTER_SITES = https://projects.gw-computing.net/attachments/download/615/ HOMEPAGE = https://projects.gw-computing.net/projects/dfc @@ -14,8 +15,8 @@ PERMIT_PACKAGE_CDROM= Yes MODULES = devel/cmake WANTLIB = c iconv intl m -BUILD_DEPENDS = devel/gettext-tools -LIB_DEPENDS = devel/gettext +BUILD_DEPENDS = devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime NO_TEST = Yes diff --git a/sysutils/direvent/Makefile b/sysutils/direvent/Makefile index 78937626d6c..6fad92e0974 100644 --- a/sysutils/direvent/Makefile +++ b/sysutils/direvent/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2016/07/08 08:01:48 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:23 naddy Exp $ COMMENT= directory content watcher daemon DISTNAME= direvent-5.1 +REVISION= 0 CATEGORIES= sysutils @@ -15,7 +16,7 @@ WANTLIB += c iconv intl MASTER_SITES= ${MASTER_SITE_GNU:=direvent/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu diff --git a/sysutils/dsh/Makefile b/sysutils/dsh/Makefile index ebd6d9ab1f3..4ba4aff9183 100644 --- a/sysutils/dsh/Makefile +++ b/sysutils/dsh/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2017/11/21 00:13:03 naddy Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:23 naddy Exp $ COMMENT= dancers shell or distributed shell DISTNAME = dsh-0.25.10 CATEGORIES= sysutils net -REVISION = 0 +REVISION = 1 HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/dsh.html.en MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/ @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB = c dshconfig iconv intl -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/libdshconfig CONFIGURE_STYLE= gnu diff --git a/sysutils/dwdiff/Makefile b/sysutils/dwdiff/Makefile index 00f17095192..3608dba94a3 100644 --- a/sysutils/dwdiff/Makefile +++ b/sysutils/dwdiff/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2017/12/04 21:09:39 espie Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:23 naddy Exp $ COMMENT = word-based diff program DISTNAME = dwdiff-2.0.9 -REVISION = 1 +REVISION = 2 CATEGORIES = sysutils textproc FIX_EXTRACT_PERMISSIONS=Yes @@ -19,9 +19,9 @@ WANTLIB = c iconv icudata icui18n icuuc intl m pthread MASTER_SITES = http://os.ghalkes.nl/dist/ EXTRACT_SUFX = .tgz -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ textproc/icu4c CONFIGURE_STYLE = simple diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 223e171e7b2..c1b1e5bf6a5 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.39 2016/09/10 13:03:43 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.40 2019/05/20 22:15:23 naddy Exp $ COMMENT= utilities to manipulate ext2 filesystems DISTNAME= e2fsprogs-1.42.12 -REVISION= 4 +REVISION= 5 CATEGORIES= sysutils devel SHARED_LIBS= blkid 0.0 \ com_err 21.0 \ @@ -21,7 +21,7 @@ WANTLIB += c iconv intl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/} -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime SEPARATE_BUILD= Yes CONFIGURE_STYLE= autoconf diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index 02afc260256..37b0fa70afc 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.68 2019/05/10 11:17:36 sebastia Exp $ +# $OpenBSD: Makefile,v 1.69 2019/05/20 22:15:24 naddy Exp $ ONLY_FOR_ARCHS = ${CLANG_ARCHS} ${LLVM_ARCHS} @@ -40,7 +40,7 @@ LIB_DEPENDS = devel/boost>=1.58 \ devel/yaml-cpp \ net/curl -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools CONFIGURE_ARGS+= -DFACTER_RUBY="${LOCALBASE}/lib/libruby${MODRUBY_BINREV}.so" \ -DRUBY_LIB_INSTALL="${PREFIX}/lib/ruby/vendor_ruby/${MODRUBY_REV}" \ diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index 897d4e92752..39ac1ebb484 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.37 2019/03/11 23:21:23 sthen Exp $ +# $OpenBSD: Makefile,v 1.38 2019/05/20 22:15:24 naddy Exp $ COMMENT= IPMI library and tools (in- and out-of-band) DISTNAME= freeipmi-1.6.3 -REVISION= 0 +REVISION= 1 SHARED_LIBS += freeipmi 6.5 # 19.2 SHARED_LIBS += ipmiconsole 3.1 # 5.5 @@ -25,7 +25,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=freeipmi/} BUILD_DEPENDS= devel/argp-standalone LIB_DEPENDS= security/libgcrypt \ - devel/gettext + devel/gettext,-runtime SEPARATE_BUILD= Yes USE_GMAKE= Yes diff --git a/sysutils/ggrep/Makefile b/sysutils/ggrep/Makefile index baa794bc130..00e4c46685e 100644 --- a/sysutils/ggrep/Makefile +++ b/sysutils/ggrep/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.33 2019/01/25 18:39:05 naddy Exp $ +# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:24 naddy Exp $ COMMENT= GNU versions of grep pattern matching utilities DISTNAME= grep-3.3 PKGNAME= g${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES= sysutils HOMEPAGE= https://www.gnu.org/software/grep/grep.html @@ -17,7 +17,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=grep/} EXTRACT_SUFX= .tar.xz -LIB_DEPENDS= devel/gettext devel/pcre +LIB_DEPENDS= devel/gettext,-runtime devel/pcre WANTLIB= c iconv intl pcre CONFIGURE_STYLE=gnu diff --git a/sysutils/gkrellm/gkrellm/Makefile b/sysutils/gkrellm/gkrellm/Makefile index 5c601ba3f26..a2737655fef 100644 --- a/sysutils/gkrellm/gkrellm/Makefile +++ b/sysutils/gkrellm/gkrellm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 2018/06/01 14:24:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.76 2019/05/20 22:15:24 naddy Exp $ COMMENT-main= single process stack of system monitors for GTK+2 (server) COMMENT-client= single process stack of system monitors for GTK+2 @@ -40,7 +40,7 @@ WANTLIB-client += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 gobject-2.0 WANTLIB-client += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB-client += ssl z -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools NO_TEST= Yes USE_GMAKE= Yes diff --git a/sysutils/krename/Makefile b/sysutils/krename/Makefile index 5ddfa7629b4..16c61504c7b 100644 --- a/sysutils/krename/Makefile +++ b/sysutils/krename/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2019/03/08 20:00:51 cwen Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:24 naddy Exp $ COMMENT = powerful batch file renamer @@ -25,7 +25,7 @@ MASTER_SITES = ${MASTER_SITE_KDE:=stable/krename/${VERSION}/src/} MODULES = devel/kf5 -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+3,-guic diff --git a/sysutils/libesedb/Makefile b/sysutils/libesedb/Makefile index 000fa16242a..22abb15763a 100644 --- a/sysutils/libesedb/Makefile +++ b/sysutils/libesedb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2018/06/04 20:16:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the ESE and EDB format @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio \ sysutils/libfwnt diff --git a/sysutils/libevt/Makefile b/sysutils/libevt/Makefile index e329b68df56..c0905c5747c 100644 --- a/sysutils/libevt/Makefile +++ b/sysutils/libevt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2018/02/24 09:56:09 landry Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the Windows Event Log (EVT) @@ -32,7 +32,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS += devel/gettext-tools +BUILD_DEPENDS += devel/gettext,-tools LIB_DEPENDS += devel/libbfio TEST_DEPENDS += shells/bash diff --git a/sysutils/libevtx/Makefile b/sysutils/libevtx/Makefile index b407a9ee924..48bf4cd8df2 100644 --- a/sysutils/libevtx/Makefile +++ b/sysutils/libevtx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/11/20 19:49:32 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the Windows XML Event Log (EVTX) @@ -34,7 +34,7 @@ MODULES += lang/python MODPY_ADJ_FILES += tests/pyevtx_test_support.py # xgettext(1) -BUILD_DEPENDS += devel/gettext-tools +BUILD_DEPENDS += devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libfsntfs/Makefile b/sysutils/libfsntfs/Makefile index beb2a0471bb..ab7ec4383c4 100644 --- a/sysutils/libfsntfs/Makefile +++ b/sysutils/libfsntfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2018/09/01 07:44:46 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access NTFS @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio \ sysutils/libfwnt diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile index 56cd8c30bed..fa72fe9710b 100644 --- a/sysutils/libfvde/Makefile +++ b/sysutils/libfvde/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2018/03/14 12:34:13 rpointel Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access FileVault Drive Encryption @@ -29,7 +29,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libfwsi/Makefile b/sysutils/libfwsi/Makefile index ce9ea652236..732ca09927d 100644 --- a/sysutils/libfwsi/Makefile +++ b/sysutils/libfwsi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2018/09/01 07:44:46 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:24 naddy Exp $ COMMENT = library to access the Windows Shell Item format @@ -28,7 +28,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools TEST_DEPENDS += shells/bash diff --git a/sysutils/liblnk/Makefile b/sysutils/liblnk/Makefile index 5557356da25..deb0872c150 100644 --- a/sysutils/liblnk/Makefile +++ b/sysutils/liblnk/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2017/11/19 14:52:23 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the Windows Shortcut File VERSION = 20171101 DISTNAME = liblnk-alpha-${VERSION} PKGNAME = ${DISTNAME:S/-alpha//} -REVISION = 0 +REVISION = 1 SHARED_LIBS += lnk 0.1 # 1.0 @@ -29,9 +29,9 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS +=devel/gettext-tools +BUILD_DEPENDS +=devel/gettext,-tools -LIB_DEPENDS += devel/gettext \ +LIB_DEPENDS += devel/gettext,-runtime \ devel/libbfio \ sysutils/libfwsi diff --git a/sysutils/libmsiecf/Makefile b/sysutils/libmsiecf/Makefile index 79dd217c5a6..c0ac8360403 100644 --- a/sysutils/libmsiecf/Makefile +++ b/sysutils/libmsiecf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/12/28 15:58:53 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the IE Cache File (index.dat) @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libolecf/Makefile b/sysutils/libolecf/Makefile index 1b419f14754..b4970ef4ea3 100644 --- a/sysutils/libolecf/Makefile +++ b/sysutils/libolecf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2018/11/29 14:50:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the OLE 2 Compound File @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libqcow/Makefile b/sysutils/libqcow/Makefile index 5979e67dd68..a60270a295e 100644 --- a/sysutils/libqcow/Makefile +++ b/sysutils/libqcow/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2018/11/02 19:12:30 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the QEMU Copy-On-Write (QCOW) @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libregf/Makefile b/sysutils/libregf/Makefile index 92793e83896..5c569ad6ffc 100644 --- a/sysutils/libregf/Makefile +++ b/sysutils/libregf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2018/07/17 07:35:55 rpointel Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the Windows NT Registry File @@ -32,7 +32,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio \ sysutils/libfwnt diff --git a/sysutils/libscca/Makefile b/sysutils/libscca/Makefile index bf7f5e2b33b..e687ee0eb29 100644 --- a/sysutils/libscca/Makefile +++ b/sysutils/libscca/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2017/12/04 11:38:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the Windows Prefetch File @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio \ sysutils/libfwnt diff --git a/sysutils/libsigscan/Makefile b/sysutils/libsigscan/Makefile index 286def56b49..cb8256ec588 100644 --- a/sysutils/libsigscan/Makefile +++ b/sysutils/libsigscan/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/12/16 20:19:42 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:24 naddy Exp $ COMMENT = library for binary signature scanning @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libsmraw/Makefile b/sysutils/libsmraw/Makefile index c7332c457db..a6f52cd73df 100644 --- a/sysutils/libsmraw/Makefile +++ b/sysutils/libsmraw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2018/03/14 12:35:57 rpointel Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:24 naddy Exp $ COMMENT = library and tools to access the (split) RAW image format @@ -29,7 +29,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio TEST_DEPENDS += shells/bash diff --git a/sysutils/libvhdi/Makefile b/sysutils/libvhdi/Makefile index df6ed81852b..3a38f85c2c5 100644 --- a/sysutils/libvhdi/Makefile +++ b/sysutils/libvhdi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2018/09/08 15:23:52 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:25 naddy Exp $ COMMENT = library and tools to access the VHD image format @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libvmdk/Makefile b/sysutils/libvmdk/Makefile index 9764e633f33..03f1df6b1a3 100644 --- a/sysutils/libvmdk/Makefile +++ b/sysutils/libvmdk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/11/28 15:27:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:25 naddy Exp $ COMMENT = library and tools to access the VMware Virtual Disk format @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libvshadow/Makefile b/sysutils/libvshadow/Makefile index f7d8057c560..bd7bb878110 100644 --- a/sysutils/libvshadow/Makefile +++ b/sysutils/libvshadow/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/12/23 15:57:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:25 naddy Exp $ COMMENT = library and tools to access the VSSformat @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/libvslvm/Makefile b/sysutils/libvslvm/Makefile index bd0f3fbd12c..9a4a1f56945 100644 --- a/sysutils/libvslvm/Makefile +++ b/sysutils/libvslvm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2019/01/18 19:45:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:25 naddy Exp $ COMMENT = library to access the LVM volume system format @@ -30,7 +30,7 @@ WRKDIST = ${WRKDIR}/${PKGNAME} MODULES += lang/python -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS += devel/libbfio diff --git a/sysutils/modlogan/Makefile b/sysutils/modlogan/Makefile index 53d729b8b96..66e60a20ac9 100644 --- a/sysutils/modlogan/Makefile +++ b/sysutils/modlogan/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2017/11/21 00:13:04 naddy Exp $ +# $OpenBSD: Makefile,v 1.33 2019/05/20 22:15:25 naddy Exp $ COMMENT= modular log analyzer DISTNAME= modlogan-0.8.13 -REVISION= 10 +REVISION= 11 CATEGORIES= sysutils www HOMEPAGE= http://jan.kneschke.de/projects/modlogan/ @@ -18,7 +18,7 @@ WANTLIB += pcre png pthread tiff webp z LIB_DEPENDS= archivers/bzip2 \ - devel/gettext \ + devel/gettext,-runtime \ devel/pcre \ graphics/gd \ net/adns diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index d8af679752d..3c17b05751e 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.101 2018/11/06 18:26:27 landry Exp $ +# $OpenBSD: Makefile,v 1.102 2019/05/20 22:15:25 naddy Exp $ COMMENT-main= UPS monitoring program supporting many brands COMMENT-cgi= CGIs for monitoring Nut-based UPSs @@ -15,7 +15,7 @@ PKGNAME-xml= ${DISTNAME:S/-/-xml-/} REVISION-main= 6 REVISION-snmp= 2 REVISION-xml= 3 -REVISION-cgi= 2 +REVISION-cgi= 3 SHARED_LIBS += upsclient 4.0 # .4.0 SHARED_LIBS += nutclient 0.0 # .0.0 @@ -99,7 +99,7 @@ RUN_DEPENDS-xml= ${RUN_DEPENDS} \ LIB_DEPENDS-snmp= net/net-snmp RUN_DEPENDS-snmp= sysutils/nut -LIB_DEPENDS-cgi= devel/gettext \ +LIB_DEPENDS-cgi= devel/gettext,-runtime \ graphics/jpeg \ graphics/gd \ sysutils/nut diff --git a/sysutils/simple-mtpfs/Makefile b/sysutils/simple-mtpfs/Makefile index 65551460779..f8c03f6b179 100644 --- a/sysutils/simple-mtpfs/Makefile +++ b/sysutils/simple-mtpfs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/05/20 04:47:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:25 naddy Exp $ COMMENT= MTP device filesystem @@ -28,7 +28,7 @@ MAKE_FILE= makefile AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.15 AUTORECONF= /bin/sh ./autogen.sh -BUILD_DEPENDS += devel/gettext +BUILD_DEPENDS += devel/gettext,-runtime CPPFLAGS += -I${LOCALBASE}/include LDFLAGS += -L${LOCALBASE}/lib diff --git a/sysutils/tpb/Makefile b/sysutils/tpb/Makefile index 8ca255330d7..afaa5ffbb46 100644 --- a/sysutils/tpb/Makefile +++ b/sysutils/tpb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2019/05/01 20:12:51 danj Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:25 naddy Exp $ # requires nvram(4) device ONLY_FOR_ARCHS= amd64 i386 @@ -6,7 +6,7 @@ ONLY_FOR_ARCHS= amd64 i386 COMMENT= utility to use ibm thinkpad(tm) special keys DISTNAME= tpb-0.6.4 -REVISION= 6 +REVISION= 7 CATEGORIES= sysutils HOMEPAGE= http://www.nongnu.org/tpb/ @@ -20,8 +20,8 @@ WANTLIB= ICE SM X11 Xext Xinerama c iconv intl ossaudio pthread xosd>=4 CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-xosd-config=${LOCALBASE}/bin/xosd-config -BUILD_DEPENDS= devel/gettext-tools -LIB_DEPENDS= devel/gettext \ +BUILD_DEPENDS= devel/gettext,-tools +LIB_DEPENDS= devel/gettext,-runtime \ x11/xosd post-install: diff --git a/telephony/asterisk/Makefile b/telephony/asterisk/Makefile index a3eed37d0f9..a2da364a7c1 100644 --- a/telephony/asterisk/Makefile +++ b/telephony/asterisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.299 2019/05/01 23:04:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.300 2019/05/20 22:15:25 naddy Exp $ COMMENT-main= open source multi-protocol PBX and telephony toolkit @@ -7,7 +7,7 @@ PJ_V= 2.8 DISTNAME= asterisk-${VER:S/beta/-beta/:S/rc/-rc/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pjproject-${PJ_V}.tar.bz2:0 PKGNAME-main= asterisk-${VER} -REVISION= 1 +REVISION= 2 .if ${MACHINE_ARCH} == i386 # i386 issue linking libasteriskpj.so.0.0: @@ -178,7 +178,7 @@ COMMENT-calendar= calendar support for Asterisk WANTLIB-calendar= crypto expat ical iconv intl iksemel lzma WANTLIB-calendar+= m neon proxy pthread ssl xml2 z -LIB_DEPENDS-calendar= devel/gettext \ +LIB_DEPENDS-calendar= devel/gettext,-runtime \ net/neon \ textproc/libical .if !${BUILD_PACKAGES:M-calendar} @@ -187,7 +187,7 @@ CONFIGURE_ARGS+= --with-ical=no # http_post COMMENT-http_post= HTTP POST support for Asterisk -LIB_DEPENDS-http_post= devel/gettext mail/gmime +LIB_DEPENDS-http_post= devel/gettext,-runtime mail/gmime WANTLIB-http_post= gio-2.0 glib-2.0 gmime-2.6 gobject-2.0 intl pthread .if !${BUILD_PACKAGES:M-http_post} CONFIGURE_ARGS+= --with-gmime=no diff --git a/telephony/coturn/Makefile b/telephony/coturn/Makefile index 850a02ef6e6..416ca882d4b 100644 --- a/telephony/coturn/Makefile +++ b/telephony/coturn/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2019/05/02 11:43:10 feinerer Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:25 naddy Exp $ COMMENT = coturn STUN/TURN server V = 4.5.1.1 DISTNAME = turnserver-${V} +REVISION = 0 CATEGORIES = telephony @@ -23,7 +24,7 @@ MASTER_SITES = http://turnserver.open-sys.org/downloads/v${V}/ \ LIB_DEPENDS = databases/mariadb \ databases/postgresql \ databases/sqlite3 \ - devel/gettext \ + devel/gettext,-runtime \ devel/libevent2 \ databases/libhiredis diff --git a/tests/portbump/t10/Makefile b/tests/portbump/t10/Makefile index 40b43df19e8..74dbbb87742 100644 --- a/tests/portbump/t10/Makefile +++ b/tests/portbump/t10/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2018/06/27 16:18:28 zhuk Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/20 22:15:25 naddy Exp $ COMMENT-main = another eDonkey P2P file sharing client COMMENT-web = webserver interface to amuled @@ -30,7 +30,7 @@ RUN_DEPENDS = # bison needed if .y files are patched BUILD_DEPENDS = devel/bison \ - devel/gettext-tools + devel/gettext,-tools commonLIB_DEPENDS = x11/wxWidgets>=2.8.12 \ net/libupnp>=1.6.6 @@ -45,7 +45,7 @@ LIB_DEPENDS-daemon = ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ devel/cryptopp>=5.6.0 LIB_DEPENDS-web = ${LIB_DEPENDS} ${commonLIB_DEPENDS} \ - devel/gettext + devel/gettext,-runtime RUN_DEPENDS-main = ${RUN_DEPENDS} \ devel/desktop-file-utils diff --git a/textproc/aspell/core/Makefile b/textproc/aspell/core/Makefile index f1f21620b77..dba01c3892b 100644 --- a/textproc/aspell/core/Makefile +++ b/textproc/aspell/core/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.44 2019/05/17 16:19:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.45 2019/05/20 22:15:25 naddy Exp $ COMMENT= spell checker designed to eventually replace Ispell DISTNAME= aspell-0.60.6.1 -REVISION= 9 +REVISION= 10 SHARED_LIBS += aspell 17.0 # .16.4 SHARED_LIBS += pspell 17.0 # .16.4 DIST_SUBDIR= aspell @@ -26,7 +26,7 @@ WANTLIB= c iconv intl m curses pthread ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/calibre/Makefile b/textproc/calibre/Makefile index b68da46aeae..221189ca3cc 100644 --- a/textproc/calibre/Makefile +++ b/textproc/calibre/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.71 2019/03/08 20:00:51 cwen Exp $ +# $OpenBSD: Makefile,v 1.72 2019/05/20 22:15:25 naddy Exp $ COMMENT = ebook management application @@ -7,7 +7,7 @@ V = 2.85.1 DISTNAME = calibre-$V CATEGORIES = textproc EXTRACT_SUFX = .tar.xz -REVISION = 9 +REVISION = 10 HOMEPAGE = https://calibre-ebook.com/ @@ -25,7 +25,7 @@ MODULES = lang/python \ x11/qt5 LIB_DEPENDS= devel/chmlib \ - devel/gettext \ + devel/gettext,-runtime \ textproc/icu4c \ textproc/podofo diff --git a/textproc/gdiff/Makefile b/textproc/gdiff/Makefile index 1299a36c45d..5d06129febf 100644 --- a/textproc/gdiff/Makefile +++ b/textproc/gdiff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2019/01/06 20:26:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:25 naddy Exp $ COMMENT= GNU versions of the diff utilities @@ -8,6 +8,7 @@ DISTNAME= diffutils-${VERSION} PKGNAME= gdiff-${VERSION} CATEGORIES= textproc HOMEPAGE= https://www.gnu.org/software/diffutils/ +REVISION= 0 # GPLv3+ PERMIT_PACKAGE_CDROM= Yes @@ -16,7 +17,7 @@ WANTLIB += c iconv intl sigsegv MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/} -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/libsigsegv CONFIGURE_STYLE= gnu diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index 51b2f39f84c..b853bfa4c9e 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2017/11/19 00:53:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:25 naddy Exp $ COMMENT= GNU stream editor DISTNAME= sed-4.2.2 PKGNAME= g${DISTNAME} -REVISION= 1 +REVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=sed/} EXTRACT_SUFX= .tar.bz2 @@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB= c iconv intl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime BUILD_DEPENDS= devel/bison CONFIGURE_STYLE= gnu diff --git a/textproc/gtranslator/Makefile b/textproc/gtranslator/Makefile index 2977a2a92ef..b73eabdb5d0 100644 --- a/textproc/gtranslator/Makefile +++ b/textproc/gtranslator/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.78 2019/04/22 11:19:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.79 2019/05/20 22:15:25 naddy Exp $ COMMENT= gettext(1) files editor for GNOME GNOME_PROJECT= gtranslator GNOME_VERSION= 3.32.1 +REVISION= 0 CATEGORIES= textproc devel @@ -26,7 +27,7 @@ RUN_DEPENDS= devel/gsettings-desktop-schemas \ BUILD_DEPENDS= devel/gsettings-desktop-schemas \ devel/iso-codes -LIB_DEPENDS= devel/gettext-tools \ +LIB_DEPENDS= devel/gettext,-tools \ textproc/gspell \ x11/gtksourceview4 \ x11/gnome/libgda diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index e6ab1ea7073..40585222a24 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2019/05/18 12:13:34 naddy Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:26 naddy Exp $ COMMENT = spelling, stemming, morphological analysis and generation @@ -27,7 +27,7 @@ AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.15 # gettext-tools needed for aclocal/extern-inline.m4 -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ CONFIGURE_STYLE = autoreconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index a4492c9263b..f14bf7e6cdb 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.30 2016/03/01 09:08:26 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.31 2019/05/20 22:15:26 naddy Exp $ COMMENT= internationalization tools V= 0.51.0 DISTNAME= intltool-${V} -REVISION= 1 +REVISION= 2 CATEGORIES= textproc HOMEPAGE= https://edge.launchpad.net/intltool @@ -16,7 +16,7 @@ MASTER_SITES= ${HOMEPAGE}/trunk/${V}/+download/ BUILD_DEPENDS= textproc/p5-XML-Parser -RUN_DEPENDS= devel/gettext-tools \ +RUN_DEPENDS= devel/gettext,-tools \ textproc/p5-XML-Parser CONFIGURE_STYLE= gnu diff --git a/textproc/libnxml/Makefile b/textproc/libnxml/Makefile index 1663ad5ce3a..9de12d605b5 100644 --- a/textproc/libnxml/Makefile +++ b/textproc/libnxml/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2017/11/21 00:13:04 naddy Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:26 naddy Exp $ COMMENT = XML manipulation library VERSION = 0.18.3 DISTNAME = libnxml-${VERSION} -REVISION = 7 +REVISION = 8 CATEGORIES = textproc MASTER_SITES = http://www.autistici.org/bakunin/libnxml/ SHARED_LIBS = nxml 0.0 # 18.3 @@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB = crypto curl iconv intl nghttp2 pthread ssl z -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ net/curl CONFIGURE_STYLE= gnu diff --git a/textproc/namazu/Makefile b/textproc/namazu/Makefile index ab6a5cb4d08..6b2975e3d47 100644 --- a/textproc/namazu/Makefile +++ b/textproc/namazu/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.13 2017/11/19 00:53:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:26 naddy Exp $ COMMENT= small to medium scale full-text search engine DISTNAME= namazu-2.0.21 -REVISION= 2 +REVISION= 3 SHARED_LIBS+= nmz 0.1 # .8.3 @@ -16,7 +16,7 @@ WANTLIB= c iconv intl m MASTER_SITES= ${HOMEPAGE}stable/ -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime BUILD_DEPENDS= misc/p5-File-MMagic RUN_DEPENDS= archivers/unzip \ misc/p5-File-MMagic diff --git a/textproc/nfoview/Makefile b/textproc/nfoview/Makefile index a72182dc1b7..8f671d4bfbb 100644 --- a/textproc/nfoview/Makefile +++ b/textproc/nfoview/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2019/04/28 20:51:55 sthen Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:26 naddy Exp $ COMMENT = simple viewer for NFO files MODPY_EGG_VERSION = 1.26 @@ -19,7 +19,7 @@ PERMIT_PACKAGE_CDROM = Yes MODULES = lang/python MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools RUN_DEPENDS = devel/desktop-file-utils \ devel/py-gobject3${MODPY_FLAVOR} \ diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 71d59afc946..bb9c7af2c22 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.13 2018/10/24 14:28:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:26 naddy Exp $ COMMENT= object-oriented SGML parser DISTNAME= OpenSP-1.5.2 PKGNAME= ${DISTNAME:L} CATEGORIES= textproc -REVISION= 3 +REVISION= 4 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openjade/} @@ -22,7 +22,7 @@ MODULES= textproc/intltool COMPILER = base-clang ports-gcc base-gcc -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime USE_GMAKE= Yes CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ diff --git a/textproc/pinfo/Makefile b/textproc/pinfo/Makefile index e853ede055c..e5d782d19ca 100644 --- a/textproc/pinfo/Makefile +++ b/textproc/pinfo/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2019/01/06 14:50:49 danj Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:26 naddy Exp $ COMMENT= info viewer with lynx-style navigation DISTNAME= pinfo-0.6.9 -REVISION= 0 +REVISION= 1 CATEGORIES= textproc devel HOMEPAGE= https://alioth.debian.org/frs/?group_id=30592 @@ -17,7 +17,7 @@ MASTER_SITES= https://alioth-archive.debian.org/releases/pinfo/pinfo/pinfo-0.6. PERMIT_PACKAGE_CDROM= Yes WANTLIB= c curses iconv intl readline -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime AUTOCONF_VERSION= 2.59 CONFIGURE_STYLE= autoconf diff --git a/textproc/py-polib/Makefile b/textproc/py-polib/Makefile index 7372a39ef7e..b0830029081 100644 --- a/textproc/py-polib/Makefile +++ b/textproc/py-polib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2019/04/28 20:51:56 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:26 naddy Exp $ COMMENT= Python library to manipulate gettext files @@ -21,7 +21,7 @@ FLAVOR ?= FLAVORS = python3 # only used on test, but poisoned if not in BUILD_DEPENDS -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools TEST_DEPENDS = devel/py-coverage${MODPY_FLAVOR} diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 84a791336f2..422a4f5db0c 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2019/04/04 02:04:45 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:26 naddy Exp $ COMMENT= texinfo to HTML converter @@ -18,7 +18,7 @@ USE_GMAKE= Yes MAKE_FLAGS= texinfohtmldir=${PREFIX}/share/doc/texi2html BUILD_DEPENDS= devel/p5-libintl \ - devel/gettext-tools \ + devel/gettext,-tools \ textproc/p5-Text-Unidecode RUN_DEPENDS= devel/p5-libintl \ diff --git a/textproc/tre/Makefile b/textproc/tre/Makefile index 6b3857a7f23..29d4fb63565 100644 --- a/textproc/tre/Makefile +++ b/textproc/tre/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2017/11/19 00:53:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 22:15:26 naddy Exp $ COMMENT= lightweight regexp matching library with additional features DISTNAME= tre-0.8.0 EXTRACT_SUFX= .tar.bz2 CATEGORIES= textproc -REVISION= 3 +REVISION= 4 HOMEPAGE= http://laurikari.net/tre/ @@ -20,7 +20,7 @@ SHARED_LIBS += tre 7.0 # 5.0 WANTLIB= c iconv intl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --enable-static diff --git a/textproc/txt2tags/Makefile b/textproc/txt2tags/Makefile index 6fbe66e8000..9e8a08ca80b 100644 --- a/textproc/txt2tags/Makefile +++ b/textproc/txt2tags/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2016/10/01 11:54:17 naddy Exp $ +# $OpenBSD: Makefile,v 1.23 2019/05/20 22:15:26 naddy Exp $ COMMENT= utility to turn simply formatted text into markup @@ -18,7 +18,7 @@ EXTRACT_SUFX= .tgz MODULES= lang/python -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools PKG_ARCH= * diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 60aa200c8c0..0bdab9529b6 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2019/05/17 16:19:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:26 naddy Exp $ COMMENT= word differences between text files @@ -6,14 +6,14 @@ DISTNAME= wdiff-1.2.2 CATEGORIES= textproc HOMEPAGE= https://www.gnu.org/software/wdiff MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/} -REVISION= 1 +REVISION= 2 # GPLv3+ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c curses iconv intl -LIB_DEPENDS= devel/gettext +LIB_DEPENDS= devel/gettext,-runtime TEST_DEPENDS= misc/screen CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --prefix="${PREFIX}" diff --git a/textproc/zathura/core/Makefile b/textproc/zathura/core/Makefile index 8852594298e..d6d569be8f0 100644 --- a/textproc/zathura/core/Makefile +++ b/textproc/zathura/core/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2019/03/27 23:27:59 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:26 naddy Exp $ V = 0.4.3 COMMENT = document viewer for PDF and other formats with a vi-like UI @@ -15,7 +15,7 @@ MASTER_SITES = https://pwmt.org/projects/zathura/download/ MODULES= devel/meson BUILD_DEPENDS = textproc/py-docutils \ - devel/gettext-tools \ + devel/gettext,-tools \ textproc/py-sphinx RUN_DEPENDS = devel/desktop-file-utils \ x11/gtk+3,-guic diff --git a/www/aria2/Makefile b/www/aria2/Makefile index bc2e8a7ce76..dac264d4ae0 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2018/05/16 10:06:08 gonzalo Exp $ +# $OpenBSD: Makefile,v 1.55 2019/05/20 22:15:26 naddy Exp $ BROKEN-alpha = MetalinkParserStateV4Impl.cc:219:1: internal compiler error: Segmentation fault @@ -7,6 +7,7 @@ V = 1.34.0 DISTNAME = aria2-${V} CATEGORIES = www HOMEPAGE = https://aria2.github.io/ +REVISION = 0 MAINTAINER = Gonzalo L. R. @@ -18,7 +19,7 @@ MASTER_SITES = https://github.com/aria2/aria2/releases/download/release-${V}/ COMPILER = base-clang ports-gcc LIB_DEPENDS = databases/sqlite3 \ - devel/gettext \ + devel/gettext,-runtime \ net/libcares \ security/libssh2 diff --git a/www/goaccess/Makefile b/www/goaccess/Makefile index 97f2c06441b..d0725a656c5 100644 --- a/www/goaccess/Makefile +++ b/www/goaccess/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2019/03/22 11:23:50 kirby Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:26 naddy Exp $ COMMENT = realtime console web log analyzer DISTNAME = goaccess-1.3 -REVISION = 1 +REVISION = 2 CATEGORIES = www @@ -18,7 +18,7 @@ WANTLIB += c crypto curses intl maxminddb pthread ssl MASTER_SITES = https://tar.goaccess.io/ -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ net/libmaxminddb CONFIGURE_STYLE = gnu diff --git a/www/llgal/Makefile b/www/llgal/Makefile index b4cdace4ee7..832a6ab04d0 100644 --- a/www/llgal/Makefile +++ b/www/llgal/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2018/02/03 09:23:40 steven Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:26 naddy Exp $ COMMENT= command-line online gallery generator @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= https://github.com/bgoglin/llgal/archive/ -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools RUN_DEPENDS= graphics/ImageMagick \ graphics/p5-Image-ExifTool \ diff --git a/www/midori/Makefile b/www/midori/Makefile index cfd43732f8b..edfe7ad980c 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2019/03/05 12:58:06 landry Exp $ +# $OpenBSD: Makefile,v 1.87 2019/05/20 22:15:26 naddy Exp $ COMMENT = lightweight web browser @@ -27,7 +27,7 @@ LIB_DEPENDS = www/webkitgtk4 \ RUN_DEPENDS += multimedia/gstreamer1/plugins-libav BUILD_DEPENDS = lang/vala \ - devel/gettext-tools \ + devel/gettext,-tools \ x11/gnome/librsvg WANTLIB += atk-1.0 c cairo cairo-gobject gck-1 gcr-base-3 gcr-ui-3 diff --git a/www/mono-xsp/Makefile b/www/mono-xsp/Makefile index fc15a87b7b3..383ad1a4716 100644 --- a/www/mono-xsp/Makefile +++ b/www/mono-xsp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2018/06/04 01:47:30 sthen Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 22:15:26 naddy Exp $ COMMENT= ASP.NET implementations for Mono @@ -34,7 +34,7 @@ AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.15 BUILD_DEPENDS+= ${MODGNU_AUTOCONF_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS} \ - devel/gettext \ + devel/gettext,-runtime \ devel/libtool \ misc/findutils \ shells/bash diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index b1e3a11d8de..38219dca2a4 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2019/04/02 09:01:14 fcambus Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:27 naddy Exp $ COMMENT = RSS/Atom feed reader for text terminals V = 2.15 DISTNAME = newsboat-$V +REVISION = 0 CATEGORIES = www @@ -105,11 +106,11 @@ MODCARGO_CRATES += winapi 0.3.6 # MIT/Apache-2.0 MODCARGO_CRATES += winapi-i686-pc-windows-gnu 0.4.0 # MIT/Apache-2.0 MODCARGO_CRATES += winapi-x86_64-pc-windows-gnu 0.4.0 # MIT/Apache-2.0 -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ textproc/asciidoc LIB_DEPENDS = databases/sqlite3 \ - devel/gettext \ + devel/gettext,-runtime \ devel/stfl \ devel/json-c \ textproc/libxml \ diff --git a/www/p5-WWW-Curl/Makefile b/www/p5-WWW-Curl/Makefile index b7bcc1ddb26..b3d0a89d64d 100644 --- a/www/p5-WWW-Curl/Makefile +++ b/www/p5-WWW-Curl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.27 2017/11/21 00:13:04 naddy Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:27 naddy Exp $ COMMENT= perl binding for curl MODULES= cpan DISTNAME = WWW-Curl-4.17 -REVISION = 3 +REVISION = 4 EPOCH= 0 CATEGORIES= www net @@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB = c crypto curl iconv intl nghttp2 perl ssl z -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ net/curl post-configure: diff --git a/www/pecl-pecl_http/Makefile b/www/pecl-pecl_http/Makefile index d84969339af..574804468eb 100644 --- a/www/pecl-pecl_http/Makefile +++ b/www/pecl-pecl_http/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2019/03/08 17:02:44 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:27 naddy Exp $ BROKEN= builds, but has problems picking up libcurl COMMENT= extended HTTP support DISTNAME= pecl_http-3.2.0 +REVISION= 0 HOMEPAGE= http://pecl.php.net/package/pecl_http @@ -29,7 +30,7 @@ RUN_DEPENDS+= www/pecl-raphf${MODPHP_FLAVOR} \ TEST_DEPENDS+= ${RUN_DEPENDS} BUILD_DEPENDS+= ${RUN_DEPENDS} LIB_DEPENDS= archivers/brotli \ - devel/gettext \ + devel/gettext,-runtime \ devel/libidn \ devel/libevent2 \ net/curl \ diff --git a/www/sarg/Makefile b/www/sarg/Makefile index 31f027218bf..b51a2df1c1d 100644 --- a/www/sarg/Makefile +++ b/www/sarg/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.28 2019/05/05 16:06:34 danj Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:27 naddy Exp $ COMMENT= Squid Analysis Report Generator DISTNAME= sarg-2.3.11 CATEGORIES= www -REVISION= 0 +REVISION= 1 HOMEPAGE= http://sarg.sourceforge.net/ @@ -15,7 +15,7 @@ WANTLIB= c gd iconv intl m pcre MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sarg/} -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/pcre \ graphics/gd diff --git a/www/snownews/Makefile b/www/snownews/Makefile index 3b2fdf16ac3..c07909d902e 100644 --- a/www/snownews/Makefile +++ b/www/snownews/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.36 2019/05/01 19:29:44 sthen Exp $ +# $OpenBSD: Makefile,v 1.37 2019/05/20 22:15:27 naddy Exp $ COMMENT= text mode rss newsreader DISTNAME= snownews-1.5.12 -REVISION= 4 +REVISION= 5 CATEGORIES= www MASTER_SITES= ${HOMEPAGE}download/ @@ -16,9 +16,9 @@ WANTLIB += c crypto curses iconv intl m lzma xml2 z NO_TEST= Yes USE_GMAKE= Yes -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools RUN_DEPENDS= textproc/p5-XML-LibXML -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ textproc/libxml MAKE_ENV+= EXTRA_CFLAGS="${CFLAGS}" diff --git a/www/squid/Makefile b/www/squid/Makefile index 7cc3f81136e..2bad8727dd4 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.215 2019/05/11 12:40:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.216 2019/05/20 22:15:27 naddy Exp $ COMMENT-main= WWW and FTP proxy cache and accelerator COMMENT-ldap= LDAP authentication/ACL support for Squid @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.xz PKGNAME-main= squid-$V PKGNAME-ldap= squid-ldap-$V PKGNAME-ntlm= squid-ntlm-$V +REVISION-main= 0 CATEGORIES= www @@ -51,7 +52,7 @@ WANTLIB-main += ${cWANTLIB} crypto db expat lzma ssl xml2 z LIB_DEPENDS-main += ${LIB_DEPENDS} \ databases/db/v4 \ - devel/gettext \ + devel/gettext,-runtime \ security/libnettle \ textproc/libxml diff --git a/www/surf/Makefile b/www/surf/Makefile index 18432ed13ec..78425ed303c 100644 --- a/www/surf/Makefile +++ b/www/surf/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2017/06/23 19:50:42 czarkoff Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:27 naddy Exp $ COMMENT = simple webbrowser based on webkit/gtk+ DISTNAME = surf-2.0 CATEGORIES = www HOMEPAGE = http://surf.suckless.org/ -REVISION = 0 +REVISION = 1 MAINTAINER= Joerg Jung @@ -18,7 +18,7 @@ WANTLIB += pango-1.0 pangocairo-1.0 soup-2.4 webkit2gtk-4.0 intl MASTER_SITES = http://dl.suckless.org/surf/ -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ www/webkitgtk4 RUN_DEPENDS = x11/dmenu \ net/curl diff --git a/www/uget/Makefile b/www/uget/Makefile index 58f98d904f8..a68fcd7e13f 100644 --- a/www/uget/Makefile +++ b/www/uget/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2018/09/04 12:46:27 espie Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:27 naddy Exp $ COMMENT = lightweight graphical download manager DISTNAME = uget-2.0.11 CATEGORIES = www net x11 -REVISION = 2 +REVISION = 3 HOMEPAGE = http://ugetdm.com/ MAINTAINER = Brian Callahan @@ -20,9 +20,9 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=urlget/} MODULES = textproc/intltool -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/libnotify \ multimedia/gstreamer1/core \ net/curl \ diff --git a/www/w3m/Makefile b/www/w3m/Makefile index ed0c575be67..79d8bfb7b32 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.90 2019/01/24 20:54:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.91 2019/05/20 22:15:27 naddy Exp $ COMMENT= pager/text-based web browser DISTNAME= w3m-0.5.3 -REVISION= 7 +REVISION= 8 CATEGORIES= www HOMEPAGE= http://w3m.sourceforge.net/ @@ -18,9 +18,9 @@ MASTER_SITES0= ${MASTER_SITE_DEBIAN:=main/w/w3m/} DISTFILES= ${DISTNAME}.tar.gz \ w3m_0.5.3-37.debian.tar.xz:0 -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/boehm-gc devel/gettext +LIB_DEPENDS= devel/boehm-gc devel/gettext,-runtime FLAVORS= image FLAVOR?= diff --git a/www/webkitgtk4/Makefile b/www/webkitgtk4/Makefile index 2ffaaf788b5..4169eef53c8 100644 --- a/www/webkitgtk4/Makefile +++ b/www/webkitgtk4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.102 2019/05/17 16:56:20 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.103 2019/05/20 22:15:27 naddy Exp $ # patches/patch-Source_JavaScriptCore_javascriptcoregtk_pc_in # patches/patch-Source_WebKit_gtk_webkit2gtk-web-extension_pc_in @@ -62,7 +62,7 @@ USE_GMAKE = Yes LIBTOOL_FLAGS = --tag=disable-static BUILD_DEPENDS = devel/bison \ - devel/gettext-tools \ + devel/gettext,-tools \ devel/gperf \ devel/libexecinfo \ geo/geoclue2 diff --git a/x11/Xdialog/Makefile b/x11/Xdialog/Makefile index 2d030947709..c6394cebb0e 100644 --- a/x11/Xdialog/Makefile +++ b/x11/Xdialog/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2019/01/29 20:58:31 naddy Exp $ +# $OpenBSD: Makefile,v 1.23 2019/05/20 22:15:27 naddy Exp $ COMMENT= X11 counterpart of curses-based misc/dialog @@ -20,7 +20,7 @@ WANTLIB += pangoft2-1.0 z MASTER_SITES= http://xdialog.free.fr/ EXTRACT_SUFX= .tar.bz2 -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= x11/gtk+2 AUTOCONF_VERSION=2.59 CONFIGURE_STYLE=autoconf diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile index 86e266013a1..8cbde72a69c 100644 --- a/x11/arandr/Makefile +++ b/x11/arandr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2018/06/27 21:04:07 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:27 naddy Exp $ COMMENT = xrandr gui MODPY_EGG_VERSION = 0.1.9 @@ -17,7 +17,7 @@ MASTER_SITES = http://christian.amsuess.com/tools/arandr/files/ MODULES = lang/python RUN_DEPENDS = x11/py-gtk2 \ devel/desktop-file-utils -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ textproc/py-docutils NO_TEST = Yes diff --git a/x11/dunst/Makefile b/x11/dunst/Makefile index 5c5a7201a2a..6c14675c7b0 100644 --- a/x11/dunst/Makefile +++ b/x11/dunst/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2018/06/18 09:03:18 kn Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:27 naddy Exp $ COMMENT = customizable and lightweight notification-daemon GH_ACCOUNT = dunst-project GH_PROJECT = dunst GH_TAGNAME = v1.3.2 +REVISION = 0 CATEGORIES = x11 @@ -22,7 +23,7 @@ WANTLIB += pthread xdg-basedir USE_GMAKE = Yes -LIB_DEPENDS += devel/gettext \ +LIB_DEPENDS += devel/gettext,-runtime \ devel/glib2 \ devel/pango \ graphics/cairo \ diff --git a/x11/ede/desktop/Makefile b/x11/ede/desktop/Makefile index db3da1cf7b9..6a42417101d 100644 --- a/x11/ede/desktop/Makefile +++ b/x11/ede/desktop/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2018/10/24 14:28:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2019/05/20 22:15:27 naddy Exp $ COMMENT = Equinox desktop environment @@ -13,7 +13,7 @@ WANTLIB += startup-notification-1 ${COMPILER_LIBCXX} xkbfile z COMPILER = base-clang ports-gcc base-gcc MODULES = lang/python -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/jam \ misc/shared-mime-info LIB_DEPENDS = devel/startup-notification \ diff --git a/x11/emelfm2/Makefile b/x11/emelfm2/Makefile index c48fd8a97f5..d0d0812e6f3 100644 --- a/x11/emelfm2/Makefile +++ b/x11/emelfm2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2018/06/27 21:04:07 espie Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:27 naddy Exp $ COMMENT = GTK+2 file manager @@ -19,7 +19,7 @@ EXTRACT_SUFX = .tar.bz2 LIB_DEPENDS = x11/gtk+3 -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/libmagic RUN_DEPENDS = devel/desktop-file-utils \ devel/xdg-utils diff --git a/x11/girara/Makefile b/x11/girara/Makefile index e007d495b4a..c9bef4c66ca 100644 --- a/x11/girara/Makefile +++ b/x11/girara/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2019/03/27 23:28:00 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:27 naddy Exp $ COMMENT = user interface library from pwmt DISTNAME = girara-0.3.2 @@ -18,7 +18,7 @@ WANTLIB += gobject-2.0 gtk-3 intl json-c m pango-1.0 pangocairo-1.0 MASTER_SITES = https://pwmt.org/projects/girara/download/ MODULES = devel/meson -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools LIB_DEPENDS = x11/gtk+3 \ devel/json-c diff --git a/x11/gtk2-murrine-engine/Makefile b/x11/gtk2-murrine-engine/Makefile index e818dbfca60..79704dc9da0 100644 --- a/x11/gtk2-murrine-engine/Makefile +++ b/x11/gtk2-murrine-engine/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.39 2019/04/24 16:26:58 sthen Exp $ +# $OpenBSD: Makefile,v 1.40 2019/05/20 22:15:27 naddy Exp $ COMMENT = beautiful glass-like GTK+ 2.x engine and themes GNOME_VERSION = 0.98.2 GNOME_PROJECT = murrine PKGNAME = gtk2-murrine-engine-${GNOME_VERSION} -REVISION = 7 +REVISION = 8 CATEGORIES = x11 HOMEPAGE = http://cimitan.com/murrine/ @@ -42,8 +42,8 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \ MODULES = x11/gnome -BUILD_DEPENDS = devel/gettext-tools -LIB_DEPENDS = devel/gettext \ +BUILD_DEPENDS = devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime \ x11/gtk+2 CONFIGURE_STYLE =gnu diff --git a/x11/icewm/Makefile b/x11/icewm/Makefile index 2dafa206279..ab309c5a594 100644 --- a/x11/icewm/Makefile +++ b/x11/icewm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.67 2019/04/29 16:12:28 bcallah Exp $ +# $OpenBSD: Makefile,v 1.68 2019/05/20 22:15:28 naddy Exp $ V= 1.5.4 COMMENT= small and fast window manager @@ -22,7 +22,7 @@ COMPILER= base-clang ports-gcc base-gcc MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${V}/ -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ textproc/asciidoc LIB_DEPENDS= audio/libao \ diff --git a/x11/ion/Makefile b/x11/ion/Makefile index e40872a4b58..e037ed8bcf8 100644 --- a/x11/ion/Makefile +++ b/x11/ion/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.65 2017/12/04 17:56:27 espie Exp $ +# $OpenBSD: Makefile,v 1.66 2019/05/20 22:15:28 naddy Exp $ COMMENT= light, keyboard friendly window manager @@ -6,7 +6,7 @@ V= 20090110 DISTNAME= ion-3-${V} PKGNAME= ion-${V} CATEGORIES= x11 -REVISION= 3 +REVISION= 4 FIX_EXTRACT_PERMISSIONS=Yes HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/ @@ -20,9 +20,9 @@ WANTLIB += ICE SM X11 Xext c iconv intl lua5.1 m MODULES= lang/lua MODLUA_SA= Yes -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= ${MODLUA_LIB_DEPENDS} \ - devel/gettext + devel/gettext,-runtime USE_GMAKE= Yes NO_TEST= Yes diff --git a/x11/isomaster/Makefile b/x11/isomaster/Makefile index 7d82b5520f4..5e4c21c2ddf 100644 --- a/x11/isomaster/Makefile +++ b/x11/isomaster/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2019/04/03 06:57:51 giovanni Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:28 naddy Exp $ COMMENT= gui cd image editor @@ -22,7 +22,7 @@ EXTRACT_SUFX= .tar.bz2 MASTER_SITES= ${HOMEPAGE}releases/ -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= x11/gtk+2 RUN_DEPENDS= devel/desktop-file-utils diff --git a/x11/jwm/Makefile b/x11/jwm/Makefile index 136df536ac5..2908037ae8d 100644 --- a/x11/jwm/Makefile +++ b/x11/jwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2017/07/22 22:18:49 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:28 naddy Exp $ COMMENT= Joe's Window Manager#' @@ -18,7 +18,7 @@ WANTLIB += intl jpeg m png rsvg-2 z MASTER_SITES= http://www.joewing.net/projects/jwm/releases/ EXTRACT_SUFX= .tar.xz -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= devel/fribidi \ devel/glib2 \ diff --git a/x11/kde-applications/kde-applications.port.mk b/x11/kde-applications/kde-applications.port.mk index 3eedf0f0086..4bb6fe44a3b 100644 --- a/x11/kde-applications/kde-applications.port.mk +++ b/x11/kde-applications/kde-applications.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: kde-applications.port.mk,v 1.2 2019/03/24 11:56:57 rsadowski Exp $ +# $OpenBSD: kde-applications.port.mk,v 1.3 2019/05/20 22:15:28 naddy Exp $ # Module for KDE applications related ports, divided into 16 categories: # - accessibility @@ -34,7 +34,7 @@ MODKDE5_RUN_DEPENDS += x11/gtk+3,-guic # Set to 'yes' if there are icon files under share/locale/. .if defined(MODKDE5_TRANSLATIONS) && ${MODKDE5_TRANSLATIONS:L} == "yes" -MODKDE5_BUILD_DEPENDS += devel/gettext-tools +MODKDE5_BUILD_DEPENDS += devel/gettext,-tools .endif # Set to 'yes' if there are icon files under share/doc/. diff --git a/x11/kde/i18n3/Makefile.inc b/x11/kde/i18n3/Makefile.inc index 577076f6633..d8c5c3efd96 100644 --- a/x11/kde/i18n3/Makefile.inc +++ b/x11/kde/i18n3/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2018/09/17 07:45:41 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2019/05/20 22:15:28 naddy Exp $ LANGS = af ar az be bg bn br bs ca cs csb cy da de el en_GB eo es et eu fa \ fi fr fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds \ @@ -28,7 +28,7 @@ VERSION = 3.5.10 MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC} MASTER_SITES = ${MASTER_SITE_KDE:=stable/3.5.10/src/kde-i18n/} -BUILD_DEPENDS = devel/gettext-tools x11/kde/libs3 +BUILD_DEPENDS = devel/gettext,-tools x11/kde/libs3 RUN_DEPENDS += x11/kde/libs3 MODKDE_VERSION = diff --git a/x11/kde4/cantor/Makefile b/x11/kde4/cantor/Makefile index 666200a4633..8be4098dd90 100644 --- a/x11/kde4/cantor/Makefile +++ b/x11/kde4/cantor/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.20 2018/06/27 21:04:13 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:28 naddy Exp $ COMMENT = KDE mathematical applications DISTNAME = cantor-${MODKDE4_VERSION} -REVISION = 9 +REVISION = 10 SHARED_LIBS = cantorlibs 50.0 # 0.0 SHARED_LIBS += cantor_config 50.0 # 0.0 @@ -33,7 +33,7 @@ LIB_DEPENDS = databases/soprano \ math/R>=2.15.1p4 \ math/libqalculate \ print/libspectre \ - devel/gettext \ + devel/gettext,-runtime \ ${MODKDE4_DEP_DIR}/analitza>=${MODKDE4_DEP_VERSION} .include diff --git a/x11/kde4/l10n/Makefile.inc b/x11/kde4/l10n/Makefile.inc index 8efb420c214..3c32a4d4bb5 100644 --- a/x11/kde4/l10n/Makefile.inc +++ b/x11/kde4/l10n/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.14 2018/09/14 11:37:30 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2019/05/20 22:15:28 naddy Exp $ COMMENT = K Desktop Environment, language localization pack DISTNAME = kde-l10n-${KDE_L10N_LANG}-${MODKDE4_VERSION} @@ -13,7 +13,7 @@ MODKDE4_USE = libs SUPDISTFILES += kde-l10n-${L}-${MODKDE4_VERSION}${EXTRACT_SUFX} .endfor -BUILD_DEPENDS += devel/gettext-tools +BUILD_DEPENDS += devel/gettext,-tools RUN_DEPENDS += x11/gtk+3,-guic MASTER_SITES = ${MASTER_SITE_KDE:=stable/${MODKDE4_VERSION}/src/kde-l10n/} diff --git a/x11/kde4/poxml/Makefile b/x11/kde4/poxml/Makefile index 63511ad100f..c1207669434 100644 --- a/x11/kde4/poxml/Makefile +++ b/x11/kde4/poxml/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.11 2017/11/21 00:13:05 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:28 naddy Exp $ COMMENT = convert PO files to XML DISTNAME = poxml-${MODKDE4_VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = devel HOMEPAGE = http://projects.kde.org/projects/kde/kdesdk/poxml @@ -13,9 +13,9 @@ WANTLIB += lib/qt4/QtXml WANTLIB += gettextpo iconv intl MODKDE4_USE = libs -LIB_DEPENDS = devel/gettext-tools +LIB_DEPENDS = devel/gettext,-tools # redundant but required to work around msgfmt poisoning in bsd.port.mk -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools .include diff --git a/x11/kde4/sdk-thumbnailers/Makefile b/x11/kde4/sdk-thumbnailers/Makefile index 6efef0c8943..4c5644d0e22 100644 --- a/x11/kde4/sdk-thumbnailers/Makefile +++ b/x11/kde4/sdk-thumbnailers/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2017/11/21 00:13:05 naddy Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:28 naddy Exp $ COMMENT = KDE thumbnail generators for development files DISTNAME = kdesdk-thumbnailers-${MODKDE4_VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = devel #HOMEPAGE = http://kdesdk-thumbnailers.kde.org/ @@ -15,6 +15,6 @@ WANTLIB += lib/qt4/QtXml WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio WANTLIB += gettextpo iconv intl -LIB_DEPENDS = devel/gettext-tools +LIB_DEPENDS = devel/gettext,-tools .include diff --git a/x11/kde4/workspace/Makefile b/x11/kde4/workspace/Makefile index 744b6b947ea..e667af131a4 100644 --- a/x11/kde4/workspace/Makefile +++ b/x11/kde4/workspace/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.70 2019/04/29 00:42:09 jeremy Exp $ +# $OpenBSD: Makefile,v 1.71 2019/05/20 22:15:28 naddy Exp $ COMMENT = KDE workspace DISTNAME = kde-workspace-4.11.21 -REVISION = 28 +REVISION = 29 MASTER_SITES = ${MASTER_SITE_KDE:=Attic/applications/15.04.3/src/} @@ -94,7 +94,7 @@ BUILD_DEPENDS = misc/shared-desktop-ontologies \ ${MODKDE4_DEP_DIR}/py-kde>=${MODKDE4_DEP_VERSION} \ RUN_DEPENDS = devel/desktop-file-utils \ - devel/gettext \ + devel/gettext,-runtime \ misc/shared-desktop-ontologies \ x11/gtk+3,-guic \ x11/polkit-qt, \ diff --git a/x11/keynav/Makefile b/x11/keynav/Makefile index 3b8f901d1e8..f435989fa42 100644 --- a/x11/keynav/Makefile +++ b/x11/keynav/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2017/05/03 12:33:12 jca Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:28 naddy Exp $ COMMENT= turns your keyboard into a fast pointer mover DISTNAME= keynav-0.20101014.3067 -REVISION= 3 +REVISION= 4 EPOCH= 0 CATEGORIES= x11 @@ -17,7 +17,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=semicomplete/} WANTLIB += X11 Xext Xinerama c cairo glib-2.0 intl xdo -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/glib2 \ graphics/cairo \ x11/xdotool diff --git a/x11/klavaro/Makefile b/x11/klavaro/Makefile index 2e6db8ee730..d3179353af6 100644 --- a/x11/klavaro/Makefile +++ b/x11/klavaro/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2018/06/29 22:16:32 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:28 naddy Exp $ COMMENT = touch typing tutor program DISTNAME = klavaro-1.5.0 -REVISION = 9 +REVISION = 10 CATEGORIES = x11 @@ -26,8 +26,8 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=klavaro/} EXTRACT_SUFX = .tar.bz2 -BUILD_DEPENDS = devel/gettext-tools -LIB_DEPENDS = devel/gettext \ +BUILD_DEPENDS = devel/gettext,-tools +LIB_DEPENDS = devel/gettext,-runtime \ x11/gtk+2 \ x11/gtkdatabox \ net/curl diff --git a/x11/krusader/Makefile b/x11/krusader/Makefile index 27e3c795cef..6f3f299bca7 100644 --- a/x11/krusader/Makefile +++ b/x11/krusader/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2019/03/08 20:00:55 cwen Exp $ +# $OpenBSD: Makefile,v 1.38 2019/05/20 22:15:28 naddy Exp $ COMMENT= twin panel file manager for KDE @@ -35,7 +35,7 @@ RUN_DEPENDS += devel/desktop-file-utils \ x11/kde-applications/kompare BUILD_DEPENDS +=devel/kf5/kdoctools \ - devel/gettext-tools + devel/gettext,-tools LIB_DEPENDS += devel/kf5/karchive \ devel/kf5/kbookmarks \ diff --git a/x11/lablgtk2/Makefile b/x11/lablgtk2/Makefile index bd1380bf6c9..4997c35dd38 100644 --- a/x11/lablgtk2/Makefile +++ b/x11/lablgtk2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2019/03/04 12:51:16 chrisz Exp $ +# $OpenBSD: Makefile,v 1.44 2019/05/20 22:15:28 naddy Exp $ COMMENT = OCaml interface to GTK+2 @@ -6,6 +6,7 @@ V = 2.18.6 DISTNAME = lablgtk-$V PKGNAME = lablgtk2-$V CATEGORIES = x11 devel +REVISION = 0 HOMEPAGE = http://lablgtk.forge.ocamlcore.org/ MASTER_SITES = https://forge.ocamlcore.org/frs/download.php/1726/ @@ -23,7 +24,7 @@ WANTLIB += xml2 z BUILD_DEPENDS = sysutils/findlib LIB_DEPENDS = x11/gtk+2 \ - devel/gettext \ + devel/gettext,-runtime \ devel/libglade2 \ x11/gtksourceview \ x11/gnome/libgnomecanvas \ diff --git a/x11/libdbusmenu/Makefile b/x11/libdbusmenu/Makefile index 89380abd1dc..b9ddafa560c 100644 --- a/x11/libdbusmenu/Makefile +++ b/x11/libdbusmenu/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2019/03/17 14:07:29 cwen Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:28 naddy Exp $ COMMENT = D-Bus menu implementation for Gtk DISTNAME = libdbusmenu-16.04.0 @@ -20,7 +20,7 @@ USE_GMAKE= yes MODULES = textproc/intltool -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/gobject-introspection \ textproc/libxslt \ textproc/gtk-doc \ diff --git a/x11/libgdiplus/Makefile b/x11/libgdiplus/Makefile index e4883cbdf97..2c62585ce41 100644 --- a/x11/libgdiplus/Makefile +++ b/x11/libgdiplus/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.26 2018/03/29 19:35:04 robert Exp $ +# $OpenBSD: Makefile,v 1.27 2019/05/20 22:15:28 naddy Exp $ COMMENT= GDI+ comptible API DISTNAME= libgdiplus-4.2 -REVISION= 3 +REVISION= 4 CATEGORIES= x11 devel @@ -24,7 +24,7 @@ WANTLIB += xcb-shm z MASTER_SITES= http://download.mono-project.com/sources/libgdiplus/ -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ graphics/cairo \ graphics/tiff \ graphics/libexif \ diff --git a/x11/lxappearance/Makefile b/x11/lxappearance/Makefile index 6eb129fa4a5..4d7dc42de81 100644 --- a/x11/lxappearance/Makefile +++ b/x11/lxappearance/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2018/06/27 21:04:20 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 22:15:29 naddy Exp $ COMMENT = GTK 2 and 3 Theme Switcher from LXDE DISTNAME = lxappearance-0.6.3 CATEGORIES = x11 -REVISION = 0 +REVISION = 1 HOMEPAGE = http://lxde.org/ MAINTAINER = Victor Kukshiev @@ -20,7 +20,7 @@ EXTRACT_SUFX = .tar.xz MODULES = textproc/intltool RUN_DEPENDS = devel/desktop-file-utils -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ x11/gtk+3 # required for l10n files, see po/Makefile.in.in diff --git a/x11/lxrandr/Makefile b/x11/lxrandr/Makefile index b9a9f40e49a..388c0e3f1fd 100644 --- a/x11/lxrandr/Makefile +++ b/x11/lxrandr/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2019/04/15 17:00:09 jasper Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:29 naddy Exp $ COMMENT= simple xrandr config tool DISTNAME= lxrandr-0.3.2 +REVISION= 0 CATEGORIES= x11 sysutils @@ -23,7 +24,7 @@ EXTRACT_SUFX= .tar.xz # needed for regression test MODULES+= textproc/intltool -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 RUN_DEPENDS= devel/desktop-file-utils diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 5c4f803b91b..20f31e4d937 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.60 2019/04/24 16:26:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.61 2019/05/20 22:15:29 naddy Exp $ COMMENT= color terminal emulator with unicode support DISTNAME= mlterm-3.8.3 -REVISION= 1 +REVISION= 2 SHARED_LIBS+= mef 0.0 # 1.0 SHARED_LIBS+= pobl 0.0 # 1.0 @@ -24,10 +24,10 @@ WANTLIB += util xcb xcb-render xcb-shm z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= devel/fribidi \ - devel/gettext \ + devel/gettext,-runtime \ x11/gtk+2 FAKE_FLAGS= INSTALL_DATA="${INSTALL_DATA}" \ diff --git a/x11/nitrogen/Makefile b/x11/nitrogen/Makefile index b3a706f4e4a..77db44e2466 100644 --- a/x11/nitrogen/Makefile +++ b/x11/nitrogen/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2018/06/29 22:16:34 espie Exp $ +# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:29 naddy Exp $ COMMENT= background browser and setter for X11 DISTNAME= nitrogen-1.6.1 CATEGORIES= x11 graphics -REVISION= 0 +REVISION= 1 HOMEPAGE= http://projects.l3ib.org/nitrogen/ @@ -24,7 +24,7 @@ MASTER_SITES= ${HOMEPAGE}/files/ COMPILER = base-clang ports-clang CXXFLAGS += -std=c++11 -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk2mm RUN_DEPENDS= x11/gtk+3,-guic diff --git a/x11/obconf/Makefile b/x11/obconf/Makefile index 2e6d94cef61..6b59b2e3d3a 100644 --- a/x11/obconf/Makefile +++ b/x11/obconf/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.37 2018/07/01 18:33:38 espie Exp $ +# $OpenBSD: Makefile,v 1.38 2019/05/20 22:15:29 naddy Exp $ COMMENT= configuration utility for openbox DISTNAME= obconf-2.0.4 CATEGORIES= x11 -REVISION= 3 +REVISION= 4 HOMEPAGE= http://openbox.org/wiki/Obconf @@ -20,7 +20,7 @@ WANTLIB += rsvg-2 startup-notification-1 xml2 z MASTER_SITES= http://openbox.org/dist/obconf/ -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 \ devel/libglade2 \ devel/startup-notification \ diff --git a/x11/openbox/Makefile b/x11/openbox/Makefile index c0d6830fbd7..5337f6a5cef 100644 --- a/x11/openbox/Makefile +++ b/x11/openbox/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.80 2018/06/27 21:04:21 espie Exp $ +# $OpenBSD: Makefile,v 1.81 2019/05/20 22:15:29 naddy Exp $ COMMENT = small, fast & usable window manager V = 3.6.1 -REVISION = 4 +REVISION = 5 DISTNAME = openbox-${V} SHARED_LIBS += obrender 12.0 # 32.0 SHARED_LIBS += obt 1.1 # 2.2 @@ -32,7 +32,7 @@ MODULES = lang/python RUN_DEPENDS = devel/py-xdg \ devel/desktop-file-utils -LIB_DEPENDS += devel/gettext \ +LIB_DEPENDS += devel/gettext,-runtime \ devel/pango \ devel/startup-notification \ graphics/imlib2 \ diff --git a/x11/p5-Gtk2-ImageView/Makefile b/x11/p5-Gtk2-ImageView/Makefile index 1b058462596..e65638b81e1 100644 --- a/x11/p5-Gtk2-ImageView/Makefile +++ b/x11/p5-Gtk2-ImageView/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2017/12/05 16:25:46 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 22:15:29 naddy Exp $ COMMENT= Perl bindings to the GtkImageView image viewer widget DISTNAME= Gtk2-ImageView-0.05 -REVISION= 4 +REVISION= 5 CATEGORIES= x11 FIX_EXTRACT_PERMISSIONS=Yes @@ -21,7 +21,7 @@ MODULES= cpan MODCPAN_EXAMPLES= Yes -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ graphics/gtkimageview BUILD_DEPENDS= devel/p5-ExtUtils-Depends \ diff --git a/x11/parcellite/Makefile b/x11/parcellite/Makefile index a0c9200d499..21263a77b92 100755 --- a/x11/parcellite/Makefile +++ b/x11/parcellite/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2018/06/27 21:04:22 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:29 naddy Exp $ COMMENT= lightweight GTK+ clipboard manager DISTNAME= parcellite-1.0.2rc5 -REVISION= 3 +REVISION= 4 CATEGORIES= x11 MAINTAINER= Lawrence Teo @@ -29,7 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ MODULES= textproc/intltool -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 RUN_DEPENDS= devel/desktop-file-utils diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 4cc45748a20..748e9f54a61 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2016/08/28 10:37:48 jca Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:29 naddy Exp $ COMMENT= framework and a set of enhanced PyGTK widgets @@ -20,7 +20,7 @@ MODULES= lang/python MODPY_SETUPTOOLS= Yes -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ x11/py-gtk2 RUN_DEPENDS= databases/py-sqlobject \ x11/py-gtk2 diff --git a/x11/qt5/qtbase/Makefile b/x11/qt5/qtbase/Makefile index bb1b5e456f2..e18397af138 100644 --- a/x11/qt5/qtbase/Makefile +++ b/x11/qt5/qtbase/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2019/03/21 15:59:11 jca Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:29 naddy Exp $ DISTNAME = qtbase-opensource-src-${DIST_VERSION} QT5NAME = Qt5 core @@ -21,7 +21,7 @@ REVISION-psql = 0 REVISION-sqlite2 = 0 REVISION-tds = 0 -REVISION-main = 3 +REVISION-main = 4 PKG_ARCH-global = * PKG_ARCH-examples = * @@ -95,7 +95,7 @@ LIB_DEPENDS-main = ${LIB_DEPENDS} \ # those come from gthread-2.0, not used by Qt itself WANTLIB-main += intl -LIB_DEPENDS-main += devel/gettext +LIB_DEPENDS-main += devel/gettext,-runtime LIB_DEPENDS-global = diff --git a/x11/remmina/Makefile b/x11/remmina/Makefile index caae77ab889..42086116795 100644 --- a/x11/remmina/Makefile +++ b/x11/remmina/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2018/10/23 19:28:47 jasper Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:29 naddy Exp $ COMMENT= GTK+3 remote desktop client @@ -6,7 +6,7 @@ GH_TAGNAME= v1.2.30 GH_PROJECT= Remmina GH_ACCOUNT= FreeRDP PKGNAME= remmina-${GH_TAGNAME:S/v//} -REVISION= 4 +REVISION= 5 CATEGORIES= x11 net @@ -28,9 +28,9 @@ WANTLIB += spice-client-gtk-3.0 MODULES= devel/cmake -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/libsoup \ devel/json-glib \ devel/vte3 \ diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index b3a7a5ba6f3..be4a2a12f78 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.63 2017/12/02 21:39:49 juanfra Exp $ +# $OpenBSD: Makefile,v 1.64 2019/05/20 22:15:29 naddy Exp $ COMMENT= GTK+ binding for librep Lisp environment VERSION= 0.90.8.1 DISTNAME= rep-gtk-${VERSION} CATEGORIES= x11 -REVISION= 2 +REVISION= 3 HOMEPAGE= http://rep-gtk.sourceforge.net/ @@ -27,7 +27,7 @@ EXTRACT_SUFX= .tar.xz BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= lang/librep>=0.92.2 -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 USE_GMAKE= Yes diff --git a/x11/rox-filer/Makefile b/x11/rox-filer/Makefile index 86914dad379..f3bff15159f 100644 --- a/x11/rox-filer/Makefile +++ b/x11/rox-filer/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.64 2018/05/16 09:54:33 jasper Exp $ +# $OpenBSD: Makefile,v 1.65 2019/05/20 22:15:29 naddy Exp $ COMMENT= GTK+-2 file manager with desktop features DISTNAME= rox-filer-2.11 -REVISION= 2 +REVISION= 3 CATEGORIES= x11 HOMEPAGE= http://rox.sourceforge.net/desktop/ROX-Filer @@ -21,7 +21,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} EXTRACT_SUFX= .tar.bz2 RUN_DEPENDS= misc/shared-mime-info -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 NO_TEST= Yes diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index 51a0e14dcd7..57bdc5b47f8 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.45 2018/06/29 22:16:34 espie Exp $ +# $OpenBSD: Makefile,v 1.46 2019/05/20 22:15:29 naddy Exp $ COMMENT= terminal emulator for X DISTNAME= roxterm-2.9.7 -REVISION= 3 +REVISION= 4 CATEGORIES= x11 HOMEPAGE= http://roxterm.sourceforge.net/ @@ -24,11 +24,11 @@ WANTLIB += z MODULES= lang/python -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/vte \ x11/dbus-glib -BUILD_DEPENDS= devel/gettext-tools \ +BUILD_DEPENDS= devel/gettext,-tools \ sysutils/py-lockfile \ textproc/docbook-xsl \ textproc/xmlto diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index e854be82662..068459efa14 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.46 2019/04/24 18:39:06 cwen Exp $ +# $OpenBSD: Makefile,v 1.47 2019/05/20 22:15:29 naddy Exp $ COMMENT = clone of rxvt with Unicode and Xft support DISTNAME = rxvt-unicode-9.22 -REVISION = 9 +REVISION = 10 CATEGORIES = x11 FIX_EXTRACT_PERMISSIONS = Yes @@ -22,7 +22,7 @@ WANTLIB += perl startup-notification-1 z COMPILER = base-clang ports-gcc base-gcc -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/startup-notification \ graphics/gdk-pixbuf2 diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile index 9be916d904e..5f8e8ce9247 100644 --- a/x11/sakura/Makefile +++ b/x11/sakura/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2018/06/27 21:04:22 espie Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:29 naddy Exp $ V = 3.6.0 COMMENT = GTK and VTE based terminal emulator DISTNAME = sakura-${V} EXTRACT_SUFX = .tar.bz2 CATEGORIES = x11 -REVISION = 1 +REVISION = 2 HOMEPAGE = http://www.pleyades.net/david/projects/sakura/ MAINTAINER = Victor Kukshiev @@ -21,9 +21,9 @@ MASTER_SITES = https://launchpad.net/sakura/trunk/${V}/+download/ MODULES = devel/cmake -BUILD_DEPENDS = devel/gettext-tools +BUILD_DEPENDS = devel/gettext,-tools -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ devel/vte3 RUN_DEPENDS = devel/desktop-file-utils diff --git a/x11/sawfish/Makefile b/x11/sawfish/Makefile index 3ec862afb4c..f971ded68d2 100644 --- a/x11/sawfish/Makefile +++ b/x11/sawfish/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.79 2018/06/29 22:16:34 espie Exp $ +# $OpenBSD: Makefile,v 1.80 2019/05/20 22:15:29 naddy Exp $ COMMENT= extensible window manager VERSION= 1.9.1 DISTNAME= sawfish-${VERSION} -REVISION= 8 +REVISION= 9 CATEGORIES= x11 @@ -28,13 +28,13 @@ WANTLIB += pangox-1.0 pangoxft-1.0 pcre png pthread WANTLIB += rep xcb z BUILD_DEPENDS= archivers/gtar \ - devel/gettext-tools \ + devel/gettext,-tools \ x11/rep-gtk>=0.90.8.1 RUN_DEPENDS= devel/desktop-file-utils \ x11/rep-gtk>=0.90.8.1 \ x11/gtk+3,-guic -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/pangox-compat>=0.0.2 \ lang/librep \ x11/gtk+2 diff --git a/x11/sisctrl/Makefile b/x11/sisctrl/Makefile index 26b4ce5f0e6..576a8aa34b3 100644 --- a/x11/sisctrl/Makefile +++ b/x11/sisctrl/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.19 2017/11/03 14:06:57 espie Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:30 naddy Exp $ COMMENT= display control panel for X.org SiS driver DISTNAME= sisctrl-0.0.20051202 -REVISION= 10 +REVISION= 11 CATEGORIES= x11 HOMEPAGE= http://www.winischhofer.eu/linuxsispart1.shtml\#sisctrl @@ -19,7 +19,7 @@ WANTLIB += pangoft2-1.0 z MASTER_SITES= http://www.winischhofer.net/sis/ -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 NO_TEST= Yes diff --git a/x11/tangerine-icon-theme/Makefile b/x11/tangerine-icon-theme/Makefile index 5f01ca079e9..cd88ba313a3 100644 --- a/x11/tangerine-icon-theme/Makefile +++ b/x11/tangerine-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2018/07/09 15:09:52 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 22:15:30 naddy Exp $ COMMENT= Tangerine icon theme from Ubuntu @@ -19,7 +19,7 @@ WRKDIST= ${WRKDIR}/tangerine-icon-theme-0.27 RUN_DEPENDS= x11/gtk+3,-guic -BUILD_DEPENDS= devel/gettext \ +BUILD_DEPENDS= devel/gettext,-runtime \ misc/findutils \ x11/icon-naming-utils diff --git a/x11/tellico/Makefile b/x11/tellico/Makefile index fa19dfc3dbb..7086249c095 100644 --- a/x11/tellico/Makefile +++ b/x11/tellico/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2019/03/08 20:00:56 cwen Exp $ +# $OpenBSD: Makefile,v 1.47 2019/05/20 22:15:30 naddy Exp $ COMMENT = organizer for book/dvd/music collections @@ -32,7 +32,7 @@ EXTRACT_SUFX = .tar.xz MODULES += devel/kf5 \ lang/python -BUILD_DEPENDS +=devel/gettext-tools \ +BUILD_DEPENDS +=devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS += devel/desktop-file-utils \ diff --git a/x11/thewidgetfactory/Makefile b/x11/thewidgetfactory/Makefile index 3971fd2fdc8..be763692a36 100644 --- a/x11/thewidgetfactory/Makefile +++ b/x11/thewidgetfactory/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2019/05/02 19:34:40 danj Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:30 naddy Exp $ COMMENT= showcase for GTK+ 2 widgets DISTNAME= thewidgetfactory-0.2.1 -REVISION= 9 +REVISION= 10 CATEGORIES= x11 HOMEPAGE= http://www.stellingwerff.com/?page_id=10 @@ -21,7 +21,7 @@ WANTLIB += xcb-shm z MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/ -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 CONFIGURE_STYLE=gnu diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 0a3a3dc9016..c8a17062a8d 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2019/05/20 04:47:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:30 naddy Exp $ COMMENT= drop-down terminal emulator @@ -7,7 +7,7 @@ GH_PROJECT= tilda GH_TAGNAME= tilda-1.3.3 DISTNAME= tilda-1.3.3 -REVISION= 1 +REVISION= 2 CATEGORIES= x11 @@ -20,8 +20,8 @@ WANTLIB += X11 c confuse gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 WANTLIB += gobject-2.0 gtk-3 intl pango-1.0 vte-2.91 # autogen.sh needs autopoint (gettext) -BUILD_DEPENDS= devel/gettext-tools -LIB_DEPENDS= devel/gettext \ +BUILD_DEPENDS= devel/gettext,-tools +LIB_DEPENDS= devel/gettext,-runtime \ devel/libconfuse \ devel/vte3 RUN_DEPENDS= devel/desktop-file-utils diff --git a/x11/tint2/Makefile b/x11/tint2/Makefile index a344770528e..e7b4e7b1498 100644 --- a/x11/tint2/Makefile +++ b/x11/tint2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2018/09/16 17:01:37 bcallah Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:30 naddy Exp $ COMMENT= freedesktop-compliant panel @@ -19,7 +19,7 @@ WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 intl m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pthread rsvg-2 startup-notification-1 WANTLIB += z -BUILD_DEPENDS= devel/gettext-tools +BUILD_DEPENDS= devel/gettext,-tools LIB_DEPENDS= devel/pango \ devel/startup-notification \ diff --git a/x11/uwm/Makefile b/x11/uwm/Makefile index b3af2c4f23d..1b684c9bdb6 100644 --- a/x11/uwm/Makefile +++ b/x11/uwm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2016/08/27 17:28:32 jca Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 22:15:30 naddy Exp $ COMMENT = lightweight WM with an original look and feel DISTNAME = uwm-0.2.11 CATEGORIES = x11 -REVISION = 1 +REVISION = 2 HOMEPAGE = http://udeproject.sourceforge.net/ @@ -16,7 +16,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=udeproject/} BUILD_DEPENDS = devel/bison -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ graphics/jpeg CONFIGURE_STYLE = gnu diff --git a/x11/vlc/Makefile b/x11/vlc/Makefile index 4f617eab49d..7258d11ea1d 100644 --- a/x11/vlc/Makefile +++ b/x11/vlc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.223 2019/05/07 08:29:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.224 2019/05/20 22:15:30 naddy Exp $ COMMENT-main= VideoLAN client; multimedia player COMMENT-jack= JACK audio output module for VLC @@ -10,7 +10,7 @@ PKGNAME-jack= vlc-jack-${V} CATEGORIES= x11 MASTER_SITES= https://download.videolan.org/pub/videolan/vlc/${V}/ EXTRACT_SUFX= .tar.xz -REVISION= 5 +REVISION= 6 SHARED_LIBS= vlc 3.0 \ vlccore 3.0 @@ -62,7 +62,7 @@ LIB_DEPENDS-main= ${MODQT4_LIB_DEPENDS} \ audio/speex \ audio/taglib \ devel/fribidi \ - devel/gettext \ + devel/gettext,-runtime \ devel/libdvdread \ devel/libidn \ devel/libnotify \ diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index 55195738725..00db5028cd4 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2018/10/24 14:28:13 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:30 naddy Exp $ COMMENT = Mac OS-X style lightweight application launcher DISTNAME = wbar-2.3.4 EXTRACT_SUFX = .tgz -REVISION = 7 +REVISION = 8 CATEGORIES= x11 @@ -23,7 +23,7 @@ MODULES = textproc/intltool RUN_DEPENDS = devel/desktop-file-utils -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ graphics/imlib2 USE_GMAKE = Yes diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 8b33cda1a70..4e19b480267 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.104 2017/10/23 17:11:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.105 2019/05/20 22:15:30 naddy Exp $ COMMENT-main= window manager that emulates NEXTSTEP(tm) COMMENT-lang= language subpackage for Window Maker @@ -6,7 +6,7 @@ COMMENT-lang= language subpackage for Window Maker V = 0.95.8 DISTNAME= WindowMaker-${V} PKGNAME-main= ${DISTNAME:L} -REVISION-main= 2 +REVISION-main= 3 FULLPKGNAME-lang= windowmaker-lang-${V} SHARED_LIBS += WINGs 1.0 # 4.0 @@ -45,8 +45,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ MULTI_PACKAGES= -main -lang -BUILD_DEPENDS= devel/gettext-tools -LIB_DEPENDS= devel/gettext \ +BUILD_DEPENDS= devel/gettext,-tools +LIB_DEPENDS= devel/gettext,-runtime \ graphics/tiff \ graphics/png \ graphics/giflib diff --git a/x11/winwrangler/Makefile b/x11/winwrangler/Makefile index 17b94ba8564..9b1c36b4d6f 100644 --- a/x11/winwrangler/Makefile +++ b/x11/winwrangler/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.16 2018/06/29 22:16:35 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:30 naddy Exp $ COMMENT = desktop daemon to perform advanced window manipulations V = 0.2.4 DISTNAME = winwrangler-$V -REVISION= 11 +REVISION= 12 CATEGORIES = x11 @@ -27,7 +27,7 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ BUILD_DEPENDS = devel/libexecinfo LIB_DEPENDS = x11/gtkhotkey \ - devel/gettext \ + devel/gettext,-runtime \ devel/libwnck \ devel/startup-notification diff --git a/x11/wmclockmon/Makefile b/x11/wmclockmon/Makefile index bef328a55a6..df03ce8d680 100644 --- a/x11/wmclockmon/Makefile +++ b/x11/wmclockmon/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.17 2017/04/28 22:16:23 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2019/05/20 22:15:30 naddy Exp $ COMMENT= WindowMaker dock.app clock BROKEN-sparc64 = ICE in change_address_1, at emit-rtl.c:1784 DISTNAME= wmclockmon-0.8.1 CATEGORIES= x11 x11/windowmaker +REVISION= 0 HOMEPAGE= http://tnemeth.free.fr/projets/dockapps.html @@ -19,7 +20,7 @@ WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 WANTLIB += gtk-x11-2.0 intl pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB += pthread z -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 USE_GROFF = Yes diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile index 2602bfe8922..174e6e57db2 100644 --- a/x11/wmctrl/Makefile +++ b/x11/wmctrl/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.19 2018/05/25 13:01:41 espie Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:30 naddy Exp $ COMMENT= interact with an EWMH/NetWM window manager DISTNAME= wmctrl-1.07 -REVISION= 7 +REVISION= 8 CATEGORIES= x11 MASTER_SITES= ${HOMEPAGE} @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += ICE SM X11 Xmu c glib-2.0 intl -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/glib2 CONFIGURE_STYLE=gnu diff --git a/x11/wmfishtime/Makefile b/x11/wmfishtime/Makefile index 978d5cc94dc..7a7f84537cc 100644 --- a/x11/wmfishtime/Makefile +++ b/x11/wmfishtime/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2018/05/01 20:13:23 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 22:15:30 naddy Exp $ COMMENT= wm-dockapp; clock application with clock, date and fish DISTNAME= wmfishtime-1.24 -REVISION= 2 +REVISION= 3 CATEGORIES= x11 x11/windowmaker HOMEPAGE= http://www.ne.jp/asahi/linux/timecop/ @@ -19,7 +19,7 @@ WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 WANTLIB += gtk-x11-2.0 intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB += pthread z -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 MAKE_FLAGS= CC="${CC}" \ diff --git a/x11/xarchive/Makefile b/x11/xarchive/Makefile index 9ef0a5669d2..bb39e9057b7 100644 --- a/x11/xarchive/Makefile +++ b/x11/xarchive/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.20 2018/06/27 21:04:23 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:30 naddy Exp $ COMMENT= GTK+2 front-end for command line archiving tools V= 0.2.8-6 DISTNAME= xarchive-$V PKGNAME= xarchive-${V:S/-/./} -REVISION= 7 +REVISION= 8 CATEGORIES= x11 HOMEPAGE= http://xarchive.sourceforge.net/ @@ -21,7 +21,7 @@ WANTLIB += pthread z MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xarchive/} -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+2 RUN_DEPENDS= devel/desktop-file-utils diff --git a/x11/xarchiver/Makefile b/x11/xarchiver/Makefile index 165504ecaa3..2e2c8d16d26 100644 --- a/x11/xarchiver/Makefile +++ b/x11/xarchiver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2018/06/29 22:16:35 espie Exp $ +# $OpenBSD: Makefile,v 1.31 2019/05/20 22:15:30 naddy Exp $ COMMENT = simple archive manager CATEGORIES = x11 archivers @@ -6,7 +6,7 @@ GH_ACCOUNT = ib GH_PROJECT = xarchiver GH_COMMIT = 358d2f86a74cc37573e6c5175f40f2a810c2b0a7 DISTNAME = xarchiver-0.5.4.12pl0 -REVISION = 1 +REVISION = 2 HOMEPAGE = http://xarchiver.sourceforge.net @@ -23,7 +23,7 @@ BUILD_DEPENDS = textproc/libxslt CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -LIB_DEPENDS = devel/gettext \ +LIB_DEPENDS = devel/gettext,-runtime \ x11/gtk+3 RUN_DEPENDS = archivers/zip \ archivers/unzip \ diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 3be1d0eeffb..7067a25eb99 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.60 2018/10/24 14:28:14 sthen Exp $ +# $OpenBSD: Makefile,v 1.61 2019/05/20 22:15:30 naddy Exp $ COMMENT= draw pictures of the earth textured by an image DISTNAME= xplanet-1.3.0 -REVISION= 3 +REVISION= 4 CATEGORIES= astro geo x11 MAINTAINER= Robert Nagy @@ -20,7 +20,7 @@ WANTLIB += ${COMPILER_LIBCXX} z COMPILER = base-clang ports-gcc base-gcc -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ devel/pango \ graphics/giflib \ graphics/jpeg \ diff --git a/x11/xtraceroute/Makefile b/x11/xtraceroute/Makefile index 3f866c9f2b9..5d591d145de 100644 --- a/x11/xtraceroute/Makefile +++ b/x11/xtraceroute/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.39 2018/05/01 20:28:00 naddy Exp $ +# $OpenBSD: Makefile,v 1.40 2019/05/20 22:15:31 naddy Exp $ COMMENT= graphical version of traceroute DISTNAME= xtraceroute-0.9.2 -REVISION= 5 +REVISION= 6 CATEGORIES= net x11 @@ -24,7 +24,7 @@ WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 WANTLIB += gobject-2.0 gtk-x11-2.0 gtkgl-2.0 intl m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pthread z -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtkglarea USE_GMAKE= Yes diff --git a/x11/yad/Makefile b/x11/yad/Makefile index 0adc4f50a2d..7d3d4aabacc 100644 --- a/x11/yad/Makefile +++ b/x11/yad/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2018/06/29 22:16:37 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2019/05/20 22:15:31 naddy Exp $ COMMENT= display graphical dialogs from shell scripts or command line DISTNAME= yad-0.40.0 CATEGORIES= x11 -REVISION= 0 +REVISION= 1 HOMEPAGE= http://sourceforge.net/projects/yad-dialog/ @@ -22,7 +22,7 @@ MODULES= textproc/intltool USE_GMAKE= Yes -LIB_DEPENDS= devel/gettext \ +LIB_DEPENDS= devel/gettext,-runtime \ x11/gtk+3 RUN_DEPENDS= x11/gtk+3,-guic diff --git a/x11/yakuake/Makefile b/x11/yakuake/Makefile index 3312163bfbc..9f0f7640fac 100644 --- a/x11/yakuake/Makefile +++ b/x11/yakuake/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2019/03/08 20:00:56 cwen Exp $ +# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:31 naddy Exp $ COMMENT = drop-down terminal emulator based on KDE Konsole @@ -28,7 +28,7 @@ WANTLIB += c m MODULES = devel/kf5 -BUILD_DEPENDS = devel/gettext-tools \ +BUILD_DEPENDS = devel/gettext,-tools \ devel/kf5/kdoctools RUN_DEPENDS = devel/desktop-file-utils \