Update of /cvsroot/leaf/src/bering-uclibc/apps/radvd
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19651

Modified Files:
        buildtool.cfg buildtool.mk 
Added Files:
        radvd-1.0.tar.gz 
Removed Files:
        radvd-0.9.1.tar.gz 
Log Message:
update to version 1.0, bugfixes

--- NEW FILE: radvd-1.0.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/radvd/buildtool.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** buildtool.cfg       15 Oct 2006 20:29:56 -0000      1.7
--- buildtool.cfg       19 Nov 2006 22:04:53 -0000      1.8
***************
*** 5,9 ****
  </File>
                    
! <File radvd-0.9.1.tar.gz>
    Server = cvs-sourceforge
    Revision = HEAD
--- 5,9 ----
  </File>
                    
! <File radvd-1.0.tar.gz>
    Server = cvs-sourceforge
    Revision = HEAD
***************
*** 26,30 ****
  <Package>
        <radvd>
!               Version = 0.9.1
                Revision = 1
  
--- 26,30 ----
  <Package>
        <radvd>
!               Version = 1.0
                Revision = 1
  

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/radvd/buildtool.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.mk        15 Oct 2006 20:29:56 -0000      1.5
--- buildtool.mk        19 Nov 2006 22:04:53 -0000      1.6
***************
*** 2,6 ****
  include $(MASTERMAKEFILE)
  
! RADVD_DIR:=radvd-0.9.1
  RADVD_TARGET_DIR:=$(BT_BUILD_DIR)/radvd
  
--- 2,6 ----
  include $(MASTERMAKEFILE)
  
! RADVD_DIR:=radvd-1.0
  RADVD_TARGET_DIR:=$(BT_BUILD_DIR)/radvd
  
***************
*** 13,17 ****
                          
  $(RADVD_DIR)/.configured: $(RADVD_DIR)/.source
!       (cd $(RADVD_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) 
CFLAGS="$(BT_COPT_FLAGS)" ./configure --sysconfdir=/etc --prefix=/usr 
--mandir=/usr/share/man )
        touch $(RADVD_DIR)/.configured
                                                                   
--- 13,18 ----
                          
  $(RADVD_DIR)/.configured: $(RADVD_DIR)/.source
!       (cd $(RADVD_DIR) ; CC=$(TARGET_CC) LD=$(TARGET_LD) 
CFLAGS="$(BT_COPT_FLAGS)" \
!       ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man )
        touch $(RADVD_DIR)/.configured
                                                                   
***************
*** 21,25 ****
        mkdir -p $(RADVD_TARGET_DIR)/usr/sbin
        make CC=$(TARGET_CC) -C $(RADVD_DIR)
!       -$(BT_STRIP) -s --remove-section=.note --remove-section=.comment 
$(RADVD_DIR)/radvd
        cp -a $(RADVD_DIR)/radvd $(RADVD_TARGET_DIR)/usr/sbin
        cp -a radvd.conf $(RADVD_TARGET_DIR)/etc
--- 22,26 ----
        mkdir -p $(RADVD_TARGET_DIR)/usr/sbin
        make CC=$(TARGET_CC) -C $(RADVD_DIR)
!       -$(BT_STRIP) $(BT_STRIP_BINOPTS) $(RADVD_DIR)/radvd
        cp -a $(RADVD_DIR)/radvd $(RADVD_TARGET_DIR)/usr/sbin
        cp -a radvd.conf $(RADVD_TARGET_DIR)/etc

--- radvd-0.9.1.tar.gz DELETED ---


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to