Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140102960
D730.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
9 KB
Referenced Files
None
Subscribers
None
D730.diff
View Options
Index: head/Mk/Uses/imake.mk
===================================================================
--- head/Mk/Uses/imake.mk
+++ head/Mk/Uses/imake.mk
@@ -23,14 +23,6 @@
imake_ARGS=
.endif
-.if defined(NO_INSTALL_MANPAGES)
-imake_ARGS+= noman
-.endif
-
-.if ! ${imake_ARGS:Mnoman}
-MANCOMPRESSED?= yes
-.endif
-
BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake
.if defined(USE_GCC)
Index: head/Mk/bsd.port.mk
===================================================================
--- head/Mk/bsd.port.mk
+++ head/Mk/bsd.port.mk
@@ -574,8 +574,7 @@
# INSTALL_SCRIPT
# - A command to install executable scripts.
# INSTALL_DATA - A command to install sharable data.
-# INSTALL_MAN - A command to install manpages. May or not compress,
-# depending on the value of MANCOMPRESSED (see below).
+# INSTALL_MAN - A command to install manpages.
# COPYTREE_BIN
# COPYTREE_SHARE
# - Similiar to INSTALL_PROGRAM and INSTALL_DATA commands but
@@ -1616,17 +1615,6 @@
CONFIGURE_ENV+= SHELL=${CONFIGURE_SHELL} CONFIG_SHELL=${CONFIGURE_SHELL}
MAKE_ENV+= SHELL=${MAKE_SHELL} NO_LINT=YES
-.if defined(MANCOMPRESSED)
-.if ${MANCOMPRESSED} != yes && ${MANCOMPRESSED} != no && \
- ${MANCOMPRESSED} != maybe
-check-makevars::
- @${ECHO_MSG} "${PKGNAME}: Makefile error: value of MANCOMPRESSED (is \"${MANCOMPRESSED}\") can only be \"yes\", \"no\" or \"maybe\"".
- @${FALSE}
-.endif
-.endif
-
-MANCOMPRESSED?= no
-
.if defined(PATCHFILES)
.if ${PATCHFILES:M*.zip}x != x
PATCH_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
Index: head/Mk/bsd.sanity.mk
===================================================================
--- head/Mk/bsd.sanity.mk
+++ head/Mk/bsd.sanity.mk
@@ -140,10 +140,10 @@
SANITY_UNSUPPORTED= USE_OPENAL USE_FAM USE_MAKESELF USE_ZIP USE_LHA USE_CMAKE \
USE_READLINE USE_ICONV PERL_CONFIGURE PERL_MODBUILD \
USE_PERL5_BUILD USE_PERL5_RUN USE_DISPLAY USE_FUSE \
- USE_GETTEXT USE_GMAKE USE_SCONS USE_DRUPAL
+ USE_GETTEXT USE_GMAKE USE_SCONS USE_DRUPAL NO_INSTALL_MANPAGES
SANITY_DEPRECATED= USE_XZ USE_BZIP2 USE_PYDISTUTILS PYTHON_CONCURRENT_INSTALL \
PYDISTUTILS_AUTOPLIST PYTHON_PY3K_PLIST_HACK PYDISTUTILS_NOEGGINFO \
- USE_PYTHON_PREFIX PYTHON_PKGNAMESUFFIX NO_INSTALL_MANPAGES
+ USE_PYTHON_PREFIX PYTHON_PKGNAMESUFFIX
USE_OPENAL_ALT= USES=openal
USE_FAM_ALT= USES=fam
Index: head/audio/sonata/Makefile
===================================================================
--- head/audio/sonata/Makefile
+++ head/audio/sonata/Makefile
@@ -29,7 +29,7 @@
ZSI_DESC= Install support for automatic lyrics fetching
OPTIONS_SUB= yes
-MANPAGES_MAKE_ENV_OFF= NO_INSTALL_MANPAGES=${NO_INSTALL_MANPAGES}
+MANPAGES_MAKE_ENV_OFF= NO_INSTALL_MANPAGES=yes
DOCS_MAKE_ENV= NOPORTDOCS=${NOPORTDOCS}
MPD_RUN_DEPENDS+= musicpd:${PORTSDIR}/audio/musicpd
MMKEYS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}dbus>=0.82.4:${PORTSDIR}/devel/py-dbus
Index: head/cad/qelectrotech/Makefile
===================================================================
--- head/cad/qelectrotech/Makefile
+++ head/cad/qelectrotech/Makefile
@@ -26,7 +26,6 @@
MAN1= qelectrotech.1
MANLANG= "" cs el es fr.ISO8859-1 fr.UTF-8 fr it pl pt_PT
-MANCOMPRESSED= yes
pre-configure:
${MV} ${WRKSRC}/man/files/pt ${WRKSRC}/man/files/pt_PT
Index: head/deskutils/cairo-dock/Makefile
===================================================================
--- head/deskutils/cairo-dock/Makefile
+++ head/deskutils/cairo-dock/Makefile
@@ -28,8 +28,6 @@
CMAKE_ARGS+= -Dinstall-pc-path:STRING="${LOCALBASE}/libdata/pkgconfig"
CMAKE_ARGS+= -DROOT_PREFIX:PATH=${STAGEDIR}
-MANCOMPRESSED= yes
-
post-patch:
@${FIND} ${WRKSRC} -type f -name "*" | ${XARGS} ${REINPLACE_CMD} -e \
's|/usr/share/pixmaps/|${LOCALBASE}/share/pixmaps/|g; \
Index: head/graphics/hugin-devel/Makefile
===================================================================
--- head/graphics/hugin-devel/Makefile
+++ head/graphics/hugin-devel/Makefile
@@ -49,38 +49,6 @@
USE_GL= glew glut
-MANCOMPRESSED= yes
-
-MAN1= align_image_stack.1 \
- autooptimiser.1 \
- autopano-noop.sh.1 \
- calibrate_lens_gui.1 \
- celeste_standalone.1 \
- checkpto.1 \
- cpclean.1 \
- cpfind.1 \
- deghosting_mask.1 \
- fulla.1 \
- hugin.1 \
- hugin_hdrmerge.1 \
- hugin_stitch_project.1 \
- icpfind.1 \
- nona.1 \
- linefind.1 \
- matchpoint.1 \
- nona_gui.1 \
- pano_modify.1 \
- pano_trafo.1 \
- pto2mk.1 \
- pto_gen.1 \
- pto_lensstack.1 \
- pto_merge.1 \
- pto_var.1 \
- tca_correct.1 \
- PTBatcher.1 \
- PTBatcherGUI.1 \
- vig_optimize.1
-
post-configure:
${REINPLACE_CMD} \
's/-pthread;-D_THREAD_SAFE/-pthread -D_THREAD_SAFE/g' \
Index: head/irc/py-supybot/Makefile
===================================================================
--- head/irc/py-supybot/Makefile
+++ head/irc/py-supybot/Makefile
@@ -19,7 +19,6 @@
DOCS= ACKS ChangeLog INSTALL LICENSE README RELNOTES
-MANCOMPRESSED= no
MAN1= supybot.1 supybot-adduser.1 supybot-wizard.1 supybot-botchk.1 \
supybot-plugin-create.1 supybot-plugin-doc.1
Index: head/math/proofgeneral/Makefile
===================================================================
--- head/math/proofgeneral/Makefile
+++ head/math/proofgeneral/Makefile
@@ -43,7 +43,6 @@
SUB_FILES= pkg-message
SUB_LIST= EMACS_SITE_LISPDIR=${EMACS_SITE_LISPDIR}
-MANCOMPRESSED= no
INFO= PG-adapting ProofGeneral
.if ${PORT_OPTIONS:MDOCS}
Index: head/net-im/prosody/Makefile
===================================================================
--- head/net-im/prosody/Makefile
+++ head/net-im/prosody/Makefile
@@ -24,7 +24,6 @@
GROUPS= ${USERS}
USE_RC_SUBR= prosody
-MANCOMPRESSED= no
OPTIONS_DEFINE= LUAJIT
LUAJIT_DESC= Run prosody using luajit
Index: head/net/htpdate/Makefile
===================================================================
--- head/net/htpdate/Makefile
+++ head/net/htpdate/Makefile
@@ -15,7 +15,6 @@
USES= tar:bzip2
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-MANCOMPRESSED= yes
PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz
PORTDOCS= Changelog README
USE_RC_SUBR= ${PORTNAME}
Index: head/net/mosquitto/Makefile
===================================================================
--- head/net/mosquitto/Makefile
+++ head/net/mosquitto/Makefile
@@ -24,8 +24,6 @@
USE_PYTHON= 2
NOCONFIGURE= yes
USE_RC_SUBR= mosquitto
-MANCOMPRESSED= no
-NO_MANCOMPRESS= yes
USE_LDCONFIG= yes
USERS= nobody
Index: head/net/mpd5/Makefile
===================================================================
--- head/net/mpd5/Makefile
+++ head/net/mpd5/Makefile
@@ -31,7 +31,6 @@
.endif
.endif
-MANCOMPRESSED= maybe
USE_RC_SUBR= mpd5
HTMLNUM!= jot 70 1
CONFSUF= conf secret script
Index: head/ports-mgmt/dialog4ports/Makefile
===================================================================
--- head/ports-mgmt/dialog4ports/Makefile
+++ head/ports-mgmt/dialog4ports/Makefile
@@ -23,7 +23,6 @@
# CCACHE has options, so may need d4p, make d4p not ccache friendly
# to avoid circular dependency
NO_CCACHE= yes
-MANCOMPRESSED= yes
MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null
.if !defined(D4P_SLAVE)
Index: head/print/rprint/Makefile
===================================================================
--- head/print/rprint/Makefile
+++ head/print/rprint/Makefile
@@ -12,7 +12,6 @@
LICENSE= BSD4CLAUSE
-MANCOMPRESSED= yes
PLIST_FILES= bin/rprint man/man1/rprint.1.gz
post-patch:
Index: head/sysutils/bacula-server/Makefile
===================================================================
--- head/sysutils/bacula-server/Makefile
+++ head/sysutils/bacula-server/Makefile
@@ -48,7 +48,6 @@
SUB_FILES+= pkg-message.server
.endif
-MANCOMPRESSED= yes
CONFIGURE_ARGS+=--with-tcp-wrappers=/usr/lib \
--enable-smartalloc \
--sysconfdir=${ETCDIR} \
Index: head/sysutils/bacula5-server/Makefile
===================================================================
--- head/sysutils/bacula5-server/Makefile
+++ head/sysutils/bacula5-server/Makefile
@@ -53,7 +53,6 @@
SUB_FILES+= pkg-message.server
.endif
-MANCOMPRESSED= yes
CONFIGURE_ARGS+=--with-tcp-wrappers=/usr/lib \
--enable-smartalloc \
--sysconfdir=${ETCDIR} \
Index: head/sysutils/pfstat/Makefile
===================================================================
--- head/sysutils/pfstat/Makefile
+++ head/sysutils/pfstat/Makefile
@@ -20,7 +20,6 @@
MAN8= pfstat.8 \
pfstatd.8
-MANCOMPRESSED= no
PLIST_FILES= bin/pfstat \
bin/pfstatd
Index: head/sysutils/puppet27/Makefile
===================================================================
--- head/sysutils/puppet27/Makefile
+++ head/sysutils/puppet27/Makefile
@@ -30,8 +30,6 @@
PORTSCOUT= limit:^2\.7\.
-MANCOMPRESSED= yes
-
OPTIONS_DEFAULT= PACKAGE_ORIGIN
OPTIONS_SINGLE= PATCHES
OPTIONS_SINGLE_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT
Index: head/textproc/hs-pandoc/Makefile
===================================================================
--- head/textproc/hs-pandoc/Makefile
+++ head/textproc/hs-pandoc/Makefile
@@ -33,7 +33,6 @@
MAN5SRC= man/man5
MAN1PAGES= pandoc.1
MAN5PAGES= pandoc_markdown.5
-MANCOMPRESSED= no
FLAGS_DEFINE= EMBED_DATA_FILES HTTPS TRYPANDOC
FLAGS_DEFAULT= HTTPS
Index: head/x11-toolkits/tk85/Makefile
===================================================================
--- head/x11-toolkits/tk85/Makefile
+++ head/x11-toolkits/tk85/Makefile
@@ -41,7 +41,6 @@
MAKE_ENV= SHORT_TK_VER=${SHORT_TK_VER}
PLIST_SUB= TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER}
NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken
-MANCOMPRESSED= no
DATADIR= ${PREFIX}/share/${PORTNAME}${TK_VER}
SUB_FILES= pkgIndex.tcl
Index: head/x11-wm/afterstep/Makefile
===================================================================
--- head/x11-wm/afterstep/Makefile
+++ head/x11-wm/afterstep/Makefile
@@ -23,7 +23,6 @@
USE_XORG= xpm xext x11
USE_CSTD= gnu89
INSTALL_TARGET= install install.man
-MANCOMPRESSED= yes
CFLAGS+= -Wno-return-type
SRCDIRS= afterstep \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 6:36 AM (10 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27108888
Default Alt Text
D730.diff (9 KB)
Attached To
Mode
D730: Axe MANCOMPRESSED.
Attached
Detach File
Event Timeline
Log In to Comment