"* GLPK 4.29 (14:0:14) has been released * configure.ac The configure script was changed to disable optional features by default. For details see file INSTALL. * glpipp02.c A bug was fixed in the internal routine reduce_bounds. Thanks to Anne-Laurence Putz <anne-laurence.putz@eurodecision.com> for the bug report. * glpapi01.c New API routine glp_erase_prob was added. * glpapi13.c New API routines glp_read_mps and glp_write_mps were added. They replace API routines lpx_read_mps, lpx_read_freemps, lpx_write_mps, and lpx_write_freemps, which are deprecated. * glpapi14.c New API routines glp_read_lp and glp_write_lp were added. They replace API routines lpx_read_cpxlp and lpx_write_cpxlp, which are deprecated. * glpsql.c Minor bug was fixed. Thanks to Xypron <xypron.glpk@gmx.de> for the bug report." Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->demon Over to maintainer (via the GNATS Auto Assign Tool)
I proposed a patch to update math/glpk to 4.29: http://www.freebsd.org/cgi/query-pr.cgi?pr=125395 If it is approved demon@ et al., then you will have to make at least minor changes to math/clp and math/octave, because the version of the shared glpk library will be increased from 13 to 14. Please inform us if this change causes any problems. Maho: if you would like me to do this for you as part of an update of octave to 3.0.1, please let me know. Regards, b.
demon 2008-07-15 13:01:10 UTC FreeBSD ports repository Modified files: math/glpk Makefile distinfo pkg-plist Log: Update to 4.29. PR: 125395 Submitted by: bf <bf2006a@yahoo.com> Revision Changes Path 1.29 +5 -3 ports/math/glpk/Makefile 1.26 +3 -3 ports/math/glpk/distinfo 1.24 +1 -1 ports/math/glpk/pkg-plist _______________________________________________ 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 Port updated, thanks!