aboutsummaryrefslogtreecommitdiff
path: root/math/glpk
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/glpk: Update to 5.0Dmitri Goutnik2020-12-213-5/+5
| | | | | | | Changes: https://lists.gnu.org/archive/html/help-glpk/2020-12/msg00009.html Notes: svn path=/head/; revision=558857
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677 Notes: svn path=/head/; revision=512187
* Update to 4.65Niclas Zeising2018-02-163-5/+5
| | | | | | | | PR: 225951 Submitted by: Dmitri Goutnik (maintainer) Notes: svn path=/head/; revision=462047
* math/glpk: update 4.63 -> 4.64, submitter becomes maintainerKurt Jaeger2017-12-043-6/+6
| | | | | | | | | PR: 224082 Changes: https://lists.gnu.org/archive/html/help-glpk/2017-12/msg00000.html Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=455530
* math/glpk: Update to 4.63Yuri Victorovich2017-11-283-6/+6
| | | | | | | | | | PR: 223884 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13261 Notes: svn path=/head/; revision=455015
* Update to version 4.61.Dmitry Sivachenko2017-01-313-8/+8
| | | | Notes: svn path=/head/; revision=432908
* - Fix LICENSEDmitry Marakasov2017-01-311-13/+14
| | | | | | | | | | | - Add LICENSE_FILE - Fix CONFLICTS - Strip library - Switch to new test framework - Simplify docs installation Notes: svn path=/head/; revision=432906
* - Update to version 4.55 [1]Pawel Pekala2016-07-293-41/+21
| | | | | | | | | | | | | - Convert to USES=localbase - Move OPTIONS block to proper place, use helpers - Argument --disable-dl for MYSQL=off was dropped because it made configure script fail when IODBC=on PR: 203448 Submitted by: pfg [1] Notes: svn path=/head/; revision=419263
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-271-1/+1
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-102-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=367818
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361962
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* - StagifyDmitry Marakasov2014-05-272-5/+6
| | | | | | | | | - Add missing USES=libtool Approved by: portmgr blanket Notes: svn path=/head/; revision=355548
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Update math/glpk to 4.52.1 and adjust dependent portsBrendan Fabeny2013-08-063-9/+9
| | | | Notes: svn path=/head/; revision=324324
* Update math/glpk to 4.50 and adjust dependent portsBrendan Fabeny2013-05-293-4/+4
| | | | Notes: svn path=/head/; revision=319398
* update math/glpk to 4.49, and adjust dependent portsBrendan Fabeny2013-05-103-6/+7
| | | | | | | Approved by: maho Notes: svn path=/head/; revision=317837
* update glpk to 4.48 and adjust dependent portsBrendan Fabeny2013-01-313-18/+15
| | | | Notes: svn path=/head/; revision=311306
* add some CONFLICTS [1]; minor clean-upBrendan Fabeny2012-06-091-2/+3
| | | | | | | Reported by: S.-M. Silber [1] Notes: svn path=/head/; revision=298795
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build with FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284614
* assume maintainershipBrendan Fabeny2011-10-191-1/+1
| | | | | | | Approved by: demon Notes: svn path=/head/; revision=283930
* update to 4.47; the necessary adjustments to math/octave*Brendan Fabeny2011-10-173-13/+12
| | | | | | | | | | | were made in the math/fftw3 update of a few minutes ago PR: 161670 Submitted by: H. Schumacher (partial patch) Approved by: demon Notes: svn path=/head/; revision=283698
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to version 4.45.Dmitry Sivachenko2011-05-243-9/+10
| | | | | | | | PR: 157241 Submitted by: bf Notes: svn path=/head/; revision=274578
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Switch to use newer GMP version.Alex Dupre2010-04-191-1/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* Update to version 4.43.Dmitry Sivachenko2010-03-193-5/+5
| | | | | | | | PR: 144256 Submitted by: bf <bf1783@gmail.com> Notes: svn path=/head/; revision=251238
* Update to 4.42.Dmitry Sivachenko2010-01-143-9/+9
| | | | | | | | PR: 142822 Submitted by: bf <bf1783@gmail.com> Notes: svn path=/head/; revision=247863
* Update to version 4.39.Dmitry Sivachenko2009-09-043-5/+5
| | | | | | | | PR: 137783 Submitted by: bf <bf1783@gmail.com> Notes: svn path=/head/; revision=240865
* Update to version 4.38.Dmitry Sivachenko2009-06-243-49/+11
| | | | | | | | PR: 135956 Submitted by: bf <bf1783@gmail.com> Notes: svn path=/head/; revision=236578
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-0/+1
| | | | Notes: svn path=/head/; revision=233833
* Update to version 4.37.Dmitry Sivachenko2009-04-023-6/+9
| | | | | | | | Based on PR: 131101 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=231469
* Update to version 4.34.Dmitry Sivachenko2008-12-263-7/+7
| | | | | | | | PR: 129446 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=224805
* Update to version 4.33.Dmitry Sivachenko2008-11-073-7/+8
| | | | | | | Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=222489
* Update to 4.31.Dmitry Sivachenko2008-09-043-9/+11
| | | | | | | | PR: 127064 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=219824
* Update to version 4.30.Dmitry Sivachenko2008-08-153-5/+5
| | | | Notes: svn path=/head/; revision=218627
* Update to 4.29.Dmitry Sivachenko2008-07-153-7/+9
| | | | | | | | PR: 125395 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=216871
* Update to 4.28.Dmitry Sivachenko2008-05-193-7/+40
| | | | | | | | PR: 123543 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=213338
* Update to 4.25.Dmitry Sivachenko2008-02-083-22/+39
| | | | | | | | | | Install more headers. PR: 119662 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=206898
* - Update to version 4.24.Dmitry Sivachenko2007-12-123-12/+21
| | | | | | | | | | | - include headers required for building gmpl support in math/clp - remover -fPIC hack for amd64 which doesn't seem necessary anymore. PR: 118265 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=203308
* Update to 4.21.Dmitry Sivachenko2007-08-303-7/+6
| | | | | | | | PR: 115810 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=198509
* Update to 4.17.Dmitry Sivachenko2007-05-314-8/+14
| | | | | | | | PR: ports/112773 Submitted by: bf<bf2006a@yahoo.com> Notes: svn path=/head/; revision=192472
* Update to 4.15.Dmitry Sivachenko2007-03-264-14/+19
| | | | | | | Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=188393
* Update to 4.14.Dmitry Sivachenko2007-02-083-31/+13
| | | | | | | | PR: 108857 Submitted by: ijliao Notes: svn path=/head/; revision=184578
* Update to version 4.10.Dmitry Sivachenko2006-05-293-5/+15
| | | | | | | | | Based on: PR: 93547 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=163849