Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 12:49:40 +1100
From:      Andy Newman <atrn@zeta.org.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59198: Makefile fix for ici-3.0.1 port on 5.x
Message-ID:  <20031112014940.E03015D78@juju.bsn>
Resent-Message-ID: <200311120200.hAC20avk088995@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 11 18:00:35 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031112014940.E03015D78>