Bug 189877 - [PATCH] net-mgmt/gsnmp: switch to USES=libtool
Summary: [PATCH] net-mgmt/gsnmp: switch to USES=libtool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-17 01:10 UTC by Dmitry Marakasov
Modified: 2014-05-21 02:00 UTC (History)
1 user (show)

See Also:


Attachments
gsnmp-0.2.0.patch (1.16 KB, patch)
2014-05-17 01:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-05-17 01:10:02 UTC
- Switch to USES=libtool,pathfix
- Use new LIB_DEPENDS syntax
- Strip library

Port maintainer (matt@peterson.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-17 01:10:10 UTC
Maintainer of net-mgmt/gsnmp,

Please note that PR ports/189877 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189877

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-17 01:10:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Matt Peterson 2014-05-17 01:17:38 UTC
Approved
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-05-17 01:23:47 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-17 02:05:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

My PR
Comment 6 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-21 01:50:58 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2014-05-21 01:50:59 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"