From owner-svn-ports-head@FreeBSD.ORG Mon Jan 26 22:00:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 557414C0; Mon, 26 Jan 2015 22:00:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40785757; Mon, 26 Jan 2015 22:00:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0QM06Mx092248; Mon, 26 Jan 2015 22:00:06 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0QM05DW092243; Mon, 26 Jan 2015 22:00:05 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201501262200.t0QM05DW092243@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 26 Jan 2015 22:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377960 - in head/net: asterisk asterisk11 asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2015 22:00:06 -0000 Author: madpilot Date: Mon Jan 26 22:00:04 2015 New Revision: 377960 URL: https://svnweb.freebsd.org/changeset/ports/377960 QAT: https://qat.redports.org/buildarchive/r377960/ Log: Fix build of the snmp module (enabled by default) after net-mgmt/net-snmp update. Reported by: mat Modified: head/net/asterisk/Makefile head/net/asterisk11/Makefile head/net/asterisk13/Makefile Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Mon Jan 26 21:32:37 2015 (r377959) +++ head/net/asterisk/Makefile Mon Jan 26 22:00:04 2015 (r377960) @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_GCC= yes +USE_CSTD= gnu89 USE_GNOME= libxml2 USES= alias bison cpe gmake shebangfix CPE_VENDOR= digium Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Mon Jan 26 21:32:37 2015 (r377959) +++ head/net/asterisk11/Makefile Mon Jan 26 22:00:04 2015 (r377960) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 CFLAGS+= -I${LOCALBASE}/include USE_GCC= yes +USE_CSTD= gnu89 USE_GNOME= libxml2 USES= bison cpe gmake CPE_VENDOR= digium Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Mon Jan 26 21:32:37 2015 (r377959) +++ head/net/asterisk13/Makefile Mon Jan 26 22:00:04 2015 (r377960) @@ -24,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include USE_GCC= yes +USE_CSTD= gnu89 USE_GNOME= libxml2 USE_LDCONFIG= yes USES= bison cpe gmake iconv