Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2014 11:52:41 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361355 - head/net-mgmt/bsnmp-regex
Message-ID:  <201407091152.s69BqfHT056380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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