Bug 106197

Summary: [PATCH] devel/ixlib: Fix C++ BROKENness
Product: Ports & Packages Reporter: Peter Johnson <johnson.peter>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
unbreak-ixlib.patch none

Description Peter Johnson 2006-12-02 04:10:01 UTC
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++)
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-02 07:26:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-03 22:51:59 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-12-03 22:53:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!