aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfig-devel
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-10-26 17:43:10 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-10-26 17:43:10 +0000
commit00cf18c31d79c637f6c884a64fb6d97bf5646df2 (patch)
tree2da38f69cbaca7b463792eb52e252cd98959e65f /graphics/xfig-devel
parent5d3982260557df284fb1d5ed3cf5708313e198fd (diff)
Don't race and run away when run under KDE with KDE-modified X resources.
Patch obtained from: Debian
Notes
Notes: svn path=/head/; revision=146430
Diffstat (limited to 'graphics/xfig-devel')
-rw-r--r--graphics/xfig-devel/Makefile2
-rw-r--r--graphics/xfig-devel/files/patch-Fig-color.ad17
-rw-r--r--graphics/xfig-devel/files/patch-Fig.ad17
3 files changed, 35 insertions, 1 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile
index 68146ae332eb..2553ab7942f4 100644
--- a/graphics/xfig-devel/Makefile
+++ b/graphics/xfig-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfig
PORTVERSION= 3.2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.xfig.org/xfigdist/ \
ftp://www-epb.lbl.gov/xfig/%SUBDIR%/
diff --git a/graphics/xfig-devel/files/patch-Fig-color.ad b/graphics/xfig-devel/files/patch-Fig-color.ad
new file mode 100644
index 000000000000..c14be8a116d5
--- /dev/null
+++ b/graphics/xfig-devel/files/patch-Fig-color.ad
@@ -0,0 +1,17 @@
+--- Fig-color.ad.orig Wed Oct 26 19:25:06 2005
++++ Fig-color.ad Wed Oct 26 19:27:02 2005
+@@ -100,14 +100,6 @@
+ Fig*button_form.update*foreground: red
+ Fig*upd_ctrl_form.upd_ctrl_btns*shadowWidth: 2
+
+-!##### Shadows
+-Fig*shadowWidth: 1
+-Fig*Label.shadowWidth: 1
+-Fig*horizontal.shadowWidth: 2
+-Fig*Scrollbar.shadowWidth: 2
+-! no shadows for update indicators
+-Fig*button_form.update.shadowWidth: 0
+-
+ Fig*topShadowContrast: 40
+ Fig*bottomShadowContrast: -90
+
diff --git a/graphics/xfig-devel/files/patch-Fig.ad b/graphics/xfig-devel/files/patch-Fig.ad
new file mode 100644
index 000000000000..65b18f79d5ac
--- /dev/null
+++ b/graphics/xfig-devel/files/patch-Fig.ad
@@ -0,0 +1,17 @@
+--- Fig.ad.orig Wed Oct 26 19:25:21 2005
++++ Fig.ad Wed Oct 26 19:29:12 2005
+@@ -154,6 +154,14 @@
+ Fig*mode_panel.background: black
+ Fig*mode_panel.foreground: black
+
++!##### Shadows
++Fig*shadowWidth: 1
++Fig*Label.shadowWidth: 1
++Fig*horizontal.shadowWidth: 2
++Fig*Scrollbar.shadowWidth: 2
++! no shadows for update indicators
++Fig*button_form.update.shadowWidth: 0
++
+ ! Specify a private Compose key database file. If this resource contains a "/"
+ ! then the wired-in name of the xfig global directory won't be prefixed to it.
+ ! An initial "~/" is replaced by the value of "$HOME/".