[Lunar-commits] r16052 - moonbase/trunk/filesys/xfsprogs

Florin Braescu florin at lunar-linux.org
Thu Aug 11 04:14:02 UTC 2005


Author: florin
Date: 2005-08-11 04:14:02 +0000 (Thu, 11 Aug 2005)
New Revision: 16052

Modified:
   moonbase/trunk/filesys/xfsprogs/BUILD
   moonbase/trunk/filesys/xfsprogs/BUILD.sparc64
   moonbase/trunk/filesys/xfsprogs/DETAILS
Log:
bump the version from 2.6.25 to 2.6.36. bugfixes release.

Modified: moonbase/trunk/filesys/xfsprogs/BUILD
===================================================================
--- moonbase/trunk/filesys/xfsprogs/BUILD	2005-08-11 04:05:54 UTC (rev 16051)
+++ moonbase/trunk/filesys/xfsprogs/BUILD	2005-08-11 04:14:02 UTC (rev 16052)
@@ -2,15 +2,15 @@
 
   export DEBUG=-DNDEBUG
 
-  ./configure --build=$BUILD --prefix=/ --sysconfdir=/etc \
-              --localstatedir=/var --infodir=/usr/share/info \
-	      --mandir=/usr/share/man --includedir=/usr/include \
-	      --libexecdir=/lib --libdir=/lib \
-	      --datadir=/usr/share $OPTS
-  make &&
-  prepare_install &&
-  make install &&
-  make install-dev &&
+  ./configure --build=$BUILD --prefix=/ --sysconfdir=/etc        \
+              --localstatedir=/var --infodir=/usr/share/info     \
+	      --mandir=/usr/share/man --includedir=/usr/include  \
+	      --libexecdir=/lib --libdir=/lib                    \
+	      --datadir=/usr/share $OPTS                        &&
+	      
+  default_make      &&
+  make install-dev  &&
+  
   # tchan says: copying a bunch of libs that do NOT get installed
   # by default (needed for xfsdump) but should be installed
   # and I can't figure out how to fix their Makefiles!

Modified: moonbase/trunk/filesys/xfsprogs/BUILD.sparc64
===================================================================
--- moonbase/trunk/filesys/xfsprogs/BUILD.sparc64	2005-08-11 04:05:54 UTC (rev 16051)
+++ moonbase/trunk/filesys/xfsprogs/BUILD.sparc64	2005-08-11 04:14:02 UTC (rev 16052)
@@ -6,10 +6,8 @@
   rm -f configure include/platform_defs.h &&
   export ac_cv_sizeof_char_p=4 &&
   export ac_cv_sizeof_long=4 &&
-  make &&
-  prepare_install &&
-  make install &&
-  make install-dev &&
+  default_make      &&
+  make install-dev  &&
   # tchan says: copying a bunch of libs that do NOT get installed
   # by default (needed for xfsdump) but should be installed
   # and I can't figure out how to fix their Makefiles!

Modified: moonbase/trunk/filesys/xfsprogs/DETAILS
===================================================================
--- moonbase/trunk/filesys/xfsprogs/DETAILS	2005-08-11 04:05:54 UTC (rev 16051)
+++ moonbase/trunk/filesys/xfsprogs/DETAILS	2005-08-11 04:14:02 UTC (rev 16052)
@@ -1,15 +1,16 @@
           MODULE=xfsprogs
-         VERSION=2.6.25
+         VERSION=2.6.36
           SOURCE=$MODULE-$VERSION.src.tar.gz
    SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/download/cmd_tars/
    SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars/
    SOURCE_URL[2]=ftp://sunsite.dk/mirrors/xfs/cmd_tars/
-      SOURCE_VFY=sha1:67ae097064d6db8a0ed4ab96e05583dab3277ec1
+      SOURCE_VFY=sha1:95f8862f4b8ceadedc517c89a7ba562aeac31e8f
         WEB_SITE=http://oss.sgi.com/projects/xfs
          ENTERED=20020110
-         UPDATED=20041013
+         UPDATED=20050811
+           PSAFE=no
            SHORT="Required utilities for the XFS file system."
-PSAFE=no
+
 cat << EOF
 xfsprogs - The XFS file system utilities and libraries.
 EOF



More information about the Lunar-commits mailing list