[Lunar-commits] r24298 - in moonbase/branches/submissions/new: . parted

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu May 3 21:50:00 CEST 2007


Author: zbiggy
Date: 2007-05-03 21:50:00 +0200 (Thu, 03 May 2007)
New Revision: 24298

Added:
   moonbase/branches/submissions/new/parted/
   moonbase/branches/submissions/new/parted/BUILD
   moonbase/branches/submissions/new/parted/DEPENDS
   moonbase/branches/submissions/new/parted/DETAILS
Log:
parted 1.8.6 used to break during configure because of readline library 
strange problem. This patch fixes readline problem _without_ disabling 
readline support for parted. This is different when looking at other fix 
ideas (which end up by using --without-readline).

Please review this patch. It is ready to be commited and works fine, however 
testing on more machines than my 2 boxes is clever. So if you have some 
useless, spare disks you're welcome to give a try new parted-1.8.6


Added: moonbase/branches/submissions/new/parted/BUILD
===================================================================
--- moonbase/branches/submissions/new/parted/BUILD	                        (rev 0)
+++ moonbase/branches/submissions/new/parted/BUILD	2007-05-03 19:50:00 UTC (rev 24298)
@@ -0,0 +1,9 @@
+(
+
+sedit '/'-Wl,--as-needed'/d' m4/lib-ignore.m4 &&
+sedit '/'-Wl,--as-needed'/d' configure &&
+  default_build &&
+
+  gather_docs ABOUT-NLS BUGS THANKS doc/API doc/FAQ doc/FAT doc/USER.jp
+
+) > $C_FIFO

Added: moonbase/branches/submissions/new/parted/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/parted/DEPENDS	                        (rev 0)
+++ moonbase/branches/submissions/new/parted/DEPENDS	2007-05-03 19:50:00 UTC (rev 24298)
@@ -0,0 +1,5 @@
+depends e2fsprogs &&
+depends ncurses   &&
+
+optional_depends "readline" "--with-readline" "" "for fancy command line editing" &&
+optional_depends "gettext" "" "--disable-nls" "for NLS support"

Added: moonbase/branches/submissions/new/parted/DETAILS
===================================================================
--- moonbase/branches/submissions/new/parted/DETAILS	                        (rev 0)
+++ moonbase/branches/submissions/new/parted/DETAILS	2007-05-03 19:50:00 UTC (rev 24298)
@@ -0,0 +1,20 @@
+          MODULE=parted
+         VERSION=1.8.6
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=$GNU_URL/$MODULE/
+   SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
+      SOURCE_VFY=sha1:eef9d788f13f4ed461f97051eb0543ffd40830b7
+        WEB_SITE=http://www.gnu.org/software/parted
+         ENTERED=20010922
+         UPDATED=20070405
+           SHORT="Allows you to create, destroy, resize, and copy partitions"
+
+cat << EOF
+GNU Parted allows you to create, destroy, resize, and copy partitions.  
+Supported partition types include ext2 and FAT (FAT 16 and FAT32)
+file systems and Linux swap devices.  Supported disk labels include 
+MD-DOS and PC98 partition tables.  Sun and BSD disk labels, 
+Macintosh partition maps, and raw access.  Parted is useful for 
+creating space and for new operating systems, reorganizing disk usage,
+copying data between hard disks, and disk imaging.
+EOF



More information about the Lunar-commits mailing list