[Lunar-commits] CVS: moonbase/filesys/xfsprogs BUILD.sparc64, NONE, 1.1 DETAILS, 1.4, 1.5

Terry Chan tchan at lunar-linux.org
Tue Feb 24 04:55:28 GMT 2004


Update of /var/cvs/lunar/moonbase/filesys/xfsprogs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6046

Modified Files:
	DETAILS 
Added Files:
	BUILD.sparc64 
Log Message:
Version bump to 2.6.3.  Added the sparc64 BUILD script for xfsprogs.  Compiled
with gcc-3.3.3.


--- NEW FILE: BUILD.sparc64 ---
(

  export DEBUG=-DNDEBUG &&

  make distclean &&
  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 &&
  # 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!
  cp libdisk/libdisk.la /usr/lib &&
  cp -P libdisk/.libs/libdisk.so* /usr/lib &&
  cp libxfs/libxfs.la /usr/lib &&
  cp -P libxfs/.libs/libxfs.so* /usr/lib &&
  cp libxlog/libxlog.la /usr/lib &&
  cp -P libxlog/.libs/libxlog.so* /usr/lib &&
  strip -S /usr/lib/libxfs.so.0.0.0 &&
  strip -S /usr/lib/libxfs.a &&
  strip -S /usr/lib/libxlog.so.0.0.0 &&
  strip -S /usr/lib/libxlog.a &&
  strip -S /usr/lib/libdisk.so.0.0.0 &&
  strip -S /usr/lib/libdisk.a

) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/xfsprogs/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	11 Jan 2004 03:54:08 -0000	1.4
+++ DETAILS	24 Feb 2004 04:55:26 -0000	1.5
@@ -1,14 +1,14 @@
           MODULE=xfsprogs
-         VERSION=2.6.2
+         VERSION=2.6.3
           SOURCE=$MODULE-$VERSION.src.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/download/cmd_tars/$SOURCE
    SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars/$SOURCE
    SOURCE_URL[2]=ftp://sunsite.dk/mirrors/xfs/cmd_tars/$SOURCE
-      SOURCE_VFY=md5:6a66fb80137d587e368db49649120eb5
+      SOURCE_VFY=md5:bd0f6246e8fa0e4b8f43fdb642b94d65
         WEB_SITE=http://oss.sgi.com/projects/xfs
          ENTERED=20020110
-         UPDATED=20040110
+         UPDATED=20040223
            SHORT="xfsprogs contains the required utilities for the XFS file system."
 cat << EOF
 xfsprogs - The XFS file system utilities and libraries.



More information about the Lunar-commits mailing list