svn commit: r361355 - head/net-mgmt/bsnmp-regex

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 9 11:52:41 UTC 2014


Author: tijl
Date: Wed Jul  9 11:52:40 2014
New Revision: 361355
URL: http://svnweb.freebsd.org/changeset/ports/361355
QAT: https://qat.redports.org/buildarchive/r361355/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/net-mgmt/bsnmp-regex/Makefile

Modified: head/net-mgmt/bsnmp-regex/Makefile
==============================================================================
--- head/net-mgmt/bsnmp-regex/Makefile	Wed Jul  9 11:49:49 2014	(r361354)
+++ head/net-mgmt/bsnmp-regex/Makefile	Wed Jul  9 11:52:40 2014	(r361355)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bsnmp-regex
 PORTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://thewalter.net/stef/software/bsnmp-regex/
 
@@ -13,12 +14,14 @@ LICENSE=	BSD
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	"-I${LOCALBASE}/include"
+INSTALL_TARGET=	install-strip
+USES=		libtool
 
 OPTIONS_DEFINE=	DEBUG PCRE
 PCRE_DESC=	Use PCRE instead of the default regex library
 
 PLIST_FILES=	bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
-		lib/snmp_regex.a lib/snmp_regex.la man/man1/sockin.1.gz \
+		lib/snmp_regex.so.0.0.0 lib/snmp_regex.a man/man1/sockin.1.gz \
 		man/man5/bsnmp-regex.conf.5.gz \
 		man/man8/bsnmp-regex.8.gz
 
@@ -31,7 +34,7 @@ CONFIGURE_ARGS+=--disable-debug
 .endif
 
 .if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+=		pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=		libpcre.so:${PORTSDIR}/devel/pcre
 CONFIGURE_ARGS+=	--enable-pcre
 .else
 CONFIGURE_ARGS+=	--disable-pcre


More information about the svn-ports-all mailing list