diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-18 13:25:59 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-18 13:28:04 +0000 |
commit | 487cc0fe64bc4180f5715780acead619841acdeb (patch) | |
tree | 195407e048cad8dbb09ccaa179949d358f8e0b48 | |
parent | af12fb4d3d90d23b7b3c84e263034f2a2e872003 (diff) | |
download | ports-487cc0fe64bc4180f5715780acead619841acdeb.tar.gz ports-487cc0fe64bc4180f5715780acead619841acdeb.zip |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket)
97 files changed, 370 insertions, 318 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile index ce1a4a9017d4..917b40f48f85 100644 --- a/audio/afsp/Makefile +++ b/audio/afsp/Makefile @@ -1,5 +1,6 @@ PORTNAME= afsp PORTVERSION= 8.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www-mmsp.ece.mcgill.ca/Documents/Downloads/AFsp/ DISTNAME= AFsp-v8r2 diff --git a/audio/afsp/files/Makefile b/audio/afsp/files/Makefile index 5e3bf4d971cd..8d2864e13d8a 100644 --- a/audio/afsp/files/Makefile +++ b/audio/afsp/files/Makefile @@ -116,8 +116,8 @@ install: ${LIBRARIES} ${BINARIES} ${BSD_INSTALL_DATA} ${MAINHEADERS} ${DESTDIR}${PREFIX}/include/ mkdir -p ${DESTDIR}${PREFIX}/include/libtsp/ ${BSD_INSTALL_DATA} ${SUBHEADERS} ${DESTDIR}${PREFIX}/include/libtsp/ - ${BSD_INSTALL_MAN} ${MAN1FILES} ${DESTDIR}${PREFIX}/man/man1/ - ${BSD_INSTALL_MAN} ${MAN3FILES} ${DESTDIR}${PREFIX}/man/man3/ + ${BSD_INSTALL_MAN} ${MAN1FILES} ${DESTDIR}${PREFIX}/share/man/man1/ + ${BSD_INSTALL_MAN} ${MAN3FILES} ${DESTDIR}${PREFIX}/share/man/man3/ mkdir -p ${DESTDIR}${PREFIX}/share/doc/afsp/audio/ ${BSD_INSTALL_DATA} ${HTMLFILES1} ${DESTDIR}${PREFIX}/share/doc/afsp/audio/ mkdir -p ${DESTDIR}${PREFIX}/share/doc/afsp/libtsp/AF/ diff --git a/audio/afsp/pkg-plist b/audio/afsp/pkg-plist index adc266b408a6..302944331a47 100644 --- a/audio/afsp/pkg-plist +++ b/audio/afsp/pkg-plist @@ -34,28 +34,28 @@ include/libtsp/nucleus.h include/libtsp/sysOS.h lib/libAO.a lib/libtsp.a -man/man1/AFsp.1audio.gz -man/man1/CompAudio.1audio.gz -man/man1/CopyAudio.1audio.gz -man/man1/FiltAudio.1audio.gz -man/man1/GenNoise.1audio.gz -man/man1/GenTone.1audio.gz -man/man1/InfoAudio.1audio.gz -man/man1/LPanal.1audio.gz -man/man1/LPsyn.1audio.gz -man/man1/PQevalAudio.1audio.gz -man/man1/ResampAudio.1audio.gz -man/man3/AFclose.3tsp.gz -man/man3/AFdReadData.3tsp.gz -man/man3/AFdWriteData.3tsp.gz -man/man3/AFfReadData.3tsp.gz -man/man3/AFfWriteData.3tsp.gz -man/man3/AFopnRead.3tsp.gz -man/man3/AFopnWrite.3tsp.gz -man/man3/AFsetFileType.3tsp.gz -man/man3/AFsetInfo.3tsp.gz -man/man3/AFsetNHpar.3tsp.gz -man/man3/AFsetSpeaker.3tsp.gz +share/man/man1/AFsp.1audio.gz +share/man/man1/CompAudio.1audio.gz +share/man/man1/CopyAudio.1audio.gz +share/man/man1/FiltAudio.1audio.gz +share/man/man1/GenNoise.1audio.gz +share/man/man1/GenTone.1audio.gz +share/man/man1/InfoAudio.1audio.gz +share/man/man1/LPanal.1audio.gz +share/man/man1/LPsyn.1audio.gz +share/man/man1/PQevalAudio.1audio.gz +share/man/man1/ResampAudio.1audio.gz +share/man/man3/AFclose.3tsp.gz +share/man/man3/AFdReadData.3tsp.gz +share/man/man3/AFdWriteData.3tsp.gz +share/man/man3/AFfReadData.3tsp.gz +share/man/man3/AFfWriteData.3tsp.gz +share/man/man3/AFopnRead.3tsp.gz +share/man/man3/AFopnWrite.3tsp.gz +share/man/man3/AFsetFileType.3tsp.gz +share/man/man3/AFsetInfo.3tsp.gz +share/man/man3/AFsetNHpar.3tsp.gz +share/man/man3/AFsetSpeaker.3tsp.gz %%DATADIR%%/filters/STL_BPF100x5k_FIR_16k.cof %%DATADIR%%/filters/STL_BPF50x14k_FIR_32k.cof %%DATADIR%%/filters/STL_BPF50x5k_FIR_16k.cof diff --git a/audio/autocd/Makefile b/audio/autocd/Makefile index a80236ce11fc..8c9da0990314 100644 --- a/audio/autocd/Makefile +++ b/audio/autocd/Makefile @@ -1,6 +1,6 @@ PORTNAME= autocd PORTVERSION= 3.02.12b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio sysutils MASTER_SITES= ftp://kot.spb.ru/pub/src/projects/autocd/ @@ -25,8 +25,8 @@ do-install: ln -s cdctl pause && \ ln -s cdctl eject) @(cd ${WRKSRC} && ${INSTALL_MAN} acdplay.1 cdctl.1 \ - ${STAGEDIR}${PREFIX}/man/man1/) - ${INSTALL_MAN} ${WRKSRC}/autocd.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${STAGEDIR}${PREFIX}/share/man/man1/) + ${INSTALL_MAN} ${WRKSRC}/autocd.8 ${STAGEDIR}${PREFIX}/share/man/man8/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/audio/autocd/pkg-plist b/audio/autocd/pkg-plist index 9b343a716db3..01683dbc9834 100644 --- a/audio/autocd/pkg-plist +++ b/audio/autocd/pkg-plist @@ -3,6 +3,6 @@ bin/cdctl bin/eject bin/pause sbin/autocd -man/man1/acdplay.1.gz -man/man1/cdctl.1.gz -man/man8/autocd.8.gz +share/man/man1/acdplay.1.gz +share/man/man1/cdctl.1.gz +share/man/man8/autocd.8.gz diff --git a/audio/bristol/Makefile b/audio/bristol/Makefile index e565b36e1bcd..92684a715bd3 100644 --- a/audio/bristol/Makefile +++ b/audio/bristol/Makefile @@ -1,6 +1,6 @@ PORTNAME= bristol PORTVERSION= 0.60.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.60 @@ -16,6 +16,7 @@ LIB_DEPENDS= libjack.so:audio/jack \ USES= cpe libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip CPE_VENDOR= nick_copeland diff --git a/audio/bristol/pkg-plist b/audio/bristol/pkg-plist index f5a6da53c8d9..49c485485fc3 100644 --- a/audio/bristol/pkg-plist +++ b/audio/bristol/pkg-plist @@ -30,8 +30,8 @@ lib/libC11.so.0.0.610 lib/libC11.so.0 lib/libC11.so lib/libC11.a -man/man1/brighton.1.gz -man/man1/bristol.1.gz -man/man1/bristoljackstats.1.gz -man/man1/startBristol.1.gz +share/man/man1/brighton.1.gz +share/man/man1/bristol.1.gz +share/man/man1/bristoljackstats.1.gz +share/man/man1/startBristol.1.gz @dir %%DATADIR%%/memory/granular diff --git a/audio/calf-lv2/Makefile b/audio/calf-lv2/Makefile index b742d65f5df2..e7d3a3676a35 100644 --- a/audio/calf-lv2/Makefile +++ b/audio/calf-lv2/Makefile @@ -1,6 +1,6 @@ PORTNAME= calf DISTVERSION= 0.90.3.20210427 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio #MASTER_SITES= http://calf-studio-gear.org/files/ PKGNAMESUFFIX= -lv2 @@ -26,6 +26,7 @@ USE_CXXSTD= c++11 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-lv2 --disable-static USE_GITHUB= yes diff --git a/audio/calf-lv2/pkg-plist b/audio/calf-lv2/pkg-plist index c0c56b9a50af..04048a21db73 100644 --- a/audio/calf-lv2/pkg-plist +++ b/audio/calf-lv2/pkg-plist @@ -58,8 +58,6 @@ lib/lv2/calf.lv2/presets-MonoCompressor.ttl lib/lv2/calf.lv2/presets-Monosynth.ttl lib/lv2/calf.lv2/presets-Organ.ttl lib/lv2/calf.lv2/presets-Reverb.ttl -man/man1/calfjackhost.1.gz -man/man7/calf.7.gz share/applications/calf.desktop share/bash-completion/completions/calf %%DATADIR%%/calf-gui.xml @@ -706,3 +704,5 @@ share/icons/hicolor/64x64/apps/calf.png share/icons/hicolor/64x64/apps/calf_plugin.png share/icons/hicolor/scalable/apps/calf.svg share/icons/hicolor/scalable/apps/calf_plugin.svg +share/man/man1/calfjackhost.1.gz +share/man/man7/calf.7.gz diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index 6c46ac61cba9..1b1ebe58e106 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -1,5 +1,6 @@ PORTNAME= cuetools DISTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= novel@FreeBSD.org @@ -11,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= svend diff --git a/audio/cuetools/pkg-plist b/audio/cuetools/pkg-plist index 5b28f949b51d..dcb6ebad68e6 100644 --- a/audio/cuetools/pkg-plist +++ b/audio/cuetools/pkg-plist @@ -2,6 +2,6 @@ bin/cuebreakpoints bin/cueconvert bin/cueprint bin/cuetag.sh -man/man1/cuebreakpoints.1.gz -man/man1/cueconvert.1.gz -man/man1/cueprint.1.gz +share/man/man1/cuebreakpoints.1.gz +share/man/man1/cueconvert.1.gz +share/man/man1/cueprint.1.gz diff --git a/audio/drumgizmo/Makefile b/audio/drumgizmo/Makefile index 23533d191bd7..b0a4c8f62247 100644 --- a/audio/drumgizmo/Makefile +++ b/audio/drumgizmo/Makefile @@ -1,6 +1,6 @@ PORTNAME= drumgizmo PORTVERSION= 0.9.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/ @@ -23,6 +23,7 @@ USE_GNOME= glib20 USE_XORG= x11 xext GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-output-alsa --enable-lv2 CONFIGURE_ENV= EXPAT_CFLAGS=-isystem${LOCALBASE}/include EXPAT_LDFLAGS=-L${LOCALBASE}/lib \ ZITA_CPPFLAGS=-isystem${LOCALBASE}/include ZITA_LDFLAGS=-L${LOCALBASE}/lib diff --git a/audio/drumgizmo/pkg-plist b/audio/drumgizmo/pkg-plist index dab754d6567a..d1808a2f5100 100644 --- a/audio/drumgizmo/pkg-plist +++ b/audio/drumgizmo/pkg-plist @@ -2,7 +2,7 @@ bin/dgvalidator bin/drumgizmo lib/lv2/drumgizmo.lv2/drumgizmo.so lib/lv2/drumgizmo.lv2/manifest.ttl -man/man1/dgvalidator.1.gz -man/man1/dgvalidator.fr.1.gz -man/man1/drumgizmo.1.gz -man/man1/drumgizmo.fr.1.gz +share/man/man1/dgvalidator.1.gz +share/man/man1/dgvalidator.fr.1.gz +share/man/man1/drumgizmo.1.gz +share/man/man1/drumgizmo.fr.1.gz diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index b7b1fde3bf16..6a545c17d95e 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,6 +1,6 @@ PORTNAME= easytag PORTVERSION= 2.4.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= GNOME @@ -26,6 +26,7 @@ USES= compiler:c++11-lang desktop-file-utils gettext-tools gmake \ USE_GNOME= cairo dconf:run gtk30 intlhack libxslt GLIB_SCHEMAS= org.gnome.EasyTAG.gschema.xml org.gnome.EasyTAG.enums.xml GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -DHAVE_GTK CONFIGURE_ARGS= --disable-appdata-validate \ diff --git a/audio/easytag/pkg-plist b/audio/easytag/pkg-plist index 98ffbb17283d..0ad39f5780c3 100644 --- a/audio/easytag/pkg-plist +++ b/audio/easytag/pkg-plist @@ -1,5 +1,4 @@ bin/easytag -man/man1/easytag.1.gz share/applications/easytag.desktop share/icons/hicolor/128x128/apps/easytag.png share/icons/hicolor/16x16/apps/easytag.png @@ -46,3 +45,4 @@ share/icons/hicolor/symbolic/apps/easytag-symbolic.svg %%NLS%%share/locale/uk/LC_MESSAGES/easytag.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/easytag.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/easytag.mo +share/man/man1/easytag.1.gz diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index a54f3131a3ea..40c482edb6a6 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnupod PORTVERSION= 0.99.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio perl5 MASTER_SITES= SAVANNAH \ http://www.blinkenlights.ch/gnupod-dist/stable/ @@ -24,6 +24,7 @@ INFO= gnupod USES= makeinfo perl5 tar:tgz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share NO_BUILD= yes NO_ARCH= yes diff --git a/audio/gnupod/pkg-plist b/audio/gnupod/pkg-plist index e10ffe5982fc..284b362b8c2f 100644 --- a/audio/gnupod/pkg-plist +++ b/audio/gnupod/pkg-plist @@ -19,13 +19,6 @@ bin/tunes2pod.pl %%SITE_PERL%%/GNUpod/QTfile.pm %%SITE_PERL%%/GNUpod/SysInfo.pm %%SITE_PERL%%/GNUpod/XMLhelper.pm -man/man1/gnupod_INIT.pl.1.gz -man/man1/gnupod_addsong.pl.1.gz -man/man1/gnupod_check.pl.1.gz -man/man1/gnupod_otgsync.pl.1.gz -man/man1/gnupod_search.pl.1.gz -man/man1/mktunes.pl.1.gz -man/man1/tunes2pod.pl.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/fdl.texi %%PORTDOCS%%%%DOCSDIR%%/gnupod.html @@ -35,3 +28,10 @@ man/man1/tunes2pod.pl.1.gz %%PORTDOCS%%%%DOCSDIR%%/ipod.svg %%PORTDOCS%%%%DOCSDIR%%/mkspl.html %%PORTDOCS%%%%DOCSDIR%%/version.texi +share/man/man1/gnupod_INIT.pl.1.gz +share/man/man1/gnupod_addsong.pl.1.gz +share/man/man1/gnupod_check.pl.1.gz +share/man/man1/gnupod_otgsync.pl.1.gz +share/man/man1/gnupod_search.pl.1.gz +share/man/man1/mktunes.pl.1.gz +share/man/man1/tunes2pod.pl.1.gz diff --git a/audio/grip/Makefile b/audio/grip/Makefile index b5bda360aed3..b5d8da43b850 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -1,6 +1,6 @@ PORTNAME= grip DISTVERSION= 4.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/grip/${DISTVERSION} @@ -22,6 +22,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= ice sm x11 xext GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= --disable-werror CONFLICTS_INSTALL= py*-grip # bin/grip diff --git a/audio/grip/pkg-plist b/audio/grip/pkg-plist index d520ac794c19..ed9477655878 100644 --- a/audio/grip/pkg-plist +++ b/audio/grip/pkg-plist @@ -1,5 +1,4 @@ bin/grip -man/man1/grip.1.gz share/applications/grip.desktop share/apps/solid/actions/grip-audiocd.desktop share/gnome/help/grip/C/cdconfig.png @@ -83,6 +82,7 @@ share/icons/hicolor/scalable/apps/grip.svg %%NLS%%share/locale/zh_CN/LC_MESSAGES/grip.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/grip.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/grip.mo +share/man/man1/grip.1.gz share/pixmaps/grip.png share/pixmaps/griptray.png share/solid/actions/grip-audiocd.desktop diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile index 30c3bdc464c2..2717af3ddeed 100644 --- a/audio/gsequencer/Makefile +++ b/audio/gsequencer/Makefile @@ -1,5 +1,6 @@ PORTNAME= gsequencer DISTVERSION= 6.5.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SAVANNAH/gsequencer/${DISTVERSION:R}.x @@ -36,6 +37,7 @@ USE_CSTD= gnu99 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-alsa --enable-oss --disable-introspection --disable-rt CPPFLAGS+= -DAGS_LICENSE_FILENAME=\\\"${LOCALBASE}/share/licenses/${PKGNAME}/${LICENSE}\\\" \ diff --git a/audio/gsequencer/pkg-plist b/audio/gsequencer/pkg-plist index 7aaf1d8e17f8..e6fb3bf289fb 100644 --- a/audio/gsequencer/pkg-plist +++ b/audio/gsequencer/pkg-plist @@ -517,8 +517,6 @@ libdata/pkgconfig/libags.pc libdata/pkgconfig/libags_audio.pc libdata/pkgconfig/libags_gui.pc libdata/pkgconfig/libgsequencer.pc -man/man1/gsequencer.1.gz -man/man1/midi2xml.1.gz share/applications/gsequencer.desktop %%DATADIR%%/icons/ags.png %%DATADIR%%/icons/ags.xpm @@ -535,6 +533,8 @@ share/locale/de/LC_MESSAGES/gsequencer.mo share/locale/fr/LC_MESSAGES/gsequencer.mo share/locale/it/LC_MESSAGES/gsequencer.mo share/locale/pl/LC_MESSAGES/gsequencer.mo +share/man/man1/gsequencer.1.gz +share/man/man1/midi2xml.1.gz share/metainfo/org.nongnu.gsequencer.gsequencer.appdata.xml share/mime/packages/gsequencer.xml share/xml/gsequencer/schema/dtd/%%PORTVERSION%%/ags_file.dtd diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile index 83527ee275df..9d97f743883c 100644 --- a/audio/gtick/Makefile +++ b/audio/gtick/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtick PORTVERSION= 0.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.antcom.de/gtick/download/ @@ -17,6 +17,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= desktop-file-utils gnome pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GNOME= cairo gtk20 LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/gtick/pkg-plist b/audio/gtick/pkg-plist index 553b754d6b9f..f121ad6774da 100644 --- a/audio/gtick/pkg-plist +++ b/audio/gtick/pkg-plist @@ -1,8 +1,8 @@ bin/gtick -man/man1/gtick.1.gz +share/appdata/gtick.appdata.xml share/applications/gtick.desktop share/icons/hicolor/64x64/apps/gtick.xpm -share/appdata/gtick.appdata.xml +share/man/man1/gtick.1.gz share/pixmaps/gtick_32x32.xpm %%NLS%%share/locale/af/LC_MESSAGES/gtick.mo %%NLS%%share/locale/ca/LC_MESSAGES/gtick.mo diff --git a/audio/harp/Makefile b/audio/harp/Makefile index 275f6c251cf2..fc50856dbf50 100644 --- a/audio/harp/Makefile +++ b/audio/harp/Makefile @@ -1,6 +1,6 @@ PORTNAME= harp PORTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= heckendorfc@gmail.com @@ -15,6 +15,7 @@ GH_ACCOUNT= heckendorfc USES= cmake sqlite USE_LDCONFIG= yes +CMAKE_ARGS= -DINSTALL_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= AAC FLAC MP3 SHOUTCAST VORBIS DOCS OPTIONS_SINGLE= AUDIO_OUT diff --git a/audio/harp/pkg-plist b/audio/harp/pkg-plist index 714ee0eea800..5dd7a79b1460 100644 --- a/audio/harp/pkg-plist +++ b/audio/harp/pkg-plist @@ -1,5 +1,5 @@ bin/harp -man/man1/harp.1.gz %%DATADIR%%/create.sql %%DATADIR%%/defaults.conf +share/man/man1/harp.1.gz @dir %%DATADIR%% diff --git a/audio/jack-keyboard/Makefile b/audio/jack-keyboard/Makefile index f4389360c23c..3ae0127970c8 100644 --- a/audio/jack-keyboard/Makefile +++ b/audio/jack-keyboard/Makefile @@ -1,6 +1,6 @@ PORTNAME= jack-keyboard DISTVERSION= 2.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF \ http://home.selasky.org:8192/distfiles/ @@ -23,4 +23,8 @@ LASH_LIB_DEPENDS= liblash.so:audio/lash LASH_CMAKE_ON= -DLashEnable:BOOL=On LASH_CMAKE_OFF= -DLashEnable:BOOL=Off +post-patch: + ${REINPLACE_CMD} -e 's|DESTINATION man/man1|DESTINATION share/man/man1|' \ + ${WRKSRC}/CMakeLists.txt + .include <bsd.port.mk> diff --git a/audio/jack-keyboard/pkg-plist b/audio/jack-keyboard/pkg-plist index f2328e65722f..9078cc4f8172 100644 --- a/audio/jack-keyboard/pkg-plist +++ b/audio/jack-keyboard/pkg-plist @@ -1,4 +1,4 @@ bin/jack-keyboard -man/man1/jack-keyboard.1.gz -share/pixmaps/jack-keyboard.png share/applications/jack-keyboard.desktop +share/man/man1/jack-keyboard.1.gz +share/pixmaps/jack-keyboard.png diff --git a/audio/jack-smf-utils/Makefile b/audio/jack-smf-utils/Makefile index ede51773a3bf..bf86274ba37f 100644 --- a/audio/jack-smf-utils/Makefile +++ b/audio/jack-smf-utils/Makefile @@ -1,6 +1,6 @@ PORTNAME= jack-smf-utils PORTVERSION= 1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= SF @@ -16,6 +16,8 @@ LIB_DEPENDS= libjack.so:audio/jack \ USES= gnome pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + USE_GNOME= glib20 CONFLICTS_INSTALL= libsmf # bin/smfsh diff --git a/audio/jack-smf-utils/pkg-plist b/audio/jack-smf-utils/pkg-plist index f91da940846f..f112f8954184 100644 --- a/audio/jack-smf-utils/pkg-plist +++ b/audio/jack-smf-utils/pkg-plist @@ -1,5 +1,5 @@ bin/smfsh bin/jack-smf-player bin/jack-smf-recorder -man/man1/jack-smf-player.1.gz -man/man1/jack-smf-recorder.1.gz +share/man/man1/jack-smf-player.1.gz +share/man/man1/jack-smf-recorder.1.gz diff --git a/audio/jalv-select/Makefile b/audio/jalv-select/Makefile index 5e12cdf3f847..29cf06733d60 100644 --- a/audio/jalv-select/Makefile +++ b/audio/jalv-select/Makefile @@ -1,7 +1,7 @@ PORTNAME= jalv-select DISTVERSIONPREFIX= v DISTVERSION= 1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -28,7 +28,7 @@ GH_PROJECT= jalv_select USE_GNOME= atk atkmm cairo gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango pangomm USE_XORG= x11 -MAKE_ARGS= MAN_DIR=${PREFIX}/man/man1 +MAKE_ARGS= MAN_DIR=${PREFIX}/share/man/man1 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jalv.select diff --git a/audio/jalv-select/pkg-plist b/audio/jalv-select/pkg-plist index 5eb7b1511f6f..4a7358d0ecb2 100644 --- a/audio/jalv-select/pkg-plist +++ b/audio/jalv-select/pkg-plist @@ -1,8 +1,8 @@ bin/jalv.select -man/man1/jalv.select.1.gz -man/man1/jalv.select.fr.1.gz share/applications/jalv.select.desktop share/locale/de_DE/LC_MESSAGES/jalv.select.mo share/locale/fr_FR/LC_MESSAGES/jalv.select.mo +share/man/man1/jalv.select.1.gz +share/man/man1/jalv.select.fr.1.gz share/pixmaps/lv2.png share/pixmaps/lv2_16.png diff --git a/audio/juke/Makefile b/audio/juke/Makefile index b8de1838c9ef..fc84d1d66931 100644 --- a/audio/juke/Makefile +++ b/audio/juke/Makefile @@ -1,5 +1,6 @@ PORTNAME= juke PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.moll.no/oyvind/distfiles/ @@ -8,6 +9,7 @@ COMMENT= Simple (n)curses based juke box program USES= ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SUB_FILES= pkg-message diff --git a/audio/juke/pkg-plist b/audio/juke/pkg-plist index 69fd2d3abf24..8b78c54863dd 100644 --- a/audio/juke/pkg-plist +++ b/audio/juke/pkg-plist @@ -1,3 +1,3 @@ bin/juke @sample etc/juke.conf.sample -man/man1/juke.1.gz +share/man/man1/juke.1.gz diff --git a/audio/julius/Makefile b/audio/julius/Makefile index a324b1a72c3e..ca1e3194d0c8 100644 --- a/audio/julius/Makefile +++ b/audio/julius/Makefile @@ -1,6 +1,6 @@ PORTNAME= julius PORTVERSION= 4.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= OSDN/julius @@ -12,6 +12,7 @@ BUILD_DEPENDS= ja-p5-Jcode>=0:japanese/p5-Jcode RUN_DEPENDS= ja-p5-Jcode>=0:japanese/p5-Jcode GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USES= iconv perl5 shebangfix SHEBANG_FILES= jclient-perl/jclient.pl diff --git a/audio/julius/pkg-plist b/audio/julius/pkg-plist index 1c8fc3744966..2ae6010de63d 100644 --- a/audio/julius/pkg-plist +++ b/audio/julius/pkg-plist @@ -61,39 +61,39 @@ include/sent/util.h include/sent/vocabulary.h lib/libjulius.a lib/libsent.a -man/ja/man1/accept_check.1.gz -man/ja/man1/adinrec.1.gz -man/ja/man1/adintool.1.gz -man/ja/man1/dfa_determinize.1.gz -man/ja/man1/dfa_minimize.1.gz -man/ja/man1/generate-ngram.1.gz -man/ja/man1/generate.1.gz -man/ja/man1/gram2sapixml.pl.1.gz -man/ja/man1/jclient.pl.1.gz -man/ja/man1/jcontrol.1.gz -man/ja/man1/julius.1.gz -man/ja/man1/mkbingram.1.gz -man/ja/man1/mkbinhmm.1.gz -man/ja/man1/mkbinhmmlist.1.gz -man/ja/man1/mkdfa.pl.1.gz -man/ja/man1/mkgshmm.1.gz -man/ja/man1/mkss.1.gz -man/ja/man1/nextword.1.gz -man/man1/accept_check.1.gz -man/man1/adinrec.1.gz -man/man1/adintool.1.gz -man/man1/dfa_determinize.1.gz -man/man1/dfa_minimize.1.gz -man/man1/generate-ngram.1.gz -man/man1/generate.1.gz -man/man1/gram2sapixml.pl.1.gz -man/man1/jclient.pl.1.gz -man/man1/jcontrol.1.gz -man/man1/julius.1.gz -man/man1/mkbingram.1.gz -man/man1/mkbinhmm.1.gz -man/man1/mkbinhmmlist.1.gz -man/man1/mkdfa.pl.1.gz -man/man1/mkgshmm.1.gz -man/man1/mkss.1.gz -man/man1/nextword.1.gz +share/man/ja/man1/accept_check.1.gz +share/man/ja/man1/adinrec.1.gz +share/man/ja/man1/adintool.1.gz +share/man/ja/man1/dfa_determinize.1.gz +share/man/ja/man1/dfa_minimize.1.gz +share/man/ja/man1/generate-ngram.1.gz +share/man/ja/man1/generate.1.gz +share/man/ja/man1/gram2sapixml.pl.1.gz +share/man/ja/man1/jclient.pl.1.gz +share/man/ja/man1/jcontrol.1.gz +share/man/ja/man1/julius.1.gz +share/man/ja/man1/mkbingram.1.gz +share/man/ja/man1/mkbinhmm.1.gz +share/man/ja/man1/mkbinhmmlist.1.gz +share/man/ja/man1/mkdfa.pl.1.gz +share/man/ja/man1/mkgshmm.1.gz +share/man/ja/man1/mkss.1.gz +share/man/ja/man1/nextword.1.gz +share/man/man1/accept_check.1.gz +share/man/man1/adinrec.1.gz +share/man/man1/adintool.1.gz +share/man/man1/dfa_determinize.1.gz +share/man/man1/dfa_minimize.1.gz +share/man/man1/generate-ngram.1.gz +share/man/man1/generate.1.gz +share/man/man1/gram2sapixml.pl.1.gz +share/man/man1/jclient.pl.1.gz +share/man/man1/jcontrol.1.gz +share/man/man1/julius.1.gz +share/man/man1/mkbingram.1.gz +share/man/man1/mkbinhmm.1.gz +share/man/man1/mkbinhmmlist.1.gz +share/man/man1/mkdfa.pl.1.gz +share/man/man1/mkgshmm.1.gz +share/man/man1/mkss.1.gz +share/man/man1/nextword.1.gz diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index e10debafcd50..3bd6832d5168 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,6 +1,6 @@ PORTNAME= kid3 PORTVERSION= 3.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -${FLAVOR} @@ -25,7 +25,7 @@ USE_LDCONFIG= yes CMAKE_ARGS= -DWITH_DOCBOOKDIR="${LOCALBASE}/share/xsl/docbook" \ -DWITH_LIBDIR=lib \ - -DWITH_MANDIR=man \ + -DWITH_MANDIR=share/man \ -DWITH_PLUGINSDIR=lib/kid3 \ -DFFMPEG_ROOT="${LOCALBASE}" \ -DWITH_APPS="${KID3_APPS:S/ /;/gW}" diff --git a/audio/kid3/pkg-plist b/audio/kid3/pkg-plist index 0a70bddeecdd..ccad2eacd0d5 100644 --- a/audio/kid3/pkg-plist +++ b/audio/kid3/pkg-plist @@ -9,33 +9,6 @@ lib/kid3/libfreedbimport.so lib/kid3/libmusicbrainzimport.so %%VORBIS%%lib/kid3/liboggflacmetadata.so lib/kid3/libtaglibmetadata.so -%%CLI%%man/ca/man1/kid3-cli.1.gz -%%QT%%man/ca/man1/kid3-qt.1.gz -man/ca/man1/kid3.1.gz -%%CLI%%man/de/man1/kid3-cli.1.gz -%%QT%%man/de/man1/kid3-qt.1.gz -man/de/man1/kid3.1.gz -%%CLI%%man/it/man1/kid3-cli.1.gz -%%QT%%man/it/man1/kid3-qt.1.gz -man/it/man1/kid3.1.gz -%%CLI%%man/man1/kid3-cli.1.gz -%%QT%%man/man1/kid3-qt.1.gz -man/man1/kid3.1.gz -%%CLI%%man/nl/man1/kid3-cli.1.gz -%%QT%%man/nl/man1/kid3-qt.1.gz -man/nl/man1/kid3.1.gz -%%CLI%%man/pt/man1/kid3-cli.1.gz -%%QT%%man/pt/man1/kid3-qt.1.gz -man/pt/man1/kid3.1.gz -%%CLI%%man/ru/man1/kid3-cli.1.gz -%%QT%%man/ru/man1/kid3-qt.1.gz -man/ru/man1/kid3.1.gz -%%CLI%%man/sv/man1/kid3-cli.1.gz -%%QT%%man/sv/man1/kid3-qt.1.gz -man/sv/man1/kid3.1.gz -%%CLI%%man/uk/man1/kid3-cli.1.gz -%%QT%%man/uk/man1/kid3-qt.1.gz -man/uk/man1/kid3.1.gz share/applications/org.kde.kid3%%QT_SUFX%%.desktop %%KF5%%share/dbus-1/interfaces/org.kde.Kid3.xml %%KF5%%share/doc/HTML/ca/kid3/index.cache.bz2 @@ -72,6 +45,33 @@ share/icons/hicolor/64x64/apps/kid3%%QT_SUFX%%.png %%QT%%share/icons/hicolor/scalable/apps/kid3-qt.svg %%KF5%%share/icons/hicolor/scalable/apps/kid3.svgz %%KF5%%share/kxmlgui5/kid3/kid3ui.rc +%%CLI%%share/man/ca/man1/kid3-cli.1.gz +%%QT%%share/man/ca/man1/kid3-qt.1.gz +share/man/ca/man1/kid3.1.gz +%%CLI%%share/man/de/man1/kid3-cli.1.gz +%%QT%%share/man/de/man1/kid3-qt.1.gz +share/man/de/man1/kid3.1.gz +%%CLI%%share/man/it/man1/kid3-cli.1.gz +%%QT%%share/man/it/man1/kid3-qt.1.gz +share/man/it/man1/kid3.1.gz +%%CLI%%share/man/man1/kid3-cli.1.gz +%%QT%%share/man/man1/kid3-qt.1.gz +share/man/man1/kid3.1.gz +%%CLI%%share/man/nl/man1/kid3-cli.1.gz +%%QT%%share/man/nl/man1/kid3-qt.1.gz +share/man/nl/man1/kid3.1.gz +%%CLI%%share/man/pt/man1/kid3-cli.1.gz +%%QT%%share/man/pt/man1/kid3-qt.1.gz +share/man/pt/man1/kid3.1.gz +%%CLI%%share/man/ru/man1/kid3-cli.1.gz +%%QT%%share/man/ru/man1/kid3-qt.1.gz +share/man/ru/man1/kid3.1.gz +%%CLI%%share/man/sv/man1/kid3-cli.1.gz +%%QT%%share/man/sv/man1/kid3-qt.1.gz +share/man/sv/man1/kid3.1.gz +%%CLI%%share/man/uk/man1/kid3-cli.1.gz +%%QT%%share/man/uk/man1/kid3-qt.1.gz +share/man/uk/man1/kid3.1.gz %%DATADIR%%/translations/kid3_ca.qm %%DATADIR%%/translations/kid3_ca@valencia.qm %%DATADIR%%/translations/kid3_cs.qm diff --git a/audio/libgig/Makefile b/audio/libgig/Makefile index a2a241e484c6..d2c8b3e70a32 100644 --- a/audio/libgig/Makefile +++ b/audio/libgig/Makefile @@ -1,5 +1,6 @@ PORTNAME= libgig DISTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.linuxsampler.org/packages/ # dead?: SF/qsampler/${PORTNAME}/${PORTVERSION} @@ -19,6 +20,7 @@ USE_LDCONFIG= ${PREFIX}/lib/libgig CPE_VENDOR= linuxsampler GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip diff --git a/audio/libgig/pkg-plist b/audio/libgig/pkg-plist index b8cfce37945f..933d7bc1c1f2 100644 --- a/audio/libgig/pkg-plist +++ b/audio/libgig/pkg-plist @@ -29,17 +29,17 @@ lib/libgig/libgig.so.11 lib/libgig/libgig.so.11.0.0 libdata/pkgconfig/akai.pc libdata/pkgconfig/gig.pc -man/man1/akaidump.1.gz -man/man1/akaiextract.1.gz -man/man1/dlsdump.1.gz -man/man1/gig2mono.1.gz -man/man1/gig2stereo.1.gz -man/man1/gigdump.1.gz -man/man1/gigextract.1.gz -man/man1/gigmerge.1.gz -man/man1/korg2gig.1.gz -man/man1/korgdump.1.gz -man/man1/rifftree.1.gz -man/man1/sf2dump.1.gz -man/man1/sf2extract.1.gz -man/man1/wav2gig.1.gz +share/man/man1/akaidump.1.gz +share/man/man1/akaiextract.1.gz +share/man/man1/dlsdump.1.gz +share/man/man1/gig2mono.1.gz +share/man/man1/gig2stereo.1.gz +share/man/man1/gigdump.1.gz +share/man/man1/gigextract.1.gz +share/man/man1/gigmerge.1.gz +share/man/man1/korg2gig.1.gz +share/man/man1/korgdump.1.gz +share/man/man1/rifftree.1.gz +share/man/man1/sf2dump.1.gz +share/man/man1/sf2extract.1.gz +share/man/man1/wav2gig.1.gz diff --git a/audio/libltc/Makefile b/audio/libltc/Makefile index 1ce451b00cd4..da71e4de8ceb 100644 --- a/audio/libltc/Makefile +++ b/audio/libltc/Makefile @@ -1,6 +1,7 @@ PORTNAME= libltc DISTVERSIONPREFIX= v DISTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -14,6 +15,7 @@ USES= autoreconf gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= x42 diff --git a/audio/libltc/pkg-plist b/audio/libltc/pkg-plist index 39b456dcb0ac..761178ded7c9 100644 --- a/audio/libltc/pkg-plist +++ b/audio/libltc/pkg-plist @@ -4,4 +4,4 @@ lib/libltc.so lib/libltc.so.11 lib/libltc.so.11.2.0 libdata/pkgconfig/ltc.pc -man/man3/ltc.h.3.gz +share/man/man3/ltc.h.3.gz diff --git a/audio/liboggz/Makefile b/audio/liboggz/Makefile index 44aa90b0d619..cbaad26701d5 100644 --- a/audio/liboggz/Makefile +++ b/audio/liboggz/Makefile @@ -1,6 +1,6 @@ PORTNAME= liboggz PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= https://downloads.xiph.org/releases/liboggz/ \ https://ftp.osuosl.org/pub/xiph/releases/liboggz/ @@ -19,6 +19,7 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --program-transform-name="" --with-ogg=${LOCALBASE} CONFIGURE_ENV= DOCBOOKTOMAN=false HAVE_DOCBOOK2HTML=false HAVE_DOXYGEN=false HAVE_DOXYGEN=false GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix pkgconfig diff --git a/audio/liboggz/pkg-plist b/audio/liboggz/pkg-plist index 14d7928a67e6..676451641d99 100644 --- a/audio/liboggz/pkg-plist +++ b/audio/liboggz/pkg-plist @@ -29,16 +29,16 @@ lib/liboggz.so lib/liboggz.so.2 lib/liboggz.so.2.6.0 libdata/pkgconfig/oggz.pc -man/man1/oggz-chop.1.gz -man/man1/oggz-codecs.1.gz -man/man1/oggz-comment.1.gz -man/man1/oggz-diff.1.gz -man/man1/oggz-dump.1.gz -man/man1/oggz-info.1.gz -man/man1/oggz-known-codecs.1.gz -man/man1/oggz-merge.1.gz -man/man1/oggz-rip.1.gz -man/man1/oggz-scan.1.gz -man/man1/oggz-sort.1.gz -man/man1/oggz-validate.1.gz -man/man1/oggz.1.gz +share/man/man1/oggz-chop.1.gz +share/man/man1/oggz-codecs.1.gz +share/man/man1/oggz-comment.1.gz +share/man/man1/oggz-diff.1.gz +share/man/man1/oggz-dump.1.gz +share/man/man1/oggz-info.1.gz +share/man/man1/oggz-known-codecs.1.gz +share/man/man1/oggz-merge.1.gz +share/man/man1/oggz-rip.1.gz +share/man/man1/oggz-scan.1.gz +share/man/man1/oggz-sort.1.gz +share/man/man1/oggz-validate.1.gz +share/man/man1/oggz.1.gz diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 4068e3c2b89e..31ad68bbf2dd 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -1,5 +1,6 @@ PORTNAME= libshout PORTVERSION= 2.4.6 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \ https://ftp.osuosl.org/pub/xiph/releases/libshout/ \ @@ -18,6 +19,7 @@ LIB_DEPENDS= libogg.so:audio/libogg USES= cpe gmake libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip LDFLAGS+= -lcrypto USE_LDCONFIG= yes diff --git a/audio/libshout/pkg-plist b/audio/libshout/pkg-plist index 977c2c185ed3..66719c08d5fe 100644 --- a/audio/libshout/pkg-plist +++ b/audio/libshout/pkg-plist @@ -5,10 +5,10 @@ lib/libshout.so lib/libshout.so.3 lib/libshout.so.3.2.0 libdata/pkgconfig/shout.pc -man/man1/shout.1.gz share/aclocal/shout.m4 %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/example.c %%PORTDOCS%%%%DOCSDIR%%/nonblocking.c +share/man/man1/shout.1.gz diff --git a/audio/libsmf/Makefile b/audio/libsmf/Makefile index 9f0d8fe4aa15..3fbaeaf4ffbf 100644 --- a/audio/libsmf/Makefile +++ b/audio/libsmf/Makefile @@ -1,6 +1,6 @@ PORTNAME= libsmf PORTVERSION= 1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF @@ -15,6 +15,7 @@ USES= gnome libtool pathfix pkgconfig readline USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFLICTS_INSTALL= jack-smf-utils # bin/smfsh diff --git a/audio/libsmf/pkg-plist b/audio/libsmf/pkg-plist index 6c1e9518d112..fd23f0e27107 100644 --- a/audio/libsmf/pkg-plist +++ b/audio/libsmf/pkg-plist @@ -5,4 +5,4 @@ lib/libsmf.so lib/libsmf.so.0 lib/libsmf.so.0.0.0 libdata/pkgconfig/smf.pc -man/man1/smfsh.1.gz +share/man/man1/smfsh.1.gz diff --git a/audio/lingot/Makefile b/audio/lingot/Makefile index 764011e5ecf0..6930b998ca04 100644 --- a/audio/lingot/Makefile +++ b/audio/lingot/Makefile @@ -1,6 +1,6 @@ PORTNAME= lingot PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SAVANNAH @@ -13,6 +13,7 @@ LICENSE= GPLv2 USES= gmake gnome pkgconfig USE_GNOME= gtk30 gdkpixbuf2 cairo intltool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= DATADIRNAME="share" LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/lingot/pkg-plist b/audio/lingot/pkg-plist index 6a886dc0de7c..a1ec6f8f1bea 100644 --- a/audio/lingot/pkg-plist +++ b/audio/lingot/pkg-plist @@ -1,5 +1,4 @@ bin/lingot -man/man1/lingot.1.gz share/applications/org.nongnu.lingot.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -17,4 +16,5 @@ share/icons/hicolor/scalable/apps/org.nongnu.lingot.svg %%NLS%%share/locale/pt_BR/LC_MESSAGES/lingot.mo %%NLS%%share/locale/sv/LC_MESSAGES/lingot.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/lingot.mo +share/man/man1/lingot.1.gz share/metainfo/org.nongnu.lingot.appdata.xml diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile index f4dfd48659c8..96a031db6f5f 100644 --- a/audio/linuxsampler/Makefile +++ b/audio/linuxsampler/Makefile @@ -1,5 +1,6 @@ PORTNAME= linuxsampler DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://download.linuxsampler.org/packages/ @@ -22,6 +23,7 @@ USES= bison:wrapper compiler:c++14-lang gmake libtool localbase pathfix pkgconf USE_LDCONFIG= ${PREFIX}/lib/linuxsampler GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= HAVE_UNIX98=1 CONFIGURE_ARGS= --disable-arts-driver diff --git a/audio/linuxsampler/pkg-plist b/audio/linuxsampler/pkg-plist index f664f828a18e..196a4d0ff2a9 100644 --- a/audio/linuxsampler/pkg-plist +++ b/audio/linuxsampler/pkg-plist @@ -46,8 +46,8 @@ lib/lv2/linuxsampler.lv2/linuxsampler.so lib/lv2/linuxsampler.lv2/linuxsampler.ttl lib/lv2/linuxsampler.lv2/manifest.ttl libdata/pkgconfig/linuxsampler.pc -man/man1/linuxsampler.1.gz -man/man1/lscp.1.gz +share/man/man1/linuxsampler.1.gz +share/man/man1/lscp.1.gz /var/lib/linuxsampler/instruments.db @dir /var/lib/linuxsampler @dir /var/lib diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile index 87144e058c88..233db469c044 100644 --- a/audio/mate-media/Makefile +++ b/audio/mate-media/Makefile @@ -1,6 +1,6 @@ PORTNAME= mate-media PORTVERSION= 1.26.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -28,6 +28,8 @@ USE_GNOME= cairo glib20 gtk30 intlhack libxml2 USE_XORG= x11 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/audio/mate-media/pkg-plist b/audio/mate-media/pkg-plist index cee941a45b4d..e3b65b0f65b2 100644 --- a/audio/mate-media/pkg-plist +++ b/audio/mate-media/pkg-plist @@ -2,8 +2,6 @@ bin/mate-volume-control bin/mate-volume-control-status-icon etc/xdg/autostart/mate-volume-control-status-icon.desktop libexec/mate-volume-control-applet -man/man1/mate-volume-control-status-icon.1.gz -man/man1/mate-volume-control.1.gz share/applications/mate-volume-control.desktop share/dbus-1/services/org.mate.panel.applet.GvcAppletFactory.service share/locale/af/LC_MESSAGES/mate-media.mo @@ -140,6 +138,8 @@ share/locale/zh_CN/LC_MESSAGES/mate-media.mo share/locale/zh_HK/LC_MESSAGES/mate-media.mo share/locale/zh_TW/LC_MESSAGES/mate-media.mo share/locale/zu/LC_MESSAGES/mate-media.mo +share/man/man1/mate-volume-control-status-icon.1.gz +share/man/man1/mate-volume-control.1.gz %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-high.png %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-low.png %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-medium.png diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index e301557e69db..88c8ca415162 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -1,6 +1,6 @@ PORTNAME= mhwaveedit PORTVERSION= 1.4.24 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -17,6 +17,8 @@ GH_ACCOUNT= magnush USES= autoreconf gnome localbase pathfix pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + CONFIGURE_ARGS= --without-alsalib \ --without-arts \ --without-esound \ diff --git a/audio/mhwaveedit/pkg-plist b/audio/mhwaveedit/pkg-plist index 13a0fec97b0b..5d69a6301c4c 100644 --- a/audio/mhwaveedit/pkg-plist +++ b/audio/mhwaveedit/pkg-plist @@ -1,5 +1,4 @@ bin/mhwaveedit -man/man1/mhwaveedit.1.gz share/applications/mhwaveedit.desktop share/icons/hicolor/32x32/apps/mhwaveedit.png share/icons/hicolor/64x64/apps/mhwaveedit.png @@ -11,3 +10,4 @@ share/icons/hicolor/64x64/apps/mhwaveedit.png %%NLS%%share/locale/ru/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/sv/LC_MESSAGES/mhwaveedit.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/mhwaveedit.mo +share/man/man1/mhwaveedit.1.gz diff --git a/audio/moc/Makefile b/audio/moc/Makefile index 0fb1a22f2b29..cee0c3393719 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -1,6 +1,6 @@ PORTNAME= moc PORTVERSION= 2.5.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= http://ftp.daper.net/pub/soft/moc/stable/ @@ -16,6 +16,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl USES= bdb gmake libtool ncurses pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} diff --git a/audio/moc/pkg-plist b/audio/moc/pkg-plist index fd25285d9092..0ee9855cda5b 100644 --- a/audio/moc/pkg-plist +++ b/audio/moc/pkg-plist @@ -1,10 +1,10 @@ bin/mocp -man/man1/mocp.1.gz %%DOCSDIR%%/README %%DOCSDIR%%/README_equalizer %%DOCSDIR%%/THANKS %%DOCSDIR%%/config.example %%DOCSDIR%%/keymap.example +share/man/man1/mocp.1.gz %%DATADIR%%/themes/black_theme %%DATADIR%%/themes/darkdot_theme %%DATADIR%%/themes/example_theme diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 3eadbcfe29c1..c5f61a6abf51 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -1,6 +1,6 @@ PORTNAME= mp3blaster PORTVERSION= 3.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake localbase:ldflags ncurses GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFLICTS_INSTALL= splay # bin/mp3tag bin/splay diff --git a/audio/mp3blaster/pkg-plist b/audio/mp3blaster/pkg-plist index 461933465363..a9c6c356e847 100644 --- a/audio/mp3blaster/pkg-plist +++ b/audio/mp3blaster/pkg-plist @@ -2,9 +2,9 @@ bin/mp3blaster bin/mp3tag bin/nmixer bin/splay -man/man1/mp3blaster.1.gz -man/man1/nmixer.1.gz -man/man1/splay.1.gz +share/man/man1/mp3blaster.1.gz +share/man/man1/nmixer.1.gz +share/man/man1/splay.1.gz %%DATADIR%%/charmap/README %%DATADIR%%/charmap/chargen.c %%DATADIR%%/charmap/koi8-r diff --git a/audio/mp3lint/Makefile b/audio/mp3lint/Makefile index 2e2d24dc5498..f0314f91a812 100644 --- a/audio/mp3lint/Makefile +++ b/audio/mp3lint/Makefile @@ -1,6 +1,6 @@ PORTNAME= mp3lint PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio perl5 MASTER_SITES= https://erislabs.net/ianb/projects/mp3lint/ \ LOCAL/sunpoet @@ -23,6 +23,8 @@ MAKE_JOBS_UNSAFE= yes NO_ARCH= yes post-patch: - @${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' \ + -e '/^INSTALLSITEMAN5DIR/ s|/man|/share&|' \ + ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/audio/mp3lint/pkg-plist b/audio/mp3lint/pkg-plist index 980598c0f801..a3cc68085519 100644 --- a/audio/mp3lint/pkg-plist +++ b/audio/mp3lint/pkg-plist @@ -21,4 +21,4 @@ etc/mp3lintrc %%PERL5_MAN1%%/mp3lintskip.1.gz %%PERL5_MAN1%%/mp3lintsum.1.gz %%PERL5_MAN3%%/mp3lint-tools.3.gz -man/man5/mp3lintrc.5.gz +share/man/man5/mp3lintrc.5.gz diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index ee1e9f3b521c..14fe6f848813 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,5 +1,6 @@ PORTNAME= mp3splt PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} @@ -14,6 +15,7 @@ LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \ USES= cpe pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-oggsplt_symlink CPE_VENDOR= mp3splt_project diff --git a/audio/mp3splt/pkg-plist b/audio/mp3splt/pkg-plist index 9aa8e3a63426..80f9bb102954 100644 --- a/audio/mp3splt/pkg-plist +++ b/audio/mp3splt/pkg-plist @@ -1,8 +1,8 @@ bin/mp3splt bin/oggsplt -man/man1/mp3splt.1.gz -man/man1/oggsplt.1.gz %%NLS%%share/locale/cs/LC_MESSAGES/mp3splt.mo %%NLS%%share/locale/de_DE/LC_MESSAGES/mp3splt.mo %%NLS%%share/locale/es/LC_MESSAGES/mp3splt.mo %%NLS%%share/locale/fr_FR/LC_MESSAGES/mp3splt.mo +share/man/man1/mp3splt.1.gz +share/man/man1/oggsplt.1.gz diff --git a/audio/muse-sequencer/Makefile b/audio/muse-sequencer/Makefile index 4275a6901dc2..99e68d2708ce 100644 --- a/audio/muse-sequencer/Makefile +++ b/audio/muse-sequencer/Makefile @@ -1,5 +1,6 @@ PORTNAME= muse-sequencer DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/muse-sequencer/files/patch-man_CMakeLists.txt b/audio/muse-sequencer/files/patch-man_CMakeLists.txt deleted file mode 100644 index f46a0701aa9f..000000000000 --- a/audio/muse-sequencer/files/patch-man_CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ ---- man/CMakeLists.txt.orig 2019-05-15 18:58:38 UTC -+++ man/CMakeLists.txt -@@ -36,5 +36,5 @@ configure_file ( - install( FILES - ${PROJECT_BINARY_DIR}/man/${MusE_EXEC_NAME}.1 - ${PROJECT_BINARY_DIR}/man/grepmidi.1 -- DESTINATION ${SHARE_INSTALL_PREFIX}/man/man1/ -+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1/ - ) diff --git a/audio/muse-sequencer/pkg-plist b/audio/muse-sequencer/pkg-plist index 10f5a6a59ece..2a51832fc966 100644 --- a/audio/muse-sequencer/pkg-plist +++ b/audio/muse-sequencer/pkg-plist @@ -56,11 +56,11 @@ lib/muse-%%VER%%/synthi/deicsonze.so lib/muse-%%VER%%/synthi/organ.so lib/muse-%%VER%%/synthi/simpledrums.so lib/muse-%%VER%%/synthi/vam.so -man/man1/grepmidi.1.gz -man/man1/muse4.1.gz share/applications/io.github.muse_sequencer.Muse.desktop share/icons/hicolor/128x128/apps/muse.png share/icons/hicolor/64x64/apps/muse.png +share/man/man1/grepmidi.1.gz +share/man/man1/muse4.1.gz share/metainfo/io.github.muse_sequencer.Muse.appdata.xml share/mime/packages/muse.xml %%DATADIR%%/demos/rasen.med diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile index 651caf0dca72..5650d3c0d5d6 100644 --- a/audio/normalize/Makefile +++ b/audio/normalize/Makefile @@ -1,6 +1,6 @@ PORTNAME= normalize PORTVERSION= 0.7.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= SAVANNAH @@ -13,6 +13,7 @@ LIB_DEPENDS= libmad.so:audio/libmad USES= shebangfix perl5 tar:bzip2 libtool USE_PERL5= run GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-helper-search CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/normalize/pkg-plist b/audio/normalize/pkg-plist index eb4b6717b476..ae1a17e9d130 100644 --- a/audio/normalize/pkg-plist +++ b/audio/normalize/pkg-plist @@ -3,5 +3,5 @@ bin/normalize-mp3 bin/normalize-ogg %%NLS%%share/locale/en_GB/LC_MESSAGES/normalize.mo %%NLS%%share/locale/fr/LC_MESSAGES/normalize.mo -man/man1/normalize-mp3.1.gz -man/man1/normalize.1.gz +share/man/man1/normalize-mp3.1.gz +share/man/man1/normalize.1.gz diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 5491461da85f..2eccb2b5eb70 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,6 +1,6 @@ PORTNAME= oss DISTVERSION= 4.2-build2019 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.opensound.com/developer/sources/stable/bsd/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-bsd @@ -94,11 +94,11 @@ do-install: ${STAGEDIR}${PREFIX}/lib/oss/include/sys/ ${INSTALL_KLD} ${PROTO_OSSLIBDIR}/modules/*.ko ${STAGEDIR}${KMODDIR} ${INSTALL_MAN} ${PROTO_MANDIR}/man1/*.1.gz \ - ${STAGEDIR}${PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_MAN} ${PROTO_MANDIR}/man7/*.7.gz \ - ${STAGEDIR}${PREFIX}/man/man7/ + ${STAGEDIR}${PREFIX}/share/man/man7/ ${INSTALL_MAN} ${PROTO_MANDIR}/man8/*.8.gz \ - ${STAGEDIR}${PREFIX}/man/man8/ + ${STAGEDIR}${PREFIX}/share/man/man8/ ${INSTALL_PROGRAM} ${PROTO_SBINDIR}/ossdetect \ ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${PROTO_SBINDIR}/ossdevlinks \ diff --git a/audio/oss/pkg-plist b/audio/oss/pkg-plist index 14cd6b6afc8c..2c8c8e1e7559 100644 --- a/audio/oss/pkg-plist +++ b/audio/oss/pkg-plist @@ -64,55 +64,55 @@ lib/oss/modules/osscore.ko lib/oss/soundon.user.sample lib/oss/sysfiles.list lib/oss/version.dat -man/man1/ossinfo.1.gz -man/man1/ossmix.1.gz -man/man1/osspartysh.1.gz -man/man1/ossphone.1.gz -man/man1/ossplay.1.gz -man/man1/ossrecord.1.gz -man/man1/osstest.1.gz -man/man1/ossxmix.1.gz -man/man1/soundoff.1.gz -man/man1/soundon.1.gz -man/man7/lynxone.7.gz -man/man7/oss_ali5455.7.gz -man/man7/oss_atiaudio.7.gz -man/man7/oss_audigyls.7.gz -man/man7/oss_audioloop.7.gz -man/man7/oss_audiopci.7.gz -man/man7/oss_cmi878x.7.gz -man/man7/oss_cmpci.7.gz -man/man7/oss_cs4281.7.gz -man/man7/oss_cs461x.7.gz -man/man7/oss_digi96.7.gz -man/man7/oss_emu10k1x.7.gz -man/man7/oss_envy24.7.gz -man/man7/oss_envy24ht.7.gz -man/man7/oss_fmedia.7.gz -man/man7/oss_geode.7.gz -man/man7/oss_hdaudio.7.gz -man/man7/oss_ich.7.gz -man/man7/oss_imux.7.gz -man/man7/oss_madi.7.gz -man/man7/oss_midiloop.7.gz -man/man7/oss_midimix.7.gz -man/man7/oss_sblive.7.gz -man/man7/oss_sbpci.7.gz -man/man7/oss_sbxfi.7.gz -man/man7/oss_solo.7.gz -man/man7/oss_trident.7.gz -man/man7/oss_userdev.7.gz -man/man7/oss_via823x.7.gz -man/man7/oss_via97.7.gz -man/man7/oss_ymf7xx.7.gz -man/man7/osscore.7.gz -man/man8/ossdetect.8.gz -man/man8/ossdevlinks.8.gz -man/man8/savemixer.8.gz -man/man8/vmixctl.8.gz sbin/ossdetect sbin/ossdevlinks sbin/savemixer sbin/soundoff sbin/soundon sbin/vmixctl +share/man/man1/ossinfo.1.gz +share/man/man1/ossmix.1.gz +share/man/man1/osspartysh.1.gz +share/man/man1/ossphone.1.gz +share/man/man1/ossplay.1.gz +share/man/man1/ossrecord.1.gz +share/man/man1/osstest.1.gz +share/man/man1/ossxmix.1.gz +share/man/man1/soundoff.1.gz +share/man/man1/soundon.1.gz +share/man/man7/lynxone.7.gz +share/man/man7/oss_ali5455.7.gz +share/man/man7/oss_atiaudio.7.gz +share/man/man7/oss_audigyls.7.gz +share/man/man7/oss_audioloop.7.gz +share/man/man7/oss_audiopci.7.gz +share/man/man7/oss_cmi878x.7.gz +share/man/man7/oss_cmpci.7.gz +share/man/man7/oss_cs4281.7.gz +share/man/man7/oss_cs461x.7.gz +share/man/man7/oss_digi96.7.gz +share/man/man7/oss_emu10k1x.7.gz +share/man/man7/oss_envy24.7.gz +share/man/man7/oss_envy24ht.7.gz +share/man/man7/oss_fmedia.7.gz +share/man/man7/oss_geode.7.gz +share/man/man7/oss_hdaudio.7.gz +share/man/man7/oss_ich.7.gz +share/man/man7/oss_imux.7.gz +share/man/man7/oss_madi.7.gz +share/man/man7/oss_midiloop.7.gz +share/man/man7/oss_midimix.7.gz +share/man/man7/oss_sblive.7.gz +share/man/man7/oss_sbpci.7.gz +share/man/man7/oss_sbxfi.7.gz +share/man/man7/oss_solo.7.gz +share/man/man7/oss_trident.7.gz +share/man/man7/oss_userdev.7.gz +share/man/man7/oss_via823x.7.gz +share/man/man7/oss_via97.7.gz +share/man/man7/oss_ymf7xx.7.gz +share/man/man7/osscore.7.gz +share/man/man8/ossdetect.8.gz +share/man/man8/ossdevlinks.8.gz +share/man/man8/savemixer.8.gz +share/man/man8/vmixctl.8.gz diff --git a/audio/pd/Makefile b/audio/pd/Makefile index c1533c901501..cf2ec2d8ee04 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -1,7 +1,7 @@ PORTNAME= pd DISTVERSION= 0.47-1 DISTVERSIONSUFFIX= .src -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://msp.ucsd.edu/Software/ @@ -50,6 +50,7 @@ SHEBANG_FILES= tcl/pkg_mkIndex.tcl SHEBANG_LANG= tclsh tclsh_CMD= ${LOCALBASE}/bin/tclsh GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no CFLAGS+= -fcommon diff --git a/audio/pd/pkg-plist b/audio/pd/pkg-plist index 72bdba29c98e..6a72fca750a8 100644 --- a/audio/pd/pkg-plist +++ b/audio/pd/pkg-plist @@ -102,9 +102,9 @@ lib/pd/tcl/scrollbox.tcl lib/pd/tcl/scrollboxwindow.tcl lib/pd/tcl/wheredoesthisgo.tcl libdata/pkgconfig/pd.pc -man/man1/pd.1.gz -man/man1/pdreceive.1.gz -man/man1/pdsend.1.gz +share/man/man1/pd.1.gz +share/man/man1/pdreceive.1.gz +share/man/man1/pdsend.1.gz %%PORTDOCS%%%%DOCSDIR%%/1.manual/1.introduction.txt %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.1.png %%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.2.jpg diff --git a/audio/pianod2/Makefile b/audio/pianod2/Makefile index 549d14903523..dc8925d9bf4d 100644 --- a/audio/pianod2/Makefile +++ b/audio/pianod2/Makefile @@ -1,6 +1,6 @@ PORTNAME= pianod2 PORTVERSION= 329 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://deviousfish.com/Downloads/pianod2/Devel/ @@ -34,6 +34,7 @@ USE_GSTREAMER= #ffmpeg USE_RC_SUBR= pianod GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= contrib/piano contrib/runmix ksh_CMD= ${LOCALBASE}/bin/mksh diff --git a/audio/pianod2/pkg-plist b/audio/pianod2/pkg-plist index 68c7c1eaa65d..99189cd30a3e 100644 --- a/audio/pianod2/pkg-plist +++ b/audio/pianod2/pkg-plist @@ -1,9 +1,9 @@ bin/piano bin/pianod bin/runmix -man/man1/piano.1.gz -man/man1/pianod.1.gz -man/man1/runmix.1.gz +share/man/man1/piano.1.gz +share/man/man1/pianod.1.gz +share/man/man1/runmix.1.gz share/pianod/html/client.css share/pianod/html/client.lib.js share/pianod/html/console.css diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index d3ea1d143657..f55e0b0d7892 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -1,6 +1,6 @@ PORTNAME= playmidi PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/playmidi/files/patch-Makefile b/audio/playmidi/files/patch-Makefile index 7cacb2da2d0e..9ff9d2416ec0 100644 --- a/audio/playmidi/files/patch-Makefile +++ b/audio/playmidi/files/patch-Makefile @@ -161,7 +161,7 @@ install.man: - cp playmidi.1 /usr/man/man1/ -+ ${BSD_INSTALL_MAN} playmidi.1 ${DESTDIR}${PREFIX}/man/man1/ ++ ${BSD_INSTALL_MAN} playmidi.1 ${DESTDIR}${PREFIX}/share/man/man1/ clean: rm -f *.o playmidi splaymidi xplaymidi a.out toy seq2mid beat diff --git a/audio/playmidi/pkg-plist b/audio/playmidi/pkg-plist index 2d672c31389b..8f259bb9bf36 100644 --- a/audio/playmidi/pkg-plist +++ b/audio/playmidi/pkg-plist @@ -1,5 +1,5 @@ bin/playmidi -man/man1/playmidi.1.gz +share/man/man1/playmidi.1.gz share/midi/drums.o3 share/midi/drums.sb share/midi/std.o3 diff --git a/audio/pragha/Makefile b/audio/pragha/Makefile index d9a2a8dd4595..197a7883ab0d 100644 --- a/audio/pragha/Makefile +++ b/audio/pragha/Makefile @@ -1,6 +1,6 @@ PORTNAME= pragha PORTVERSION= 1.3.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -20,6 +20,7 @@ LIB_DEPENDS= libtag.so:audio/taglib \ USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome gstreamer \ libtool pkgconfig sqlite tar:bz2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GNOME= glib20 gtk30 intltool intlhack USE_GSTREAMER= faad flac libav mpg123 ogg speex USE_LDCONFIG= yes diff --git a/audio/pragha/pkg-plist b/audio/pragha/pkg-plist index f8d28678402e..05c65a11d116 100644 --- a/audio/pragha/pkg-plist +++ b/audio/pragha/pkg-plist @@ -10,7 +10,6 @@ lib/pragha/plugins/notify/libnotify.so lib/pragha/plugins/notify/notify.plugin lib/pragha/plugins/tunein/libtunein.so lib/pragha/plugins/tunein/tunein.plugin -man/man1/pragha.1.gz share/appdata/pragha.appdata.xml share/applications/pragha.desktop %%DOCSDIR%%/ChangeLog @@ -46,6 +45,7 @@ share/icons/hicolor/64x64/apps/pragha.png %%NLS%%share/locale/uk/LC_MESSAGES/pragha.mo %%NLS%%share/locale/vi/LC_MESSAGES/pragha.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pragha.mo +share/man/man1/pragha.1.gz share/pixmaps/pragha/album.png share/pixmaps/pragha/artist.png share/pixmaps/pragha/cover.png diff --git a/audio/qmidiarp/Makefile b/audio/qmidiarp/Makefile index 9f61a043fb92..48899168912a 100644 --- a/audio/qmidiarp/Makefile +++ b/audio/qmidiarp/Makefile @@ -1,6 +1,7 @@ PORTNAME= qmidiarp DISTVERSIONPREFIX= qmidiarp- DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -28,6 +29,7 @@ USE_GITHUB= yes GH_ACCOUNT= emuse GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-qt5 --enable-translations=yes CXXFLAGS+= -Duint=uint32_t # workaround for https://sourceforge.net/p/qmidiarp/bugs/27/ diff --git a/audio/qmidiarp/pkg-plist b/audio/qmidiarp/pkg-plist index 3048fa2e0a8c..0284bc687491 100644 --- a/audio/qmidiarp/pkg-plist +++ b/audio/qmidiarp/pkg-plist @@ -14,9 +14,9 @@ bin/qmidiarp %%LV2%%lib/lv2/qmidiarp_seq.lv2/qmidiarp_seq.ttl %%LV2%%lib/lv2/qmidiarp_seq.lv2/qmidiarp_seq_ui.so %%LV2%%lib/lv2/qmidiarp_seq.lv2/qmidiarp_seq_ui.ttl -man/de/man1/qmidiarp.1.gz -man/fr/man1/qmidiarp.1.gz -man/man1/qmidiarp.1.gz +share/man/de/man1/qmidiarp.1.gz +share/man/fr/man1/qmidiarp.1.gz +share/man/man1/qmidiarp.1.gz share/metainfo/qmidiarp.appdata.xml share/applications/qmidiarp.desktop share/icons/hicolor/scalable/apps/qmidiarp.svg diff --git a/audio/ripperx/Makefile b/audio/ripperx/Makefile index 3f5f2080ebfc..9258ca3716bc 100644 --- a/audio/ripperx/Makefile +++ b/audio/ripperx/Makefile @@ -1,6 +1,6 @@ PORTNAME= ripperx PORTVERSION= 2.7.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ripperX-${PORTVERSION} @@ -14,6 +14,7 @@ RUN_DEPENDS= cdparanoia:audio/cdparanoia GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_id3_ID3Tag_Link=yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= compiler:c++11-lang gmake gnome pathfix pkgconfig diff --git a/audio/ripperx/pkg-plist b/audio/ripperx/pkg-plist index 9eaebb897370..a476306e13ad 100644 --- a/audio/ripperx/pkg-plist +++ b/audio/ripperx/pkg-plist @@ -14,9 +14,9 @@ bin/ripperX_plugin-toolame bin/ripperX_plugin-musepack bin/ripperX_plugin_tester libdata/pkgconfig/ripperX.pc -man/man1/ripperX.1.gz %%NLS%%share/locale/de/LC_MESSAGES/ripperX.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/ripperX.mo %%NLS%%share/locale/es/LC_MESSAGES/ripperX.mo %%NLS%%share/locale/gl/LC_MESSAGES/ripperX.mo %%NLS%%share/locale/it/LC_MESSAGES/ripperX.mo +share/man/man1/ripperX.1.gz diff --git a/audio/sayonara/Makefile b/audio/sayonara/Makefile index a13c8ca79782..7710c5b52010 100644 --- a/audio/sayonara/Makefile +++ b/audio/sayonara/Makefile @@ -1,6 +1,6 @@ PORTNAME= sayonara DISTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= adridg@FreeBSD.org @@ -29,7 +29,6 @@ SHEBANG_FILES= src/DBus/sayonara-ctl src/DBus/sayonara-query post-patch: @${REINPLACE_CMD} \ - -e '/man1/s,share/,,' \ -e '/DESTINATION/s,share/metainfo,share/appdata,' \ ${WRKSRC}/resources/CMakeLists.txt diff --git a/audio/sayonara/pkg-plist b/audio/sayonara/pkg-plist index 89dc59caec48..f0aae64e30e3 100644 --- a/audio/sayonara/pkg-plist +++ b/audio/sayonara/pkg-plist @@ -1,9 +1,6 @@ bin/sayonara bin/sayonara-ctl bin/sayonara-query -man/man1/sayonara-ctl.1.gz -man/man1/sayonara-query.1.gz -man/man1/sayonara.1.gz share/appdata/sayonara.appdata.xml share/applications/com.sayonara-player.Sayonara.desktop share/icons/hicolor/128x128/apps/sayonara.png @@ -18,6 +15,9 @@ share/icons/hicolor/48x48/apps/sayonara.png share/icons/hicolor/64x64/apps/sayonara.png share/icons/hicolor/72x72/apps/sayonara.png share/icons/hicolor/96x96/apps/sayonara.png +share/man/man1/sayonara-ctl.1.gz +share/man/man1/sayonara-query.1.gz +share/man/man1/sayonara.1.gz %%DATADIR%%/translations/icons/ar_SA.png %%DATADIR%%/translations/icons/cs_CZ.png %%DATADIR%%/translations/icons/de_DE.png diff --git a/audio/siren/Makefile b/audio/siren/Makefile index 5bfb8ec0ad84..47aba9cd1703 100644 --- a/audio/siren/Makefile +++ b/audio/siren/Makefile @@ -1,6 +1,6 @@ PORTNAME= siren PORTVERSION= 0.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/ @@ -65,7 +65,8 @@ OPTIONS_SUB= yes CONFIGURE_ARGS= alsa=no \ ao=no \ sun=no \ - portaudio=no + portaudio=no \ + mandir=${PREFIX}/share/man post-patch: @${REINPLACE_CMD} -e 's|-lcurses|${NCURSESLIBS}|' ${WRKSRC}/configure diff --git a/audio/siren/pkg-plist b/audio/siren/pkg-plist index a273ed5ce3f7..e8a6a1c69d93 100644 --- a/audio/siren/pkg-plist +++ b/audio/siren/pkg-plist @@ -11,4 +11,4 @@ bin/siren %%SNDIO%%lib/siren/op/sndio.so %%VORBIS%%lib/siren/ip/vorbis.so %%WAVPACK%%lib/siren/ip/wavpack.so -man/man1/siren.1.gz +share/man/man1/siren.1.gz diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index 6b3c1c704eb5..ec983e16df4a 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -1,5 +1,6 @@ PORTNAME= soundtracker DISTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ @@ -25,6 +26,7 @@ SHEBANG_FILES= soundtracker_convert_config CONFIGURE_ENV= SDL_CONFIG=${LOCALBASE}/bin/sdl2-config GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-alsa OPTIONS_MULTI= BACKEND diff --git a/audio/soundtracker/pkg-plist b/audio/soundtracker/pkg-plist index df3faa8b6cbf..9be24d0e087f 100644 --- a/audio/soundtracker/pkg-plist +++ b/audio/soundtracker/pkg-plist @@ -1,6 +1,5 @@ bin/soundtracker bin/soundtracker_convert_config -man/man1/soundtracker.1.gz share/appdata/soundtracker.appdata.xml share/applications/soundtracker.desktop share/locale/da/LC_MESSAGES/soundtracker.mo @@ -22,6 +21,7 @@ share/locale/sl/LC_MESSAGES/soundtracker.mo share/locale/sv/LC_MESSAGES/soundtracker.mo share/locale/tr/LC_MESSAGES/soundtracker.mo share/locale/vi/LC_MESSAGES/soundtracker.mo +share/man/man1/soundtracker.1.gz share/pixmaps/soundtracker-icon.png %%DATADIR%%/cheat-sheet.C.txt %%DATADIR%%/cheat-sheet.ru.txt diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 8b5d653b1908..25e718840fb0 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -1,6 +1,6 @@ PORTNAME= spek DISTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -18,6 +18,7 @@ USE_GNOME= intltool USE_WX= 3.2+ WX_CONF_ARGS= absolute GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/audio/spek/pkg-plist b/audio/spek/pkg-plist index c4ec36e35814..2fc454122e32 100644 --- a/audio/spek/pkg-plist +++ b/audio/spek/pkg-plist @@ -1,5 +1,4 @@ bin/spek -man/man1/spek.1.gz share/applications/spek.desktop share/icons/hicolor/16x16/apps/spek.png share/icons/hicolor/22x22/apps/spek.png @@ -40,3 +39,4 @@ share/icons/hicolor/scalable/apps/spek.svg %%NLS%%share/locale/vi/LC_MESSAGES/spek.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/spek.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/spek.mo +share/man/man1/spek.1.gz diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 630a031fe31c..e1b920f43327 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -1,6 +1,6 @@ PORTNAME= sweep PORTVERSION= 0.9.3 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF @@ -23,6 +23,7 @@ LIB_DEPENDS= libmad.so:audio/libmad \ USES= desktop-file-utils gettext gmake gnome libtool pathfix \ pkgconfig tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist index e953410008f3..d7454dd11117 100644 --- a/audio/sweep/pkg-plist +++ b/audio/sweep/pkg-plist @@ -15,7 +15,6 @@ lib/sweep/libfade.so lib/sweep/libladspameta.so lib/sweep/libnormalise.so lib/sweep/libreverse.so -man/man1/sweep.1.gz share/applications/sweep.desktop share/locale/de/LC_MESSAGES/sweep.mo share/locale/el/LC_MESSAGES/sweep.mo @@ -27,5 +26,6 @@ share/locale/it/LC_MESSAGES/sweep.mo share/locale/ja/LC_MESSAGES/sweep.mo share/locale/pl/LC_MESSAGES/sweep.mo share/locale/ru/LC_MESSAGES/sweep.mo +share/man/man1/sweep.1.gz share/pixmaps/sweep.svg %%DATADIR%%/sweep_splash.png diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index b3e4b890b8da..8ea8ba982c70 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -1,5 +1,6 @@ PORTNAME= timidity++ PORTVERSION= 2.15.0 +PORTREVISION= 1 CATEGORIES+= audio MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} DISTNAME= TiMidity++-${PORTVERSION} @@ -19,6 +20,7 @@ RUN_DEPENDS= eawpats>0:audio/eawpats USES= gmake localbase tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV+= SHLD="${CC} -shared" CPPFLAGS+= -I${LOCALBASE}/include/libarc @@ -65,12 +67,14 @@ pre-patch: pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${TIMID_LIBDIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/timidity + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man5 post-install:: (cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_MAN} timidity.1 \ - ${STAGEDIR}${PREFIX}/man/ja/man1) + ${STAGEDIR}${PREFIX}/share/man/ja/man1) (cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_MAN} timidity.cfg.5 \ - ${STAGEDIR}${PREFIX}/man/ja/man5) + ${STAGEDIR}${PREFIX}/share/man/ja/man5) @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/C && ${INSTALL_DATA} ${DOCFILES} \ ${STAGEDIR}${DOCSDIR}) diff --git a/audio/timidity++/pkg-plist b/audio/timidity++/pkg-plist index 51d4d804744f..81ebcba7100c 100644 --- a/audio/timidity++/pkg-plist +++ b/audio/timidity++/pkg-plist @@ -1,8 +1,8 @@ bin/timidity -man/ja/man1/timidity.1.gz -man/ja/man5/timidity.cfg.5.gz -man/man1/timidity.1.gz -man/man5/timidity.cfg.5.gz +share/man/ja/man1/timidity.1.gz +share/man/ja/man5/timidity.cfg.5.gz +share/man/man1/timidity.1.gz +share/man/man5/timidity.cfg.5.gz %%PORTDOCS%%share/doc/ja/timidity++/README.alsaseq %%PORTDOCS%%share/doc/ja/timidity++/README.dl %%PORTDOCS%%share/doc/ja/timidity++/README.m2m diff --git a/audio/wildmidi/Makefile b/audio/wildmidi/Makefile index 054c80528f23..e935a2dc4a6b 100644 --- a/audio/wildmidi/Makefile +++ b/audio/wildmidi/Makefile @@ -1,5 +1,6 @@ PORTNAME= wildmidi PORTVERSION= 0.4.2 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= audio @@ -56,7 +57,7 @@ post-patch: -e 's@/etc/@${DATADIR}/@' ${WRKSRC}/docs/man/man1/wildmidi.1 \ ${WRKSRC}/docs/man/man5/wildmidi.cfg.5 \ ${WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/INSTALL/s@share/man@man@' \ + ${REINPLACE_CMD} \ -e '/pkgconfig/s/$${WILDMIDILIB_INSTALLDIR}/libdata/' \ ${WRKSRC}/src/CMakeLists.txt diff --git a/audio/wildmidi/pkg-plist b/audio/wildmidi/pkg-plist index 0781dcfeb78a..53764a97d91c 100644 --- a/audio/wildmidi/pkg-plist +++ b/audio/wildmidi/pkg-plist @@ -6,26 +6,26 @@ lib/libWildMidi.so lib/libWildMidi.so.2 lib/libWildMidi.so.2.0.1 libdata/pkgconfig/wildmidi.pc -man/man1/wildmidi.1.gz -man/man3/WildMidi_ClearError.3.gz -man/man3/WildMidi_Close.3.gz -man/man3/WildMidi_ConvertBufferToMidi.3.gz -man/man3/WildMidi_ConvertToMidi.3.gz -man/man3/WildMidi_FastSeek.3.gz -man/man3/WildMidi_GetError.3.gz -man/man3/WildMidi_GetInfo.3.gz -man/man3/WildMidi_GetLyric.3.gz -man/man3/WildMidi_GetMidiOutput.3.gz -man/man3/WildMidi_GetOutput.3.gz -man/man3/WildMidi_GetString.3.gz -man/man3/WildMidi_GetVersion.3.gz -man/man3/WildMidi_Init.3.gz -man/man3/WildMidi_MasterVolume.3.gz -man/man3/WildMidi_Open.3.gz -man/man3/WildMidi_OpenBuffer.3.gz -man/man3/WildMidi_SetCvtOption.3.gz -man/man3/WildMidi_SetOption.3.gz -man/man3/WildMidi_Shutdown.3.gz -man/man3/WildMidi_SongSeek.3.gz -man/man5/wildmidi.cfg.5.gz +share/man/man1/wildmidi.1.gz +share/man/man3/WildMidi_ClearError.3.gz +share/man/man3/WildMidi_Close.3.gz +share/man/man3/WildMidi_ConvertBufferToMidi.3.gz +share/man/man3/WildMidi_ConvertToMidi.3.gz +share/man/man3/WildMidi_FastSeek.3.gz +share/man/man3/WildMidi_GetError.3.gz +share/man/man3/WildMidi_GetInfo.3.gz +share/man/man3/WildMidi_GetLyric.3.gz +share/man/man3/WildMidi_GetMidiOutput.3.gz +share/man/man3/WildMidi_GetOutput.3.gz +share/man/man3/WildMidi_GetString.3.gz +share/man/man3/WildMidi_GetVersion.3.gz +share/man/man3/WildMidi_Init.3.gz +share/man/man3/WildMidi_MasterVolume.3.gz +share/man/man3/WildMidi_Open.3.gz +share/man/man3/WildMidi_OpenBuffer.3.gz +share/man/man3/WildMidi_SetCvtOption.3.gz +share/man/man3/WildMidi_SetOption.3.gz +share/man/man3/WildMidi_Shutdown.3.gz +share/man/man3/WildMidi_SongSeek.3.gz +share/man/man5/wildmidi.cfg.5.gz @sample %%DATADIR%%/wildmidi.cfg.sample |