diff options
author | sobomax <sobomax@FreeBSD.org> | 2008-03-14 06:22:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2008-03-14 06:22:46 +0800 |
commit | eac24cb6a5583d1785ebb8260bafcaa973f5c353 (patch) | |
tree | 6b65ce81c7de863af6888e16c7d8786cca1e644d /net/asterisk16 | |
parent | bd23a5541b683350b61c448d5051703d3bf033b4 (diff) | |
download | freebsd-ports-gnome-eac24cb6a5583d1785ebb8260bafcaa973f5c353.tar.gz freebsd-ports-gnome-eac24cb6a5583d1785ebb8260bafcaa973f5c353.tar.zst freebsd-ports-gnome-eac24cb6a5583d1785ebb8260bafcaa973f5c353.zip |
Update to 1.4.18.
Diffstat (limited to 'net/asterisk16')
-rw-r--r-- | net/asterisk16/Makefile | 5 | ||||
-rw-r--r-- | net/asterisk16/distinfo | 12 | ||||
-rw-r--r-- | net/asterisk16/files/patch-main::Makefile | 17 | ||||
-rw-r--r-- | net/asterisk16/pkg-plist | 2 |
4 files changed, 19 insertions, 17 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index c5f4db148a91..8a28634eb647 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/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/asterisk16/distinfo b/net/asterisk16/distinfo index 8518d088f4ef..9cba773a6895 100644 --- a/net/asterisk16/distinfo +++ b/net/asterisk16/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/asterisk16/files/patch-main::Makefile b/net/asterisk16/files/patch-main::Makefile index 381c08339a95..3d1365ea46fa 100644 --- a/net/asterisk16/files/patch-main::Makefile +++ b/net/asterisk16/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/asterisk16/pkg-plist b/net/asterisk16/pkg-plist index 407d99cfe3f9..7bcd9f5265f4 100644 --- a/net/asterisk16/pkg-plist +++ b/net/asterisk16/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 |