[Lunar-commits] r24720 - moonbase/trunk/filesys/mtools

Terry Chan tchan at lunar-linux.org
Thu Jun 7 03:45:16 CEST 2007


Author: tchan
Date: 2007-06-07 03:45:16 +0200 (Thu, 07 Jun 2007)
New Revision: 24720

Modified:
   moonbase/trunk/filesys/mtools/BUILD
   moonbase/trunk/filesys/mtools/DETAILS
Log:
Added the latest mtools-3.9.11 patchset. Switched from tar.gz to tar.bz2.
Added a hack to the BUILD script as the dpkg module adds a different version
of install-info to /usr/sbin which is found before /usr/bin/install-info and
mtools needs the version of install-info found in /usr/bin.


Modified: moonbase/trunk/filesys/mtools/BUILD
===================================================================
--- moonbase/trunk/filesys/mtools/BUILD	2007-06-07 00:42:42 UTC (rev 24719)
+++ moonbase/trunk/filesys/mtools/BUILD	2007-06-07 01:45:16 UTC (rev 24720)
@@ -1,5 +1,9 @@
 (
 
+  # tchan added this hack 20070606 because dpkg installs /usr/sbin/install-info which
+  # of course is NOT compatible with /usr/bin/install-info (at least for mtools)
+  export INSTALL_INFO=/usr/bin/install-info
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
   default_build &&
   gather_docs NEWPARAMS Release.notes mtools.conf
   

Modified: moonbase/trunk/filesys/mtools/DETAILS
===================================================================
--- moonbase/trunk/filesys/mtools/DETAILS	2007-06-07 00:42:42 UTC (rev 24719)
+++ moonbase/trunk/filesys/mtools/DETAILS	2007-06-07 01:45:16 UTC (rev 24720)
@@ -1,12 +1,15 @@
           MODULE=mtools
          VERSION=3.9.11
-          SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://mtools.linux.lu/
-   SOURCE_URL[1]=http://www.tux.org/pub/knaff/mtools/
-      SOURCE_VFY=sha1:964b8af11ac6441e832f2bc4737f35cc3ed0226e
+          SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=mtools-3.9.11-20070601.diff.gz
+   SOURCE_URL[0]=http://mtools.linux.lu
+   SOURCE_URL[1]=http://www.tux.org/pub/knaff/mtools
+     SOURCE2_URL=http://mtools.linux.lu
+      SOURCE_VFY=sha1:783f65ce054a25c29bd36d9862e6cf204955026a
+     SOURCE2_VFY=sha1:a927965ff0f72f8de9a95856034acd742f72ff7b
         WEB_SITE=http://mtools.linux.lu
          ENTERED=20010922
-         UPDATED=20070603
+         UPDATED=20070606
            SHORT="Utilities to access MS-DOS disks without mounting them"
 
 cat << EOF



More information about the Lunar-commits mailing list