Update of /cvsroot/leaf/src/The_UnNamed_One/apps/tcp-wrappers
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv15949/apps/tcp-wrappers

Added Files:
        buildtool.cfg buildtool.mk tcp-wrappers_7.6.dbs-8.diff.gz 
        tcp-wrappers_7.6.dbs.orig.tar.gz 
Log Message:
initial import


--- NEW FILE: buildtool.mk ---
#############################################################
#
# tcp-wrappers
#
# $Id: buildtool.mk,v 1.1 2008/03/01 16:23:45 hejl Exp $
#############################################################

include $(MASTERMAKEFILE)

TCP_WRAPPERS_DIR=tcp-wrappers-7.6.dbs.orig
TCP_WRAPPERS_BUILDDIR=$(BT_BUILD_DIR)/tcp_wrappers
TAR_DIR=tcp_wrappers_7.6
SOURCE_DIR=build-tree

BUILD_DIR := $(TCP_WRAPPERS_DIR)/$(SOURCE_DIR)/$(TAR_DIR)
REAL_DAEMON_DIR=/usr/sbin
STYLE = -DPROCESS_OPTIONS
MYLIB = -lnsl
EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DHAVE_WEAKSYMS 
-D_REENTRANT -DINET6=1 -Dss_family=__ss_family -Dss_len=__ss_len"
COPTS="$(BT_COPT_FLAGS) -g"


$(TCP_WRAPPERS_DIR)/.source: 
        zcat $(TCP_WRAPPERS_SOURCE) | tar -xvf -
        zcat $(TCP_WRAPPERS_PATCH1) | patch -d $(TCP_WRAPPERS_DIR) -p1
        touch $(TCP_WRAPPERS_DIR)/.source


$(TCP_WRAPPERS_DIR)/.unpack: $(TCP_WRAPPERS_DIR)/.source
        $(MAKE) -C $(TCP_WRAPPERS_DIR) -f debian/sys-build.mk source.make 
        touch $(TCP_WRAPPERS_DIR)/.unpack

$(TCP_WRAPPERS_DIR)/.build: $(TCP_WRAPPERS_DIR)/.unpack
        $(MAKE) CC=$(TARGET_CC) REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) 
STYLE=$(STYLE) LIBS=$(MYLIB) \
        RANLIB=ranlib ARFLAGS=rv AUX_OBJ=weak_symbols.o NETGROUP= TLI= VSYSLOG= 
BUGS= all \
        COPTS=$(COPTS) EXTRA_CFLAGS=$(EXTRA_CFLAGS) -C $(BUILD_DIR)

        mkdir -p $(TCP_WRAPPERS_BUILDDIR)/lib
        mkdir -p $(TCP_WRAPPERS_BUILDDIR)/usr/sbin 
        mkdir -p $(TCP_WRAPPERS_BUILDDIR)/include/      

        cp -a $(TCP_WRAPPERS_DIR)/build-tree/tcp_wrappers_7.6/tcpd 
$(TCP_WRAPPERS_BUILDDIR)/usr/sbin/   
        cp -a $(TCP_WRAPPERS_DIR)/build-tree/tcp_wrappers_7.6/tcpdchk 
$(TCP_WRAPPERS_BUILDDIR)/usr/sbin/        
        cp -a $(TCP_WRAPPERS_DIR)/build-tree/tcp_wrappers_7.6/tcpdmatch 
$(TCP_WRAPPERS_BUILDDIR)/usr/sbin/      
        cp -a $(TCP_WRAPPERS_DIR)/build-tree/tcp_wrappers_7.6/try-from 
$(TCP_WRAPPERS_BUILDDIR)/usr/sbin/       
        cp -a $(TCP_WRAPPERS_DIR)/build-tree/tcp_wrappers_7.6/safe_finger 
$(TCP_WRAPPERS_BUILDDIR)/usr/sbin/    
        cp -a $(TCP_WRAPPERS_DIR)/build-tree/tcp_wrappers_7.6/*.a 
$(TCP_WRAPPERS_BUILDDIR)/lib/         
        cp -a $(TCP_WRAPPERS_DIR)/build-tree/tcp_wrappers_7.6/shared/*.so* 
$(TCP_WRAPPERS_BUILDDIR)/lib/
        cp -a $(TCP_WRAPPERS_DIR)/build-tree/tcp_wrappers_7.6/tcpd.h 
$(TCP_WRAPPERS_BUILDDIR)/include/ 
        $(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(TCP_WRAPPERS_BUILDDIR)/usr/sbin/*
        $(BT_STRIP) --strip-unneeded $(TCP_WRAPPERS_BUILDDIR)/lib/*.so.0
        cp -a $(TCP_WRAPPERS_BUILDDIR)/* $(BT_STAGING_DIR)
        touch $(TCP_WRAPPERS_DIR)/.build


source: $(TCP_WRAPPERS_DIR)/.source

build: $(TCP_WRAPPERS_DIR)/.build


clean:         
        -rm $(TCP_WRAPPERS_DIR)/.build
        -rm $(TCP_WRAPPERS_DIR)/.unpack
        $(MAKE) -C $(TCP_WRAPPERS_DIR) -f debian/sys-build.mk source.clean
        rm -rf $(TCP_WRAPPERS_BUILDDIR)
        -rm  $(BT_STAGING_DIR)/usr/lib/libwrap* 
        -rm  $(BT_STAGING_DIR)/lib/libwrap*             

srcclean:
        rm -rf $(TCP_WRAPPERS_DIR)


--- NEW FILE: buildtool.cfg ---
<File buildtool.mk>
        Server = cvs-sourceforge
        Directory = tcp-wrappers
        revision = HEAD
</File>

<File tcp-wrappers_7.6.dbs.orig.tar.gz>
        Server = cvs-sourceforge
        directory = tcp-wrappers
        revision = HEAD
        envname = TCP_WRAPPERS_SOURCE           
</File>

<File tcp-wrappers_7.6.dbs-8.diff.gz>
        Server = cvs-sourceforge
        revision = HEAD
        directory = tcp-wrappers
        envname = TCP_WRAPPERS_PATCH1
</File>


--- NEW FILE: tcp-wrappers_7.6.dbs.orig.tar.gz ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: tcp-wrappers_7.6.dbs-8.diff.gz ---
(This appears to be a binary file; contents omitted.)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to