Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 23:42:37 GMT
From:      Jan Beich <jbeich@tormail.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182240: [patch] devel/ragel: unbreak with libc++ (again)
Message-ID:  <201309192342.r8JNgbNb095015@oldred.freebsd.org>
Resent-Message-ID: <201309192350.r8JNo08o061274@freefall.freebsd.org>

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

>Number:         182240
>Category:       ports
>Synopsis:       [patch] devel/ragel: unbreak with libc++ (again)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 19 23:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
r312247 accidentally backed out r289222 (ports/163444)

http://pb2.nyi.freebsd.org/bulk/latest-per-pkg/ragel/6.8/nogcc-default.log

>How-To-Repeat:

>Fix:
--- libcxx.diff begins here ---
Index: devel/ragel/Makefile
===================================================================
--- devel/ragel/Makefile	(revision 327457)
+++ devel/ragel/Makefile	(working copy)
@@ -36,6 +36,10 @@ PLIST_SUB+=	EXAMPLES=""
 PLIST_SUB+=	EXAMPLES="@comment "
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} 's/setiosflags/std::&/' \
+		${WRKSRC}/ragel/javacodegen.cpp
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ragel/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1
--- libcxx.diff ends here ---


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



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