aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk12/Makefile
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2005-02-28 19:02:29 +0800
committerfjoe <fjoe@FreeBSD.org>2005-02-28 19:02:29 +0800
commit24b6d43119f12e82602c0db7c095be8697351729 (patch)
treedf74c96ef4249bfb44882178bbfe592cc9cc7f22 /net/asterisk12/Makefile
parenta9d467bbb9661f282213599fa1e340d3d8ee0b6b (diff)
downloadfreebsd-ports-gnome-24b6d43119f12e82602c0db7c095be8697351729.tar.gz
freebsd-ports-gnome-24b6d43119f12e82602c0db7c095be8697351729.tar.zst
freebsd-ports-gnome-24b6d43119f12e82602c0db7c095be8697351729.zip
- Update to 1.0.5.
- Add PATCHFILE by Klaus-Peter Junghanns for quadBRI/octoBRI (HFC-S) support - Enable libpri support in chan_zap module. Sponsored by: LF.net Approved by: MAINTAINER
Diffstat (limited to 'net/asterisk12/Makefile')
-rw-r--r--net/asterisk12/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile
index 17f793ca68f2..1c9a5b8597da 100644
--- a/net/asterisk12/Makefile
+++ b/net/asterisk12/Makefile
@@ -6,12 +6,16 @@
#
PORTNAME= asterisk
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTVERSION= 1.0.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \
ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/
+PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= fjoe
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= sobomax@FreeBSD.org
COMMENT= An Open Source PBX and telephony toolkit
@@ -22,6 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql
ONLY_FOR_ARCHS= i386 sparc64
+BRIVER= bristuff-0.2.0-RC7f
GNU_CONFIGURE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/editline
USE_GMAKE= yes
@@ -57,6 +62,7 @@ PLIST_SUB+= WITH_H323=""
MAKE_ENV+= WITHOUT_ZAPTEL=1
PLIST_SUB+= WITH_ZAPTEL="@comment "
.else
+LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri
BUILD_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel
RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel
PLIST_SUB+= WITH_ZAPTEL=""