Bug 136948 - cad/gmsh ports doesn't build with gcc44
Summary: cad/gmsh ports doesn't build with gcc44
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: 2009-07-21 04:50 UTC by Stephen Montgomery-Smith
Modified: 2009-07-25 14:00 UTC (History)
0 users

See Also:


Attachments
file.shar (3.30 KB, text/plain)
2009-07-21 04:50 UTC, Stephen Montgomery-Smith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Montgomery-Smith 2009-07-21 04:50:01 UTC
Fix: As well as adding these files, bump the version number of gmsh.
How-To-Repeat: Set the default to gfortran44 (I did it by editing Mk/bsd.gcc.mk, but I am sure there are better ways).

cd /usr/ports/cad/gmsh && make
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-07-25 11:40:37 UTC
arved       2009-07-25 10:40:28 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/ocfpcsc        Makefile distinfo pkg-descr pkg-plist 
    devel/ocfpcsc/files  patch-fieldIO.cpp patch-fieldIO.h 
  Log:
  Add ocfpcsc, A library to provide a means to use Open Card Framework to talk
  to PC/SC supported smartcard readers.
  
  PR:             136948
  Submitted by:   Marcin Cieslak
  
  Revision  Changes    Path
  1.3565    +1 -0      ports/devel/Makefile
  1.1       +74 -0     ports/devel/ocfpcsc/Makefile (new)
  1.1       +3 -0      ports/devel/ocfpcsc/distinfo (new)
  1.1       +56 -0     ports/devel/ocfpcsc/files/patch-fieldIO.cpp (new)
  1.1       +54 -0     ports/devel/ocfpcsc/files/patch-fieldIO.h (new)
  1.1       +5 -0      ports/devel/ocfpcsc/pkg-descr (new)
  1.1       +7 -0      ports/devel/ocfpcsc/pkg-plist (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 2 dfilter service freebsd_committer freebsd_triage 2009-07-25 13:55:19 UTC
arved       2009-07-25 12:55:07 UTC

  FreeBSD ports repository

  Added files:
    cad/gmsh/files       patch-Common::StringUtils.cpp 
                         patch-Fltk::aboutWindow.cpp 
                         patch-Fltk::messageWindow.cpp 
                         patch-Geo::GModelIO_CGNS.cpp 
                         patch-Post::PViewDataIO.cpp 
                         patch-contrib::Chaco::main::Gmsh_printf.cpp 
  Log:
  Fix compile with gcc 4.4
  
  PR:             136948
  Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu>
  
  Revision  Changes    Path
  1.1       +10 -0     ports/cad/gmsh/files/patch-Common::StringUtils.cpp (new)
  1.1       +10 -0     ports/cad/gmsh/files/patch-Fltk::aboutWindow.cpp (new)
  1.1       +10 -0     ports/cad/gmsh/files/patch-Fltk::messageWindow.cpp (new)
  1.1       +10 -0     ports/cad/gmsh/files/patch-Geo::GModelIO_CGNS.cpp (new)
  1.1       +10 -0     ports/cad/gmsh/files/patch-Post::PViewDataIO.cpp (new)
  1.1       +10 -0     ports/cad/gmsh/files/patch-contrib::Chaco::main::Gmsh_printf.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 3 Tilman Keskinoz freebsd_committer freebsd_triage 2009-07-25 13:55:22 UTC
State Changed
From-To: open->closed

Committed, thanks. 

PORTREVISION bump is not needed, as the package does not change.