From an@atrn.org  Tue Nov 11 17:50:51 2003
Return-Path: <an@atrn.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CD11816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Nov 2003 17:50:51 -0800 (PST)
Received: from gizmo12ps.bigpond.com (gizmo12ps.bigpond.com [144.140.71.22])
	by mx1.FreeBSD.org (Postfix) with SMTP id 1614B43FE1
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Nov 2003 17:50:48 -0800 (PST)
	(envelope-from an@atrn.org)
Received: (qmail 20031 invoked from network); 12 Nov 2003 01:50:56 -0000
Received: from unknown (HELO juju.bsn) (144.135.25.69)
  by gizmo12ps.bigpond.com with SMTP; 12 Nov 2003 01:50:56 -0000
Received: from cpe-144-132-168-150.nsw.bigpond.net.au ([144.132.168.150]) by psmam01bpa.bigpond.com(MAM REL_3_3_2d 71/5532); 12 Nov 2003 11:50:45
Received: by juju.bsn (Postfix, from userid 1000)
	id E03015D78; Wed, 12 Nov 2003 12:49:40 +1100
Message-Id: <20031112014940.E03015D78@juju.bsn>
Date: Wed, 12 Nov 2003 12:49:40 +1100
From: Andy Newman <atrn@zeta.org.au>
Reply-To: Andy Newman <atrn@zeta.org.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Makefile fix for ici-3.0.1 port on 5.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         59198
>Category:       ports
>Synopsis:       Makefile fix for ici-3.0.1 port on 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 11 18:00:35 PST 2003
>Closed-Date:    Wed Nov 12 03:46:26 PST 2003
>Last-Modified:  Wed Nov 12 03:46:26 PST 2003
>Originator:     Andy Newman
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD juju.bsn 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #4: Sat Sep 13 10:22:47 EST 2003 toor@juju.bsn:/data/obj/usr/src/sys/juju i386


	
>Description:
	A previous fix to the ici build was a little aggressive in
	what it wanted to edit.  Restricting the edit to only the
	source files suffices and avoids sed attempting to edit
	directories within the source tree.

>How-To-Repeat:
	
>Fix:

Apply following patch...

--- /usr/ports/lang/ici/Makefile	Sat Aug 30 16:38:11 2003
+++ Makefile	Wed Nov 12 12:44:30 2003
@@ -32,7 +32,7 @@
 .include <bsd.port.pre.mk>
 
 post-patch:
-	${REINPLACE_CMD} -e 's/float_t/floats_t/g' ${WRKSRC}/*
+	${REINPLACE_CMD} -e 's/float_t/floats_t/g' ${WRKSRC}/*.[ch]
 
 do-install:
 	cd ${WRKSRC} && ${MAKE} -f ${MAKEFILE} libici3.a
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Wed Nov 12 03:46:20 PST 2003 
State-Changed-Why:  
Committed, thanks! 

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