Hi guys!
The diff below drops gettext from MODULES for some simple cases in audio
category. Trying to ride a bump in some ports to regen PLISTS and switch
HOMEPAGEs to https. Also moves/adds RCS tags to make portcheck happy.
OKs? Comments?
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/aqualung/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- Makefile 26 Jul 2017 22:45:14 -0000 1.46
+++ Makefile 14 Nov 2017 14:29:14 -0000
@@ -4,7 +4,7 @@ COMMENT= advanced music player
VERSION= 1.0
DISTNAME= aqualung-${VERSION}
-REVISION= 2
+REVISION= 3
EPOCH= 0
CATEGORIES= audio
@@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 bz2 c cairo fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
-WANTLIB += gthread-2.0 m mp3lame ogg pango-1.0 pangocairo-1.0
+WANTLIB += gthread-2.0 iconv intl m mp3lame ogg pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pthread samplerate sndfile sndio ${COMPILER_LIBCXX}
WANTLIB += vorbis vorbisenc vorbisfile z gtk-x11-2.0 gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 xml2 mac mad mpcdec FLAC avcodec
@@ -27,8 +27,7 @@ WANTLIB += cdio_cdda cdio_paranoia modpl
MASTER_SITES=
https://github.com/jeremyevans/aqualung/releases/download/${VERSION}/
-MODULES= devel/gettext \
- lang/lua
+MODULES= lang/lua
MODLUA_SA= Yes
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/ario/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile 23 Oct 2017 17:10:37 -0000 1.18
+++ Makefile 15 Nov 2017 20:00:01 -0000
@@ -3,7 +3,7 @@
COMMENT = GTK2-based MPD client inspired by Rhythmbox
DISTNAME = ario-1.5.1
CATEGORIES = audio x11
-REVISION = 14
+REVISION = 15
SHARED_LIBS += audioscrobbler 0.0 # 0.0
SHARED_LIBS += filesystem 0.0 # 0.0
@@ -23,17 +23,17 @@ WANTLIB += Xrender atk-1.0 avahi-client
WANTLIB += crypto curl dbus-1 dbus-glib-1 expat ffi fontconfig freetype
WANTLIB += gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gmp gnutls gobject-2.0 gpg-error graphite2
-WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn2 lzma m
-WANTLIB += mpdclient nettle nghttp2 notify p11-kit pango-1.0
+WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz hogweed iconv idn2 intl lzma
+WANTLIB += m mpdclient nettle nghttp2 notify p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += soup-2.4 sqlite3 ssl tag tag_c tasn1 unique-1.0
WANTLIB += unistring xcb xcb-render xcb-shm xml2 z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ario-player/}
-MODULES = devel/gettext \
- textproc/intltool
+MODULES = textproc/intltool
+BUILD_DEPENDS = devel/gettext-tools
LIB_DEPENDS = audio/libmpdclient \
audio/taglib \
devel/libnotify \
Index: patches/patch-src_ario-util_h
===================================================================
RCS file: /cvs/ports/audio/ario/patches/patch-src_ario-util_h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_ario-util_h
--- patches/patch-src_ario-util_h 9 May 2013 14:24:55 -0000 1.1.1.1
+++ patches/patch-src_ario-util_h 15 Nov 2017 20:00:01 -0000
@@ -1,6 +1,7 @@
+$OpenBSD: patch-src_ario-util_h,v 1.1.1.1 2013/05/09 14:24:55 bcallah Exp $
+
XXX: Only needed on powerpc, seems not to affect amd64 or loongson.
-$OpenBSD: patch-src_ario-util_h,v 1.1.1.1 2013/05/09 14:24:55 bcallah Exp $
--- src/ario-util.h.orig Fri May 3 22:23:22 2013
+++ src/ario-util.h Fri May 3 22:23:52 2013
@@ -18,7 +18,7 @@
Index: patches/patch-src_plugins_ario-plugin-info_c
===================================================================
RCS file: /cvs/ports/audio/ario/patches/patch-src_plugins_ario-plugin-info_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-src_plugins_ario-plugin-info_c
--- patches/patch-src_plugins_ario-plugin-info_c 9 May 2013 14:24:55
-0000 1.1.1.1
+++ patches/patch-src_plugins_ario-plugin-info_c 15 Nov 2017 20:00:01
-0000
@@ -1,6 +1,7 @@
+$OpenBSD: patch-src_plugins_ario-plugin-info_c,v 1.1.1.1 2013/05/09 14:24:55
bcallah Exp $
+
XXX: Only needed on powerpc, seems not to affect amd64 or loongson.
-$OpenBSD: patch-src_plugins_ario-plugin-info_c,v 1.1.1.1 2013/05/09 14:24:55
bcallah Exp $
--- src/plugins/ario-plugin-info.c.orig Fri May 3 22:28:48 2013
+++ src/plugins/ario-plugin-info.c Fri May 3 22:29:10 2013
@@ -27,7 +27,7 @@
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/ario/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 9 May 2013 14:46:59 -0000 1.2
+++ pkg/PLIST 15 Nov 2017 20:00:01 -0000
@@ -85,21 +85,13 @@ share/icons/hicolor/64x64/apps/ario.png
share/icons/hicolor/72x72/apps/ario.png
share/icons/hicolor/96x96/apps/ario.png
share/icons/hicolor/scalable/apps/ario.svg
-share/locale/ar/
-share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/ario.mo
share/locale/ca/LC_MESSAGES/ario.mo
share/locale/cs/LC_MESSAGES/ario.mo
share/locale/da/LC_MESSAGES/ario.mo
share/locale/de/LC_MESSAGES/ario.mo
-share/locale/en_AU/
-share/locale/en_AU/LC_MESSAGES/
share/locale/en_AU/LC_MESSAGES/ario.mo
-share/locale/en_CA/
-share/locale/en_CA/LC_MESSAGES/
share/locale/en_CA/LC_MESSAGES/ario.mo
-share/locale/en_GB/
-share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/ario.mo
share/locale/eo/LC_MESSAGES/ario.mo
share/locale/es/LC_MESSAGES/ario.mo
@@ -114,12 +106,8 @@ share/locale/id/LC_MESSAGES/ario.mo
share/locale/it/LC_MESSAGES/ario.mo
share/locale/ja/LC_MESSAGES/ario.mo
share/locale/nb/LC_MESSAGES/ario.mo
-share/locale/nds/
-share/locale/nds/LC_MESSAGES/
share/locale/nds/LC_MESSAGES/ario.mo
share/locale/nl/LC_MESSAGES/ario.mo
-share/locale/oc/
-share/locale/oc/LC_MESSAGES/
share/locale/oc/LC_MESSAGES/ario.mo
share/locale/pl/LC_MESSAGES/ario.mo
share/locale/pt/LC_MESSAGES/ario.mo
@@ -127,8 +115,6 @@ share/locale/pt_BR/LC_MESSAGES/ario.mo
share/locale/ro/LC_MESSAGES/ario.mo
share/locale/ru/LC_MESSAGES/ario.mo
share/locale/sv/LC_MESSAGES/ario.mo
-share/locale/th/
-share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/ario.mo
share/locale/tr/LC_MESSAGES/ario.mo
share/locale/uk/LC_MESSAGES/ario.mo
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/audacious-plugins/Makefile,v
retrieving revision 1.73
diff -u -p -r1.73 Makefile
--- Makefile 8 Sep 2017 15:44:15 -0000 1.73
+++ Makefile 14 Nov 2017 20:16:01 -0000
@@ -3,8 +3,9 @@
COMMENT = input and output plugins for Audacious
V = 3.9
-
DISTNAME = audacious-plugins-$V
+REVISION = 0
+
CATEGORIES = audio multimedia
HOMEPAGE = http://audacious-media-player.org/
@@ -17,8 +18,8 @@ WANTLIB += Xext Xfixes Xi Xinerama Xrand
WANTLIB += audtag avcodec avformat avutil c cairo cddb cdio cdio_cdda
WANTLIB += cue curl dbus-1 dbus-glib-1 faad fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
-WANTLIB += gobject-2.0 gtk-x11-2.0 m mms modplug mp3lame mpg123
-WANTLIB += neon notify ogg pango-1.0 pangocairo-1.0 pangoft2-1.0
+WANTLIB += gobject-2.0 gtk-x11-2.0 iconv intl m mms modplug mp3lame
+WANTLIB += mpg123 neon notify ogg pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += samplerate sndfile sndio soxr vorbis vorbisenc vorbisfile
WANTLIB += wavpack xml2 z
@@ -26,11 +27,10 @@ MASTER_SITES = http://distfiles.audacio
EXTRACT_SUFX = .tar.bz2
-MODULES = devel/gettext
-
COMPILER = base-clang ports-gcc
-BUILD_DEPENDS = ${RUN_DEPENDS}
+BUILD_DEPENDS = ${RUN_DEPENDS} \
+ devel/gettext-tools
RUN_DEPENDS = audio/audacious>=${V}
# needed for the gio plugin
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/audacious/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile 8 Sep 2017 15:44:15 -0000 1.57
+++ Makefile 14 Nov 2017 14:34:26 -0000
@@ -6,6 +6,7 @@ BROKEN-alpha = tinylock.c:58: internal c
COMMENT = graphical audio player which supports lots of formats
DISTNAME = audacious-3.9
+REVISION = 0
SHARED_LIBS += audcore 4.0 # 5.0
SHARED_LIBS += audgui 4.0 # 5.0
@@ -21,16 +22,16 @@ PERMIT_PACKAGE_CDROM =Yes
WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
-WANTLIB += gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
-WANTLIB += pangoft2-1.0 z
+WANTLIB += gmodule-2.0 gobject-2.0 gtk-x11-2.0 iconv intl m pango-1.0
+WANTLIB += pangocairo-1.0 pangoft2-1.0 z
MASTER_SITES = http://distfiles.audacious-media-player.org/
EXTRACT_SUFX = .tar.bz2
-MODULES = devel/gettext
-
COMPILER = base-clang ports-gcc
+
+BUILD_DEPENDS = devel/gettext-tools
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/calf/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile 23 Oct 2017 17:10:37 -0000 1.27
+++ Makefile 14 Nov 2017 20:27:35 -0000
@@ -5,9 +5,9 @@ ONLY_FOR_ARCHS = ${GCC4_ARCHS} ${CLANG_A
COMMENT = CALF LADSPA plugins
DISTNAME = calf-0.0.18.6
CATEGORIES = audio
-REVISION = 0
+REVISION = 1
-HOMEPAGE = http://calf-studio-gear.org/
+HOMEPAGE = https://calf-studio-gear.org/
# GPLv2.1
PERMIT_PACKAGE_CDROM = Yes
@@ -16,20 +16,18 @@ WANTLIB += X11 Xcomposite Xcursor Xdamag
WANTLIB += Xrandr Xrender atk-1.0 c cairo db expat ffi fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
-WANTLIB += gtk-x11-2.0 harfbuzz jack lzma m pango-1.0 pangocairo-1.0
-WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread
+WANTLIB += gtk-x11-2.0 harfbuzz iconv intl jack lzma m pango-1.0
+WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += xcb xcb-render xcb-shm xml2 z ${COMPILER_LIBCXX}
-MASTER_SITES = http://calf-studio-gear.org/files/
+MASTER_SITES = https://calf-studio-gear.org/files/
-COMPILER = gcc
+COMPILER = base-clang ports-gcc
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
LIB_DEPENDS = audio/jack \
devel/libglade2
BUILD_DEPENDS += audio/ladspa
-
-MODULES += devel/gettext
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --without-dssi \
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/gimmix/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile 23 Oct 2017 17:10:37 -0000 1.29
+++ Makefile 14 Nov 2017 21:31:24 -0000
@@ -4,7 +4,7 @@ COMMENT= small and easy to use graphica
DISTNAME= gimmix-0.5.7.2
CATEGORIES= audio x11
-REVISION= 4
+REVISION= 5
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
@@ -13,7 +13,7 @@ WANTLIB += X11 Xcomposite Xcursor Xdamag
WANTLIB += Xrender atk-1.0 c cairo crypto curl expat ffi fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
-WANTLIB += gtk-x11-2.0 harfbuzz lzma m mpd nghttp2 nxml pango-1.0
+WANTLIB += gtk-x11-2.0 harfbuzz iconv intl lzma m mpd nghttp2 nxml pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += ssl ${COMPILER_LIBCXX} tag tag_c xcb xcb-render xcb-shm
WANTLIB += xml2 z
@@ -21,8 +21,7 @@ WANTLIB += xml2 z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimmix.berlios/}
EXTRACT_SUFX= .tar.bz2
-MODULES= devel/gettext \
- textproc/intltool
+MODULES= textproc/intltool
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/gmpc/Makefile,v
retrieving revision 1.64
diff -u -p -r1.64 Makefile
--- Makefile 23 Oct 2017 17:10:37 -0000 1.64
+++ Makefile 14 Nov 2017 21:29:54 -0000
@@ -4,7 +4,7 @@ COMMENT= GNOME music player client
VERSION= 11.8.16
DISTNAME= gmpc-${VERSION}
-REVISION = 14
+REVISION = 15
CATEGORIES= audio
@@ -19,13 +19,13 @@ WANTLIB += ICE SM X11 Xcomposite Xcursor
WANTLIB += Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1 expat ffi
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
-WANTLIB += gtk-x11-2.0 harfbuzz lzma m mpd pango-1.0 pangocairo-1.0
+WANTLIB += gtk-x11-2.0 harfbuzz iconv intl lzma m mpd pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread soup-2.4
WANTLIB += sqlite3 unique-1.0 xcb xcb-render xcb-shm xml2 z
MASTER_SITES= http://www.musicpd.org/download/gmpc/${VERSION}/
-MODULES= devel/gettext textproc/intltool x11/gnome
+MODULES= textproc/intltool x11/gnome
USE_GMAKE= Yes
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/gsound/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 1 Nov 2015 17:25:14 -0000 1.2
+++ Makefile 14 Nov 2017 21:42:45 -0000
@@ -4,6 +4,7 @@ COMMENT= GObject library for playing sy
GNOME_PROJECT= gsound
GNOME_VERSION= 1.0.2
+REVISION= 0
SHARED_LIBS += gsound 0.0 # 0.0
@@ -15,10 +16,9 @@ MAINTAINER= Antoine Jacoutot <ajacoutot
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c canberra ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
-WANTLIB += ltdl m ogg pcre pthread vorbis vorbisfile z
+WANTLIB += iconv intl ltdl m ogg pcre pthread vorbis vorbisfile z
-MODULES= devel/gettext \
- x11/gnome
+MODULES= x11/gnome
MODGNOME_TOOLS= gobject-introspection vala
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/herrie/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- Makefile 11 Oct 2013 23:48:03 -0000 1.28
+++ Makefile 14 Nov 2017 21:49:53 -0000
@@ -3,7 +3,7 @@
COMMENT= minimalistic console-based audio player
DISTNAME= herrie-2.2
-REVISION= 2
+REVISION= 3
CATEGORIES= audio
HOMEPAGE= http://herrie.info/
@@ -13,14 +13,13 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ncurses ogg pthread mad>=2 id3tag>=3 sndfile>=1
WANTLIB += vorbis>=5 vorbisfile>=4 glib-2.0>=1000 gthread-2.0>=1000
-WANTLIB += curl>=9 ao
-
-MODULES= devel/gettext
+WANTLIB += curl>=9 ao intl
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
LIB_DEPENDS= audio/libmad \
audio/libid3tag \
audio/libsndfile \
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/libmpd/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile 21 Apr 2015 18:40:20 -0000 1.21
+++ Makefile 14 Nov 2017 21:52:43 -0000
@@ -6,7 +6,7 @@ VERSION= 11.8.17
DISTNAME= libmpd-${VERSION}
SHARED_LIBS= mpd 3.2 #.3.0
CATEGORIES= audio
-REVISION = 3
+REVISION = 4
MAINTAINER= Landry Breuil <[email protected]>
@@ -15,14 +15,12 @@ HOMEPAGE = http://gmpclient.org/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
-WANTLIB += glib-2.0 pcre pthread
+WANTLIB += glib-2.0 iconv intl pcre pthread
MASTER_SITES= http://www.musicpd.org/download/libmpd/${VERSION}/
LIB_DEPENDS= devel/glib2
CONFIGURE_STYLE= gnu
-
-MODULES= devel/gettext
.include <bsd.port.mk>
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mp3splt-gtk/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile 11 Nov 2015 00:13:48 -0000 1.20
+++ Makefile 15 Nov 2017 05:13:56 -0000
@@ -3,7 +3,7 @@
COMMENT = graphical mp3/ogg file splitter
DISTNAME = mp3splt-gtk-0.5.4
-REVISION = 14
+REVISION = 15
CATEGORIES = audio
@@ -16,7 +16,7 @@ WANTLIB += X11 Xcomposite Xcursor Xdamag
WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gstbase-0.10 gstreamer-0.10 gthread-2.0
-WANTLIB += gtk-x11-2.0 m mp3splt pango-1.0 pangocairo-1.0 pangoft2-1.0
+WANTLIB += gtk-x11-2.0 intl m mp3splt pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pthread xml2 z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mp3splt/}
@@ -35,9 +35,6 @@ BUILD_DEPENDS = multimedia/gstreamer-0.1
RUN_DEPENDS = devel/desktop-file-utils \
multimedia/gstreamer-0.10/plugins-ffmpeg \
multimedia/gstreamer-0.10/plugins-good
-
-MODULES = devel/gettext
-
CONFIGURE_STYLE =gnu
CONFIGURE_ARGS =--enable-gstreamer
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mpdscribble/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 21 Apr 2015 18:40:20 -0000 1.5
+++ Makefile 15 Nov 2017 05:23:42 -0000
@@ -4,7 +4,7 @@ COMMENT = mpd client to scrobble track
V = 0.22
DISTNAME = mpdscribble-$V
-REVISION = 0
+REVISION = 1
CATEGORIES = audio
@@ -15,11 +15,9 @@ MAINTAINER = Steven Mestdagh <steven@op
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
-WANTLIB += c curl glib-2.0 mpdclient pthread
+WANTLIB += c curl glib-2.0 intl mpdclient
MASTER_SITES = http://www.musicpd.org/download/mpdscribble/$V/
-
-MODULES = devel/gettext
LIB_DEPENDS = net/curl \
devel/glib2 \
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/normalize/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- Makefile 30 Aug 2016 10:37:37 -0000 1.25
+++ Makefile 15 Nov 2017 05:28:25 -0000
@@ -3,7 +3,7 @@
COMMENT= audio file volume normalizer
DISTNAME= normalize-0.7.7
-REVISION= 1
+REVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=normalize/}
@@ -15,9 +15,11 @@ MAINTAINER= Vlad Glagolev <stealth@sourc
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
-MODULES= devel/gettext
+WANTLIB= c iconv intl m mad>=2 audiofile FLAC ogg
-WANTLIB= c m mad>=2 audiofile FLAC ogg
+LIB_DEPENDS= audio/libmad \
+ devel/gettext \
+ devel/libaudiofile
CONFIGURE_STYLE= gnu
@@ -28,9 +30,5 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/
LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
-
-LIB_DEPENDS= audio/libmad \
- devel/libaudiofile
-
.include <bsd.port.mk>
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/audio/normalize/patches/patch-configure,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure
--- patches/patch-configure 15 Jul 2007 19:37:04 -0000 1.3
+++ patches/patch-configure 15 Nov 2017 05:28:25 -0000
@@ -1,3 +1,4 @@
+$OpenBSD$
--- configure.orig Wed Sep 14 11:23:56 2005
+++ configure Mon Jul 9 01:06:08 2007
@@ -25894,12 +25894,11 @@ cat >>conftest.$ac_ext <<_ACEOF
Index: patches/patch-src_normalize-mp3_in
===================================================================
RCS file: /cvs/ports/audio/normalize/patches/patch-src_normalize-mp3_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_normalize-mp3_in
--- patches/patch-src_normalize-mp3_in 15 Jul 2007 19:37:04 -0000 1.2
+++ patches/patch-src_normalize-mp3_in 15 Nov 2017 05:28:25 -0000
@@ -1,3 +1,4 @@
+$OpenBSD$
--- src/normalize-mp3.in.orig Mon Sep 12 09:31:15 2005
+++ src/normalize-mp3.in Sat Jul 7 22:44:02 2007
@@ -26,12 +26,12 @@