Date: Sun, 11 Feb 2024 18:29:05 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7a95f29d5833 - main - audio/*: Move manpages to share/man Message-ID: <202402111829.41BIT5Mb059871@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a95f29d583368065c8a351688d569e336eb7e27 commit 7a95f29d583368065c8a351688d569e336eb7e27 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-02-11 18:27:15 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-02-11 18:28:15 +0000 audio/*: Move manpages to share/man Approved by: portmgr (blanket) --- audio/spectmorph/Makefile | 2 ++ audio/spectmorph/pkg-plist | 20 ++++++++++---------- audio/tosha/Makefile | 2 +- audio/tosha/files/patch-Makefile | 13 +++++++++++-- audio/tosha/pkg-plist | 6 +++--- audio/tse3/Makefile | 3 ++- audio/tse3/pkg-plist | 4 ++-- audio/wavplay/Makefile | 2 ++ audio/wavplay/pkg-plist | 2 +- audio/x42-plugins-lv2/Makefile | 3 ++- audio/x42-plugins-lv2/pkg-plist | 24 ++++++++++++------------ audio/xfce4-mixer/Makefile | 3 ++- audio/xfce4-mixer/pkg-plist | 2 +- audio/xfmpc/Makefile | 3 ++- audio/xfmpc/pkg-plist | 2 +- audio/xoscope/Makefile | 3 ++- audio/xoscope/pkg-plist | 2 +- 17 files changed, 57 insertions(+), 39 deletions(-) diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile index 9f81a2f93cf2..273db6230c2f 100644 --- a/audio/spectmorph/Makefile +++ b/audio/spectmorph/Makefile @@ -1,5 +1,6 @@ PORTNAME= spectmorph DISTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/swesterfeld/spectmorph/releases/download/${DISTVERSION}/ @@ -29,6 +30,7 @@ USE_LDCONFIG= yes SHEBANG_FILES= tools/sminstbuilder.in GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share LDFLAGS+= -L${LOCALBASE}/lib -lfftw3f_threads diff --git a/audio/spectmorph/pkg-plist b/audio/spectmorph/pkg-plist index 4fcdaf042c2b..3c439cdc5cff 100644 --- a/audio/spectmorph/pkg-plist +++ b/audio/spectmorph/pkg-plist @@ -188,17 +188,17 @@ lib/vst/spectmorph_vst.so libdata/pkgconfig/spectmorph.pc libdata/pkgconfig/spectmorphglui.pc libdata/pkgconfig/spectmorphgui.pc -man/man1/smenc.1.gz -man/man1/sminspector.1.gz -man/man1/sminstbuilder.1.gz -man/man1/smjack.1.gz -man/man1/smplay.1.gz -man/man1/smsfimport.1.gz -man/man1/smstrip.1.gz -man/man1/smtool.1.gz -man/man1/smwavset.1.gz -man/man1/spectmorphoscgui.1.gz share/applications/smjack.desktop +share/man/man1/smenc.1.gz +share/man/man1/sminspector.1.gz +share/man/man1/sminstbuilder.1.gz +share/man/man1/smjack.1.gz +share/man/man1/smplay.1.gz +share/man/man1/smsfimport.1.gz +share/man/man1/smstrip.1.gz +share/man/man1/smtool.1.gz +share/man/man1/smwavset.1.gz +share/man/man1/spectmorphoscgui.1.gz share/pixmaps/smjack.png %%DATADIR%%/instruments/standard/alto-flute.smset %%DATADIR%%/instruments/standard/alto-saxophone.smset diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index e510a34c1179..bd6c8511c21f 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -1,6 +1,6 @@ PORTNAME= tosha PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= LOCAL/markp diff --git a/audio/tosha/files/patch-Makefile b/audio/tosha/files/patch-Makefile index e7e855d44109..17b65058b2ac 100644 --- a/audio/tosha/files/patch-Makefile +++ b/audio/tosha/files/patch-Makefile @@ -1,6 +1,15 @@ --- Makefile.orig 1998-12-16 12:34:09 UTC +++ Makefile -@@ -17,7 +17,7 @@ MANDIR=$(PREFIX)/man +@@ -8,7 +8,7 @@ ETCDIR=$(PREFIX)/etc + PREFIX?=/usr/local + BINDIR=$(PREFIX)/bin + ETCDIR=$(PREFIX)/etc +-MANDIR=$(PREFIX)/man ++MANDIR=$(PREFIX)/share/man + + ################################################### + ###### ###### +@@ -17,7 +17,7 @@ CFLAGS?=-O2 ################################################### CFLAGS?=-O2 @@ -9,7 +18,7 @@ .if (exists(/usr/include/camlib.h)) CFLAGS+=-DCAM -@@ -53,15 +53,10 @@ pcmfade: pcmfade.o utils.o +@@ -53,15 +53,10 @@ install: $(BINS) $(CC) $(CFLAGS) -o pcmfade pcmfade.o utils.o install: $(BINS) diff --git a/audio/tosha/pkg-plist b/audio/tosha/pkg-plist index 9209a7f27b8f..74e3f60b353e 100644 --- a/audio/tosha/pkg-plist +++ b/audio/tosha/pkg-plist @@ -2,6 +2,6 @@ bin/pcmfade bin/pcmplay bin/tosha etc/tosharc -man/man1/pcmfade.1.gz -man/man1/pcmplay.1.gz -man/man1/tosha.1.gz +share/man/man1/pcmfade.1.gz +share/man/man1/pcmplay.1.gz +share/man/man1/tosha.1.gz diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile index 5e7b3fd5fd5e..f19ccae1a959 100644 --- a/audio/tse3/Makefile +++ b/audio/tse3/Makefile @@ -1,6 +1,6 @@ PORTNAME= tse3 PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME:tu}/${PORTVERSION} @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --without-doc-install \ --without-aRts USE_LDCONFIG= yes diff --git a/audio/tse3/pkg-plist b/audio/tse3/pkg-plist index a2e5c8927cde..11d6b4e70d7f 100644 --- a/audio/tse3/pkg-plist +++ b/audio/tse3/pkg-plist @@ -107,8 +107,8 @@ include/tse3/util/Track.h lib/libtse3.so lib/libtse3.so.0 lib/libtse3.so.0.0.0 -man/man1/tse3play.1.gz -man/man3/tse3.3.gz +share/man/man1/tse3play.1.gz +share/man/man3/tse3.3.gz %%PORTDOCS%%%%DOCSDIR%%/About.html %%PORTDOCS%%%%DOCSDIR%%/Article.html %%PORTDOCS%%%%DOCSDIR%%/Bugs.html diff --git a/audio/wavplay/Makefile b/audio/wavplay/Makefile index fbd801885f87..976429adc670 100644 --- a/audio/wavplay/Makefile +++ b/audio/wavplay/Makefile @@ -1,5 +1,6 @@ PORTNAME= wavplay PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Release%20Downloads/ @@ -15,6 +16,7 @@ ONLY_FOR_ARCHS_REASON= does not play sound correctly USES= autoreconf libtool:build GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_DEFINE= X11 OPTIONS_SUB= yes diff --git a/audio/wavplay/pkg-plist b/audio/wavplay/pkg-plist index 3ae09b9fdcfe..ab3ebabbd2ba 100644 --- a/audio/wavplay/pkg-plist +++ b/audio/wavplay/pkg-plist @@ -2,4 +2,4 @@ bin/wavplay bin/wavplay-config bin/wavrec %%X11%%bin/xltwavplay -man/man1/wavplay.1.gz +share/man/man1/wavplay.1.gz diff --git a/audio/x42-plugins-lv2/Makefile b/audio/x42-plugins-lv2/Makefile index d1fe2820b783..8d7caacd0bb9 100644 --- a/audio/x42-plugins-lv2/Makefile +++ b/audio/x42-plugins-lv2/Makefile @@ -1,5 +1,6 @@ PORTNAME= x42-plugins DISTVERSION= 20230706 # the version is published here: http://gareus.org/misc/x42-plugins.php +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://gareus.org/misc/x42-plugins/ PKGNAMESUFFIX= -lv2 @@ -34,7 +35,7 @@ USE_GL= glu gl USE_GITHUB= nodefault GH_TUPLE= x42:convoLV2:ff291a3:x/convoLV2zita4 -MAKE_ENV= BUILDOPENGL=yes BUILDGTK=no LV2DIR=${PREFIX}/lib/lv2 MANDIR=${PREFIX}/man/man1 +MAKE_ENV= BUILDOPENGL=yes BUILDGTK=no LV2DIR=${PREFIX}/lib/lv2 MANDIR=${PREFIX}/share/man/man1 SHEBANG_FILES= stepseq.lv2/gridgen.sh CXXFLAGS+= -std=c++98 diff --git a/audio/x42-plugins-lv2/pkg-plist b/audio/x42-plugins-lv2/pkg-plist index ec35d5dc18b8..57c8d13e457a 100644 --- a/audio/x42-plugins-lv2/pkg-plist +++ b/audio/x42-plugins-lv2/pkg-plist @@ -100,15 +100,15 @@ lib/lv2/zeroconvo.lv2/manifest.ttl lib/lv2/zeroconvo.lv2/presets.ttl lib/lv2/zeroconvo.lv2/zeroconvolv.so lib/lv2/zeroconvo.lv2/zeroconvolv.ttl -man/man1/x42-darc.1.gz -man/man1/x42-dpl.1.gz -man/man1/x42-fat1.1.gz -man/man1/x42-fil4.1.gz -man/man1/x42-matrixmixer.1.gz -man/man1/x42-meter.1.gz -man/man1/x42-mixtri.1.gz -man/man1/x42-phaserotate.1.gz -man/man1/x42-scope.1.gz -man/man1/x42-spectr.1.gz -man/man1/x42-stepseq.1.gz -man/man1/x42-tuna.1.gz +share/man/man1/x42-darc.1.gz +share/man/man1/x42-dpl.1.gz +share/man/man1/x42-fat1.1.gz +share/man/man1/x42-fil4.1.gz +share/man/man1/x42-matrixmixer.1.gz +share/man/man1/x42-meter.1.gz +share/man/man1/x42-mixtri.1.gz +share/man/man1/x42-phaserotate.1.gz +share/man/man1/x42-scope.1.gz +share/man/man1/x42-spectr.1.gz +share/man/man1/x42-stepseq.1.gz +share/man/man1/x42-tuna.1.gz diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index 814f512a352f..8265e38fdf5f 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.18.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -29,6 +29,7 @@ USE_XFCE= libmenu panel xfconf USE_XORG= x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip OPTIONS_DEFINE= KEYBINDER NLS diff --git a/audio/xfce4-mixer/pkg-plist b/audio/xfce4-mixer/pkg-plist index 1bb4d0e67e2f..a552ac8f35ee 100644 --- a/audio/xfce4-mixer/pkg-plist +++ b/audio/xfce4-mixer/pkg-plist @@ -1,6 +1,5 @@ bin/xfce4-mixer lib/xfce4/panel/plugins/libmixer.so -man/man1/xfce4-mixer.1.gz share/applications/xfce4-mixer.desktop %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-mixer.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-mixer.mo @@ -59,6 +58,7 @@ share/applications/xfce4-mixer.desktop %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-mixer.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-mixer.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-mixer.mo +share/man/man1/xfce4-mixer.1.gz share/pixmaps/xfce4-mixer/chain-broken.png share/pixmaps/xfce4-mixer/chain.png share/xfce4/mixer/icons/hicolor/16x16/status/audio-input-microphone-muted.png diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index 8fe7f5c0e419..5b7ec64d6911 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfmpc PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -21,6 +21,7 @@ USE_XFCE= libmenu USE_XORG= ice sm x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS diff --git a/audio/xfmpc/pkg-plist b/audio/xfmpc/pkg-plist index 684ab61df7cd..dc0aaf0a7f67 100644 --- a/audio/xfmpc/pkg-plist +++ b/audio/xfmpc/pkg-plist @@ -1,5 +1,4 @@ bin/xfmpc -man/man1/xfmpc.1.gz share/applications/xfmpc.desktop %%NLS%%share/locale/am/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/ar/LC_MESSAGES/xfmpc.mo @@ -54,3 +53,4 @@ share/applications/xfmpc.desktop %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfmpc.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfmpc.mo +share/man/man1/xfmpc.1.gz diff --git a/audio/xoscope/Makefile b/audio/xoscope/Makefile index 7bddac682100..570e2d3ac206 100644 --- a/audio/xoscope/Makefile +++ b/audio/xoscope/Makefile @@ -1,6 +1,6 @@ PORTNAME= xoscope PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio hamradio MASTER_SITES= SF @@ -15,6 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} --sysconfdir=${STAGEDIR}${PREFIX} USES= gmake gnome pkgconfig tar:tgz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 diff --git a/audio/xoscope/pkg-plist b/audio/xoscope/pkg-plist index 13c51f588431..2ef005a26547 100644 --- a/audio/xoscope/pkg-plist +++ b/audio/xoscope/pkg-plist @@ -1,2 +1,2 @@ bin/xoscope -man/man1/xoscope.1.gz +share/man/man1/xoscope.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402111829.41BIT5Mb059871>