From tkato@prontomail.com  Mon Jun  9 07:12:28 2003
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 75FD137B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  9 Jun 2003 07:12:28 -0700 (PDT)
Received: from hfep06.dion.ne.jp (hfep06.dion.ne.jp [203.181.105.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BD4E443F75
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  9 Jun 2003 07:12:27 -0700 (PDT)
	(envelope-from tkato@prontomail.com)
Received: from localhost ([61.198.222.68]) by hfep06.dion.ne.jp with SMTP
          id <20030609141225465.XLON@hfep06.dion.ne.jp>
          for <FreeBSD-gnats-submit@FreeBSD.org>;
          Mon, 9 Jun 2003 23:12:25 +0900
Message-Id: <20030609231035.58585ece.tkato@prontomail.com>
Date: Mon, 9 Jun 2003 23:10:35 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: misc/floatator

>Number:         53104
>Category:       ports
>Synopsis:       Update port: misc/floatator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 07:20:17 PDT 2003
>Closed-Date:    Tue Jun 10 10:26:02 PDT 2003
>Last-Modified:  Tue Jun 10 10:26:02 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Tue Jun 10 10:25:22 PDT 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53104 
>Unformatted:
