[Lunar-commits] <moonbase-core> installwatch: add v4hn's patch.

Florin Braescu florin at lunar-linux.org
Fri Jul 27 17:02:08 CEST 2012


commit 5f4eb94173aafd7e98d53c0a4e10455f8e320bf5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 27 Jul 2012 08:02:08 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/5f4eb94173aafd7e98d53c0a4e10455f8e320bf5

installwatch: add v4hn's patch.

It tracks now all installed files.
---
  utils/installwatch/BUILD                                     +4/-0     
  utils/installwatch/DETAILS                                   +8/-4     
  2 files changed, 12 insertions (+), 4 deletions (-)

--- a/utils/installwatch/BUILD
+++ b/utils/installwatch/BUILD
@@ -1,8 +1,12 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   sedit  "s:PREFIX=/usr/local:PREFIX=/usr:"  Makefile
   sedit  "s/gcc /gcc $CFLAGS /"              Makefile
+
   default_make
+
   # since the installwatch module cannot track itself when it's
   # overwritten we need to assure it goes in the log/cache:
   touch /usr/lib/installwatch.so
--- a/utils/installwatch/DETAILS
+++ b/utils/installwatch/DETAILS
@@ -1,13 +1,17 @@
           MODULE=installwatch
          VERSION=0.6.3
           SOURCE=$MODULE-$VERSION.tgz
-   SOURCE_URL[0]=http://download.lunar-linux.org/lunar/mirrors/
-   SOURCE_URL[1]=http://asic-linux.com.mx/~izto/checkinstall/files/source/
+         SOURCE2=$MODULE-$VERSION-at_support_realpathfix.patch.gz
+   SOURCE_URL[0]=http://download.lunar-linux.org/lunar/mirrors
+   SOURCE_URL[1]=http://asic-linux.com.mx/~izto/checkinstall/files/source
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:e6090aaae6e6df8af11913efa4eb056d0ac07ade
+     SOURCE2_VFY=sha1:770b987fbff98abddef0182fca39c86df6c67c1c
         WEB_SITE=http://asic-linux.com.mx/~izto/checkinstall/installwatch.html
          ENTERED=20011230
-         UPDATED=20011230
-           SHORT="utility for tracking files from installation of software."
+         UPDATED=20120727
+           SHORT="utility for tracking files from installation of software"
+
 cat << EOF
 Installwatch is a simple utility which keeps track of which files are
 created and modified during the installation of a new program. It's




More information about the Lunar-commits mailing list