Page MenuHomeFreeBSD

D23166.id66726.diff
No OneTemporary

D23166.id66726.diff

Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk
+++ Mk/bsd.port.mk
@@ -2681,6 +2681,7 @@
MANPREFIX?= /usr/share
.else
MANPREFIX?= ${PREFIX}
+MANDIRS+= ${PREFIX}/share/man
.endif
MANDIRS+= ${MANPREFIX}/man
Index: Templates/BSD.local.dist
===================================================================
--- Templates/BSD.local.dist
+++ Templates/BSD.local.dist
@@ -644,6 +644,26 @@
..
..
..
+ man
+ man1
+ ..
+ man2
+ ..
+ man3
+ ..
+ man4
+ ..
+ man5
+ ..
+ man6
+ ..
+ man7
+ ..
+ man8
+ ..
+ man9
+ ..
+ ..
misc
..
nls
Index: deskutils/fff/Makefile
===================================================================
--- deskutils/fff/Makefile
+++ deskutils/fff/Makefile
@@ -2,6 +2,7 @@
PORTNAME= fff
DISTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= 0mp@FreeBSD.org
@@ -19,6 +20,6 @@
NO_ARCH= yes
NO_BUILD= yes
-PLIST_FILES= bin/fff share/man/man1/fff.1
+PLIST_FILES= bin/fff share/man/man1/fff.1.gz
.include <bsd.port.mk>
Index: devel/kf5-kapidox/Makefile
===================================================================
--- devel/kf5-kapidox/Makefile
+++ devel/kf5-kapidox/Makefile
@@ -2,6 +2,7 @@
PORTNAME= kapidox
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
Index: devel/kf5-kapidox/pkg-plist
===================================================================
--- devel/kf5-kapidox/pkg-plist
+++ devel/kf5-kapidox/pkg-plist
@@ -79,6 +79,6 @@
%%PYTHON_SITELIBDIR%%/kapidox/preprocessing.pyc
%%PYTHON_SITELIBDIR%%/kapidox/utils.py
%%PYTHON_SITELIBDIR%%/kapidox/utils.pyc
-share/man/man1/depdiagram-generate-all.1
-share/man/man1/depdiagram-generate.1
-share/man/man1/depdiagram-prepare.1
+share/man/man1/depdiagram-generate-all.1.gz
+share/man/man1/depdiagram-generate.1.gz
+share/man/man1/depdiagram-prepare.1.gz
Index: dns/dnsdbq/Makefile
===================================================================
--- dns/dnsdbq/Makefile
+++ dns/dnsdbq/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dnsdbq
PORTVERSION= 1.5.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= truckman@FreeBSD.org
@@ -27,6 +28,6 @@
${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
Index: emulators/qemu-cheri/Makefile
===================================================================
--- emulators/qemu-cheri/Makefile
+++ emulators/qemu-cheri/Makefile
@@ -2,7 +2,7 @@
PORTNAME= qemu
PORTVERSION= 0.d${SNAPDATE}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators devel
PKGNAMESUFFIX= -cheri
Index: emulators/qemu-cheri/pkg-plist
===================================================================
--- emulators/qemu-cheri/pkg-plist
+++ emulators/qemu-cheri/pkg-plist
@@ -6,9 +6,9 @@
%%PORTDOCS%%%%DOCSDIR%%/qemu-doc.html
%%PORTDOCS%%%%DOCSDIR%%/qemu-tech.html
%%PORTDOCS%%%%DOCSDIR%%/qmp-commands.txt
-share/man/man1/qemu-img.1
-share/man/man1/qemu.1
-share/man/man8/qemu-nbd.8
+share/man/man1/qemu-img.1.gz
+share/man/man1/qemu.1.gz
+share/man/man8/qemu-nbd.8.gz
%%DATADIR%%/QEMU,cgthree.bin
%%DATADIR%%/QEMU,tcx.bin
%%DATADIR%%/acpi-dsdt.aml
Index: games/hexalate/Makefile
===================================================================
--- games/hexalate/Makefile
+++ games/hexalate/Makefile
@@ -3,6 +3,7 @@
PORTNAME= hexalate
PORTVERSION= 1.1.5
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gottcode.org/${PORTNAME}/ \
https://mirror.amdmi3.ru/distfiles/
Index: games/hexalate/pkg-plist
===================================================================
--- games/hexalate/pkg-plist
+++ games/hexalate/pkg-plist
@@ -31,5 +31,5 @@
share/icons/hicolor/48x48/apps/hexalate.png
share/icons/hicolor/512x512/apps/hexalate.png
share/icons/hicolor/64x64/apps/hexalate.png
-share/man/man6/hexalate.6
+share/man/man6/hexalate.6.gz
share/pixmaps/hexalate.xpm
Index: games/jumpnbump/Makefile
===================================================================
--- games/jumpnbump/Makefile
+++ games/jumpnbump/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jumpnbump
PORTVERSION= 1.61
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gitlab.com/LibreGames/jumpnbump/repository/${PORTVERSION}/archive.tar.bz2?dummy=/
Index: games/jumpnbump/pkg-plist
===================================================================
--- games/jumpnbump/pkg-plist
+++ games/jumpnbump/pkg-plist
@@ -9,5 +9,5 @@
%%DATADIR%%/jumpbump.dat
%%LAUNCHER%%%%DATADIR%%/jumpnbump_menu.glade
%%NLS%%share/locale/fr/LC_MESSAGES/jumpnbump-menu.mo
-share/man/man6/jumpnbump.6
+share/man/man6/jumpnbump.6.gz
share/metainfo/jumpnbump.appdata.xml
Index: games/peg-e/Makefile
===================================================================
--- games/peg-e/Makefile
+++ games/peg-e/Makefile
@@ -3,6 +3,7 @@
PORTNAME= peg-e
PORTVERSION= 1.2.7
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gottcode.org/peg-e/ \
https://mirror.amdmi3.ru/distfiles/
Index: games/peg-e/pkg-plist
===================================================================
--- games/peg-e/pkg-plist
+++ games/peg-e/pkg-plist
@@ -11,7 +11,7 @@
share/icons/hicolor/512x512/apps/peg-e.png
share/icons/hicolor/64x64/apps/peg-e.png
share/icons/hicolor/scalable/apps/peg-e.svg
-share/man/man6/peg-e.6
+share/man/man6/peg-e.6.gz
share/metainfo/peg-e.appdata.xml
%%DATADIR%%/icons/hicolor/16x16/document-new.png
%%DATADIR%%/icons/hicolor/16x16/edit-redo.png
Index: games/tanglet/Makefile
===================================================================
--- games/tanglet/Makefile
+++ games/tanglet/Makefile
@@ -4,6 +4,7 @@
PORTNAME= tanglet
PORTVERSION= 1.5.4
DISTVERSIONSUFFIX= -src
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://gottcode.org/tanglet/
Index: games/tanglet/pkg-plist
===================================================================
--- games/tanglet/pkg-plist
+++ games/tanglet/pkg-plist
@@ -14,7 +14,7 @@
share/icons/hicolor/512x512/apps/tanglet.png
share/icons/hicolor/64x64/apps/tanglet.png
share/icons/hicolor/scalable/apps/tanglet.svg
-share/man/man6/tanglet.6
+share/man/man6/tanglet.6.gz
share/metainfo/tanglet.appdata.xml
share/mime/packages/tanglet.xml
share/pixmaps/tanglet.xpm
Index: games/tetzle/Makefile
===================================================================
--- games/tetzle/Makefile
+++ games/tetzle/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tetzle
PORTVERSION= 2.1.5
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gottcode.org/tetzle/ \
https://mirror.amdmi3.ru/distfiles/
Index: games/tetzle/pkg-plist
===================================================================
--- games/tetzle/pkg-plist
+++ games/tetzle/pkg-plist
@@ -11,7 +11,7 @@
share/icons/hicolor/512x512/apps/tetzle.png
share/icons/hicolor/64x64/apps/tetzle.png
share/icons/hicolor/scalable/apps/tetzle.svg
-share/man/man6/tetzle.6
+share/man/man6/tetzle.6.gz
share/metainfo/tetzle.appdata.xml
share/pixmaps/tetzle.xpm
%%DATADIR%%/translations/tetzle_ca.qm
Index: graphics/nomacs/Makefile
===================================================================
--- graphics/nomacs/Makefile
+++ graphics/nomacs/Makefile
@@ -2,7 +2,7 @@
PORTNAME= nomacs
PORTVERSION= 3.6.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics
MAINTAINER= ports@FreeBSD.org
Index: graphics/nomacs/pkg-plist
===================================================================
--- graphics/nomacs/pkg-plist
+++ graphics/nomacs/pkg-plist
@@ -4,7 +4,7 @@
lib/libnomacsCore.so.3.6.0
share/appdata/nomacs.appdata.xml
share/applications/nomacs.desktop
-share/man/man1/nomacs.1
+share/man/man1/nomacs.1.gz
%%DATADIR%%/translations/nomacs_als.qm
%%DATADIR%%/translations/nomacs_ar.qm
%%DATADIR%%/translations/nomacs_az.qm
Index: graphics/oyranos/Makefile
===================================================================
--- graphics/oyranos/Makefile
+++ graphics/oyranos/Makefile
@@ -2,7 +2,7 @@
PORTNAME= oyranos
PORTVERSION= 0.9.6
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MAINTAINER= bsam@FreeBSD.org
Index: graphics/oyranos/pkg-plist
===================================================================
--- graphics/oyranos/pkg-plist
+++ graphics/oyranos/pkg-plist
@@ -135,9 +135,9 @@
share/locale/eu/LC_MESSAGES/oyranos.mo
share/locale/fr/LC_MESSAGES/oyranos.mo
share/locale/ru/LC_MESSAGES/oyranos.mo
-share/man/man1/oyranos-image-display.1
-share/man/man1/oyranos-xforms-fltk.1
-share/man/man1/oyranos-xforms-modules.1
+share/man/man1/oyranos-image-display.1.gz
+share/man/man1/oyranos-xforms-fltk.1.gz
+share/man/man1/oyranos-xforms-modules.1.gz
share/pixmaps/lcms_logo2.png
share/pixmaps/oyranos_logo.png
share/pixmaps/qcmsevents.svg
Index: math/plplot/Makefile
===================================================================
--- math/plplot/Makefile
+++ math/plplot/Makefile
@@ -3,6 +3,7 @@
PORTNAME= plplot
DISTVERSION= 5.15.0
+PORTREVISION= 1
CATEGORIES= math science
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
Index: math/plplot/pkg-plist
===================================================================
--- math/plplot/pkg-plist
+++ math/plplot/pkg-plist
@@ -197,9 +197,9 @@
%%PORTDOCS%%%%DOCSDIR%%/README.pkg-config
%%PORTDOCS%%%%DOCSDIR%%/README.release
%%PORTDOCS%%%%DOCSDIR%%/README.wxwidgets
-%%TCLTK%%share/man/man1/plserver.1
-%%TCLTK%%share/man/man1/pltcl.1
-%%TCLTK%%share/man/man1/pltek.1
+%%TCLTK%%share/man/man1/plserver.1.gz
+%%TCLTK%%share/man/man1/pltcl.1.gz
+%%TCLTK%%share/man/man1/pltek.1.gz
%%DATADIR%%/cmap0_alternate.pal
%%DATADIR%%/cmap0_black_on_white.pal
%%DATADIR%%/cmap0_default.pal
Index: net/adasockets/Makefile
===================================================================
--- net/adasockets/Makefile
+++ net/adasockets/Makefile
@@ -3,6 +3,7 @@
PORTNAME= adasockets
DISTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.rfc1149.net/download/adasockets/
Index: net/adasockets/pkg-plist
===================================================================
--- net/adasockets/pkg-plist
+++ net/adasockets/pkg-plist
@@ -25,4 +25,4 @@
lib/adasockets/sockets.ali
lib/gnat/adasockets.gpr
libdata/pkgconfig/adasockets.pc
-share/man/man1/adasockets-config.1
+share/man/man1/adasockets-config.1.gz
Index: net/nfs-ganesha/Makefile
===================================================================
--- net/nfs-ganesha/Makefile
+++ net/nfs-ganesha/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nfs-ganesha
DISTVERSIONPREFIX= V
DISTVERSION= 2.7.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MAINTAINER= fatih@gandi.net
Index: net/nfs-ganesha/pkg-plist
===================================================================
--- net/nfs-ganesha/pkg-plist
+++ net/nfs-ganesha/pkg-plist
@@ -140,5 +140,5 @@
share/doc/ganesha/config_samples/rgw_bucket.conf
share/doc/ganesha/config_samples/vfs.conf
share/doc/ganesha/config_samples/xfs.conf
-share/man/man8/ganesha_conf.8
+share/man/man8/ganesha_conf.8.gz
@dir /var/run/ganesha
Index: security/openvas9-manager/Makefile
===================================================================
--- security/openvas9-manager/Makefile
+++ security/openvas9-manager/Makefile
@@ -2,6 +2,7 @@
PORTNAME= openvas9-manager
PORTVERSION= 7.0.2
+PORTREVISION= 1
MASTER_SITES= http://wald.intevation.org/frs/download.php/2448/
COMMENT= OpenVAS 9 manager
Index: security/openvas9-manager/pkg-plist
===================================================================
--- security/openvas9-manager/pkg-plist
+++ security/openvas9-manager/pkg-plist
@@ -22,7 +22,7 @@
%%PORTDOCS%%%%DOCSDIR%%/example-openvas-manage-certs.conf
%%PORTDOCS%%%%DOCSDIR%%/html/omp.html
%%PGSQL%%%%PORTDOCS%%%%DOCSDIR%%/postgres-HOWTO
-share/man/man1/openvas-manage-certs.1
+share/man/man1/openvas-manage-certs.1.gz
share/openvas/cert/cert_bund_getbyname.xsl
share/openvas/cert/cert_bund_update.xsl
share/openvas/cert/cert_db_init.sql
Index: www/roundup/Makefile
===================================================================
--- www/roundup/Makefile
+++ www/roundup/Makefile
@@ -3,6 +3,7 @@
PORTNAME= roundup
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
@@ -30,9 +31,6 @@
post-install:
${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/build/scripts-${PYTHON_VER}/,} ${STAGEDIR}${PREFIX}/bin
-.for f in roundup-admin roundup-demo roundup-mailgw roundup-server
- ${INSTALL_MAN} ${WRKSRC}/share/man/man1/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-.endfor
post-install-NLS-on:
@(cd ${WRKSRC}/build/share/locale/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/share/locale/)
Index: www/roundup/pkg-plist
===================================================================
--- www/roundup/pkg-plist
+++ www/roundup/pkg-plist
@@ -4,14 +4,10 @@
bin/roundup-mailgw
bin/roundup-server
bin/roundup-xmlrpc-server
-man/man1/roundup-admin.1.gz
-man/man1/roundup-demo.1.gz
-man/man1/roundup-mailgw.1.gz
-man/man1/roundup-server.1.gz
-share/man/man1/roundup-admin.1
-share/man/man1/roundup-demo.1
-share/man/man1/roundup-mailgw.1
-share/man/man1/roundup-server.1
+share/man/man1/roundup-admin.1.gz
+share/man/man1/roundup-demo.1.gz
+share/man/man1/roundup-mailgw.1.gz
+share/man/man1/roundup-server.1.gz
%%PORTDOCS%%%%DOCSDIR%%/html/FAQ.html
%%PORTDOCS%%%%DOCSDIR%%/html/_images/edit_issue.png
%%PORTDOCS%%%%DOCSDIR%%/html/_images/index_logged_in.png
Index: www/twms/Makefile
===================================================================
--- www/twms/Makefile
+++ www/twms/Makefile
@@ -3,6 +3,7 @@
PORTNAME= twms
PORTVERSION= 0.06y
+PORTREVISION= 1
CATEGORIES= www astro
MAINTAINER= amdmi3@FreeBSD.org
Index: www/twms/pkg-plist
===================================================================
--- www/twms/pkg-plist
+++ www/twms/pkg-plist
@@ -46,7 +46,7 @@
%%PYTHON_SITELIBDIR%%/twms/twms.pyc
%%PYTHON_SITELIBDIR%%/twms/twms.pyo
%%PORTDOCS%%%%DOCSDIR%%/README.md
-share/man/man1/twms.1
+share/man/man1/twms.1.gz
%%DATADIR%%/irs_nxt.jpg
%%DATADIR%%/tools/compile_correction.py
%%DATADIR%%/tools/decompile_correction.py

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 1, 8:59 AM (3 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34551370
Default Alt Text
D23166.id66726.diff (14 KB)

Event Timeline