Bug 106197 - [PATCH] devel/ixlib: Fix C++ BROKENness
Summary: [PATCH] devel/ixlib: Fix C++ BROKENness
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-02 04:10 UTC by Peter Johnson
Modified: 2006-12-03 23:00 UTC (History)
0 users

See Also:


Attachments
unbreak-ixlib.patch (17.52 KB, patch)
2006-12-02 04:10 UTC, Peter Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!