svn commit: r341665 - head/devel/libdnsres

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 22:22:09 UTC 2014


Author: bapt
Date: Tue Jan 28 22:22:08 2014
New Revision: 341665
URL: http://svnweb.freebsd.org/changeset/ports/341665
QAT: https://qat.redports.org/buildarchive/r341665/

Log:
  Support stage
  Convert to USES=libtool

Modified:
  head/devel/libdnsres/Makefile
  head/devel/libdnsres/pkg-plist

Modified: head/devel/libdnsres/Makefile
==============================================================================
--- head/devel/libdnsres/Makefile	Tue Jan 28 22:19:30 2014	(r341664)
+++ head/devel/libdnsres/Makefile	Tue Jan 28 22:22:08 2014	(r341665)
@@ -12,20 +12,14 @@ COMMENT=	Provides a non-blocking thread-
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
 
+USES=		libtool
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=--with-libevent=${LOCALBASE}
 MAKE_JOBS_UNSAFE=	yes
 
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
-MAN3=	dnsres.3
-MLINKS=	dnsres.3 dnsres_init.3 dnsres.3 dnsres_gethostbyname.3 \
-	dnsres.3 dnsres_gethostbyname2.3 dnsres.3 dnsres_gethostbyaddr.3 \
-	dnsres.3 dnsres_getaddrinfo.3
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \
 		${WRKSRC}/Makefile.in

Modified: head/devel/libdnsres/pkg-plist
==============================================================================
--- head/devel/libdnsres/pkg-plist	Tue Jan 28 22:19:30 2014	(r341664)
+++ head/devel/libdnsres/pkg-plist	Tue Jan 28 22:22:08 2014	(r341665)
@@ -3,3 +3,5 @@ lib/libdnsres.a
 lib/libdnsres.la
 lib/libdnsres.so
 lib/libdnsres.so.0
+lib/libdnsres.so.0.0.1
+man/man3/dnsres.3.gz


More information about the svn-ports-all mailing list