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

Dennis Veatch stumbles at lunar-linux.org
Tue Nov 7 17:13:47 CET 2006


Author: stumbles
Date: 2006-11-07 17:13:47 +0100 (Tue, 07 Nov 2006)
New Revision: 22102

Removed:
   moonbase/trunk/x11-utils/xfig/xfig.3.2.3d.Imakefile.patch
Modified:
   moonbase/trunk/x11-utils/xfig/BUILD
   moonbase/trunk/x11-utils/xfig/DETAILS
Log:

The patch is not needed anymore. A number of new features and
enhancements and other things. 

The added sedit's seem to work fine though I have only tried these
fixes on XOrg7. 



Modified: moonbase/trunk/x11-utils/xfig/BUILD
===================================================================
--- moonbase/trunk/x11-utils/xfig/BUILD	2006-11-07 15:45:01 UTC (rev 22101)
+++ moonbase/trunk/x11-utils/xfig/BUILD	2006-11-07 16:13:47 UTC (rev 22102)
@@ -1,12 +1,13 @@
 (
-export PATH=${PATH}:/usr/X11R6/bin
 
-# changed p0 patch to p1 patch /elaine/  
-  patch -p1 < $SCRIPT_DIRECTORY/xfig.3.2.3d.Imakefile.patch &&
+  export PATH=${PATH}:/usr/X11R6/bin
+
   xmkmf                            &&
-  make                             &&
-  prepare_install                  &&
-  make install                     &&
+
+  sedit "s:/usr/include/X11/Xaw3d:/usr/include/X11/Xaw:" Imakefile
+  sedit "s:X11/Xaw3d:X11/Xaw:g" SimpleMenu.c
+
+  default_make                     &&
   make install.man
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-utils/xfig/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/xfig/DETAILS	2006-11-07 15:45:01 UTC (rev 22101)
+++ moonbase/trunk/x11-utils/xfig/DETAILS	2006-11-07 16:13:47 UTC (rev 22102)
@@ -1,12 +1,13 @@
            MODULE=xfig
-         VERSION=3.2.3d
+         VERSION=3.2.4
           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
         WEB_SITE=http://www.xfig.org
          ENTERED=20020210
-         UPDATED=20020210
-           SHORT="An X Window System tool for drawing basic vector graphics."
+         UPDATED=20061107
+           SHORT="X Window System tool for drawing basic vector graphics."
 cat << EOF
 Xfig is an X Window System tool for creating basic vector graphics,
 including bezier curves, lines, rulers and more.  The resulting

Deleted: moonbase/trunk/x11-utils/xfig/xfig.3.2.3d.Imakefile.patch



More information about the Lunar-commits mailing list