*/*: Restore GNU_CONFIGURE on my ports
I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization. Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.
Reported by: danfe
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
d113085350
commit
08a9c4db98
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= arj
|
PORTNAME= arj
|
||||||
PORTVERSION= 3.10.22
|
PORTVERSION= 3.10.22
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022:source \
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022:source \
|
||||||
DEBIAN_POOL:patch
|
DEBIAN_POOL:patch
|
||||||
@ -30,7 +30,8 @@ PATCH_STRIP= -p1
|
|||||||
|
|
||||||
PORTSCOUT= skipv:3.10g
|
PORTSCOUT= skipv:3.10g
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
AUTORECONF_WRKSRC= ${WRKSRC}/gnu
|
AUTORECONF_WRKSRC= ${WRKSRC}/gnu
|
||||||
CONFIGURE_WRKSRC= ${WRKSRC}/gnu
|
CONFIGURE_WRKSRC= ${WRKSRC}/gnu
|
||||||
MAKEFILE= GNUmakefile
|
MAKEFILE= GNUmakefile
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= sharutils
|
PORTNAME= sharutils
|
||||||
PORTVERSION= 4.15.2
|
PORTVERSION= 4.15.2
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
|
|
||||||
@ -14,7 +14,8 @@ USES= charsetfix cpe perl5 tar:xz
|
|||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
|
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
|
||||||
INSTALL_TARGET= install install-man
|
INSTALL_TARGET= install install-man
|
||||||
INFO= sharutils
|
INFO= sharutils
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= tnef
|
PORTNAME= tnef
|
||||||
PORTVERSION= 1.4.12
|
PORTVERSION= 1.4.12
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= converters mail
|
CATEGORIES= converters mail
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
|
||||||
|
|
||||||
@ -16,7 +16,8 @@ CPE_VENDOR= tnef_project
|
|||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PORTDOCS= AUTHORS BUGS NEWS README.md THANKS
|
PORTDOCS= AUTHORS BUGS NEWS README.md THANKS
|
||||||
PLIST_FILES= bin/tnef \
|
PLIST_FILES= bin/tnef \
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= libslang2
|
PORTNAME= libslang2
|
||||||
PORTVERSION= 2.3.3
|
PORTVERSION= 2.3.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.jedsoft.org/releases/slang/
|
MASTER_SITES= http://www.jedsoft.org/releases/slang/
|
||||||
DISTNAME= slang-${PORTVERSION}
|
DISTNAME= slang-${PORTVERSION}
|
||||||
@ -14,7 +14,8 @@ LICENSE= GPLv2
|
|||||||
USES= ncurses tar:bzip2
|
USES= ncurses tar:bzip2
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
ALL_TARGET= all static
|
ALL_TARGET= all static
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= jed
|
PORTNAME= jed
|
||||||
DISTVERSION= 0.99-19
|
DISTVERSION= 0.99-19
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ \
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v${PORTVERSION:R}/ \
|
||||||
ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${PORTVERSION:R}/ \
|
ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${PORTVERSION:R}/ \
|
||||||
@ -25,7 +25,8 @@ HOSTLOOKUP_DESC=Look-up for hostname
|
|||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
USES= tar:bzip2
|
USES= tar:bzip2
|
||||||
DIST_SUBDIR= jed
|
DIST_SUBDIR= jed
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed
|
CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= wmbiff
|
PORTNAME= wmbiff
|
||||||
PORTVERSION= 0.4.36
|
PORTVERSION= 0.4.36
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= mail windowmaker afterstep
|
CATEGORIES= mail windowmaker afterstep
|
||||||
MASTER_SITES= https://www.dockapps.net/download/
|
MASTER_SITES= https://www.dockapps.net/download/
|
||||||
|
|
||||||
@ -13,7 +13,8 @@ LICENSE= GPLv2
|
|||||||
USES= pkgconfig xorg
|
USES= pkgconfig xorg
|
||||||
|
|
||||||
USE_XORG= x11 xext xpm
|
USE_XORG= x11 xext xpm
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
OPTIONS_DEFINE= GNUTLS
|
OPTIONS_DEFINE= GNUTLS
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= iprange
|
PORTNAME= iprange
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 1.0.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= https://github.com/firehol/iprange/releases/download/v${PORTVERSION}/
|
MASTER_SITES= https://github.com/firehol/iprange/releases/download/v${PORTVERSION}/
|
||||||
|
|
||||||
@ -12,7 +12,8 @@ LICENSE= GPLv2+
|
|||||||
|
|
||||||
USES= tar:xz
|
USES= tar:xz
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/iprange \
|
PLIST_FILES= bin/iprange \
|
||||||
share/man/man1/iprange.1.gz
|
share/man/man1/iprange.1.gz
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= libpcap
|
PORTNAME= libpcap
|
||||||
PORTVERSION= 1.10.4
|
PORTVERSION= 1.10.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.tcpdump.org/release/
|
MASTER_SITES= http://www.tcpdump.org/release/
|
||||||
|
|
||||||
@ -17,7 +17,8 @@ USES= bison cpe gmake ssl
|
|||||||
CPE_VENDOR= tcpdump
|
CPE_VENDOR= tcpdump
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS+=--enable-dbus=no \
|
CONFIGURE_ARGS+=--enable-dbus=no \
|
||||||
--with-pcap=bpf
|
--with-pcap=bpf
|
||||||
CONFIGURE_ENV+= LEX=${LOCALBASE}/bin/flex
|
CONFIGURE_ENV+= LEX=${LOCALBASE}/bin/flex
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= rinetd
|
PORTNAME= rinetd
|
||||||
PORTVERSION= 0.73
|
PORTVERSION= 0.73
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
@ -16,7 +16,8 @@ GH_ACCOUNT= samhocevar
|
|||||||
GH_TAGNAME= d4e0a60
|
GH_TAGNAME= d4e0a60
|
||||||
USE_RC_SUBR= rinetd
|
USE_RC_SUBR= rinetd
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PORTDOCS= index.html
|
PORTDOCS= index.html
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= tcpdump
|
PORTNAME= tcpdump
|
||||||
PORTVERSION= 4.99.4
|
PORTVERSION= 4.99.4
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.tcpdump.org/release/
|
MASTER_SITES= http://www.tcpdump.org/release/
|
||||||
|
|
||||||
@ -18,7 +18,8 @@ LIB_DEPENDS= libpcap.so.1:net/libpcap
|
|||||||
|
|
||||||
USES= cpe gmake
|
USES= cpe gmake
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= sbin/tcpdump \
|
PLIST_FILES= sbin/tcpdump \
|
||||||
share/man/man1/tcpdump.1.gz
|
share/man/man1/tcpdump.1.gz
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= sudo
|
PORTNAME= sudo
|
||||||
PORTVERSION= 1.9.15p5
|
PORTVERSION= 1.9.15p5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SUDO
|
MASTER_SITES= SUDO
|
||||||
|
|
||||||
@ -16,7 +16,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||||||
USES= cpe libtool pkgconfig
|
USES= cpe libtool pkgconfig
|
||||||
CPE_VENDOR= todd_miller
|
CPE_VENDOR= todd_miller
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --mandir=${PREFIX}/share/man \
|
CONFIGURE_ARGS= --mandir=${PREFIX}/share/man \
|
||||||
--sysconfdir=${PREFIX}/etc \
|
--sysconfdir=${PREFIX}/etc \
|
||||||
--with-env-editor \
|
--with-env-editor \
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= scponly
|
PORTNAME= scponly
|
||||||
PORTVERSION= 4.8.20110526
|
PORTVERSION= 4.8.20110526
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= shells security
|
CATEGORIES= shells security
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-snapshots
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-snapshots
|
||||||
DISTNAME= ${PORTNAME}-20110526
|
DISTNAME= ${PORTNAME}-20110526
|
||||||
@ -14,7 +14,8 @@ LICENSE= BSD2CLAUSE
|
|||||||
USES= cpe tar:tgz
|
USES= cpe tar:tgz
|
||||||
|
|
||||||
PORTDOCS= BUILDING-JAILS.TXT INSTALL README SECURITY
|
PORTDOCS= BUILDING-JAILS.TXT INSTALL README SECURITY
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
OPTIONS_DEFINE= CHROOT DEFAULT_CHDIR DOCS GFTP RSYNC SCP SUBVERSION SVNSERVE \
|
OPTIONS_DEFINE= CHROOT DEFAULT_CHDIR DOCS GFTP RSYNC SCP SUBVERSION SVNSERVE \
|
||||||
UNISON WILDCARDS WINSCP
|
UNISON WILDCARDS WINSCP
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= sarg
|
PORTNAME= sarg
|
||||||
PORTVERSION= 2.4.0
|
PORTVERSION= 2.4.0
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
@ -18,7 +18,8 @@ OPTIONS_SUB= yes
|
|||||||
PHP_DESC= Install PHP for reporting generating
|
PHP_DESC= Install PHP for reporting generating
|
||||||
|
|
||||||
USES= autoreconf gmake
|
USES= autoreconf gmake
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --sysconfdir="${ETCDIR}" \
|
CONFIGURE_ARGS= --sysconfdir="${ETCDIR}" \
|
||||||
--enable-fontdir="${ETCDIR}/fonts" \
|
--enable-fontdir="${ETCDIR}/fonts" \
|
||||||
--enable-imagedir="${ETCDIR}/images"
|
--enable-imagedir="${ETCDIR}/images"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= squidclamav
|
PORTNAME= squidclamav
|
||||||
PORTVERSION= 7.3
|
PORTVERSION= 7.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www security
|
CATEGORIES= www security
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
@ -17,7 +17,8 @@ USES= cpe libtool shebangfix
|
|||||||
CPE_VENDOR= darold
|
CPE_VENDOR= darold
|
||||||
|
|
||||||
SHEBANG_FILES= cgi-bin/clwarn.cgi*
|
SHEBANG_FILES= cgi-bin/clwarn.cgi*
|
||||||
HAS_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --enable-shared --enable-static \
|
CONFIGURE_ARGS= --enable-shared --enable-static \
|
||||||
--sysconfdir="${PREFIX}/etc/c-icap" \
|
--sysconfdir="${PREFIX}/etc/c-icap" \
|
||||||
--with-c-icap=${LOCALBASE}
|
--with-c-icap=${LOCALBASE}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user