Date: Tue, 28 Jan 2014 22:22:09 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341665 - head/devel/libdnsres Message-ID: <201401282222.s0SMM9rI005139@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401282222.s0SMM9rI005139>