diff options
author | tg <tg@FreeBSD.org> | 1997-07-17 15:52:59 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-07-17 15:52:59 +0800 |
commit | 20e9bdffa1e0b5621a7c5c52b39ee89aa13489e5 (patch) | |
tree | 922df32c613a90e52a4d479e9aed36ed26ccf4c0 /science | |
parent | f99567baacce9d5ab4e2b16c0bfb23259281a708 (diff) | |
download | freebsd-ports-gnome-20e9bdffa1e0b5621a7c5c52b39ee89aa13489e5.tar.gz freebsd-ports-gnome-20e9bdffa1e0b5621a7c5c52b39ee89aa13489e5.tar.zst freebsd-ports-gnome-20e9bdffa1e0b5621a7c5c52b39ee89aa13489e5.zip |
patch-ab causes some problems for users of plain Xaw. I have
added the patch and a note to DESCR. This is certainly not ideal,
but insisting on using Xaw3d isn't either.
PR: 4058
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Diffstat (limited to 'science')
-rw-r--r-- | science/felt/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/science/felt/pkg-descr b/science/felt/pkg-descr index e7302025ee68..be5d84ef26af 100644 --- a/science/felt/pkg-descr +++ b/science/felt/pkg-descr @@ -5,3 +5,25 @@ also includes a graphical user interface for workstations that allows the user to set-up, solve and post-process the problem in a single CAD-like environment. +If you are using the Xaw3d widget set, you may want to apply this patch +(cd work/FElt-3.02; patch -p < ../../pkg/DESCR). + +*** src/Velvet/Velvet.ad.orig Sat May 10 18:04:40 1997 +--- src/Velvet/Velvet.ad Sat Jun 14 22:00:38 1997 +*************** +*** 1046,1052 **** + + ! 3d specific defaults + +! !*shapeStyle: Rectangle +! !*control*spacer.height: 43 +! !*control*MenuButton*height: 26 +! !*control*Command*height: 26 +--- 1046,1052 ---- + + ! 3d specific defaults + +! *shapeStyle: Rectangle +! *control*spacer.height: 43 +! *control*MenuButton*height: 26 +! *control*Command*height: 26 |