ports/143749: [PATCH] textproc/openjade Fix build with new GCC

Rob Farmer rfarmer at predatorlabs.net
Thu Feb 11 01:41:39 UTC 2010


>Number:         143749
>Category:       ports
>Synopsis:       [PATCH] textproc/openjade Fix build with new GCC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 11 01:41:34 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203695: Tue Feb  9 03:02:13 PST 2010     rfarmer at coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
Change iostream.h --> iostream to please newer GCC
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/openjade/Makefile,v
retrieving revision 1.51
diff -u -r1.51 Makefile
--- Makefile	22 Aug 2009 00:37:02 -0000	1.51
+++ Makefile	10 Feb 2010 06:48:17 -0000
@@ -36,6 +36,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|<iostream.h>|<iostream>|' ${WRKSRC}/style/MultiLineInlineNote.cxx
 
 post-install:
 	@${CAT} ${PLIST} | \


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list