Update of /cvsroot/leaf/devel/faino/asterisk/bristuff02
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13966

Added Files:
        bristuff-0.2.0-RC8r.tar.gz bristuff-0.2.0-RC8s.tar.gz 
        bristuff-01 bristuff-02 bristuff-03 bristuff-04 bristuff-05 
        bristuff-06 bristuff-07 bristuff-08 bristuff-09 
Log Message:

 ----------------------------------------------------------------------
 Added Files:
        bristuff-0.2.0-RC8r.tar.gz bristuff-0.2.0-RC8s.tar.gz 
        bristuff-01 bristuff-02 bristuff-03 bristuff-04 bristuff-05 
        bristuff-06 bristuff-07 bristuff-08 bristuff-09 
 ----------------------------------------------------------------------


--- NEW FILE: bristuff-01 ---
--- Makefile.ori        2006-06-05 16:58:13.720015737 +0000
+++ Makefile    2006-06-05 16:58:21.524162148 +0000
@@ -15,7 +15,7 @@
 HOSTCC=gcc
 # If you want to build for a kernel other than the current kernel,set KVERS
 KVERS?=`uname -r`
-KINCLUDES=$(shell if [ -d /usr/src/linux-2.4/include ]; then echo 
/usr/src/linux-2.4/include ; else echo /usr/src/linux/include ; fi)
+#KINCLUDES=$(shell if [ -d /usr/src/linux-2.4/include ]; then echo 
/usr/src/linux-2.4/include ; else echo /usr/src/linux/include ; fi)
 
 CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
 CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)

--- NEW FILE: bristuff-03 ---
--- Makefile.ori        2006-06-06 06:55:33.645506971 +0000
+++ Makefile    2006-06-06 06:55:46.735376475 +0000
@@ -1,4 +1,4 @@
-KINCLUDES = /usr/src/linux/include
+#KINCLUDES = /usr/src/linux/include
 BRISTUFFBASE = $(shell dirname `pwd`)
 
 ZAP = $(shell [ -f $(BRISTUFFBASE)/zaptel/zaptel.h ] && echo 
"-I$(BRISTUFFBASE)/zaptel")
@@ -14,7 +14,7 @@
 
 OBJS=cwain.o
 
-BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo 
"linux24"; fi)
+#BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo 
"linux24"; fi)
 
 MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo 
"$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d 
$(INSTALL_PREFIX)/etc/modutils ]; then echo 
"$(INSTALL_PREFIX)/etc/modutils/zaptel"; elif [ -f 
$(INSTALL_PREFIX)/etc/modprobe.conf ]; then echo 
"$(INSTALL_PREFIX)/modprobe.conf"; elif [ -f $(INSTALL_PREFIX)/etc/modules.conf 
]; then echo "$(INSTALL_PREFIX)/etc/modules.conf"; else echo 
$(INSTALL_PREFIX)/etc/conf.modules ; fi)
 

--- NEW FILE: bristuff-02 ---
--- Makefile.ori        2006-06-05 17:25:44.284755791 +0000
+++ Makefile    2006-06-05 17:26:05.271523363 +0000
@@ -1,4 +1,4 @@
-KINCLUDES = /usr/src/linux/include
+#KINCLUDES = /usr/src/linux/include
 BRISTUFFBASE = $(shell dirname `pwd`)
 
 ZAP = $(shell [ -f $(BRISTUFFBASE)/zaptel/zaptel.h ] && echo 
"-I$(BRISTUFFBASE)/zaptel")
@@ -14,7 +14,7 @@
 
 OBJS=qozap.o
 
-BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo 
"linux24"; fi)
+#BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo 
"linux24"; fi)
 
 MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo 
"$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d 
$(INSTALL_PREFIX)/etc/modutils ]; then echo 
"$(INSTALL_PREFIX)/etc/modutils/zaptel"; elif [ -f 
$(INSTALL_PREFIX)/etc/modprobe.conf ]; then echo 
"$(INSTALL_PREFIX)/modprobe.conf"; elif [ -f $(INSTALL_PREFIX)/etc/modules.conf 
]; then echo "$(INSTALL_PREFIX)/etc/modules.conf"; else echo 
$(INSTALL_PREFIX)/etc/conf.modules ; fi)
 

--- NEW FILE: bristuff-05 ---
--- Makefile.ori        2006-06-06 07:00:03.379056468 +0000
+++ Makefile    2006-06-06 07:00:15.965051237 +0000
@@ -1,4 +1,4 @@
-KINCLUDES = /usr/src/linux/include
+#KINCLUDES = /usr/src/linux/include
 BRISTUFFBASE = $(shell dirname `pwd`)
 
 ZAP = $(shell [ -f $(BRISTUFFBASE)/zaptel/zaptel.h ] && echo 
"-I$(BRISTUFFBASE)/zaptel")
@@ -14,7 +14,7 @@
 KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float 
-fsigned-char"; fi)
 
 
-BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo 
"linux24"; fi)
+#BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo 
"linux24"; fi)
 
 MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo 
"$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d 
$(INSTALL_PREFIX)/etc/modutils ]; then echo 
"$(INSTALL_PREFIX)/etc/modutils/zaptel"; elif [ -f 
$(INSTALL_PREFIX)/etc/modprobe.conf ]; then echo 
"$(INSTALL_PREFIX)/modprobe.conf"; elif [ -f $(INSTALL_PREFIX)/etc/modules.conf 
]; then echo "$(INSTALL_PREFIX)/etc/modules.conf"; else echo 
$(INSTALL_PREFIX)/etc/conf.modules ; fi)
 

