[Lunar-commits] r24127 - moonbase/trunk/x11-utils/xfig

Dennis Veatch stumbles at lunar-linux.org
Wed Apr 18 19:38:23 CEST 2007


Author: stumbles
Date: 2007-04-18 19:38:23 +0200 (Wed, 18 Apr 2007)
New Revision: 24127

Modified:
   moonbase/trunk/x11-utils/xfig/BUILD
   moonbase/trunk/x11-utils/xfig/DETAILS
Log:

Version bump. A little change to the BUILD. Any alterations to
Imakefile require a run of xmkmf and make clean to recreate the
Makefile, per the author.



Modified: moonbase/trunk/x11-utils/xfig/BUILD
===================================================================
--- moonbase/trunk/x11-utils/xfig/BUILD	2007-04-18 15:27:07 UTC (rev 24126)
+++ moonbase/trunk/x11-utils/xfig/BUILD	2007-04-18 17:38:23 UTC (rev 24127)
@@ -2,12 +2,11 @@
 
   export PATH=${PATH}:/usr/X11R6/bin
 
-  xmkmf                            &&
+  sedit "s:#define XAW3D:XCOMM #define XAW3D:" Imakefile
 
-  sedit "s:/usr/include/X11/Xaw3d:/usr/include/X11/Xaw:" Imakefile
-  sedit "s:X11/Xaw3d:X11/Xaw:g" SimpleMenu.c
-
-  default_make                     &&
+  xmkmf               &&
+  make clean          &&
+  default_make        &&
   make install.man
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-utils/xfig/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/xfig/DETAILS	2007-04-18 15:27:07 UTC (rev 24126)
+++ moonbase/trunk/x11-utils/xfig/DETAILS	2007-04-18 17:38:23 UTC (rev 24127)
@@ -1,12 +1,12 @@
-           MODULE=xfig
-         VERSION=3.2.4
+          MODULE=xfig
+         VERSION=3.2.5
           SOURCE=$MODULE.$VERSION.full.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
    SOURCE_URL[0]=ftp://www-epb.lbl.gov/xfig/
-      SOURCE_VFY=sha1:723bf10355a92c079be08cd7be18b75baaccfbdc
+      SOURCE_VFY=sha1:ce09d1a74dbddf0bc6b20fe9c558db584fbfed17
         WEB_SITE=http://www.xfig.org
          ENTERED=20020210
-         UPDATED=20061107
+         UPDATED=20070418
            SHORT="X Window System tool for drawing basic vector graphics."
 cat << EOF
 Xfig is an X Window System tool for creating basic vector graphics,



More information about the Lunar-commits mailing list