[Lunar-commits] <moonbase-core> Merge pull request #40 from Florin65/installwatch

Auke Kok sofar+github at foo-projects.org
Wed Aug 1 04:44:59 CEST 2012


commit 8f3aae25ec51647735649238a86f1cc4aacd2c12
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Tue, 31 Jul 2012 19:44:59 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/8f3aae25ec51647735649238a86f1cc4aacd2c12

Merge pull request #40 from Florin65/installwatch

installwatch: add v4hn's patch.
---
  utils/installwatch/BUILD                                     +4/-0     
  utils/installwatch/DETAILS                                   +8/-4     
  utils/installwatch/localdecls.h                              +0/-8     
  3 files changed, 0 insertions (+), 0 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
--- a/utils/installwatch/localdecls.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __LOCALDECLS_H_
-#define __LOCALDECLS_H_
-
-#define TRUNCATE_T off_t
-#define LIBC_VERSION "libc.so.6"
-#define GLIBC_MINOR 2
-
-#endif




More information about the Lunar-commits mailing list