[Lunar-commits] r17728 - moonbase/trunk/devel/strace

Stefan Wold ratler at lunar-linux.org
Tue Dec 20 08:25:13 UTC 2005


Author: ratler
Date: 2005-12-20 08:25:12 +0000 (Tue, 20 Dec 2005)
New Revision: 17728

Added:
   moonbase/trunk/devel/strace/BUILD
Modified:
   moonbase/trunk/devel/strace/DETAILS
Log:
Quota patch for strace to compile with glibc 2.3.6, this will break compilation against older glibcs most likely. But we should only support what is in moonbase anyway

Added: moonbase/trunk/devel/strace/BUILD
===================================================================
--- moonbase/trunk/devel/strace/BUILD	2005-12-20 04:32:03 UTC (rev 17727)
+++ moonbase/trunk/devel/strace/BUILD	2005-12-20 08:25:12 UTC (rev 17728)
@@ -0,0 +1,6 @@
+(
+
+  patch_it $SOURCE2 0 &&
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/strace/DETAILS
===================================================================
--- moonbase/trunk/devel/strace/DETAILS	2005-12-20 04:32:03 UTC (rev 17727)
+++ moonbase/trunk/devel/strace/DETAILS	2005-12-20 08:25:12 UTC (rev 17728)
@@ -1,9 +1,12 @@
           MODULE=strace
          VERSION=4.5.12
           SOURCE=$MODULE-$VERSION.tar.bz2
+	 SOURCE2=$MODULE-4.5.12-quota.patch
       SOURCE_URL=$SFORGE_URL/$MODULE/
+     SOURCE2_URL=$PATCH_URL/
       SOURCE_VFY=sha1:1f7754e9b992a147f5313bae9125424e5b4b48a6
-        WEB_SITE=http://www.wi.leidenuniv.nl/~wichert/strace
+     SOURCE2_VFY=sha1:32d6b8f509d10eb2564eb4c1003d02a342423a80
+        WEB_SITE=http://www.liacs.nl/~wichert/strace/
          ENTERED=20010922
          UPDATED=20050610
            SHORT="System call tracing utility (like trace, truss, etc)"



More information about the Lunar-commits mailing list