From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 26 09:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 ESMTP id AE55B6C5 for ; Thu, 26 Sep 2013 09:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C27E2BF0 for ; Thu, 26 Sep 2013 09:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8Q9K084039175 for ; Thu, 26 Sep 2013 09:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8Q9K0lV039174; Thu, 26 Sep 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 26 Sep 2013 09:20:00 GMT Resent-Message-Id: <201309260920.r8Q9K0lV039174@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, Nicolai Petri 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 ESMTP id 45664632 for ; Thu, 26 Sep 2013 09:18:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 337F02BD6 for ; Thu, 26 Sep 2013 09:18:53 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8Q9IqMD071224 for ; Thu, 26 Sep 2013 09:18:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8Q9Iqm1071208; Thu, 26 Sep 2013 09:18:52 GMT (envelope-from nobody) Message-Id: <201309260918.r8Q9Iqm1071208@oldred.freebsd.org> Date: Thu, 26 Sep 2013 09:18:52 GMT From: Nicolai Petri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182402: Fix and update SNMP++ port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 09:20:00 -0000 >Number: 182402 >Category: ports >Synopsis: Fix and update SNMP++ port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 26 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nicolai Petri >Release: 9.1-STABLE >Organization: N Possible >Environment: FreeBSD edge.petri.cc 9.1-STABLE FreeBSD 9.1-STABLE #3: Fri Jun 21 02:14:48 CEST 2013 root@edge.petri.cc:/usr/obj/usr/src/sys/FEVER amd64 >Description: Update to latest release and fix build under clang only enviroments >How-To-Repeat: >Fix: apply attached patch Patch attached with submission follows: --- Makefile.orig 2013-09-26 11:05:40.653706748 +0200 +++ Makefile 2013-09-26 11:13:30.150707065 +0200 @@ -6,12 +6,12 @@ # PORTNAME= snmp++ -PORTVERSION= 3.2.25 +PORTVERSION= 3.3.0 CATEGORIES= net-mgmt MASTER_SITES= http://www.agentpp.com/ DISTNAME= ${PORTNAME}v${PORTVERSION} -MAINTAINER= nicolai@catpipe.net +MAINTAINER= nicolai@petri.dk COMMENT= SNMP C++ library with V3 support MAKEFILE= Makefile.FreeBSD @@ -24,6 +24,6 @@ ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC} post-install: - ${LN} -sf ${PREFIX}/lib/libsnmp++.so.2.0.0 ${PREFIX}/lib/libsnmp++.so + ${LN} -sf ${PREFIX}/lib/libsnmp++.so.3.3.0 ${PREFIX}/lib/libsnmp++.so .include --- files/Makefile.FreeBSD.orig 2013-09-26 10:57:10.103722951 +0200 +++ files/Makefile.FreeBSD 2013-09-26 11:04:10.770704788 +0200 @@ -39,10 +39,4 @@ LDFLAGS = $(CFLAGS) SHARED = -fPIC -shared -# -# Compilation rules -# -CC = g++ -LD = ld - include common.mk --- pkg-plist.orig 2013-09-26 11:14:40.140711660 +0200 +++ pkg-plist 2013-09-26 11:14:51.996709070 +0200 @@ -36,5 +36,5 @@ include/snmp_pp/vb.h lib/libsnmp++.a lib/libsnmp++.so -lib/libsnmp++.so.2.0.0 +lib/libsnmp++.so.3.3.0 @dirrm include/snmp_pp >Release-Note: >Audit-Trail: >Unformatted: