Skip to content

Commit

Permalink
*/*: Sanitize MANPREFIX for meson ports
Browse files Browse the repository at this point in the history
Approved by:	portmgr
  • Loading branch information
5u623l20 committed Jan 12, 2024
1 parent d64a331 commit 9f8f710
Show file tree
Hide file tree
Showing 393 changed files with 1,297 additions and 1,216 deletions.
1 change: 0 additions & 1 deletion Mk/Uses/meson.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ BUILD_DEPENDS+= meson:devel/meson
USE_LOCALE?= en_US.UTF-8

CONFIGURE_ARGS+= --prefix ${PREFIX} \
--mandir man \
--infodir ${INFO_PATH}

# Enable all optional features to make builds deterministic. Consumers can
Expand Down
1 change: 1 addition & 0 deletions accessibility/feedbackd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORTNAME= feedbackd
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= accessibility

MAINTAINER= jbeich@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions accessibility/feedbackd/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ lib/libfeedback-0.0.so.0
libdata/pkgconfig/libfeedback-0.0.pc
%%DAEMON%%libexec/fbd-ledctrl
%%DAEMON%%libexec/feedbackd
%%MANPAGES%%man/man1/fbcli.1.gz
%%MANPAGES%%man/man1/fbd-theme-validate.1.gz
%%MANPAGES%%man/man8/feedbackd.8.gz
%%MANPAGES%%share/man/man1/fbcli.1.gz
%%MANPAGES%%share/man/man1/fbd-theme-validate.1.gz
%%MANPAGES%%share/man/man8/feedbackd.8.gz
share/dbus-1/interfaces/org.sigxcpu.Feedback.xml
%%DAEMON%%share/dbus-1/services/org.sigxcpu.Feedback.service
%%PORTDOCS%%%%DOCSDIR%%/Event-naming-spec-0.0.0.html
Expand Down
3 changes: 2 additions & 1 deletion accessibility/wlsunset/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= wlsunset
DISTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= accessibility wayland
MASTER_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/

Expand All @@ -21,6 +22,6 @@ OPTIONS_DEFAULT=MANPAGES

MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc
MANPAGES_MESON_ENABLED= man-pages
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz
MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>
1 change: 1 addition & 0 deletions archivers/gcab/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= gcab
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= archivers gnome
MASTER_SITES= GNOME

Expand Down
2 changes: 1 addition & 1 deletion archivers/gcab/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lib/libgcab-1.0.so
lib/libgcab-1.0.so.0
lib/libgcab-1.0.so.0.2.0
libdata/pkgconfig/libgcab-1.0.pc
man/man1/gcab.1.gz
share/man/man1/gcab.1.gz
share/gir-1.0/GCab-1.0.gir
share/locale/bs/LC_MESSAGES/gcab.mo
share/locale/cs/LC_MESSAGES/gcab.mo
Expand Down
1 change: 1 addition & 0 deletions archivers/zchunk/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= zchunk
DISTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= archivers

MAINTAINER= yuri@FreeBSD.org
Expand Down
12 changes: 6 additions & 6 deletions archivers/zchunk/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ lib/libzck.so
lib/libzck.so.1
lib/libzck.so.1.4.0
libdata/pkgconfig/zck.pc
man/man1/unzck.1.gz
man/man1/zck.1.gz
man/man1/zck_delta_size.1.gz
man/man1/zck_gen_zdict.1.gz
man/man1/zck_read_header.1.gz
man/man1/zckdl.1.gz
share/man/man1/unzck.1.gz
share/man/man1/zck.1.gz
share/man/man1/zck_delta_size.1.gz
share/man/man1/zck_gen_zdict.1.gz
share/man/man1/zck_read_header.1.gz
share/man/man1/zckdl.1.gz
2 changes: 1 addition & 1 deletion astro/siril/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= siril
DISTVERSION= 1.0.6
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= astro graphics
MASTER_SITES= https://free-astro.org/download/

Expand Down
4 changes: 2 additions & 2 deletions astro/siril/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin/siril
bin/siril-cli
man/man1/siril-cli.1.gz
man/man1/siril.1.gz
share/man/man1/siril-cli.1.gz
share/man/man1/siril.1.gz
share/applications/org.free_astro.siril.desktop
share/icons/hicolor/scalable/apps/org.free_astro.siril.svg
share/icons/hicolor/scalable/mimetypes/text-x-seq.svg
Expand Down
2 changes: 1 addition & 1 deletion audio/a2jmidid/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= a2jmidid
PORTVERSION= 9
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio

MAINTAINER= ports@FreeBSD.org
Expand Down
10 changes: 5 additions & 5 deletions audio/a2jmidid/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
bin/a2jmidi_bridge
bin/a2jmidid
bin/j2amidi_bridge
%%DBUS%%man/man1/a2j.1.gz
%%DBUS%%man/man1/a2j_control.1.gz
man/man1/a2jmidi_bridge.1.gz
man/man1/a2jmidid.1.gz
man/man1/j2amidi_bridge.1.gz
%%DBUS%%share/man/man1/a2j.1.gz
%%DBUS%%share/man/man1/a2j_control.1.gz
share/man/man1/a2jmidi_bridge.1.gz
share/man/man1/a2jmidid.1.gz
share/man/man1/j2amidi_bridge.1.gz
%%DBUS%%share/dbus-1/services/org.gna.home.a2jmidid.service

2 changes: 1 addition & 1 deletion audio/jack-example-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= jack-example-tools
DISTVERSION= 4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio

MAINTAINER= dev@submerge.ch
Expand Down
42 changes: 21 additions & 21 deletions audio/jack-example-tools/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@ lib/jack/jack_internal_metro.so
lib/jack/jack_intime.so
%%ALSA%%lib/jack/zalsa_in.so
%%ALSA%%lib/jack/zalsa_out.so
%%ALSA%%man/man1/alsa_in.1.gz
%%ALSA%%man/man1/alsa_out.1.gz
man/man1/jack_bufsize.1.gz
man/man1/jack_connect.1.gz
man/man1/jack_disconnect.1.gz
man/man1/jack_freewheel.1.gz
man/man1/jack_impulse_grabber.1.gz
man/man1/jack_iodelay.1.gz
man/man1/jack_load.1.gz
man/man1/jack_lsp.1.gz
man/man1/jack_metro.1.gz
man/man1/jack_monitor_client.1.gz
man/man1/jack_netsource.1.gz
man/man1/jack_property.1.gz
man/man1/jack_rec.1.gz
man/man1/jack_samplerate.1.gz
man/man1/jack_showtime.1.gz
man/man1/jack_simple_client.1.gz
man/man1/jack_transport.1.gz
man/man1/jack_unload.1.gz
man/man1/jack_wait.1.gz
%%ALSA%%share/man/man1/alsa_in.1.gz
%%ALSA%%share/man/man1/alsa_out.1.gz
share/man/man1/jack_bufsize.1.gz
share/man/man1/jack_connect.1.gz
share/man/man1/jack_disconnect.1.gz
share/man/man1/jack_freewheel.1.gz
share/man/man1/jack_impulse_grabber.1.gz
share/man/man1/jack_iodelay.1.gz
share/man/man1/jack_load.1.gz
share/man/man1/jack_lsp.1.gz
share/man/man1/jack_metro.1.gz
share/man/man1/jack_monitor_client.1.gz
share/man/man1/jack_netsource.1.gz
share/man/man1/jack_property.1.gz
share/man/man1/jack_rec.1.gz
share/man/man1/jack_samplerate.1.gz
share/man/man1/jack_showtime.1.gz
share/man/man1/jack_simple_client.1.gz
share/man/man1/jack_transport.1.gz
share/man/man1/jack_unload.1.gz
share/man/man1/jack_wait.1.gz
2 changes: 1 addition & 1 deletion audio/jalv/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= jalv
DISTVERSION= 1.6.8
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/

Expand Down
8 changes: 4 additions & 4 deletions audio/jalv/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ bin/jalv.gtk
bin/jalv.gtk3
bin/jalv.qt5
lib/jack/jalv.so
man/man1/jalv.1.gz
man/man1/jalv.gtk.1.gz
man/man1/jalv.gtk3.1.gz
man/man1/jalv.qt5.1.gz
share/man/man1/jalv.1.gz
share/man/man1/jalv.gtk.1.gz
share/man/man1/jalv.gtk3.1.gz
share/man/man1/jalv.qt5.1.gz
share/applications/jalv.desktop
2 changes: 1 addition & 1 deletion audio/lollypop/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= lollypop
DISTVERSION= 1.4.16
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio

MAINTAINER= ports@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion audio/lollypop/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ bin/lollypop
%%PYTHON_SITELIBDIR%%/lollypop/ws_listenbrainz.py
%%PYTHON_SITELIBDIR%%/lollypop/ws_token.py
libexec/lollypop-sp
man/man1/lollypop.1.gz
share/man/man1/lollypop.1.gz
share/applications/org.gnome.Lollypop.desktop
share/dbus-1/services/org.gnome.Lollypop.SearchProvider.service
share/gnome-shell/search-providers/org.gnome.Lollypop.SearchProvider.ini
Expand Down
4 changes: 2 additions & 2 deletions audio/lv2lint/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= lv2lint
DISTVERSION= 0.16.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://git.open-music-kontrollers.ch/lv2/lv2lint/snapshot/

Expand All @@ -23,6 +23,6 @@ RUN_DEPENDS= curl>0:ftp/curl \
USES= compiler:c++11-lang meson pkgconfig tar:xz

PLIST_FILES= bin/lv2lint \
man/man1/lv2lint.1.gz
share/man/man1/lv2lint.1.gz

.include <bsd.port.mk>
1 change: 1 addition & 0 deletions audio/ncmpc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= ncmpc
PORTVERSION= 0.48
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/ncmpc/0/

Expand Down
2 changes: 1 addition & 1 deletion audio/ncmpc/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bin/ncmpc
%%LYRICS%%lib/ncmpc/lyrics/30-karaoke_texty.py
%%LYRICS%%lib/ncmpc/lyrics/50-genius.py
%%LYRICS%%lib/ncmpc/lyrics/52-zeneszoveg.py
%%MANPAGES%%man/man1/ncmpc.1.gz
%%MANPAGES%%share/man/man1/ncmpc.1.gz
%%NLS%%share/locale/cs/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/da/LC_MESSAGES/ncmpc.mo
%%NLS%%share/locale/de/LC_MESSAGES/ncmpc.mo
Expand Down
3 changes: 2 additions & 1 deletion audio/pamixer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= pamixer
DISTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= audio

MAINTAINER= fluffy@FreeBSD.org
Expand All @@ -16,6 +17,6 @@ USE_GITHUB= yes
GH_ACCOUNT= cdemoulins

PLIST_FILES= bin/pamixer \
man/man1/pamixer.1.gz
share/man/man1/pamixer.1.gz

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion audio/patchage/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= patchage
DISTVERSION= 1.0.10
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/

Expand Down
2 changes: 1 addition & 1 deletion audio/patchage/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin/patchage
man/man1/patchage.1.gz
share/man/man1/patchage.1.gz
share/applications/patchage.desktop
share/icons/hicolor/128x128/apps/patchage.png
share/icons/hicolor/16x16/apps/patchage.png
Expand Down
2 changes: 1 addition & 1 deletion audio/pithos/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= pithos
PORTVERSION= 1.5.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio

MAINTAINER= jhixson@FreeBSD.org
Expand Down
2 changes: 1 addition & 1 deletion audio/pithos/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bin/pithos
%%PYTHON_SITELIBDIR%%/pithos/plugins/notify.py
%%PYTHON_SITELIBDIR%%/pithos/plugins/screensaver_pause.py
%%PYTHON_SITELIBDIR%%/pithos/util.py
man/man1/pithos.1.gz
share/man/man1/pithos.1.gz
share/applications/io.github.Pithos.desktop
share/dbus-1/services/io.github.Pithos.service
share/icons/hicolor/48x48/apps/io.github.Pithos-tray.png
Expand Down
2 changes: 1 addition & 1 deletion audio/pulseaudio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PORTNAME= pulseaudio
DISTVERSION= 16.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://freedesktop.org/software/pulseaudio/releases/

Expand Down
32 changes: 16 additions & 16 deletions audio/pulseaudio/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -155,22 +155,22 @@ libdata/pkgconfig/libpulse-mainloop-glib.pc
libdata/pkgconfig/libpulse-simple.pc
libdata/pkgconfig/libpulse.pc
%%GSETTINGS%%libexec/pulse/gsettings-helper
man/man1/pacat.1.gz
man/man1/pacmd.1.gz
man/man1/pactl.1.gz
man/man1/padsp.1.gz
man/man1/pamon.1.gz
man/man1/paplay.1.gz
man/man1/parec.1.gz
man/man1/parecord.1.gz
man/man1/pasuspender.1.gz
%%X11%%man/man1/pax11publish.1.gz
man/man1/pulseaudio.1.gz
%%X11%%man/man1/start-pulseaudio-x11.1.gz
man/man5/default.pa.5.gz
man/man5/pulse-cli-syntax.5.gz
man/man5/pulse-client.conf.5.gz
man/man5/pulse-daemon.conf.5.gz
share/man/man1/pacat.1.gz
share/man/man1/pacmd.1.gz
share/man/man1/pactl.1.gz
share/man/man1/padsp.1.gz
share/man/man1/pamon.1.gz
share/man/man1/paplay.1.gz
share/man/man1/parec.1.gz
share/man/man1/parecord.1.gz
share/man/man1/pasuspender.1.gz
%%X11%%share/man/man1/pax11publish.1.gz
share/man/man1/pulseaudio.1.gz
%%X11%%share/man/man1/start-pulseaudio-x11.1.gz
share/man/man5/default.pa.5.gz
share/man/man5/pulse-cli-syntax.5.gz
share/man/man5/pulse-client.conf.5.gz
share/man/man5/pulse-daemon.conf.5.gz
%%GSETTINGS%%share/GConf/gsettings/pulseaudio.convert
share/bash-completion/completions/pacat
share/bash-completion/completions/pacmd
Expand Down
2 changes: 1 addition & 1 deletion audio/rhythmbox/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= rhythmbox
PORTVERSION= 3.4.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Expand Down
4 changes: 2 additions & 2 deletions audio/rhythmbox/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ lib/rhythmbox/plugins/power-manager/power-manager.plugin
%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.py
libdata/pkgconfig/rhythmbox.pc
libexec/rhythmbox-metadata
man/man1/rhythmbox-client.1.gz
man/man1/rhythmbox.1.gz
share/man/man1/rhythmbox-client.1.gz
share/man/man1/rhythmbox.1.gz
share/applications/org.gnome.Rhythmbox3.desktop
share/applications/org.gnome.Rhythmbox3.device.desktop
share/dbus-1/services/org.gnome.Rhythmbox3.service
Expand Down
2 changes: 1 addition & 1 deletion audio/sound-juicer/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= sound-juicer
PORTVERSION= 3.38.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
Expand Down
2 changes: 1 addition & 1 deletion audio/sound-juicer/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bin/sound-juicer
man/man1/sound-juicer.1.gz
share/man/man1/sound-juicer.1.gz
share/GConf/gsettings/sound-juicer.convert
share/applications/org.gnome.SoundJuicer.desktop
share/dbus-1/services/org.gnome.SoundJuicer.service
Expand Down
2 changes: 1 addition & 1 deletion audio/synthpod-lv2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= synthpod
PORTVERSION= g20230521
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

Expand Down
6 changes: 3 additions & 3 deletions audio/synthpod-lv2/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ lib/lv2/synthpod.lv2/xpress.png
lib/synthpod/lv2/manifest.ttl
lib/synthpod/lv2/synthpod_bundle.so
lib/synthpod/lv2/synthpod_bundle.ttl
%%DUMMY%%man/man1/synthpod_dummy.1.gz
%%JACK%%man/man1/synthpod_jack.1.gz
%%X11%%man/man1/synthpod_sandbox.1.gz
%%DUMMY%%share/man/man1/synthpod_dummy.1.gz
%%JACK%%share/man/man1/synthpod_jack.1.gz
%%X11%%share/man/man1/synthpod_sandbox.1.gz

0 comments on commit 9f8f710

Please sign in to comment.