diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 11:50:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 11:50:54 +0000 |
commit | ed2b0d8b629bf5efaee411551e4f7e24a1ca3d77 (patch) | |
tree | 832da4fade2ab30cd2bb7b1be1dc03f0338996e2 /media-gfx/xfig/files | |
parent | Added hppa to keywords. (diff) | |
download | gentoo-2-ed2b0d8b629bf5efaee411551e4f7e24a1ca3d77.tar.gz gentoo-2-ed2b0d8b629bf5efaee411551e4f7e24a1ca3d77.tar.bz2 gentoo-2-ed2b0d8b629bf5efaee411551e4f7e24a1ca3d77.zip |
version bump and cleanups
Diffstat (limited to 'media-gfx/xfig/files')
-rw-r--r-- | media-gfx/xfig/files/digest-xfig-3.2.3d-r1 | 1 | ||||
-rw-r--r-- | media-gfx/xfig/files/digest-xfig-3.2.4 | 2 | ||||
-rw-r--r-- | media-gfx/xfig/files/xfig-3.2.3d.patch | 79 |
3 files changed, 3 insertions, 79 deletions
diff --git a/media-gfx/xfig/files/digest-xfig-3.2.3d-r1 b/media-gfx/xfig/files/digest-xfig-3.2.3d-r1 index a8f283652ca8..b3cec4197c77 100644 --- a/media-gfx/xfig/files/digest-xfig-3.2.3d-r1 +++ b/media-gfx/xfig/files/digest-xfig-3.2.3d-r1 @@ -1 +1,2 @@ MD5 c6321efc1e2796e111b250c58de2f2e0 xfig.3.2.3d.full.tar.gz 2846844 +MD5 470c77215665a3171ddf69bc394e26ea xfig-3.2.3d-gentoo.diff.bz2 1153 diff --git a/media-gfx/xfig/files/digest-xfig-3.2.4 b/media-gfx/xfig/files/digest-xfig-3.2.4 new file mode 100644 index 000000000000..d7a2b37341b9 --- /dev/null +++ b/media-gfx/xfig/files/digest-xfig-3.2.4 @@ -0,0 +1,2 @@ +MD5 1911fc0f733cb2f40336a8d0e82513de xfig.3.2.4.full.tar.gz 5163150 +MD5 fbc5f9f480651bcfb189e95a642f3fe0 xfig-3.2.4-gentoo.diff.bz2 1001 diff --git a/media-gfx/xfig/files/xfig-3.2.3d.patch b/media-gfx/xfig/files/xfig-3.2.3d.patch deleted file mode 100644 index 0150eaef08ce..000000000000 --- a/media-gfx/xfig/files/xfig-3.2.3d.patch +++ /dev/null @@ -1,79 +0,0 @@ ---- xfig.3.2.3d.orig/Imakefile Tue May 29 13:32:11 2001 -+++ xfig.3.2.3d/Imakefile Thu Jun 21 22:57:52 2001 -@@ -26,9 +26,9 @@ - XCOMM app-defaults resource files to go. You will have to use the environment - XCOMM variable XAPPLRESDIR to point to this directory. - --XCOMM BINDIR = /usr/bin/X11 -+XCOMM BINDIR = /usr/X11/bin - XCOMM MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier --XCOMM XAPPLOADDIR = /home/user/xfig -+XAPPLOADDIR = /etc/X11/app-defaults - - XCOMM If don't want JPEG support, comment out the #define USEJPEG line - XCOMM Uncomment the #define for USEJPEG if you want to be able to import -@@ -47,8 +47,8 @@ - - #ifdef USEJPEG - #ifdef USEINSTALLEDJPEG --JPEGLIBDIR = /usr/local/lib --JPEGINCDIR = /usr/include/X11 -+JPEGLIBDIR = /usr/lib -+JPEGINCDIR = /usr/include - #else - JPEGLIBDIR = ../jpeg - JPEGINCDIR = $(JPEGLIBDIR) -@@ -72,8 +72,8 @@ - XCOMM Change XPMLIBDIR if necessary to point to the xpm library (libXpm) - XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) - --XCOMM #define USEXPM --XCOMM #define USEXPM_ICON -+#define USEXPM -+#define USEXPM_ICON - - #ifdef USEXPM - XPMLIBDIR = $(USRLIBDIR) -@@ -90,7 +90,7 @@ - XCOMM Then be sure to change the XAW3DINC to point to the directory where your - XCOMM 3D Athena widget headers are located - --#define XAW3D -+XCOMM #define XAW3D - - #ifdef XAW3D - XAW3DINC = -I/usr/include/X11/Xaw3d -@@ -120,7 +120,7 @@ - XCOMM If your setlocale() dosen't support the locale, you should - XCOMM add -DSETLOCALE to I18N_DEFS. - --XCOMM #define I18N -+#define I18N - - XCOMM If using an input tablet uncomment the following - -@@ -131,19 +131,19 @@ - XCOMM inline functions. With the "INLINE" keyword, you should notice that - XCOMM the display will be a bit faster in complex figures - --XCOMM USEINLINE = -DUSE_INLINE -+USEINLINE = -DUSE_INLINE - - XCOMM use (and change) the following if you want the multi-key data base file - XCOMM somewhere other than the standard X11 library directory - XCOMM be sure to comment out the second copy of XFIGLIBDIR if you use this one --XCOMM XFIGLIBDIR = /usr/local/lib/xfig -+XFIGLIBDIR = /usr/X11R6/lib/xfig - - XCOMM use this if you want the multi-key data base file in the standard X11 tree --XFIGLIBDIR = $(LIBDIR)/xfig -+XCOMM XFIGLIBDIR = $(LIBDIR)/xfig - - XCOMM now you can configure where the documentation should be located --XFIGDOCDIR = $(LIBDIR)/xfig --XCOMM XFIGDOCDIR = /usr/share/doc/xfig-doc -+XCOMM XFIGDOCDIR = $(LIBDIR)/xfig -+XFIGDOCDIR = /usr/share/doc/xfig-3.2.3d - - XCOMM If your system doesn't have strstr undefine the following definition - XCOMM HAVE_NO_NOSTRSTR = -DNOSTRSTR |