diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-09-02 20:15:57 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-09-02 20:15:57 +0000 |
commit | 2f7ea1e4320b70d3066a02412b87434da69805e2 (patch) | |
tree | 670dc325f17cc243be18934d5df9bdf70d013eb6 /net-misc/asterisk-chan_sccp/files | |
parent | media-plugins/gst-plugins-a52dec stable on ppc. (diff) | |
download | historical-2f7ea1e4320b70d3066a02412b87434da69805e2.tar.gz historical-2f7ea1e4320b70d3066a02412b87434da69805e2.tar.bz2 historical-2f7ea1e4320b70d3066a02412b87434da69805e2.zip |
Version bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/asterisk-chan_sccp/files')
-rw-r--r-- | net-misc/asterisk-chan_sccp/files/chan_sccp-20050902-gentoo.diff | 60 | ||||
-rw-r--r-- | net-misc/asterisk-chan_sccp/files/digest-asterisk-chan_sccp-0.0.20050902 | 1 |
2 files changed, 61 insertions, 0 deletions
diff --git a/net-misc/asterisk-chan_sccp/files/chan_sccp-20050902-gentoo.diff b/net-misc/asterisk-chan_sccp/files/chan_sccp-20050902-gentoo.diff new file mode 100644 index 000000000000..9b9b26026714 --- /dev/null +++ b/net-misc/asterisk-chan_sccp/files/chan_sccp-20050902-gentoo.diff @@ -0,0 +1,60 @@ +--- chan_sccp-20050902/Makefile.orig 2005-09-02 22:16:58.000000000 +0000 ++++ chan_sccp-20050902/Makefile 2005-09-02 22:17:33.000000000 +0000 +@@ -1,16 +1,14 @@ + INSTALL_PREFIX= +-ASTERISK_HEADER_DIR=$(INSTALL_PREFIX)/usr/include ++ASTERISK_HEADER_DIR=/usr/include ++AST_CFG=/usr/bin/asterisk-config + + # Location asterisk modules install to + AST_MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules/ + +-PROC=$(shell uname -m) +- + DEBUG=-ggdb + +-DEFINE=-Iinclude -D_REENTRANT -D_GNU_SOURCE -O -DCRYPTO -fPIC ++DEFINE=-Iinclude -D_REENTRANT -D_GNU_SOURCE -O -DCRYPTO -fPIC + CFLAG= -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations +-CFLAG+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo " -march=$(PROC)"; fi) + CFLAG+=$(shell if uname -m | grep -q ppc; then echo " -fsigned-char"; fi) + #CFLAG+= -pedantic + #CFLAG+= -W +@@ -40,14 +38,14 @@ + FLS+=sccp_socket + FLS+=sccp_indicate + +-CFLAGS+=$(DEFINE) $(CFLAG) -I$(ASTERISK_HEADER_DIR) ++CFLAGS+=$(DEFINE) $(CFLAG) + HEADERS=$(shell for i in $(FLS) ; do echo $$i.h ; done) + OBJECTS=$(shell for i in $(FLS) ; do echo .tmp/$$i.o ; done) + SOURCES=$(shell for i in $(FLS) ; do echo $$i.c ; done) + + chan_sccp.so: .config .tmp $(OBJECTS) $(HEADERS) $(SOURCES) + @echo "Linking chan_sccp.so" +- @$(CC) -shared -Xlinker -x -o chan_sccp.so $(OBJECTS) ++ @$(CC) $(shell $(AST_CFG) --solink) -o chan_sccp.so $(OBJECTS) + + .tmp/%.o: $(HEADERS) + @printf "Now compiling .... %-15s\t%s lines \n" $*.c "`wc -l <$*.c`" +@@ -55,18 +53,14 @@ + + all: chan_sccp.so + +-install: chan_sccp.so ++install: + @echo "Now Installing chan_sccp.so" +- @install -m 755 chan_sccp.so $(AST_MODULES_DIR); ++ @install -D -m 755 chan_sccp.so $(AST_MODULES_DIR)/chan_sccp.so; + @if ! [ -f $(INSTALL_PREFIX)/etc/asterisk/sccp.conf ]; then \ + echo "Installing config file $(INSTALL_PREFIX)/etc/asterisk/sccp.conf"; \ + mkdir -p $(INSTALL_PREFIX)/etc/asterisk; \ + cp conf/sccp.conf $(INSTALL_PREFIX)/etc/asterisk/; \ + fi +- @echo "Chan_sccp is now installed" +- @echo "Remember to disable chan_skinny by adding the following" +- @echo "line to /etc/asterisk/modules.conf:" +- @echo "noload => chan_skinny.so" + + clean: + rm -rf .config.h chan_sccp.so .tmp diff --git a/net-misc/asterisk-chan_sccp/files/digest-asterisk-chan_sccp-0.0.20050902 b/net-misc/asterisk-chan_sccp/files/digest-asterisk-chan_sccp-0.0.20050902 new file mode 100644 index 000000000000..634d2011dc11 --- /dev/null +++ b/net-misc/asterisk-chan_sccp/files/digest-asterisk-chan_sccp-0.0.20050902 @@ -0,0 +1 @@ +MD5 47ce5f2d2f3eef16e13348fc2c86165e chan_sccp-20050902.tar.bz2 57674 |