Update of /cvsroot/leaf/src/bering-uclibc/apps/wget
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2317

Modified Files:
        buildtool.cfg buildtool.mk 
Log Message:
new upstream version 1.11.4
setup provided by [email protected]


Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/wget/buildtool.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.cfg       26 Jun 2006 18:21:44 -0000      1.4
--- buildtool.cfg       9 Nov 2009 11:46:21 -0000       1.5
***************
*** 1,2 ****
--- 1,8 ----
+ <Server gnu>
+         Type = ftp
+         Name = ftp.gnu.org
+         Serverpath = gnu
+ </Server>
+                       
  <File buildtool.mk>
    Server = cvs-sourceforge
***************
*** 5,10 ****
  </File>
  
! <File wget_1.8.2.orig.tar.gz>
!   Server = cvs-sourceforge
    Revision = HEAD
    envname = WGET_SOURCE
--- 11,16 ----
  </File>
  
! <File wget-1.11.4.tar.gz>
!   Server = gnu
    Revision = HEAD
    envname = WGET_SOURCE
***************
*** 12,22 ****
  </File>
  
- <File wget_1.8.2-11.diff.gz>
-   Server = cvs-sourceforge
-   Revision = HEAD
-   envname = WGET_PATCH1
-   Directory = wget
- </File>
- 
  <File wgetrc>
    Server = cvs-sourceforge
--- 18,21 ----
***************
*** 28,32 ****
  <Package>
        <wget>
!               Version = 1.8.2-11
                Revision = 1
  
--- 27,31 ----
  <Package>
        <wget>
!               Version = 1.11.4
                Revision = 1
  
***************
*** 66,72 ****
  
        <wget-ssl>
!               packagename = wget
        
!               Version = 1.8.2-11
                Revision = 1
  
--- 65,71 ----
  
        <wget-ssl>
!               packagename = wget-ssl
        
!               Version = 1.11.4
                Revision = 1
  

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/wget/buildtool.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.mk        18 Dec 2004 14:45:56 -0000      1.1
--- buildtool.mk        9 Nov 2009 11:46:21 -0000       1.2
***************
*** 2,6 ****
  include $(MASTERMAKEFILE)
  
! WGET_DIR:=wget-1.8.2
  WGET_TARGET_DIR:=$(BT_BUILD_DIR)/wget
  #CFLAGS="$(BT_COPT_FLAGS) -g -Wall -Wno-implicit -DINET6"
--- 2,6 ----
  include $(MASTERMAKEFILE)
  
! WGET_DIR:=wget-1.11.4
  WGET_TARGET_DIR:=$(BT_BUILD_DIR)/wget
  #CFLAGS="$(BT_COPT_FLAGS) -g -Wall -Wno-implicit -DINET6"
***************
*** 9,13 ****
  $(WGET_DIR)/.source:
        zcat $(WGET_SOURCE) | tar -xvf -
-       zcat $(WGET_PATCH1) | patch -d $(WGET_DIR) -p1
        touch $(WGET_DIR)/.source
  
--- 9,12 ----
***************
*** 42,46 ****
             --sysconfdir=/etc \
             --disable-nls \
!            --with-ssl=$(BT_STAGING_DIR)/usr \
        )
        make CC=$(TARGET_CC) -C $(WGET_DIR)
--- 41,46 ----
             --sysconfdir=/etc \
             --disable-nls \
!            --with-ssl \
!            --with-libssl-prefix=$(BT_STAGING_DIR)/usr \
        )
        make CC=$(TARGET_CC) -C $(WGET_DIR)


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to