Date: Wed, 7 May 2014 22:11:29 +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: r353219 - head/www/neon29 Message-ID: <201405072211.s47MBTw4015397@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed May 7 22:11:28 2014 New Revision: 353219 URL: http://svnweb.freebsd.org/changeset/ports/353219 QAT: https://qat.redports.org/buildarchive/r353219/ Log: Convert to USES=libtool Modernize LIB_DEPENDS Strip binaries Modified: head/www/neon29/Makefile head/www/neon29/pkg-plist Modified: head/www/neon29/Makefile ============================================================================== --- head/www/neon29/Makefile Wed May 7 22:02:40 2014 (r353218) +++ head/www/neon29/Makefile Wed May 7 22:11:28 2014 (r353219) @@ -3,7 +3,7 @@ PORTNAME= neon29 PORTVERSION= 0.29.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ DISTNAME= neon-${PORTVERSION} @@ -23,11 +23,9 @@ LIBXML_DESC= libxml2 XML parser support PROXY_DESC= libproxy support XML_DESC= XML parser library -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= pathfix -USE_GNOME= ltverhack +USES= pathfix libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ --with-libs=${LOCALBASE}:${PREFIX} @@ -44,7 +42,7 @@ WARNING+= "Enable the OPENSSL option or .if ${PORT_OPTIONS:MEXPAT} CONFIGURE_ARGS+=--with-expat -LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 .endif .if ${PORT_OPTIONS:MLIBXML} @@ -71,7 +69,7 @@ CONFIGURE_ARGS+=--without-gssapi .if ${PORT_OPTIONS:MPROXY} CONFIGURE_ARGS+=--with-libproxy -LIB_DEPENDS+= proxy.1:${PORTSDIR}/net/libproxy +LIB_DEPENDS+= libproxy.so:${PORTSDIR}/net/libproxy .else CONFIGURE_ARGS+=--without-libproxy .endif @@ -83,5 +81,6 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${STAGEDIR}${MANPREFIX}/man/man3 ${MAKE} -C ${WRKSRC} install-html ${MAKE_ARGS} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneon.so.27.* .include <bsd.port.mk> Modified: head/www/neon29/pkg-plist ============================================================================== --- head/www/neon29/pkg-plist Wed May 7 22:02:40 2014 (r353218) +++ head/www/neon29/pkg-plist Wed May 7 22:11:28 2014 (r353219) @@ -24,9 +24,9 @@ include/neon/ne_utils.h include/neon/ne_xml.h include/neon/ne_xmlreq.h lib/libneon.a -lib/libneon.la lib/libneon.so lib/libneon.so.27 +lib/libneon.so.27.2.6 libdata/pkgconfig/neon.pc man/man1/neon-config.1.gz man/man3/ne_add_request_header.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405072211.s47MBTw4015397>