diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-17 07:52:59 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-17 07:52:59 +0000 |
commit | bea694c37fb506e0ecc5e7dd6bdc5625266b171c (patch) | |
tree | 091f1a7d527ab4bef976c7d8560f28e281ea816a /science | |
parent | Put "+fotemods" in front of version numbers in PKGNAME, it is not allowed to (diff) |
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>
Notes
Notes:
svn path=/head/; revision=7356
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 |