diff options
author | des <des@FreeBSD.org> | 2003-07-23 23:39:09 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-07-23 23:39:09 +0800 |
commit | 6a652531a4eb8d716e88262999ec5019d5473d4b (patch) | |
tree | 20a918fb82720ec6cfc34fb26117d9f9f5bc1df8 | |
parent | 40e349d05f68fff96700c774499a7a0aded82053 (diff) | |
download | freebsd-ports-gnome-6a652531a4eb8d716e88262999ec5019d5473d4b.tar.gz freebsd-ports-gnome-6a652531a4eb8d716e88262999ec5019d5473d4b.tar.zst freebsd-ports-gnome-6a652531a4eb8d716e88262999ec5019d5473d4b.zip |
Don't force the use of small icons, they're unreadable (and impossible to
hit with the mouse) on modern displays.
-rw-r--r-- | graphics/xfig-devel/Makefile | 1 | ||||
-rw-r--r-- | graphics/xfig-devel/files/patch-aa | 14 | ||||
-rw-r--r-- | graphics/xfig/Makefile | 1 | ||||
-rw-r--r-- | graphics/xfig/files/patch-aa | 14 |
4 files changed, 10 insertions, 20 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index 06b4d3f7dce2..bc87a7b24129 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/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-devel/files/patch-aa b/graphics/xfig-devel/files/patch-aa index 374ebc842689..81baa6210564 100644 --- a/graphics/xfig-devel/files/patch-aa +++ b/graphics/xfig-devel/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 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 |