Update of /cvsroot/leaf/src/bering-uclibc4/source/e2fsprogs
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20335

Modified Files:
        buildtool.cfg buildtool.mk 
Added Files:
        e2fsprogs-1.41.14.tar.gz 
Log Message:
Upgraded to latest upstream and fixed segfault in mke2fs

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

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/e2fsprogs/buildtool.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.mk        26 May 2010 10:23:29 -0000      1.2
--- buildtool.mk        27 Dec 2010 16:30:48 -0000      1.3
***************
*** 7,16 ****
  
  include $(MASTERMAKEFILE)
! E2FSPROGS_DIR:=e2fsprogs-1.41.12
  E2FSPROGS_TARGET_DIR:=$(BT_BUILD_DIR)/e2fsprogs
  
  $(E2FSPROGS_DIR)/.source: 
        zcat $(E2FSPROGS_SOURCE) | tar -xvf - 
! #     zcat $(E2FSPROGS_PATCH1) | patch -d $(E2FSPROGS_DIR) -p1        
        touch $(E2FSPROGS_DIR)/.source
  
--- 7,19 ----
  
  include $(MASTERMAKEFILE)
! E2FSPROGS_DIR:=$(shell $(BT_TGZ_GETDIRNAME) $(E2FSPROGS_SOURCE) 2>/dev/null )
! ifeq ($(E2FSPROGS_DIR),)
! E2FSPROGS_DIR:=$(shell cat DIRNAME)
! endif
  E2FSPROGS_TARGET_DIR:=$(BT_BUILD_DIR)/e2fsprogs
  
  $(E2FSPROGS_DIR)/.source: 
        zcat $(E2FSPROGS_SOURCE) | tar -xvf - 
!       echo $(E2FSPROGS_DIR) > DIRNAME
        touch $(E2FSPROGS_DIR)/.source
  
***************
*** 20,30 ****
        ./configure \
        --prefix=/ \
!       --enable-dynamic-e2fsck \
!       --disable-swapfs \
        --disable-imager \
        --disable-resizer \
!       --disable-uuid \
        --disable-rpath \
-       --disable-debugfs \
        --build=$(GNU_HOST_NAME) \
        --host=$(GNU_HOST_NAME) )
--- 23,33 ----
        ./configure \
        --prefix=/ \
!       --disable-debugfs \
        --disable-imager \
        --disable-resizer \
!       --disable-tls \
!       --disable-uuidd \
!       --disable-nls \
        --disable-rpath \
        --build=$(GNU_HOST_NAME) \
        --host=$(GNU_HOST_NAME) )
***************
*** 63,64 ****
--- 66,68 ----
  srcclean:
        rm -rf $(E2FSPROGS_DIR)
+       -rm DIRNAME

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/e2fsprogs/buildtool.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.cfg       26 May 2010 10:23:29 -0000      1.2
--- buildtool.cfg       27 Dec 2010 16:30:48 -0000      1.3
***************
*** 5,9 ****
  </File>
  
! <File e2fsprogs-1.41.12.tar.gz>
    Server = cvs4-sourceforge
    Revision=HEAD
--- 5,9 ----
  </File>
  
! <File e2fsprogs-1.41.14.tar.gz>
    Server = cvs4-sourceforge
    Revision=HEAD
***************
*** 12,22 ****
  </File>
  
- #<File e2fsprogs_1.27-2.diff.gz>
- #  Server = cvs4-sourceforge
- #  Revision=HEAD
- #  Directory = e2fsprogs
- #  envname = E2FSPROGS_PATCH1
- #</File>
- 
  <File checkfs.sh>
    Server = cvs4-sourceforge
--- 12,15 ----


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to