summaryrefslogtreecommitdiff
path: root/graphics/xfig
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-07-23 15:39:09 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-07-23 15:39:09 +0000
commit6f9e3b621121eee6beb71937697f4b0ae411d2f1 (patch)
tree191810bcf1bd983b56fd03cd6ab196927c9e987a /graphics/xfig
parentUnsplit multi-line string literals. (diff)
Don't force the use of small icons, they're unreadable (and impossible to
hit with the mouse) on modern displays.
Notes
Notes: svn path=/head/; revision=85464
Diffstat (limited to 'graphics/xfig')
-rw-r--r--graphics/xfig/Makefile1
-rw-r--r--graphics/xfig/files/patch-aa14
2 files changed, 5 insertions, 10 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index 06b4d3f7dce2..bc87a7b24129 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xfig
PORTVERSION= 3.2.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.xfig.org/xfigdist/ \
ftp://www-epb.lbl.gov/xfig/%SUBDIR%/
diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa
index 374ebc842689..81baa6210564 100644
--- a/graphics/xfig/files/patch-aa
+++ b/graphics/xfig/files/patch-aa
@@ -1,5 +1,5 @@
---- Imakefile.orig Fri Dec 20 02:57:11 2002
-+++ Imakefile Wed Jan 8 09:07:47 2003
+--- Imakefile.orig Thu Dec 19 18:57:11 2002
++++ Imakefile Wed Jul 23 16:27:24 2003
@@ -48,8 +48,8 @@
XCOMM Redefine the following if your PNG library and/or include file
XCOMM are in different places
@@ -22,7 +22,7 @@
#else
JPEGLIBDIR = ../jpeg
JPEGINC = -I$(JPEGLIBDIR)
-@@ -87,28 +87,28 @@
+@@ -87,12 +87,12 @@
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)
@@ -38,13 +38,7 @@
#endif
XCOMM Uncomment the following definiton if you want to use the small icons
- XCOMM for the panel buttons. Use this if you have a 800x600 or smaller screen.
-
--XCOMM #define USESMALLICONS
-+#define USESMALLICONS
-
- XCOMM Uncomment the following definition for XAW3D if you want to use
- XCOMM the 3d Athena Widget Set (highly recommended!)
+@@ -105,10 +105,10 @@
XCOMM Then be sure to change the XAW3DINC to point to the directory where your
XCOMM 3D Athena widget headers are located