From owner-freebsd-ports@FreeBSD.ORG Mon Apr 26 12:11:30 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 793841065670 for ; Mon, 26 Apr 2010 12:11:30 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id DFED78FC17 for ; Mon, 26 Apr 2010 12:11:29 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id o3QCBPQf088681 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 26 Apr 2010 13:11:25 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) Message-ID: <4BD582EC.5080303@infracaninophile.co.uk> Date: Mon, 26 Apr 2010 13:11:24 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Helmut Schneider References: <4BD5708D.8090900@infracaninophile.co.uk> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.96 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, SPF_FAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-ports@freebsd.org Subject: Re: php5-snmp broken on some systems for more than 2 months X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 12:11:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 26/04/2010 12:52:11, Helmut Schneider wrote: > Matthew Seaman wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 26/04/2010 11:32:45, Helmut Schneider wrote: >>> Hi, >>> >>> I fully understand that the current and past actions on php, png >>> and so on were very time consuming. Anyway php5-snmp (5.2.12 and >>> 5.3.2) are broken on obviously a few systems, including mine. A PR >>> was opened 2 months ago but I even cannot find a reply from any of >>> the maintainers. >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144137 >>> >>> Again, I fully understand that people also have to do other things >>> but in my (and others) case it is sooo painful not being able to >>> move ahead to 5.3 or back to 5.2 because of this problem. >>> >>> Any advise what I can do to support this process? It is meanwhile a >>> real pain. >>> >>> Thanks and Regards, Helmut >>> >> >> This is actually a problem in net-mgmt/net-snmp. >> >> There's a patch in ports/141238 which will let you compile, but >> pkg-plist for net-mgmt/net-snmp needs attention. > > The patch is ASCII-corrupted, do you have the original you could post? > happy-idiot-talk:...ports/net-mgmt/net-snmp:% diff -u Makefile.orig Makefile - --- Makefile.orig 2010-04-26 13:09:49.000000000 +0100 +++ Makefile 2010-04-26 13:09:58.000000000 +0100 @@ -106,6 +106,10 @@ NET_SNMP_MIB_MODULE_LIST+= sctp-mib .endif +.if ${OSVERSION} >= 800000 +CONFIGURE_ARGS+= --with-libs="-lssp_nonshared" +.endif + .if defined(WITH_MFD_REWRITES) CONFIGURE_ARGS+=--enable-mfd-rewrites NET_SNMP_MIB_MODULE_LIST+= if-mib Cheers Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvVguwACgkQ8Mjk52CukIwgZwCeKXyRwKhZXB83mPTiyxg2tbEU wpQAmwYaoT+EFQ6b1WY/Cmph7Bgyu5+A =dNrr -----END PGP SIGNATURE-----