From 4c7a0c69e624140282c93bd761870edc1f9eb70e Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 24 Aug 2006 00:58:24 +0000 Subject: Fix crash caused by the recent BIND upgrade from version 8 to version 9. Submitted by: David G. Lawrence --- net/asterisk10/Makefile | 2 +- net/asterisk10/files/patch-Makefile | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'net/asterisk10') diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 9a8f636d9677..a5c0982ab70a 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.2.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ diff --git a/net/asterisk10/files/patch-Makefile b/net/asterisk10/files/patch-Makefile index 879d944fd9e4..6b482dfc0268 100644 --- a/net/asterisk10/files/patch-Makefile +++ b/net/asterisk10/files/patch-Makefile @@ -1,5 +1,8 @@ ---- Makefile.orig Wed Jun 14 11:59:17 2006 -+++ Makefile Wed Jun 14 13:54:57 2006 + +$FreeBSD$ + +--- Makefile.orig ++++ Makefile @@ -19,8 +19,8 @@ # CROSS_COMPILE=/opt/montavista/pro/devkit/arm/xscale_be/bin/xscale_be- # CROSS_COMPILE_BIN=/opt/montavista/pro/devkit/arm/xscale_be/bin/ @@ -71,7 +74,7 @@ INCLUDE+=-Iinclude -I../include -ASTCFLAGS+=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY -ASTCFLAGS+=$(OPTIMIZE) -+ASTCFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY ++ASTCFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE -DMAKE_VALGRIND_HAPPY +#ASTCFLAGS+=$(OPTIMIZE) ASTOBJ=-o asterisk -- cgit