ports/182240: [patch] devel/ragel: unbreak with libc++ (again)
Jan Beich
jbeich at tormail.org
Thu Sep 19 23:50:01 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list