From ba5496caf46ef5ad6c46e36bff214903c3c826b4 Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Wed, 16 Dec 1998 12:23:06 +0000 Subject: PR: ports/8871 Submitted by: pfgiffun@bachue.usc.unal.edu.co Fix 'labelled as BROKEN' --- cad/felt/Makefile | 6 ++++-- cad/felt/files/patch-ab | 13 +++++++++++++ cad/felt/pkg-descr | 25 ++++--------------------- cad/felt/pkg-plist | 2 ++ 4 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 cad/felt/files/patch-ab (limited to 'cad') diff --git a/cad/felt/Makefile b/cad/felt/Makefile index b4ee13da4a81..ce834e6faec3 100644 --- a/cad/felt/Makefile +++ b/cad/felt/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.8 1998/10/21 21:05:11 asami Exp $ +# $Id: Makefile,v 1.9 1998/11/18 10:55:45 asami Exp $ # DISTNAME= felt-3.02 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= giffunip@asme.org -BROKEN= too few arguments to function error +LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d WRKSRC= ${WRKDIR}/FElt-3.02 GNU_CONFIGURE= yes @@ -29,5 +29,7 @@ post-patch: post-install: ${MKDIR} ${PREFIX}/share/examples/FElt ${CP} ${WRKSRC}/examples/* ${PREFIX}/share/examples/FElt + ${MKDIR} ${PREFIX}/share/doc/FElt + ${CP} ${WRKSRC}/*.html ${PREFIX}/share/doc/FElt .include diff --git a/cad/felt/files/patch-ab b/cad/felt/files/patch-ab new file mode 100644 index 000000000000..e93f8a7e9dd0 --- /dev/null +++ b/cad/felt/files/patch-ab @@ -0,0 +1,13 @@ +If you are not using the Xaw3d widget set, remove this patch + +--- src/Velvet/Makefile.orig Wed Dec 16 21:04:49 1998 ++++ src/Velvet/Makefile Wed Dec 16 21:03:41 1998 +@@ -18,7 +18,7 @@ + CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include + LDFLAGS = $(LDOPTS) -L$(X11LIB) + LIBS = $(LIBWIDGETS) $(LIBGEN) $(LIBGEOMPACK) $(LIBFELT) $(LIBELT) $(LIBMTX)\ +- -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm ++ -lXaw3d -lXmu -lXt -lSM -lICE -lXext -lX11 -lm + OBJS = analysis.o animate.o apply.o bivar.o callbacks.o canvas.o\ + colors.o constraint.o contour.o draw3d.o drawingshell.o\ + element.o elementlist.o elementop.o eps.o error.o field.o file.o\ diff --git a/cad/felt/pkg-descr b/cad/felt/pkg-descr index be5d84ef26af..4a567ca90321 100644 --- a/cad/felt/pkg-descr +++ b/cad/felt/pkg-descr @@ -5,25 +5,8 @@ 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). +FElt Home Page: + http://www-cse.ucsd.edu/users/atkinson/FElt/ -*** 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 +FElt Application Repository: + http://crunch.inf.bi.ruhr-uni-bochum.de/FAR/ diff --git a/cad/felt/pkg-plist b/cad/felt/pkg-plist index f02c7e00daf9..c89515cfa929 100644 --- a/cad/felt/pkg-plist +++ b/cad/felt/pkg-plist @@ -4,6 +4,8 @@ bin/felt bin/patchwork bin/velvet bin/yardstick +share/doc/FElt/FAQ.html +@dirrm share/doc/FElt share/examples/FElt/frame3.flt share/examples/FElt/beam3d_b.flt share/examples/FElt/bridge.flt -- cgit v1.2.3