mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
PR: ports/8871
Submitted by: pfgiffun@bachue.usc.unal.edu.co Fix 'labelled as BROKEN'
This commit is contained in:
parent
6af37ee8a9
commit
ba5496caf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15382
@ -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 <bsd.port.mk>
|
||||
|
13
cad/felt/files/patch-ab
Normal file
13
cad/felt/files/patch-ab
Normal file
@ -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\
|
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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 <bsd.port.mk>
|
||||
|
13
science/felt/files/patch-ab
Normal file
13
science/felt/files/patch-ab
Normal file
@ -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\
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user