ports/59198: Makefile fix for ici-3.0.1 port on 5.x

Andy Newman atrn at zeta.org.au
Wed Nov 12 02:00:38 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list