summaryrefslogtreecommitdiff
path: root/net/asterisk14/files/nocodecnego-patch-Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-05-16 09:24:29 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-05-16 09:24:29 +0000
commit285e2c278ab94c27d91796679099a77878524cdf (patch)
treefdb5db734e5d21b486bc025816887cd269754368 /net/asterisk14/files/nocodecnego-patch-Makefile
parentKradview is a GPLed viewer of images obtained for some different (diff)
o Update to 1.4.19.2;
o move all additional functionality into separate patches and make it opt in. It has been concern of asterisks devs that the FreeBSD pacakage adds functionalty not present in the original version, whch could be confusing.
Notes
Notes: svn path=/head/; revision=213118
Diffstat (limited to 'net/asterisk14/files/nocodecnego-patch-Makefile')
-rw-r--r--net/asterisk14/files/nocodecnego-patch-Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/net/asterisk14/files/nocodecnego-patch-Makefile b/net/asterisk14/files/nocodecnego-patch-Makefile
index f73c3d83bcde..1d9675f1d664 100644
--- a/net/asterisk14/files/nocodecnego-patch-Makefile
+++ b/net/asterisk14/files/nocodecnego-patch-Makefile
@@ -1,6 +1,6 @@
---- Makefile.orig Mon Dec 17 08:44:51 2007
-+++ Makefile Mon Dec 24 11:54:52 2007
-@@ -127,7 +127,7 @@
+--- Makefile.orig 2008-03-25 16:37:35.000000000 +0200
++++ Makefile 2008-04-08 15:02:12.000000000 +0300
+@@ -129,7 +129,7 @@
ASTMANDIR=$(mandir)
ifneq ($(findstring BSD,$(OSARCH)),)
ASTVARLIBDIR=$(prefix)/share/asterisk
@@ -9,7 +9,7 @@
else
ASTVARLIBDIR=$(localstatedir)/lib/asterisk
endif
-@@ -222,7 +222,7 @@
+@@ -224,7 +224,7 @@
ifeq ($(OSARCH),FreeBSD)
# -V is understood by BSD Make, not by GNU make.
@@ -18,7 +18,7 @@
ASTCFLAGS+=$(shell if test $(BSDVERSION) -lt 500016 ; then echo "-D_THREAD_SAFE"; fi)
AST_LIBS+=$(shell if test $(BSDVERSION) -lt 502102 ; then echo "-lc_r"; else echo "-pthread"; fi)
endif
-@@ -402,15 +402,15 @@
+@@ -404,15 +404,15 @@
# Should static HTTP be installed during make samples or even with its own target ala
# webvoicemail? There are portions here that *could* be customized but might also be
# improved a lot. I'll put it here for now.
@@ -39,7 +39,7 @@
$(MAKE) -C sounds install
update:
-@@ -431,45 +431,45 @@
+@@ -433,45 +433,45 @@
OLDHEADERS=$(filter-out $(NEWHEADERS),$(notdir $(wildcard $(DESTDIR)$(ASTHEADERDIR)/*.h)))
bininstall: _all
@@ -115,16 +115,16 @@
fi
$(SUBDIRS_INSTALL):
-@@ -496,7 +496,7 @@
- echo " WARNING WARNING WARNING" ;\
- fi
+@@ -505,7 +505,7 @@
+ @exit 1
+ endif
--install: datafiles bininstall $(SUBDIRS_INSTALL)
-+install: datafiles bininstall $(SUBDIRS_INSTALL) samples
+-install: badshell datafiles bininstall $(SUBDIRS_INSTALL)
++install: badshell datafiles bininstall $(SUBDIRS_INSTALL) samples
@if [ -x /usr/sbin/asterisk-post-install ]; then \
/usr/sbin/asterisk-post-install $(DESTDIR) . ; \
fi
-@@ -534,31 +534,23 @@
+@@ -543,31 +543,23 @@
upgrade: bininstall
adsi:
@@ -164,7 +164,7 @@
( \
echo "[directories]" ; \
echo "astetcdir => $(ASTETCDIR)" ; \
-@@ -602,20 +594,23 @@
+@@ -612,20 +604,23 @@
echo ";astctlowner = root" ; \
echo ";astctlgroup = apache" ; \
echo ";astctl = asterisk.ctl" ; \
@@ -192,7 +192,7 @@
done
@echo " +--------- Asterisk Web Voicemail ----------+"
@echo " + +"
-@@ -642,10 +637,10 @@
+@@ -652,10 +647,10 @@
__rpm: include/asterisk/version.h include/asterisk/buildopts.h spec
rm -rf /tmp/asterisk ; \