From owner-svn-ports-all@FreeBSD.ORG Sat Nov 23 15:20:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org 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 ESMTPS id 2E76B375; Sat, 23 Nov 2013 15:20:11 +0000 (UTC) Received: from mailrelay001.isp.belgacom.be (mailrelay001.isp.belgacom.be [195.238.6.51]) by mx1.freebsd.org (Postfix) with ESMTP id 458D22CA6; Sat, 23 Nov 2013 15:20:09 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmMGACzHkFJbsJwY/2dsb2JhbABZgwc4R7wqgRgXdIIlAQEFOhwjEAsOBgQJJQ8qHgaIGAEIvyoXjlQzB4QzA5gTgTGQYoMpOw Received: from 24.156-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.156.24]) by relay.skynet.be with ESMTP; 23 Nov 2013 16:20:03 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id rANFK1Ei023249; Sat, 23 Nov 2013 16:20:02 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sat, 23 Nov 2013 16:20:01 +0100 From: Tijl Coosemans To: Ryan Steinmetz Subject: Re: svn commit: r334626 - in head/net-mgmt/net-snmp: . files Message-ID: <20131123162001.7b07ba65@kalimero.tijl.coosemans.org> In-Reply-To: <201311230015.rAN0F3t9037819@svn.freebsd.org> References: <201311230015.rAN0F3t9037819@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 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: Sat, 23 Nov 2013 15:20:11 -0000 On Sat, 23 Nov 2013 00:15:03 +0000 (UTC) Ryan Steinmetz wrote: > Author: zi > Date: Sat Nov 23 00:15:03 2013 > New Revision: 334626 > URL: http://svnweb.freebsd.org/changeset/ports/334626 > > Log: > - Fix FreeBSD 11 support > > Added: > head/net-mgmt/net-snmp/files/patch-Makefile.in (contents, props changed) > Deleted: > head/net-mgmt/net-snmp/files/patch-agent-mibgroup-mibII-ipv6.c > Modified: > head/net-mgmt/net-snmp/Makefile > head/net-mgmt/net-snmp/pkg-plist > > Modified: head/net-mgmt/net-snmp/Makefile > ============================================================================== > --- head/net-mgmt/net-snmp/Makefile Fri Nov 22 23:53:35 2013 (r334625) > +++ head/net-mgmt/net-snmp/Makefile Sat Nov 23 00:15:03 2013 (r334626) > @@ -158,6 +158,10 @@ NET_SNMP_WITH_MIB_MODULE_LIST+= sctp-mib > CONFIGURE_ARGS+= --with-libs="-lssp_nonshared" > .endif > > +.if ${OSVERSION} >= 1000000 > +CFLAGS+= -D_WANT_IFADDR > +.endif > + > .if ${PORT_OPTIONS:MMFD_REWRITES} > CONFIGURE_ARGS+=--enable-mfd-rewrites > NET_SNMP_WITH_MIB_MODULE_LIST+= if-mib > > Added: head/net-mgmt/net-snmp/files/patch-Makefile.in > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net-mgmt/net-snmp/files/patch-Makefile.in Sat Nov 23 00:15:03 2013 (r334626) > @@ -0,0 +1,11 @@ > +--- Makefile.in.orig 2013-11-22 12:27:23.000000000 -0800 > ++++ Makefile.in 2013-11-22 12:28:30.000000000 -0800 > +@@ -20,7 +20,7 @@ > + INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h \ > + darwin.h darwin7.h darwin8.h darwin9.h darwin10.h dragonfly.h dynix.h \ > + freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h \ > +- freebsd7.h freebsd8.h freebsd9.h freebsd10.h freebsd.h \ > ++ freebsd7.h freebsd8.h freebsd9.h freebsd10.h freebsd11.h freebsd.h \ > + generic.h \ > + hpux.h irix.h linux.h mingw32.h mips.h netbsd.h osf5.h \ > + openbsd.h openbsd5.h openbsd4.h \ > > Modified: head/net-mgmt/net-snmp/pkg-plist > ============================================================================== > --- head/net-mgmt/net-snmp/pkg-plist Fri Nov 22 23:53:35 2013 (r334625) > +++ head/net-mgmt/net-snmp/pkg-plist Sat Nov 23 00:15:03 2013 (r334626) > @@ -183,6 +183,7 @@ include/net-snmp/system/freebsd7.h > include/net-snmp/system/freebsd8.h > include/net-snmp/system/freebsd9.h > include/net-snmp/system/freebsd10.h > +include/net-snmp/system/freebsd11.h > include/net-snmp/system/generic.h > include/net-snmp/system/hpux.h > include/net-snmp/system/irix.h You have to bump PORTREVISION to make the package builders rebuild the package.