svn commit: r368829 - in head/net: asterisk asterisk11

Guido Falsi madpilot at FreeBSD.org
Mon Sep 22 08:56:22 UTC 2014


Author: madpilot
Date: Mon Sep 22 08:56:20 2014
New Revision: 368829
URL: http://svnweb.freebsd.org/changeset/ports/368829
QAT: https://qat.redports.org/buildarchive/r368829/

Log:
  Add CPE info to asterisk ports.

Modified:
  head/net/asterisk/Makefile
  head/net/asterisk11/Makefile

Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile	Mon Sep 22 08:40:39 2014	(r368828)
+++ head/net/asterisk/Makefile	Mon Sep 22 08:56:20 2014	(r368829)
@@ -27,7 +27,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
 USE_GCC=	yes
 USE_GNOME=	libxml2
-USES=		bison gmake shebangfix
+USES=		bison cpe gmake shebangfix
+CPE_VENDOR=	digium
 SHEBANG_FILES=	agi/agi-test.agi \
 		agi/jukebox.agi
 STRIP=

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Mon Sep 22 08:40:39 2014	(r368828)
+++ head/net/asterisk11/Makefile	Mon Sep 22 08:56:20 2014	(r368829)
@@ -26,7 +26,8 @@ CPPFLAGS+=	-I${LOCALBASE}/include -I${LO
 CFLAGS+=	-I${LOCALBASE}/include
 USE_GCC=	yes
 USE_GNOME=	libxml2
-USES=		bison gmake
+USES=		bison cpe gmake
+CPE_VENDOR=	digium
 USE_RC_SUBR=	asterisk
 MAKE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \


More information about the svn-ports-head mailing list