Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 15:20:05 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342315 - in head: dns/libbind mail/pop3lite math/dieharder math/spar
Message-ID:  <201402021520.s12FK5eH097910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Feb  2 15:20:05 2014
New Revision: 342315
URL: http://svnweb.freebsd.org/changeset/ports/342315
QAT: https://qat.redports.org/buildarchive/r342315/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/dns/libbind/Makefile
  head/dns/libbind/pkg-plist
  head/mail/pop3lite/Makefile
  head/mail/pop3lite/pkg-plist
  head/math/dieharder/Makefile
  head/math/dieharder/pkg-plist
  head/math/spar/Makefile
  head/math/spar/pkg-plist

Modified: head/dns/libbind/Makefile
==============================================================================
--- head/dns/libbind/Makefile	Sun Feb  2 15:18:32 2014	(r342314)
+++ head/dns/libbind/Makefile	Sun Feb  2 15:20:05 2014	(r342315)
@@ -20,7 +20,6 @@ CONFIGURE_ARGS=	--localstatedir=/var --w
 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
 

Modified: head/dns/libbind/pkg-plist
==============================================================================
--- head/dns/libbind/pkg-plist	Sun Feb  2 15:18:32 2014	(r342314)
+++ head/dns/libbind/pkg-plist	Sun Feb  2 15:20:05 2014	(r342315)
@@ -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

Modified: head/mail/pop3lite/Makefile
==============================================================================
--- head/mail/pop3lite/Makefile	Sun Feb  2 15:18:32 2014	(r342314)
+++ head/mail/pop3lite/Makefile	Sun Feb  2 15:20:05 2014	(r342315)
@@ -12,17 +12,14 @@ COMMENT=	A flexible, modular RFC-complia
 
 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

Modified: head/mail/pop3lite/pkg-plist
==============================================================================
--- head/mail/pop3lite/pkg-plist	Sun Feb  2 15:18:32 2014	(r342314)
+++ head/mail/pop3lite/pkg-plist	Sun Feb  2 15:20:05 2014	(r342315)
@@ -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

Modified: head/math/dieharder/Makefile
==============================================================================
--- head/math/dieharder/Makefile	Sun Feb  2 15:18:32 2014	(r342314)
+++ head/math/dieharder/Makefile	Sun Feb  2 15:20:05 2014	(r342315)
@@ -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"

Modified: head/math/dieharder/pkg-plist
==============================================================================
--- head/math/dieharder/pkg-plist	Sun Feb  2 15:18:32 2014	(r342314)
+++ head/math/dieharder/pkg-plist	Sun Feb  2 15:20:05 2014	(r342315)
@@ -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

Modified: head/math/spar/Makefile
==============================================================================
--- head/math/spar/Makefile	Sun Feb  2 15:18:32 2014	(r342314)
+++ head/math/spar/Makefile	Sun Feb  2 15:20:05 2014	(r342315)
@@ -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

Modified: head/math/spar/pkg-plist
==============================================================================
--- head/math/spar/pkg-plist	Sun Feb  2 15:18:32 2014	(r342314)
+++ head/math/spar/pkg-plist	Sun Feb  2 15:20:05 2014	(r342315)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021520.s12FK5eH097910>