aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk10
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-03-13 22:22:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-03-13 22:22:46 +0000
commit7bd5bbe9e025a78a4f57217897724f0815edffeb (patch)
tree3cf521cf2b14762d16b33e42501560cf0c4e2084 /net/asterisk10
parent74a65b98196bd2b9a00c44630e8357ec0e91a288 (diff)
downloadports-7bd5bbe9e025a78a4f57217897724f0815edffeb.tar.gz
ports-7bd5bbe9e025a78a4f57217897724f0815edffeb.zip
Notes
Diffstat (limited to 'net/asterisk10')
-rw-r--r--net/asterisk10/Makefile5
-rw-r--r--net/asterisk10/distinfo12
-rw-r--r--net/asterisk10/files/patch-main::Makefile17
-rw-r--r--net/asterisk10/pkg-plist2
4 files changed, 19 insertions, 17 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile
index c5f4db148a91..8a28634eb647 100644
--- a/net/asterisk10/Makefile
+++ b/net/asterisk10/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= asterisk
-PORTVERSION= 1.4.17
-PORTREVISION= 1
+PORTVERSION= 1.4.18
CATEGORIES= net
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
http://ftp.digium.com/pub/asterisk/old-releases/
@@ -159,7 +158,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
.endif
.if defined(WITH_CODEC_PATCH)
-PATCHFILES= asterisk-1.4.17-codec-negotiation-20080118.diff.gz
+PATCHFILES= asterisk-1.4.18-codec-negotiation-20080313.diff.gz
PATCH_SITES= http://b2bua.org/chrome/site/
EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
.else
diff --git a/net/asterisk10/distinfo b/net/asterisk10/distinfo
index 8518d088f4ef..9cba773a6895 100644
--- a/net/asterisk10/distinfo
+++ b/net/asterisk10/distinfo
@@ -1,6 +1,6 @@
-MD5 (asterisk-1.4.17.tar.gz) = ff25f56d775858c4de619f2f59a55099
-SHA256 (asterisk-1.4.17.tar.gz) = 85331e63c90370c305121f134358e76cbb06846a12c04a7825d5869f331ee00d
-SIZE (asterisk-1.4.17.tar.gz) = 11463021
-MD5 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = ace058236dc4706b41a927f065db04b2
-SHA256 (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = b708905c059d775c6e57ba6ebb3a1e104f43951e569a3ddc04abc2ca2194541c
-SIZE (asterisk-1.4.17-codec-negotiation-20080118.diff.gz) = 38613
+MD5 (asterisk-1.4.18.tar.gz) = 3d8b2b2ef4f202901771663b40f19c3d
+SHA256 (asterisk-1.4.18.tar.gz) = 4209e3cda5be25b5a9834599090c4a2ba478acb6670a11581766b480d856108f
+SIZE (asterisk-1.4.18.tar.gz) = 11496828
+MD5 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = c2bc3b82217383936961a61b239e4635
+SHA256 (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 6a6ec9436de24e8c35d5922f7116e65e08052bc6bef6ecc12790736bcf058af5
+SIZE (asterisk-1.4.18-codec-negotiation-20080313.diff.gz) = 38966
diff --git a/net/asterisk10/files/patch-main::Makefile b/net/asterisk10/files/patch-main::Makefile
index 381c08339a95..3d1365ea46fa 100644
--- a/net/asterisk10/files/patch-main::Makefile
+++ b/net/asterisk10/files/patch-main::Makefile
@@ -1,17 +1,20 @@
---- main/Makefile.orig Wed Mar 28 11:08:42 2007
-+++ main/Makefile Wed Mar 28 11:09:20 2007
-@@ -98,8 +98,8 @@ editline/libedit.a:
- cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(ASTCFLAGS:-Werror=)" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
+
+$FreeBSD$
+
+--- main/Makefile.orig
++++ main/Makefile
+@@ -102,8 +102,8 @@
+ cd editline && test -f config.h || CFLAGS="$(PTHREAD_CFLAGS) $(subst $(ASTTOPDIR),../../,$(ASTCFLAGS:-Werror=))" LDFLAGS="$(ASTLDFLAGS)" ./configure --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM) --with-ncurses=$(NCURSES_DIR) --with-curses=$(CURSES_DIR) --with-termcap=$(TERMCAP_DIR) --with-tinfo=$(TINFO_DIR)
$(MAKE) -C editline libedit.a
-db1-ast/libdb1.a:
-- CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
+- CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
+#db1-ast/libdb1.a:
-+# CFLAGS="$(ASTCFLAGS)" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
++# CFLAGS="$(subst $(ASTTOPDIR),../../,$(ASTCFLAGS))" LDFLAGS="$(ASTLDFLAGS)" $(MAKE) -C db1-ast libdb1.a
ast_expr2.c ast_expr2.h:
bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
-@@ -127,7 +127,7 @@ else
+@@ -133,7 +133,7 @@
H323LDLIBS=
endif
diff --git a/net/asterisk10/pkg-plist b/net/asterisk10/pkg-plist
index 407d99cfe3f9..7bcd9f5265f4 100644
--- a/net/asterisk10/pkg-plist
+++ b/net/asterisk10/pkg-plist
@@ -137,6 +137,7 @@ include/asterisk/astmm.h
include/asterisk/astobj.h
include/asterisk/astobj2.h
include/asterisk/astosp.h
+include/asterisk/audiohook.h
include/asterisk/autoconfig.h
include/asterisk/build.h
include/asterisk/buildopts.h
@@ -144,7 +145,6 @@ include/asterisk/callerid.h
include/asterisk/causes.h
include/asterisk/cdr.h
include/asterisk/channel.h
-include/asterisk/chanspy.h
include/asterisk/chanvars.h
include/asterisk/cli.h
include/asterisk/compat.h