svn commit: r354698 - head/net-mgmt/gsnmp

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 21 00:50:56 UTC 2014


Author: amdmi3
Date: Wed May 21 00:50:55 2014
New Revision: 354698
URL: http://svnweb.freebsd.org/changeset/ports/354698
QAT: https://qat.redports.org/buildarchive/r354698/

Log:
  - Switch to USES=libtool, drop .la file
  - Switch to USES=pathfix
  - Strip library
  - Use new LIB_DEPENDS syntax
  
  PR:		189877
  Submitted by:	amdmi3
  Approved by:	Matt Peterson <matt at peterson.org> (maintainer)

Modified:
  head/net-mgmt/gsnmp/Makefile
  head/net-mgmt/gsnmp/pkg-plist

Modified: head/net-mgmt/gsnmp/Makefile
==============================================================================
--- head/net-mgmt/gsnmp/Makefile	Wed May 21 00:50:36 2014	(r354697)
+++ head/net-mgmt/gsnmp/Makefile	Wed May 21 00:50:55 2014	(r354698)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gsnmp
 PORTVERSION=	0.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
 		http://ftp-ext.osuosl.org/pub/nslu2/sources/ \
@@ -12,11 +12,12 @@ MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/
 MAINTAINER=	matt at peterson.org
 COMMENT=	SNMP library written on top of glib and gnet2
 
-LIB_DEPENDS=	gnet:${PORTSDIR}/net/gnet2
+LIB_DEPENDS=	libgnet-2.0.so:${PORTSDIR}/net/gnet2
 
-USES=		pkgconfig
-USE_GNOME=	gnomehack glib20
+USES=		libtool pathfix pkgconfig
+USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/gsnmp/pkg-plist
==============================================================================
--- head/net-mgmt/gsnmp/pkg-plist	Wed May 21 00:50:36 2014	(r354697)
+++ head/net-mgmt/gsnmp/pkg-plist	Wed May 21 00:50:55 2014	(r354698)
@@ -9,9 +9,9 @@ include/gsnmp/session.h
 include/gsnmp/transport.h
 include/gsnmp/utils.h
 lib/libgsnmp.a
-lib/libgsnmp.la
 lib/libgsnmp.so
 lib/libgsnmp.so.0
+lib/libgsnmp.so.0.0.0
 libdata/pkgconfig/gsnmp.pc
 share/aclocal/gsnmp.m4
 man/man1/gsnmp-get.1.gz


More information about the svn-ports-all mailing list