[Lunar-commits] r18255 - moonbase/trunk/editors/biew

Dennis Veatch stumbles at lunar-linux.org
Mon Jan 23 04:36:50 UTC 2006


Author: stumbles
Date: 2006-01-23 04:36:48 +0000 (Mon, 23 Jan 2006)
New Revision: 18255

Modified:
   moonbase/trunk/editors/biew/BUILD
   moonbase/trunk/editors/biew/DETAILS
Log:

With the prior version 561 and current 562, the build was failing on some
errors about keyboard.c. Thing was if I changed the target to unix, it 
would build fine.

To stay with the current target this patch corrects the keyboard problem and
as a bonus deals with building on gcc-4 (florin?). Though I don't run gcc-4
so cannot test that part. 



Modified: moonbase/trunk/editors/biew/BUILD
===================================================================
--- moonbase/trunk/editors/biew/BUILD	2006-01-23 04:06:22 UTC (rev 18254)
+++ moonbase/trunk/editors/biew/BUILD	2006-01-23 04:36:48 UTC (rev 18255)
@@ -11,6 +11,8 @@
   sedit  "s/USE_MOUSE=n/USE_MOUSE=$UM/"                  makefile  &&
   sedit  "s/\/usr\/local/\/usr/"  biewlib/sysdep/generic/unix/os_dep.c  &&
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   make                                          &&
   prepare_install                               &&
   gzip       doc/biew.1                         &&

Modified: moonbase/trunk/editors/biew/DETAILS
===================================================================
--- moonbase/trunk/editors/biew/DETAILS	2006-01-23 04:06:22 UTC (rev 18254)
+++ moonbase/trunk/editors/biew/DETAILS	2006-01-23 04:36:48 UTC (rev 18255)
@@ -1,10 +1,14 @@
           MODULE=biew
-         VERSION=561
+         VERSION=562
           SOURCE=$MODULE$VERSION.tar.bz2
+         SOURCE2=biew-562-gcc4.asp.patch.bz2
       SOURCE_URL=$SFORGE_URL/biew/
+     SOURCE2_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:44435c0815a59d38c9a6c74d09c0f495e71e23fe
+     SOURCE2_VFY=4ef0ae0b837948cc166b09ab4aa23f3dd6f55a9c
         WEB_SITE=http://biew.sourceforge.net/en/biew.html
          ENTERED=20020106
-         UPDATED=20040621
+         UPDATED=20060122
            SHORT="BIEW is a binary file viewer/editor/disassembler"
 cat << EOF
 BIEW (Binary vIEW) is a free, portable, advanced file viewer with a



More information about the Lunar-commits mailing list