Fix bad C++, which currently has the port marked as BROKEN on >= 5.x (>= gcc 3.4.2). Fix: Patch attached. I didn't completely mark unbroken, as I don't have a non-i386 machine to test on. Now that the C++ code is fixed this will be easier to test. How-To-Repeat: Marked BROKEN on >= 5.x (due to bad C++)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2006-12-03 22:51:53 UTC FreeBSD ports repository Modified files: devel/ixlib Makefile pkg-plist devel/ixlib/files patch-src::ixlib_re.hh patch-src::ixlib_re_impl.hh Added files: devel/ixlib/files patch-src::ixlib_garbage.hh patch-src::ixlib_numeric.hh patch-src::lex.xml.cc patch-src::re.cc Log: - Unbreak fix build on 5.X PR: ports/106197 Submitted by: Peter Johnson <johnson.peter@gmail.com> Revision Changes Path 1.24 +3 -3 ports/devel/ixlib/Makefile 1.1 +227 -0 ports/devel/ixlib/files/patch-src::ixlib_garbage.hh (new) 1.1 +67 -0 ports/devel/ixlib/files/patch-src::ixlib_numeric.hh (new) 1.2 +47 -2 ports/devel/ixlib/files/patch-src::ixlib_re.hh 1.2 +62 -7 ports/devel/ixlib/files/patch-src::ixlib_re_impl.hh 1.1 +16 -0 ports/devel/ixlib/files/patch-src::lex.xml.cc (new) 1.1 +11 -0 ports/devel/ixlib/files/patch-src::re.cc (new) 1.3 +1 -0 ports/devel/ixlib/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!