Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 10:41:06 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388908 - in head/net/asterisk11: . files
Message-ID:  <201506091041.t59Af6xa002863@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dan at obluda.cz>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091041.t59Af6xa002863>