[Lunar-commits] r17303 - moonbase/trunk/editors/gawk

Florin Braescu florin at lunar-linux.org
Mon Nov 14 05:30:05 UTC 2005


Author: florin
Date: 2005-11-14 05:30:04 +0000 (Mon, 14 Nov 2005)
New Revision: 17303

Modified:
   moonbase/trunk/editors/gawk/BUILD
   moonbase/trunk/editors/gawk/DETAILS
Log:
add a patch for segfault when the work file is not found.

Modified: moonbase/trunk/editors/gawk/BUILD
===================================================================
--- moonbase/trunk/editors/gawk/BUILD	2005-11-14 04:47:58 UTC (rev 17302)
+++ moonbase/trunk/editors/gawk/BUILD	2005-11-14 05:30:04 UTC (rev 17303)
@@ -1,5 +1,6 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1      &&
   ./configure  --build=$BUILD             \
                --prefix=/usr              \
                --mandir=/usr/share/man    \

Modified: moonbase/trunk/editors/gawk/DETAILS
===================================================================
--- moonbase/trunk/editors/gawk/DETAILS	2005-11-14 04:47:58 UTC (rev 17302)
+++ moonbase/trunk/editors/gawk/DETAILS	2005-11-14 05:30:04 UTC (rev 17303)
@@ -1,12 +1,15 @@
           MODULE=gawk
          VERSION=3.1.5
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-$VERSION-segfault_fix.patch.bz2
    SOURCE_URL[0]=$GNU_URL/$MODULE/
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+  SOURCE2_URL[0]=$PATCH_URL/
       SOURCE_VFY=sha1:0d5694461f1c32f1eae41a1c0d7ba0939b47e369
+     SOURCE2_VFY=sha1:132de9692381305aa222856b3f0899ad1a7466e9
         WEB_SITE=http://www.gnu.org/software/gawk/gawk.html
          ENTERED=20010922
-         UPDATED=20050812
+         UPDATED=20051114
            PSAFE=no
            SHORT="gawk is a free version of awk."
 



More information about the Lunar-commits mailing list