svn commit: r459281 - head/net-mgmt/net-snmp

Boris Samorodov bsam at passap.ru
Wed Jan 17 20:05:44 UTC 2018


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


More information about the svn-ports-all mailing list