ports/53104: Update port: misc/floatator

KATO Tsuguru tkato at prontomail.com
Mon Jun 9 14:20:27 UTC 2003


>Number:         53104
>Category:       ports
>Synopsis:       Update port: misc/floatator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 07:20:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Support X11BASE properly
- Update WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/floatator/Makefile misc/floatator/Makefile
--- /usr/ports/misc/floatator/Makefile	Mon Jun  9 01:36:43 2003
+++ misc/floatator/Makefile	Mon Jun  9 10:58:13 2003
@@ -14,17 +14,15 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An interactive fluid dynamics simulation
 
-USE_REINPLACE=	yes
-USE_XLIB=	yes
-USE_MOTIF=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-post-patch:
-	@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+USE_MOTIF=	yes
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \
+		X11INCLUDE="-I${X11BASE}/include" X11LIB="-L${X11BASE}/lib"
 
 do-install:
 .for f in floatator floatator_X_interface
-	${INSTALL_PROGRAM} ${WRKSRC}/$f ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
 .endfor
 
 .include <bsd.port.mk>
diff -urN /usr/ports/misc/floatator/pkg-descr misc/floatator/pkg-descr
--- /usr/ports/misc/floatator/pkg-descr	Sun Jun  2 01:05:42 2002
+++ misc/floatator/pkg-descr	Sat Jun  7 21:47:11 2003
@@ -1,4 +1,4 @@
-Floatator is an interactive fluid dynamics simulation. The simulation and
-the visualisation are 2D.
+Floatator is an interactive fluid dynamics simulation. The simulation
+and the visualisation are 2D.
 
-WWW: http://www.cichon.com/floatator/
+WWW: http://floatator.cichon.com/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list