Date: Wed, 17 Jan 2018 23:05:39 +0300 From: Boris Samorodov <bsam@passap.ru> To: Ryan Steinmetz <zi@FreeBSD.org>, 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: <82ef5167-c450-5123-8d12-0d71a51dcf75@passap.ru> In-Reply-To: <201801171854.w0HIsxDK026361@repo.freebsd.org> References: <201801171854.w0HIsxDK026361@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
17.01.2018 21:54, Ryan Steinmetz пишет: > Author: zi > Date: Wed Jan 17 18:54:59 2018 > New Revision: 459281 > URL: https://svnweb.freebsd.org/changeset/ports/459281 > > Log: > - Resolve build failure under 12-CURRENT > > PR: 217589 > Submitted by: pi@ > > Modified: > head/net-mgmt/net-snmp/Makefile > > Modified: head/net-mgmt/net-snmp/Makefile > ============================================================================== > --- 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+=--enable-shared --enable-internal-md5 > --with-sys-location="${NET_SNMP_SYS_LOCATION}" \ > --with-logfile="${NET_SNMP_LOGFILE}" \ > --with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \ > - --with-gnu-ld --with-libwrap \ > + --with-gnu-ld --without-libwrap \ > --with-ldflags="-lm -lkvm -ldevstat -L${PKG_PREFIX}/lib -L${LOCALBASE}/lib ${LCRYPTO}" > SUB_FILES= pkg-message 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. -- WBR, bsam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?82ef5167-c450-5123-8d12-0d71a51dcf75>