From owner-svn-ports-all@freebsd.org Mon Feb 5 13:35:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AE13EF0C77; Mon, 5 Feb 2018 13:35:03 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B2CB17387E; Mon, 5 Feb 2018 13:35:02 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6E881BDD56; Mon, 5 Feb 2018 14:35:01 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 3A52CBDD53; Mon, 5 Feb 2018 14:35:01 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 11FC86167; Mon, 5 Feb 2018 14:35:01 +0100 (CET) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 058F0597F4C3; Mon, 5 Feb 2018 14:35:01 +0100 (CET) Date: Mon, 5 Feb 2018 14:35:00 +0100 From: Mathieu Arnold To: Mathieu Arnold Cc: Boris Samorodov , Ryan Steinmetz , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r459281 - head/net-mgmt/net-snmp Message-ID: <20180205133500.n73vkm6ybvyxqdmo@ogg.in.absolight.net> References: <201801171854.w0HIsxDK026361@repo.freebsd.org> <82ef5167-c450-5123-8d12-0d71a51dcf75@passap.ru> <20180130124700.4j65ae7m6aum5vvx@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="figp36kfoayuoz37" Content-Disposition: inline In-Reply-To: <20180130124700.4j65ae7m6aum5vvx@ogg.in.absolight.net> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2018 13:35:03 -0000 --figp36kfoayuoz37 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 30, 2018 at 01:47:00PM +0100, Mathieu Arnold wrote: > On Wed, Jan 17, 2018 at 11:05:39PM +0300, Boris Samorodov wrote: > > 17.01.2018 21:54, Ryan Steinmetz =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > > Author: zi > > > Date: Wed Jan 17 18:54:59 2018 > > > New Revision: 459281 > > > URL: https://svnweb.freebsd.org/changeset/ports/459281 > > >=20 > > > Log: > > > - Resolve build failure under 12-CURRENT > > > =20 > > > PR: 217589 > > > Submitted by: pi@ > > >=20 > > > Modified: > > > head/net-mgmt/net-snmp/Makefile > > >=20 > > > Modified: head/net-mgmt/net-snmp/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > > --- head/net-mgmt/net-snmp/Makefile Wed Jan 17 18:52:58 2018 (r459280) > > > +++ head/net-mgmt/net-snmp/Makefile Wed Jan 17 18:54:59 2018 (r459281) > > > @@ -56,7 +56,7 @@ CONFIGURE_ARGS+=3D--enable-shared --enable-internal= -md5=20 > > > --with-sys-location=3D"${NET_SNMP_SYS_LOCATION}" \ > > > --with-logfile=3D"${NET_SNMP_LOGFILE}" \ > > > --with-persistent-directory=3D"${NET_SNMP_PERSISTENTDIR}" \ > > > - --with-gnu-ld --with-libwrap \ > > > + --with-gnu-ld --without-libwrap \ > > > --with-ldflags=3D"-lm -lkvm -ldevstat -L${PKG_PREFIX}/lib -L${LOCA= LBASE}/lib ${LCRYPTO}" > > > SUB_FILES=3D pkg-message > >=20 > > At a first glance resolving build at 12-CURRENT is effectively > > a change of default settings for all platforms. As such > > a PORTREVISION bump is needed. >=20 > ping. ping. --=20 Mathieu Arnold --figp36kfoayuoz37 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ7BAABCgBmBQJaeF2EXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I1L0P+Isr1RY4BPdOo5paO5/6uRO7 lYijQBlcEJk4zEkYT3zNEOhu2Zqubz9lEhAyD8ZOxOfeZ0xJwdUvhaxwPD196WNx 2NIaKXP8p+wifzCZ4D9phEiUPOPUGDXR+jFR+hoywBDZjpKrPz/FyFA+G1gH9bhb VknD52aKZL74/yMwXjLJ6yDvk9aWBfzjuHfDK4ZMl+tCqKx4SGzQUc7LMC+LVzP9 iNfJ0949U/XG1h9cuv89msufwlL3qH2AC1duiKNaJb/Fr7BW8ArQFvTypr/qO4Xu Ddx/S79nm+AzEkkfwKX4FzPfiapVgUdkN1ZmZjqxhKK/Aan6b8ODE3KHPLgVTqxH ZCBNa7XiiHEGhvoGfomjcpNoeCwEj5RiyQJgJcIf/eDT+7CnBu6xxWpkBGA+lzS2 5Em46nUmQ1hkndaKZ/RWkb2af/zKmZbmz/79aaImfeVcpKrpZYwJTM4dGCm8y/8D OqShtVx1BpHT7E2TAkqallIWmj8zw37Z2TWfA802RMJPHXc2+oRIa2zi6UAlIjBC T4le0Oe/xMaYOZdvM4YqdKe0tzUzYVBGsw6FNykLigt4qMS2+ax9EcppfhBRPW4s f6n/obe4K/EWpYVQ4JnBbXxHpkba05RA1vP5miGm7h2zfbvkC8nZj6HeiPXA+Hyy tYT9tM4fkdsz/nRI8XI= =gMsr -----END PGP SIGNATURE----- --figp36kfoayuoz37--