- Stage support

- Convert to USES
This commit is contained in:
Martin Wilke 2014-02-02 15:20:05 +00:00
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

View file

@ -20,7 +20,6 @@ CONFIGURE_ARGS= --localstatedir=/var --with-randomdev=/dev/random
OPTIONS_DEFINE= IPV6 THREADS OPTIONS_DEFINE= IPV6 THREADS
OPTIONS_DEFAULT= IPV6 THREADS OPTIONS_DEFAULT= IPV6 THREADS
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MIPV6} .if ${PORT_OPTIONS:MIPV6}
@ -35,11 +34,6 @@ CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= --disable-threads CONFIGURE_ARGS+= --disable-threads
.endif .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 verify: checksum
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc

View file

@ -23,6 +23,18 @@ include/bind/res_update.h
include/bind/resolv.h include/bind/resolv.h
include/bind/sys/bitypes.h include/bind/sys/bitypes.h
lib/libbind.a 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/arpa
@dirrm include/bind/isc @dirrm include/bind/isc
@dirrm include/bind/sys @dirrm include/bind/sys

View file

@ -12,17 +12,14 @@ COMMENT= A flexible, modular RFC-compliant POP3 daemon
USE_AUTOTOOLS= libtool libltdl USE_AUTOTOOLS= libtool libltdl
USE_GNOME= glib12 USE_GNOME= glib12
USE_GMAKE= yes USES= gmake
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
MAN5= pop3lite.conf.5
MAN8= pop3lite.8
INFO= pop3lite-admin INFO= pop3lite-admin
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/configure ${WRKSRC}/configure

View file

@ -67,6 +67,8 @@ share/doc/pop3lite/modules/PAM
share/doc/pop3lite/modules/SABOTAGE share/doc/pop3lite/modules/SABOTAGE
share/doc/pop3lite/modules/USERCONF share/doc/pop3lite/modules/USERCONF
share/doc/pop3lite/modules/VHOST share/doc/pop3lite/modules/VHOST
man/man5/pop3lite.conf.5.gz
man/man8/pop3lite.8.gz
@dirrm include/pop3lite @dirrm include/pop3lite
@dirrm lib/pop3lite @dirrm lib/pop3lite
@dirrm share/doc/pop3lite/modules @dirrm share/doc/pop3lite/modules

View file

@ -22,10 +22,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes USE_LDCONFIG= yes
MAN1= dieharder.1
MAN3= libdieharder.3
NO_STAGE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" .if ${ARCH} == "ia64" || ${ARCH} == "sparc64"

View file

@ -50,4 +50,6 @@ lib/libdieharder.a
lib/libdieharder.la lib/libdieharder.la
lib/libdieharder.so lib/libdieharder.so
lib/libdieharder.so.3 lib/libdieharder.so.3
man/man1/dieharder.1.gz
man/man3/libdieharder.3.gz
@dirrm include/dieharder @dirrm include/dieharder

View file

@ -15,9 +15,6 @@ GNU_CONFIGURE= yes
USE_CSTD= gnu89 USE_CSTD= gnu89
USE_LDCONFIG= yes USE_LDCONFIG= yes
MAN1= spar.1
NO_STAGE= yes
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure ${WRKSRC}/configure

View file

@ -42,6 +42,7 @@ lib/spar/zsolve_q.a
lib/spar/zsolve_q.la lib/spar/zsolve_q.la
lib/spar/zsolve_q.so lib/spar/zsolve_q.so
share/spar/modules_config share/spar/modules_config
man/man1/spar.1.gz
@dirrm include/spar @dirrm include/spar
@dirrm lib/spar @dirrm lib/spar
@dirrm share/spar @dirrm share/spar