mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Stage support
- Convert to USES
This commit is contained in:
parent
61fc2830f0
commit
ff1071c0ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342315
8 changed files with 18 additions and 16 deletions
|
@ -20,7 +20,6 @@ CONFIGURE_ARGS= --localstatedir=/var --with-randomdev=/dev/random
|
|||
OPTIONS_DEFINE= IPV6 THREADS
|
||||
OPTIONS_DEFAULT= IPV6 THREADS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIPV6}
|
||||
|
@ -35,11 +34,6 @@ CONFIGURE_ARGS+= --enable-threads
|
|||
CONFIGURE_ARGS+= --disable-threads
|
||||
.endif
|
||||
|
||||
MAN3= getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnameinfo.3 \
|
||||
getnetent.3 hesiod.3 inet_cidr.3 resolver.3 tsig.3
|
||||
MAN5= resolver.5 irs.conf.5
|
||||
MAN7= hostname.7
|
||||
|
||||
verify: checksum
|
||||
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
|
||||
|
||||
|
|
|
@ -23,6 +23,18 @@ include/bind/res_update.h
|
|||
include/bind/resolv.h
|
||||
include/bind/sys/bitypes.h
|
||||
lib/libbind.a
|
||||
man/man3/getaddrinfo.3.gz
|
||||
man/man3/gethostbyname.3.gz
|
||||
man/man3/getipnodebyname.3.gz
|
||||
man/man3/getnameinfo.3.gz
|
||||
man/man3/getnetent.3.gz
|
||||
man/man3/hesiod.3.gz
|
||||
man/man3/inet_cidr.3.gz
|
||||
man/man3/resolver.3.gz
|
||||
man/man3/tsig.3.gz
|
||||
man/man5/irs.conf.5.gz
|
||||
man/man5/resolver.5.gz
|
||||
man/man7/hostname.7.gz
|
||||
@dirrm include/bind/arpa
|
||||
@dirrm include/bind/isc
|
||||
@dirrm include/bind/sys
|
||||
|
|
|
@ -12,17 +12,14 @@ COMMENT= A flexible, modular RFC-compliant POP3 daemon
|
|||
|
||||
USE_AUTOTOOLS= libtool libltdl
|
||||
USE_GNOME= glib12
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN5= pop3lite.conf.5
|
||||
MAN8= pop3lite.8
|
||||
INFO= pop3lite-admin
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
@ -67,6 +67,8 @@ share/doc/pop3lite/modules/PAM
|
|||
share/doc/pop3lite/modules/SABOTAGE
|
||||
share/doc/pop3lite/modules/USERCONF
|
||||
share/doc/pop3lite/modules/VHOST
|
||||
man/man5/pop3lite.conf.5.gz
|
||||
man/man8/pop3lite.8.gz
|
||||
@dirrm include/pop3lite
|
||||
@dirrm lib/pop3lite
|
||||
@dirrm share/doc/pop3lite/modules
|
||||
|
|
|
@ -22,10 +22,7 @@ GNU_CONFIGURE= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
MAN1= dieharder.1
|
||||
MAN3= libdieharder.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
|
|
|
@ -50,4 +50,6 @@ lib/libdieharder.a
|
|||
lib/libdieharder.la
|
||||
lib/libdieharder.so
|
||||
lib/libdieharder.so.3
|
||||
man/man1/dieharder.1.gz
|
||||
man/man3/libdieharder.3.gz
|
||||
@dirrm include/dieharder
|
||||
|
|
|
@ -15,9 +15,6 @@ GNU_CONFIGURE= yes
|
|||
USE_CSTD= gnu89
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= spar.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
@ -42,6 +42,7 @@ lib/spar/zsolve_q.a
|
|||
lib/spar/zsolve_q.la
|
||||
lib/spar/zsolve_q.so
|
||||
share/spar/modules_config
|
||||
man/man1/spar.1.gz
|
||||
@dirrm include/spar
|
||||
@dirrm lib/spar
|
||||
@dirrm share/spar
|
||||
|
|
Loading…
Add table
Reference in a new issue