Date: Mon, 9 Jun 2003 23:10:35 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53104: Update port: misc/floatator Message-ID: <20030609231035.58585ece.tkato@prontomail.com> Resent-Message-ID: <200306091420.h59EKHrP070758@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030609231035.58585ece.tkato>