Summary: | [PATCH] graphics/nurbs++: Fix BROKENness | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Peter Johnson <johnson.peter> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Peter Johnson
2006-12-01 09:30:15 UTC
State Changed From-To: open->closed Committed, thanks! 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" |