FreeBSD Bugzilla – Attachment 97341 Details for
Bug 136065
bsd.port.mk: NO_MANCOMPRESS=yes works for FreeBSD base, down't work for ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain; charset=US-ASCII), 1.95 KB, created by
dereckson
on 2009-07-07 05:45:01 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
dereckson
Created:
2009-07-07 05:45:01 UTC
Size:
1.95 KB
patch
obsolete
>--- bsd.port.mk.orig 2009-07-07 04:36:25.000000000 +0000 >+++ bsd.port.mk 2009-07-07 04:37:23.000000000 +0000 >@@ -616,7 +616,7 @@ > # > # Set the following to specify all manpages that your port installs. > # These manpages will be automatically listed in ${PLIST}. Depending >-# on the setting of NOMANCOMPRESS, the make rules will compress the >+# on the setting of NO_MANCOMPRESS, the make rules will compress the > # manpages for you. > # > # MAN<sect> - A list of manpages, categorized by section. For >@@ -649,7 +649,7 @@ > # MANCOMPRESSED - This variable can take values "yes", "no" or > # "maybe". "yes" means manpages are installed > # compressed; "no" means they are not; "maybe" means >-# it changes depending on the value of NOMANCOMPRESS. >+# it changes depending on the value of NO_MANCOMPRESS. > # Default: "yes" if USE_IMAKE is set and NO_INSTALL_MANPAGES > # is not set, and "no" otherwise. > # >@@ -2952,7 +2952,7 @@ > > MANLANG?= "" # english only by default > >-.if !defined(NOMANCOMPRESS) >+.if !defined(NO_MANCOMPRESS) > MANEXT= .gz > .endif > >@@ -3036,7 +3036,7 @@ > > .if defined(_MANPAGES) > >-.if defined(NOMANCOMPRESS) >+.if defined(NO_MANCOMPRESS) > __MANPAGES:= ${_MANPAGES:S%^${PREFIX}/%%} > .else > __MANPAGES:= ${_MANPAGES:S%^${PREFIX}/%%:S%$%.gz%} >@@ -5796,10 +5796,10 @@ > .if !target(compress-man) > compress-man: > .if defined(_MANPAGES) || defined(_MLINKS) >-.if ${MANCOMPRESSED} == yes && defined(NOMANCOMPRESS) >+.if ${MANCOMPRESSED} == yes && defined(NO_MANCOMPRESS) > @${ECHO_MSG} "===> Uncompressing manual pages for ${PKGNAME}" > @_manpages='${_MANPAGES:S/'/'\''/g}' && [ "$${_manpages}" != "" ] && ( eval ${GUNZIP_CMD} $${_manpages} ) || ${TRUE} >-.elif ${MANCOMPRESSED} == no && !defined(NOMANCOMPRESS) >+.elif ${MANCOMPRESSED} == no && !defined(NO_MANCOMPRESS) > @${ECHO_MSG} "===> Compressing manual pages for ${PKGNAME}" > @_manpages='${_MANPAGES:S/'/'\''/g}' && [ "$${_manpages}" != "" ] && ( eval ${GZIP_CMD} $${_manpages} ) || ${TRUE} > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 136065
: 97341