summaryrefslogtreecommitdiff
path: root/net/asterisk10
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2006-08-24 00:58:24 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2006-08-24 00:58:24 +0000
commit560082730a0155b4d535e1caaee2a58a5fe255f5 (patch)
treedc3e1960b3ecc0354dc1ff023afdf6018ca385ec /net/asterisk10
parentDocument FreeBSD-SA-06:18.ppp (diff)
Fix crash caused by the recent BIND upgrade from version 8 to version 9.
Submitted by: David G. Lawrence
Notes
Notes: svn path=/head/; revision=171295
Diffstat (limited to 'net/asterisk10')
-rw-r--r--net/asterisk10/Makefile2
-rw-r--r--net/asterisk10/files/patch-Makefile9
2 files changed, 7 insertions, 4 deletions
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