Update of /cvsroot/leaf/src/bering-uclibc/apps/libpcap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5182

Modified Files:
        buildtool.cfg buildtool.mk 
Removed Files:
        libpcap_0.7.2-1.diff.gz 
Log Message:
- use flex and bison again (to avoid linking problems for programs)
- updated debian patch to revision 7


--- libpcap_0.7.2-1.diff.gz DELETED ---

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/libpcap/buildtool.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.cfg       13 Nov 2004 11:31:35 -0000      1.4
--- buildtool.cfg       19 Dec 2004 17:24:12 -0000      1.5
***************
*** 12,16 ****
  </File>
  
! <File libpcap_0.7.2-1.diff.gz>
    Server = cvs-sourceforge
    Directory = libpcap
--- 12,16 ----
  </File>
  
! <File libpcap_0.7.2-7.diff.gz>
    Server = cvs-sourceforge
    Directory = libpcap
***************
*** 21,25 ****
  <Package>
      <libpcap>
!           Version = 0.7.2-1
            Revision = 1
            
--- 21,25 ----
  <Package>
      <libpcap>
!           Version = 0.7.2-7
            Revision = 1
            
***************
*** 42,47 ****
            <Contents>
                    <File>
!                           Source      = usr/lib/libpcap.so.0.7.1
!                           Filename    = usr/lib/libpcap.so.0.7.1
                            Type        = binary
                            Permissions = 755
--- 42,47 ----
            <Contents>
                    <File>
!                           Source      = usr/lib/libpcap.so.0.7.2
!                           Filename    = usr/lib/libpcap.so.0.7.2
                            Type        = binary
                            Permissions = 755
***************
*** 49,53 ****
                    
                    <File>
!                           Target      = usr/lib/libpcap.so.0.7.1
                            Filename    = usr/lib/libpcap.so.0.7
                            Type        = link
--- 49,53 ----
                    
                    <File>
!                           Target      = usr/lib/libpcap.so.0.7.2
                            Filename    = usr/lib/libpcap.so.0.7
                            Type        = link

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/libpcap/buildtool.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.mk        18 Oct 2004 13:54:19 -0000      1.5
--- buildtool.mk        19 Dec 2004 17:24:12 -0000      1.6
***************
*** 22,27 ****
                        --prefix=/usr \
                        --enable-ipv6 \
-                       --without-flex \
-                       --without-bison \
                        --with-pcap=linux );
        touch $(LIBPCAP_DIR)/.configured
--- 22,25 ----
***************
*** 35,39 ****
        mkdir -p $(BT_STAGING_DIR)/usr/include
        $(MAKE) CCOPT="$(BT_COPT_FLAGS)" -C $(LIBPCAP_DIR)      
!       $(BT_STRIP)  --strip-unneeded $(LIBPCAP_DIR)/libpcap.so.0.7.1 
        $(MAKE) DESTDIR=$(LIBPCAP_TARGET_DIR) -C $(LIBPCAP_DIR) install
        cp -a -f $(LIBPCAP_TARGET_DIR)/usr/lib/* $(BT_STAGING_DIR)/usr/lib/
--- 33,37 ----
        mkdir -p $(BT_STAGING_DIR)/usr/include
        $(MAKE) CCOPT="$(BT_COPT_FLAGS)" -C $(LIBPCAP_DIR)      
!       $(BT_STRIP)  --strip-unneeded $(LIBPCAP_DIR)/libpcap.so.0.7.2 
        $(MAKE) DESTDIR=$(LIBPCAP_TARGET_DIR) -C $(LIBPCAP_DIR) install
        cp -a -f $(LIBPCAP_TARGET_DIR)/usr/lib/* $(BT_STAGING_DIR)/usr/lib/



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to