aboutsummaryrefslogtreecommitdiff
path: root/math/gambit
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on powerpc64-12. It seems to build everywhere else.Mark Linimon2020-05-291-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=537001
* x11-toolkits/wxgtk30: Update to 3.0.5.1Loïc Bartoletti2020-05-171-1/+1
| | | | | | | | | | | | | Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808 Notes: svn path=/head/; revision=535516
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* wxGTK3.0: switch to gtk3 and webkit2Baptiste Daroussin2019-02-251-1/+1
| | | | | | | Discussed with: portmgr Notes: svn path=/head/; revision=493853
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* math/gambit: Update 15.1.1 -> 16.0.1Yuri Victorovich2018-12-0111-30/+94
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=486382
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* math/gambit: Update 15.1.0 -> 15.1.1Yuri Victorovich2018-07-103-16/+4
| | | | Notes: svn path=/head/; revision=474408
* math/gambit: Unbroke the port.Yuri Victorovich2018-02-252-6/+13
| | | | | | | | | | | | | Port changes: * Added the patch to avoid permissions problem. Reported it upstream: https://github.com/gambitproject/gambit/issues/229 * Took maintainership. * Removed USE_LDCONFIG (not needed). Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462985
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Mark some ports failing on armv6, for errors classified as "clang".Mark Linimon2017-05-271-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441847
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Upgrade to Gambit 15.1.0, the current stable version.Thierry Thomas2016-07-193-4/+7
| | | | | | | | Note: Gambit 16 is available, but this is the current research/development version. Notes: svn path=/head/; revision=418813
* Fix build with c++11Dmitry Marakasov2015-04-133-0/+48
| | | | Notes: svn path=/head/; revision=383950
* math/gambit: fix typoJohn Marino2015-04-111-1/+1
| | | | Notes: svn path=/head/; revision=383773
* Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflagsJohn Marino2015-04-101-0/+1
| | | | | | | The breakage was a result of moving wxgtk30 to c++11 from c++01 Notes: svn path=/head/; revision=383750
* - Update to version 14.1.0Jan Beich2015-02-203-9/+32
| | | | | | | | | | - Install .desktop file PR: 197444 Submitted by: tkato432@yahoo.com (modified) Notes: svn path=/head/; revision=379413
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* - Update to 13.1.2Pietro Cerutti2014-09-224-18/+3
| | | | | | | | Changes: * https://github.com/gambitproject/gambit/compare/v13.1.1...v13.1.2 Notes: svn path=/head/; revision=368947
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* 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
* - Fix buildPietro Cerutti2014-04-231-0/+13
| | | | | | | | Reported by: pkg-fallout MFH: 2014Q2 Notes: svn path=/head/; revision=351950
* Switch to version 3.0 of wxGTKBaptiste Daroussin2014-04-081-1/+3
| | | | Notes: svn path=/head/; revision=350605
* - Update to 13.1.1Pietro Cerutti2013-12-122-4/+3
| | | | Notes: svn path=/head/; revision=336252
* 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 to 13.1.0Pietro Cerutti2013-08-212-3/+3
| | | | | | | | Release announcement: http://sourceforge.net/mailarchive/message.php?msg_id=31306793 Notes: svn path=/head/; revision=325144
* - Update to 13.0.2Pietro Cerutti2013-08-082-4/+4
| | | | | | | - Restrict wxGTK version to 2.8 (2.9 has a problem locating WX_CONFIG) Notes: svn path=/head/; revision=324386
* - Update to 13.0.1Pietro Cerutti2013-07-092-3/+3
| | | | | | | | Release announcement: http://sourceforge.net/mailarchive/message.php?msg_id=31109729 Notes: svn path=/head/; revision=322547
* - Update to 13.0.0Pietro Cerutti2013-06-244-25/+24
| | | | | | | | Release announcement: http://sourceforge.net/mailarchive/message.php?msg_id=31063426 Notes: svn path=/head/; revision=321673
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Fix WWW in pkg-descrPietro Cerutti2011-08-031-1/+1
| | | | | | | Reported by: http://people.freebsd.org/~ehaupt/distilator/badwww.html Notes: svn path=/head/; revision=278856
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 0.2010.09.01Pietro Cerutti2010-09-154-24/+6
| | | | Notes: svn path=/head/; revision=261217
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Fix build on 64 bits platformsPietro Cerutti2008-02-262-8/+13
| | | | | | | | | - Adopt maintainship Approved by: miwi (mentor) Notes: svn path=/head/; revision=207965
* - Update to 2007.12.04Martin Wilke2008-02-192-7/+6
| | | | | | | | PR: 120820 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207571
* - Mark BROKEN on amd64 and 7.0Pav Lucistnik2007-11-241-0/+4
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202814
* The most recent version (0.2007.01.30) appears to work with gcc4.2.Mark Linimon2007-11-201-4/+0
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202765
* - Update to 0.2007.01.30Martin Wilke2007-06-294-20/+6
| | | | | | | | PR: 114073 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=194438
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950