Bug 120626 - [patch] graphics/nurbs++ unbreak fix build w/ GCC 4.2 + adopt maintainship
Summary: [patch] graphics/nurbs++ unbreak fix build w/ GCC 4.2 + adopt maintainship
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: 2008-02-13 22:00 UTC by Pietro Cerutti
Modified: 2008-02-15 17:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (12.58 KB, patch)
2008-02-13 22:00 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti 2008-02-13 22:00:03 UTC

The following patch fixes a few issues preventing nurbs++ 3.0.11 to build with the latest GCC 4.2 compiler.

Fix: --- _nurbs++.diff begins here ---
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-13 22:00:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Pietro Cerutti 2008-02-13 23:21:38 UTC
dunno what happened to gtk-send-pr...

here's the patch:

http://www.gahr.ch/FreeBSD/patches/120626_nurbs%2b%2b.diff

-- 
Pietro Cerutti

PGP Public Key:
http://gahr.ch/pgp
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-15 17:39:08 UTC
miwi        2008-02-15 17:39:03 UTC

  FreeBSD ports repository

  Modified files:
    graphics/nurbs++     Makefile 
  Added files:
    graphics/nurbs++/files patch-image_color.cpp 
                           patch-matrix_barray2d_uchar.cpp 
                           patch-matrix_barray_complex.cpp 
                           patch-matrix_matrix_char.cpp 
                           patch-matrix_matrix_complex.cpp 
                           patch-matrix_matrix_double.cpp 
                           patch-matrix_matrix_float.cpp 
                           patch-matrix_matrix_hpoint.cpp 
                           patch-matrix_matrix_int.cpp 
                           patch-matrix_matrix_point.cpp 
                           patch-matrix_matrix_uchar.cpp 
                           patch-matrix_vector_double.cpp 
                           patch-matrix_vector_float.cpp 
                           patch-matrix_vector_int.cpp 
                           patch-nurbs_d_nurbs.cpp 
                           patch-nurbs_d_surface.cpp 
                           patch-nurbs_f_surface.cpp 
  Log:
  - Fix build with gcc 4.2
  - Pass maintainership to submitter
  
  PR:             120626
  Submitted by:   Pietro Cerutti <gahr@gahr.ch>
  
  Revision  Changes    Path
  1.20      +2 -8      ports/graphics/nurbs++/Makefile
  1.1       +29 -0     ports/graphics/nurbs++/files/patch-image_color.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-matrix_barray2d_uchar.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-matrix_barray_complex.cpp (new)
  1.1       +38 -0     ports/graphics/nurbs++/files/patch-matrix_matrix_char.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-matrix_matrix_complex.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-matrix_matrix_double.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-matrix_matrix_float.cpp (new)
  1.1       +38 -0     ports/graphics/nurbs++/files/patch-matrix_matrix_hpoint.cpp (new)
  1.1       +43 -0     ports/graphics/nurbs++/files/patch-matrix_matrix_int.cpp (new)
  1.1       +38 -0     ports/graphics/nurbs++/files/patch-matrix_matrix_point.cpp (new)
  1.1       +38 -0     ports/graphics/nurbs++/files/patch-matrix_matrix_uchar.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-matrix_vector_double.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-matrix_vector_float.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-matrix_vector_int.cpp (new)
  1.1       +11 -0     ports/graphics/nurbs++/files/patch-nurbs_d_nurbs.cpp (new)
  1.1       +24 -0     ports/graphics/nurbs++/files/patch-nurbs_d_surface.cpp (new)
  1.1       +24 -0     ports/graphics/nurbs++/files/patch-nurbs_f_surface.cpp (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"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-02-15 17:39:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!