From e2b1fa879649d88c5800f069c076803983bb9be1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 30 Mar 2010 17:57:15 +0000 Subject: main/asterisk: upgrade to 1.6.2.6 --- main/asterisk/200-parallel-make.patch | 99 ----------------------------------- main/asterisk/APKBUILD | 8 ++- 2 files changed, 3 insertions(+), 104 deletions(-) delete mode 100644 main/asterisk/200-parallel-make.patch diff --git a/main/asterisk/200-parallel-make.patch b/main/asterisk/200-parallel-make.patch deleted file mode 100644 index 2d216e8b..00000000 --- a/main/asterisk/200-parallel-make.patch +++ /dev/null @@ -1,99 +0,0 @@ -diff -uNr asterisk-1.6.2.0/Makefile asterisk-1.6.2.0-r1/Makefile ---- asterisk-1.6.2.0/Makefile 2010-01-16 18:55:43.738059027 +0100 -+++ asterisk-1.6.2.0-r1/Makefile 2010-01-16 19:32:06.898555681 +0100 -@@ -589,7 +589,7 @@ - fi - - $(SUBDIRS_INSTALL): -- @DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" $(SUBMAKE) -C $(@:-install=) install -+ @+DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" $(SUBMAKE) -C $(@:-install=) install - - NEWMODS:=$(foreach d,$(MOD_SUBDIRS),$(notdir $(wildcard $(d)/*.so))) - OLDMODS=$(filter-out $(NEWMODS),$(notdir $(wildcard $(DESTDIR)$(MODULES_DIR)/*.so))) -@@ -848,7 +848,7 @@ - # last clean count we had - - cleantest: -- @cmp -s .cleancount .lastclean || $(MAKE) clean -+ @+cmp -s .cleancount .lastclean || $(MAKE) clean - - $(SUBDIRS_UNINSTALL): - @$(SUBMAKE) -C $(@:-uninstall=) uninstall -@@ -897,7 +897,7 @@ - nmenuconfig: nmenuselect - - menuselect: menuselect/cmenuselect menuselect/nmenuselect menuselect/gmenuselect -- @if [ -x menuselect/nmenuselect ]; then \ -+ @+if [ -x menuselect/nmenuselect ]; then \ - $(MAKE) nmenuselect; \ - elif [ -x menuselect/cmenuselect ]; then \ - $(MAKE) cmenuselect; \ -diff -uNr asterisk-1.6.2.0/channels/Makefile asterisk-1.6.2.0-r1/channels/Makefile ---- asterisk-1.6.2.0/channels/Makefile 2010-01-16 18:55:43.733055737 +0100 -+++ asterisk-1.6.2.0-r1/channels/Makefile 2010-01-16 18:57:51.589055800 +0100 -@@ -100,7 +100,7 @@ - chan_usbradio.so: _ASTCFLAGS+=-DNDEBUG - - h323/Makefile.ast: -- $(CMD_PREFIX) $(MAKE) -C h323 Makefile.ast -+ +$(CMD_PREFIX) $(MAKE) -C h323 Makefile.ast - - h323/libchanh323.a: h323/Makefile.ast -- $(CMD_PREFIX) $(MAKE) -C h323 libchanh323.a -+ +$(CMD_PREFIX) $(MAKE) -C h323 libchanh323.a -diff -uNr asterisk-1.6.2.0/codecs/gsm/Makefile asterisk-1.6.2.0-r1/codecs/gsm/Makefile ---- asterisk-1.6.2.0/codecs/gsm/Makefile 2010-01-16 18:55:43.733055737 +0100 -+++ asterisk-1.6.2.0-r1/codecs/gsm/Makefile 2010-01-16 18:58:31.557055848 +0100 -@@ -358,12 +358,12 @@ - # Installation - - gsminstall: -- -if [ x"$(GSM_INSTALL_ROOT)" != x ] ; then \ -+ -+if [ x"$(GSM_INSTALL_ROOT)" != x ] ; then \ - $(MAKE) $(GSM_INSTALL_TARGETS) ; \ - fi - - toastinstall: -- -if [ x"$(TOAST_INSTALL_ROOT)" != x ]; then \ -+ -+if [ x"$(TOAST_INSTALL_ROOT)" != x ]; then \ - $(MAKE) $(TOAST_INSTALL_TARGETS); \ - fi - -diff -uNr asterisk-1.6.2.0/main/Makefile asterisk-1.6.2.0-r1/main/Makefile ---- asterisk-1.6.2.0/main/Makefile 2010-01-16 18:55:43.738059027 +0100 -+++ asterisk-1.6.2.0-r1/main/Makefile 2010-01-16 19:26:43.334555789 +0100 -@@ -177,7 +177,7 @@ - clean:: - rm -f asterisk - rm -f db1-ast/.*.d -- @if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi -+ @+if [ -f editline/Makefile ]; then $(MAKE) -C editline distclean ; fi - @$(MAKE) -C db1-ast clean - @$(MAKE) -C stdtime clean - rm -f libresample/src/*.o -diff -uNr asterisk-1.6.2.0/menuselect/Makefile asterisk-1.6.2.0-r1/menuselect/Makefile ---- asterisk-1.6.2.0/menuselect/Makefile 2010-01-16 18:55:43.738059027 +0100 -+++ asterisk-1.6.2.0-r1/menuselect/Makefile 2010-01-16 19:03:34.381055693 +0100 -@@ -96,7 +96,7 @@ - $(CC) -o $@ $^ $(M_LIBS) - - mxml/libmxml.a: -- @if test ! -f mxml/Makefile ; then cd mxml && ./configure ; fi -+ @+if test ! -f mxml/Makefile ; then cd mxml && ./configure ; fi - @$(MAKE) -C mxml libmxml.a - - test: menuselect -@@ -113,11 +113,11 @@ - - clean: - rm -f menuselect cmenuselect gmenuselect nmenuselect $(OBJS) $(M_OBJS) $(C_OBJS) $(G_OBJS) $(N_OBJS) -- @if test -f mxml/Makefile ; then $(MAKE) -C mxml clean ; fi -+ @+if test -f mxml/Makefile ; then $(MAKE) -C mxml clean ; fi - - dist-clean: distclean - - distclean: clean -- @if test -f mxml/Makefile ; then $(MAKE) -C mxml distclean ; fi -+ @+if test -f mxml/Makefile ; then $(MAKE) -C mxml distclean ; fi - rm -f autoconfig.h config.status config.log makeopts - rm -rf autom4te.cache diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD index 68d0a827..22b9668e 100644 --- a/main/asterisk/APKBUILD +++ b/main/asterisk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Timo Teras # Maintainer: Timo Teras pkgname=asterisk -pkgver=1.6.2.1 -pkgrel=1 +pkgver=1.6.2.6 +pkgrel=0 pkgdesc="Asterisk: A Module Open Source PBX System" url="http://www.asterisk.org/" license="GPL" @@ -17,7 +17,6 @@ source="http://downloads.digium.com/pub/asterisk/releases/$pkgname-$pkgver.tar.g 100-uclibc-daemon.patch 101-caps-uclibc.patch 102-gsm-pic.patch - 200-parallel-make.patch 400-bug-227.patch asterisk.initd asterisk.confd @@ -105,11 +104,10 @@ sample() { make samples DESTDIR="$subpkgdir" } -md5sums="8fbc60f9d80e686c749ae95292e225d8 asterisk-1.6.2.1.tar.gz +md5sums="f068ef2433eebdc7f6dd635986f36d77 asterisk-1.6.2.6.tar.gz b00c9d98ce2ad445501248a197c6e436 100-uclibc-daemon.patch 6e1129e30c4fd2c25c86c81685a485a9 101-caps-uclibc.patch 97b39fd9777a2521d4f9f095482b7ac2 102-gsm-pic.patch -80b46215bb243821d9faec55dca179b8 200-parallel-make.patch 79e9634b5054bceb3b8dc246654bb243 400-bug-227.patch 0ce3219e05f55af884a7dc6b99c2b276 asterisk.initd ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd -- cgit v1.2.3