aboutsummaryrefslogtreecommitdiff
path: root/lang/gambit-c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2017-04-081-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=438031
* 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
* Update lang/gambit-c to version 4.8.8.Jimmy Olgeni2017-02-033-5/+5
| | | | Notes: svn path=/head/; revision=433213
* Update lang/gambit-c to version 4.8.7.Jimmy Olgeni2017-01-043-6/+5
| | | | Notes: svn path=/head/; revision=430568
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Update lang/gambit-c to version 4.8.6.Jimmy Olgeni2016-11-173-4/+5
| | | | Notes: svn path=/head/; revision=426286
* Update lang/gambit-c to version 4.8.5.Jimmy Olgeni2016-04-023-4/+4
| | | | Notes: svn path=/head/; revision=412396
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* Upgrade lang/gambit-c to version 4.8.4.Jimmy Olgeni2016-01-263-4/+4
| | | | Notes: svn path=/head/; revision=407266
* Upgrade lang/gambit-c to version 4.8.3.Jimmy Olgeni2016-01-183-4/+4
| | | | Notes: svn path=/head/; revision=406579
* Upgrade lang/gambit-c to version 4.8.2.Jimmy Olgeni2015-11-283-4/+4
| | | | Notes: svn path=/head/; revision=402558
* Upgrade lang/gambit-c to version 4.8.1.Jimmy Olgeni2015-10-223-4/+4
| | | | Notes: svn path=/head/; revision=399969
* Upgrade lang/gambit-c to version 4.8.0.Jimmy Olgeni2015-09-294-18/+20
| | | | | | | | - Move to GitHub (project renamed to gambit) - Keep gambit-c as PORTNAME to avoid conflicts with math/gambit Notes: svn path=/head/; revision=398176
* Upgrade to version 4.7.9.Jimmy Olgeni2015-09-033-4/+4
| | | | Notes: svn path=/head/; revision=395934
* Upgrade to version 4.7.8.Jimmy Olgeni2015-08-233-4/+4
| | | | Notes: svn path=/head/; revision=395092
* Upgrade to version 4.7.7.Jimmy Olgeni2015-07-163-4/+4
| | | | Notes: svn path=/head/; revision=392284
* Upgrade to version 4.7.6; remove unused DOCS option.Jimmy Olgeni2015-06-233-6/+5
| | | | Notes: svn path=/head/; revision=390366
* Fix plist.Jimmy Olgeni2015-05-062-2/+15
| | | | Notes: svn path=/head/; revision=385509
* Upgrade to version 4.7.5 and take over maintainership from ports@.Jimmy Olgeni2015-05-052-5/+12
| | | | | | | | | | | | | | | | | | There is something going on with optimizations on both the old and new versions. If you set USE_GCC=any the port will build way faster: gcc: make 506.90s user 17.86s system 228% cpu 3:49.41 total clang: make 3913.28s user 23.73s system 211% cpu 31:05.70 total I added a GCC option for now. Setting CFLAGS to -O0 will make clang go as fast as gcc. Explanation still unknown. Notes: svn path=/head/; revision=385487
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371587
* Update to version 4.7.3.Vanilla I. Shu2014-08-284-70/+67
| | | | | | | | PR: ports/193039 Submitted by: Ports Fury. Notes: svn path=/head/; revision=366381
* Repair instances, almost all courtesy of bf ;-), of spacesAdam Weinberger2014-07-291-1/+1
| | | | | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363390
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362712
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355354
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to version 4.6.6Alex Kozlov2012-05-243-9/+5
| | | | | | | | | | | - Remove obsolete OSVERSION check PR: ports/168293 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Approved by: eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=297325
* Upgrade to version 4.6.4.Jimmy Olgeni2012-02-253-4/+8
| | | | | | | | | PR: ports/165458 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=292212
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update to 4.6.2Ryan Steinmetz2011-11-243-38/+46
| | | | | | | | | | | | - Add LICENSE - Pacify portlint(1) PR: ports/161796 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=286384
* - Update to v4_6_1 [1]Frederic Culot2011-07-063-7/+7
| | | | | | | | | | | - Pet portlint(1) (space --> tab after variable name) PR: ports/158670 [1] Submitted by: Klaus Aehlig <aehlig@linta.de> Approved by: pmn@bakarika.net (maintainer) Notes: svn path=/head/; revision=277192
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Fix noportdocs casePav Lucistnik2010-10-011-4/+4
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=262253
* - Update to 4.6.0 (add missed file)Pav Lucistnik2010-10-011-0/+10
| | | | Notes: svn path=/head/; revision=262251
* - Update to 4.6.0Pav Lucistnik2010-10-014-55/+52
| | | | | | | | PR: ports/151045 Submitted by: Adrien Pierard <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=262250
* - Update to v4_4_3Dmitry Marakasov2009-06-064-83/+71
| | | | | | | | PR: 135252 Submitted by: Adrien <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=235293
* - Update to 4.2.8Beech Rintoul2008-07-273-18/+18
| | | | | | | | | PR: ports/125966 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Adrien <pmn@bakarika.net> (maintainer) Notes: svn path=/head/; revision=217652
* - Connect lang/gambit-c to the build after the repocopy.Wesley Shields2008-07-253-26/+82
| | | | | | | | | | | | - Update to 4.2.6 - Respect CFLAGS PR: ports/124087 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer) Notes: svn path=/head/; revision=217453
* - Pass maintainership to submitterMartin Wilke2008-06-051-1/+1
| | | | | | | | | PR: 124252 Submitted by: Adrien Piérard <pmn@bakarika.net> Approved by: Captain Fourier <rzinkov@gmail.com> (old_maintainer) Notes: svn path=/head/; revision=214348
* - Bump PORTREVISION for CONFLICTS changedRong-En Fan2008-04-161-0/+1
| | | | | | | Noticed by: flz Notes: svn path=/head/; revision=211370
* - lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all installRong-En Fan2008-04-161-0/+2
| | | | | | | | | | | bin/gsc, so make they conflict to each others PR: ports/122792 Reported by: Anatoly Borodin <anatoly.borodin at gmail.com> Approved by: Rob Zinkov <rzinkov@eden.rutgers.edu> (maintainer of lang/gambc) Notes: svn path=/head/; revision=211330
* - Stop packaging mtree symlinksPav Lucistnik2008-03-141-2/+0
| | | | | | | | PR: ports/121691 Submitted by: Scot Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=209045
* The Gambit programming system is a full implementation of the SchemeIon-Mihai Tetcu2007-01-194-0/+73
language which conforms to the R4RS and IEEE Scheme standards. It consists of two main programs: gsi, the Gambit Scheme interpreter, and gsc, the Gambit Scheme compiler. Gambit-C is a version of the Gambit programming system in which the compiler generates portable C code, making the whole Gambit-C system and the programs compiled with it easily portable to many computer architectures for which a C compiler is available. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. WWW: http://www.iro.umontreal.ca/~gambit/ PR: ports/107405 Submitted by: Rob Zinkov Notes: svn path=/head/; revision=182819