aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-03-15 08:09:24 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-03-15 08:09:24 +0000
commit65d0eb460a7be319131fadd10994272b39fdd361 (patch)
tree39f74f6ca4d01abc927e6d5535ccfdbbe73c05d2 /net/asterisk16/files
parent0395d9a7eb833c5468750d215ec9af1f816a39ad (diff)
downloadports-65d0eb460a7be319131fadd10994272b39fdd361.tar.gz
ports-65d0eb460a7be319131fadd10994272b39fdd361.zip
- Bring back bristuff support (bristuff-0.3.0-PRE-1l).
- Bump PORTREVISIONs Approved by: sobomax
Notes
Notes: svn path=/head/; revision=157144
Diffstat (limited to 'net/asterisk16/files')
-rw-r--r--net/asterisk16/files/patch-agi::Makefile11
-rw-r--r--net/asterisk16/files/patch-res-res_watchdog.c13
2 files changed, 17 insertions, 7 deletions
diff --git a/net/asterisk16/files/patch-agi::Makefile b/net/asterisk16/files/patch-agi::Makefile
index b35976526f59..82b11dbfde30 100644
--- a/net/asterisk16/files/patch-agi::Makefile
+++ b/net/asterisk16/files/patch-agi::Makefile
@@ -1,14 +1,11 @@
-
-$FreeBSD$
-
---- agi/Makefile.orig Thu Jan 12 15:42:07 2006
-+++ agi/Makefile Thu Jan 12 15:44:39 2006
+--- agi/Makefile.orig Sun Jan 22 17:53:44 2006
++++ agi/Makefile Sun Jan 22 17:55:53 2006
@@ -11,7 +11,9 @@
# the GNU General Public License
#
--AGIS=agi-test.agi eagi-test eagi-sphinx-test
-+AGIS_BIN=eagi-test eagi-sphinx-test
+-AGIS=agi-test.agi eagi-test eagi-sphinx-test xagi-test
++AGIS_BIN=eagi-test eagi-sphinx-test xagi-test
+AGIS_SCR=agi-test.agi
+AGIS=$(AGIS_SCR) $(AGIS_BIN)
diff --git a/net/asterisk16/files/patch-res-res_watchdog.c b/net/asterisk16/files/patch-res-res_watchdog.c
new file mode 100644
index 000000000000..8372764ed3e4
--- /dev/null
+++ b/net/asterisk16/files/patch-res-res_watchdog.c
@@ -0,0 +1,13 @@
+--- res/res_watchdog.c.orig Mon Jan 23 23:55:25 2006
++++ res/res_watchdog.c Mon Jan 23 23:55:10 2006
+@@ -37,6 +37,10 @@
+ #include <asterisk/utils.h>
+ #include <asterisk/adsi.h>
+
++#if defined(__FreeBSD__) && !defined(O_SYNC)
++#define O_SYNC O_FSYNC
++#endif
++
+ static struct watchdog_pvt *watchdogs = NULL;
+
+ STANDARD_LOCAL_USER;