--- NEW FILE: bristuff-04 ---
--- Makefile.ori        2006-06-06 06:58:05.975096828 +0000
+++ Makefile    2006-06-06 06:58:16.835502334 +0000
@@ -1,4 +1,4 @@
-KINCLUDES = /usr/src/linux/include
+#KINCLUDES = /usr/src/linux/include
 BRISTUFFBASE = $(shell dirname `pwd`)
 
 ZAP = $(shell [ -f $(BRISTUFFBASE)/zaptel/zaptel.h ] && echo 
"-I$(BRISTUFFBASE)/zaptel")
@@ -14,7 +14,7 @@
 
 OBJS=ztgsm.o
 
-BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo 
"linux24"; fi)
+#BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo 
"linux24"; fi)
 
 MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo 
"$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d 
$(INSTALL_PREFIX)/etc/modutils ]; then echo 
"$(INSTALL_PREFIX)/etc/modutils/zaptel"; elif [ -f 
$(INSTALL_PREFIX)/etc/modprobe.conf ]; then echo 
"$(INSTALL_PREFIX)/modprobe.conf"; elif [ -f $(INSTALL_PREFIX)/etc/modules.conf 
]; then echo "$(INSTALL_PREFIX)/etc/modules.conf"; else echo 
$(INSTALL_PREFIX)/etc/conf.modules ; fi)
 

--- NEW FILE: bristuff-07 ---
--- Makefile.ori        2006-06-06 07:34:40.496551713 +0000
+++ Makefile    2006-06-06 07:35:49.509263835 +0000
@@ -126,7 +126,7 @@
 MODULES_DIR=$(ASTLIBDIR)/modules
 AGI_DIR=$(ASTVARLIBDIR)/agi-bin
 
-INCLUDE=-Iinclude -I../include
+INCLUDE=-Iinclude -I../include -I$(BRISTUFF_TARGET_DIR)/usr/include
 CFLAGS=-pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE 
#-DMAKE_VALGRIND_HAPPY
 CFLAGS+=$(OPTIMIZE)
 

--- NEW FILE: bristuff-06 ---
--- Makefile.ori        2006-06-06 07:33:30.018185504 +0000
+++ Makefile    2006-06-06 07:33:58.503462616 +0000
@@ -85,7 +85,7 @@
 ZAPPRI=$(shell [ -f /usr/lib/libpri.so.1 ] && echo "-lpri")
 ZAPGSM=$(shell [ -f /usr/lib/libgsmat.so.1 ] && echo "-lgsmat")
 ZAPR2=$(shell [ -f /usr/lib/libmfcr2.so.1 ] && echo "-lmfcr2")
-CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo "-DIAX_TRUNKING")
+CFLAGS+=$(shell [ -f $(BRISTUFF_TARGET_DIR)/usr/include/linux/zaptel.h ] && 
echo "-DIAX_TRUNKING")
 CFLAGS+=$(shell [ -f /usr/local/include/zaptel.h ] && echo "-DIAX_TRUNKING")
 CHANNEL_LIBS+=$(shell [ -f /usr/include/vpbapi.h ] && echo "chan_vpb.so" )
 CFLAGS+=$(shell [ -f /usr/include/vpbapi.h ] && echo " -DLINUX")
@@ -108,7 +108,7 @@
 
 ZAPDIR=/usr/lib
 
-CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo "chan_zap.so")
+CHANNEL_LIBS+=$(shell [ -f $(BRISTUFF_TARGET_DIR)/usr/include/linux/zaptel.h ] 
&& echo "chan_zap.so")
 CHANNEL_LIBS+=$(shell [ -f /usr/local/include/zaptel.h ] && echo "chan_zap.so")
 
 CHANNEL_LIBS+=$(shell [ -f /usr/include/nbs.h ] && echo "chan_nbs.so" )

--- NEW FILE: bristuff-09 ---
--- Makefile.ori        2006-08-25 08:28:20.000000000 +0000
+++ Makefile    2006-08-25 13:22:15.129224119 +0000
@@ -60,7 +60,7 @@
 TZOBJS=zonedata.lo tonezone.lo
 LIBTONEZONE=libtonezone.so.1.0
 MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \
-       ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp # ztdummy
+       ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp ztdummy
 #MODULES+=wcfxsusb
 
 MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done )

--- NEW FILE: bristuff-08 ---
--- Makefile.ori        2006-06-09 07:46:48.380555348 +0000
+++ Makefile    2006-06-09 07:47:52.958235661 +0000
@@ -40,7 +40,7 @@
 #APPS+=app_sql_odbc.so
 #APPS+=app_rpt.so
 
-APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so 
app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)
+APPS+=$(shell if [ -f $(BRISTUFF_TARGET_DIR)/usr/include/linux/zaptel.h ]; 
then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so 
app_zapscan.so" ; fi)
 APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so 
app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)
 APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; 
fi)
 

--- NEW FILE: bristuff-0.2.0-RC8s.tar.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: bristuff-0.2.0-RC8r.tar.gz ---
(This appears to be a binary file; contents omitted.)


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to