Bug 106117 - [PATCH] graphics/nurbs++: Fix BROKENness
Summary: [PATCH] graphics/nurbs++: Fix 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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-01 09:30 UTC by Peter Johnson
Modified: 2006-12-01 10:00 UTC (History)
0 users

See Also:


Attachments
nurbs-unbreak.patch (72.08 KB, patch)
2006-12-01 09:30 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-01 09:30:15 UTC
Fix C++ compiler errors.  These errors have the port currently marked as
BROKEN.

Fix: Patch attached.  I have one patch file per file because that was easiest for
me to work with when fixing the errors, but feel free to consolidate if that's
preferable.
How-To-Repeat: Port is marked BROKEN on >=5.x (gcc 3.4.2 or later).
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-12-01 09:41:29 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-01 09:55:38 UTC
pav         2006-12-01 09:55:32 UTC

  FreeBSD ports repository

  Modified files:
    graphics/nurbs++     Makefile 
  Added files:
    graphics/nurbs++/files patch-cvector.h patch-d_nurbsSub.cpp 
                           patch-f_nurbsSub.cpp patch-hnurbsS.cpp 
                           patch-hnurbsS_sp.cpp patch-image.cpp 
                           patch-list.h patch-matrix.cpp 
                           patch-matrixMat.cpp patch-matrixRT.cpp 
                           patch-nurbs.cpp patch-nurbsS.cpp 
                           patch-nurbsS_sp.cpp patch-nurbsS_sp.h 
                           patch-nurbsSub.cpp patch-nurbs_sp.cpp 
                           patch-nurbs_sp.h patch-vector.cpp 
                           patch-vector.h 
  Log:
  - Unbreak on 5.X and above: fix compile with gcc34
  
  PR:             ports/106117
  Submitted by:   Peter Johnson <johnson.peter@gmail.com>
  
  Revision  Changes    Path
  1.17      +2 -12     ports/graphics/nurbs++/Makefile
  1.1       +16 -0     ports/graphics/nurbs++/files/patch-cvector.h (new)
  1.1       +13 -0     ports/graphics/nurbs++/files/patch-d_nurbsSub.cpp (new)
  1.1       +13 -0     ports/graphics/nurbs++/files/patch-f_nurbsSub.cpp (new)
  1.1       +381 -0    ports/graphics/nurbs++/files/patch-hnurbsS.cpp (new)
  1.1       +406 -0    ports/graphics/nurbs++/files/patch-hnurbsS_sp.cpp (new)
  1.1       +98 -0     ports/graphics/nurbs++/files/patch-image.cpp (new)
  1.1       +10 -0     ports/graphics/nurbs++/files/patch-list.h (new)
  1.1       +377 -0    ports/graphics/nurbs++/files/patch-matrix.cpp (new)
  1.1       +119 -0    ports/graphics/nurbs++/files/patch-matrixMat.cpp (new)
  1.1       +213 -0    ports/graphics/nurbs++/files/patch-matrixRT.cpp (new)
  1.1       +42 -0     ports/graphics/nurbs++/files/patch-nurbs.cpp (new)
  1.1       +68 -0     ports/graphics/nurbs++/files/patch-nurbsS.cpp (new)
  1.1       +196 -0    ports/graphics/nurbs++/files/patch-nurbsS_sp.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-nurbsS_sp.h (new)
  1.1       +20 -0     ports/graphics/nurbs++/files/patch-nurbsSub.cpp (new)
  1.1       +62 -0     ports/graphics/nurbs++/files/patch-nurbs_sp.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-nurbs_sp.h (new)
  1.1       +255 -0    ports/graphics/nurbs++/files/patch-vector.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-vector.h (new)
_______________________________________________
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"