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
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"
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"
State Changed From-To: open->closed Committed, thanks. PORTREVISION bump is not needed, as the package does not change.