From owner-svn-ports-head@FreeBSD.ORG Tue Jun 9 10:41: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 C17DD845; Tue, 9 Jun 2015 10:41:06 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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 95E4314EE; Tue, 9 Jun 2015 10:41:06 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t59Af6Z9002865; Tue, 9 Jun 2015 10:41:06 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t59Af6xa002863; Tue, 9 Jun 2015 10:41:06 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201506091041.t59Af6xa002863@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 9 Jun 2015 10:41:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388908 - in head/net/asterisk11: . files 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.20 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: Tue, 09 Jun 2015 10:41:06 -0000 Author: madpilot Date: Tue Jun 9 10:41:05 2015 New Revision: 388908 URL: https://svnweb.freebsd.org/changeset/ports/388908 Log: Add patch to prevent uneeded and unpublished linking against v4l and ffmpeg. PR: 188778 Submitted by: Dan Lukes Added: head/net/asterisk11/files/patch-res_Makefile (contents, props changed) Modified: head/net/asterisk11/Makefile Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Tue Jun 9 10:37:22 2015 (r388907) +++ head/net/asterisk11/Makefile Tue Jun 9 10:41:05 2015 (r388908) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 11.18.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Added: head/net/asterisk11/files/patch-res_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/asterisk11/files/patch-res_Makefile Tue Jun 9 10:41:05 2015 (r388908) @@ -0,0 +1,11 @@ +--- res/Makefile.orig 2015-06-04 00:44:42 UTC ++++ res/Makefile +@@ -78,7 +78,7 @@ distclean:: + rm -f pjproject/build.mak + + pjproject/build.mak: pjproject/aconfigure +- (cd pjproject && CFLAGS="-fPIC" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec) ++ (cd pjproject && CFLAGS="-fPIC" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --disable-floating-point --disable-sound --disable-oss --disable-speex-aec --disable-l16-codec --disable-gsm-codec --disable-g722-codec --disable-g7221-codec --disable-speex-codec --disable-ilbc-codec --disable-g711-codec --disable-ffmpeg --disable-v4l2) + + ifneq ($(findstring $(MAKECMDGOALS),all),) + -include pjproject/build.mak