From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 17 00:10:03 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 071C0F23 for ; Sat, 17 May 2014 00:10:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D69302752 for ; Sat, 17 May 2014 00:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4H0A2YU015269 for ; Sat, 17 May 2014 00:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4H0A2IS015268; Sat, 17 May 2014 00:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 17 May 2014 00:10:02 GMT Resent-Message-Id: <201405170010.s4H0A2IS015268@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7823BD9B for ; Sat, 17 May 2014 00:08:35 +0000 (UTC) Received: from smtpout3.timeweb.ru (smtpout3.timeweb.ru [92.53.117.25]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D202273F for ; Sat, 17 May 2014 00:08:34 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1WlSAy-0006nF-P8; Sat, 17 May 2014 04:08:32 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 6E85B477; Sat, 17 May 2014 04:08:32 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 6092B1FE6D; Sat, 17 May 2014 04:08:32 +0400 (MSK) Message-Id: <20140517000832.6092B1FE6D@hades.panopticon> Date: Sat, 17 May 2014 04:08:32 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189877: [PATCH] net-mgmt/gsnmp: switch to USES=libtool Cc: matt@peterson.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 00:10:03 -0000 >Number: 189877 >Category: ports >Synopsis: [PATCH] net-mgmt/gsnmp: switch to USES=libtool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 17 00:10:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - 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) >How-To-Repeat: >Fix: --- gsnmp-0.2.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 354272) +++ Makefile (working copy) @@ -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,14 @@ 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= pkgconfig pathfix libtool +USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgsnmp.so + .include Index: pkg-plist =================================================================== --- pkg-plist (revision 354272) +++ pkg-plist (working copy) @@ -9,9 +9,9 @@ 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 --- gsnmp-0.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: