summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/xfig/files')
-rw-r--r--media-gfx/xfig/files/digest-xfig-3.2.4-r29
-rw-r--r--media-gfx/xfig/files/xfig-3.2.5_alpha5-gentoo.diff55
-rw-r--r--media-gfx/xfig/files/xfig-3.2.5_alpha5-xaw3d.diff11
3 files changed, 0 insertions, 75 deletions
diff --git a/media-gfx/xfig/files/digest-xfig-3.2.4-r2 b/media-gfx/xfig/files/digest-xfig-3.2.4-r2
deleted file mode 100644
index 4082a12ca609..000000000000
--- a/media-gfx/xfig/files/digest-xfig-3.2.4-r2
+++ /dev/null
@@ -1,9 +0,0 @@
-MD5 50c20eb5cae5268352cfe996e32b8f3c shape-patch.3.2.4-shape-1.1.tar.gz 49201
-RMD160 0d8738fd8b3d04e334580355a5a8c312f6b957d2 shape-patch.3.2.4-shape-1.1.tar.gz 49201
-SHA256 150dfc36ae2448f998b55eb8145d50d1d4efeaf952d8c6341ed98afef9cd82f0 shape-patch.3.2.4-shape-1.1.tar.gz 49201
-MD5 fbc5f9f480651bcfb189e95a642f3fe0 xfig-3.2.4-gentoo.diff.bz2 1001
-RMD160 2f54a944be8039e4d51b1109acf70e41d67abf3d xfig-3.2.4-gentoo.diff.bz2 1001
-SHA256 5197554a9778e8ef2ede5d1dee5629ca56c8a36e5d8bd3f195f2a4506243f659 xfig-3.2.4-gentoo.diff.bz2 1001
-MD5 1911fc0f733cb2f40336a8d0e82513de xfig.3.2.4.full.tar.gz 5163150
-RMD160 3cae7c8d3f2a89ef54fd4a4693e84fa7a9bacf44 xfig.3.2.4.full.tar.gz 5163150
-SHA256 11612391c49ae9b17692c1775e3479e5c67dd788e31436b7197ea46d610d2d84 xfig.3.2.4.full.tar.gz 5163150
diff --git a/media-gfx/xfig/files/xfig-3.2.5_alpha5-gentoo.diff b/media-gfx/xfig/files/xfig-3.2.5_alpha5-gentoo.diff
deleted file mode 100644
index fb39d5ee4909..000000000000
--- a/media-gfx/xfig/files/xfig-3.2.5_alpha5-gentoo.diff
+++ /dev/null
@@ -1,55 +0,0 @@
---- xfig.3.2.5-alpha5.orig/Imakefile 2005-09-24 17:56:13.000000000 -0300
-+++ xfig.3.2.5-alpha5/Imakefile 2005-09-24 18:00:24.000000000 -0300
-@@ -30,7 +30,7 @@
- XCOMM Also, you may have to uncomment and redefine MKDIRHIER because "make" looks
- XCOMM for it relative to the BINDIR variable.
- XCOMM
--XCOMM BINDIR = /usr/bin/X11
-+XCOMM BINDIR = /usr/X11/bin
- XCOMM MKDIRHIER = /bin/sh /usr/bin/X11/mkdirhier -p
-
- XCOMM Uncomment and change XAPPLOADDIR to the directory where you want the
-@@ -44,7 +44,7 @@
- XCOMM different tree than the "correct" tree that your X system expects. The usual
- XCOMM purpose of DESTDIR is to test an install process by installing in a benign area.
-
--XCOMM XAPPLOADDIR = /home/user/xfig
-+XAPPLOADDIR = /etc/X11/app-defaults
-
- XCOMM Uncomment the following definition for XAW3D if you want to use
- XCOMM the 3d Athena Widget Set (highly recommended!)
-@@ -92,8 +92,8 @@
-
- #ifdef USEJPEG
- #ifdef USEINSTALLEDJPEG
--JPEGLIBDIR = /usr/local/lib
--JPEGINC = -I/usr/include/X11
-+JPEGLIBDIR = /usr/lib
-+JPEGINC = -I/usr/include
- #else
- JPEGLIBDIR = ../jpeg
- JPEGINC = -I$(JPEGLIBDIR)
-@@ -157,19 +157,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 XFIGDOCDIR tells where the html and pdf documentation should go
- XCOMM XFIGDOCDIR = $(DOCDIR)/xfig
--XFIGDOCDIR = /usr/share/doc/xfig
-+XFIGDOCDIR = /usr/share/doc/xfig-3.2.5
-
- XCOMM MANDIR tells where the standard man pages should go (no need to change it
- XCOMM if you want the man pages installed in the standard place on your system
diff --git a/media-gfx/xfig/files/xfig-3.2.5_alpha5-xaw3d.diff b/media-gfx/xfig/files/xfig-3.2.5_alpha5-xaw3d.diff
deleted file mode 100644
index 25674d42ecbc..000000000000
--- a/media-gfx/xfig/files/xfig-3.2.5_alpha5-xaw3d.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- Imakefile.orig 2005-09-24 18:07:43.000000000 -0300
-+++ Imakefile 2005-09-24 18:08:08.000000000 -0300
-@@ -49,7 +49,7 @@
- XCOMM Uncomment the following definition for XAW3D if you want to use
- XCOMM the 3d Athena Widget Set (highly recommended!)
-
--XCOMM #define XAW3D
-+#define XAW3D
-
- XCOMM Uncomment the following if you have David Hawkey's Xaw3D version 1.5E which has
- XCOMM some new features, including "Tips", which replace xfig's "help balloons"