aboutsummaryrefslogtreecommitdiff
path: root/lang/sbcl
Commit message (Collapse)AuthorAgeFilesLines
* Takeover maintainershipKirill Ponomarev2017-02-041-1/+1
| | | | | | | Approved by: mat (implicit) Notes: svn path=/head/; revision=433334
* lang/sbcl: reset maintainer upon requestJohn Marino2017-02-041-1/+1
| | | | | | | PR: 216780 Notes: svn path=/head/; revision=433314
* lang/sbcl: Restore SBCL bootstrap and missing modulesJohn Marino2017-01-273-28/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were several issues with the revamp of sbcl. 1) The removal of the lisp contrib modules broke several ports dependent on them. 2) The removal of a proper SBCL bootstrap (SBCL built by SBCL) broke DragonFly. Generally it is recommended that compilers build themselves, although it's unclear if SBCL has such a recommendation. 3) Handling of .core suffix changed by default This revamp was itself revamped signficantly: A) Change SBCL option from building from locally installed SBCL to building from a downloaded bootstrap SBCL compiler (supports FreeBSD i386 & amd64 and DragonFly x86_64) B) Set this as the default option and move the formerly default CCL to a non-default option C) Cosmetic: comment typo fixes, options realigned D) contributed lisp modules readded to the makefile and pkg-plist E) PLUS_BOOTSTRAPS switch to regenerate distinfo with all bootstrap files F) Change "RENAME_DLM" PLIST_SUB to "CORE_SUFFIX" to unbreak makeplist G) Regenerated pkg-plist (which wasn't previously ordered) H) Set renaming of .core files to _core by default as it has been previously done for years. Approved by: DF Support / just-fix-it [1] [1] No immediate response from ler@, adamw@, or maintainer after notification of issues caused by changes of major update. Justified by need to restore platform builds and dependent port builds. Notes: svn path=/head/; revision=432557
* Update lang/sbcl to 1.3.13Larry Rosenman2017-01-156-335/+140
| | | | | | | | | | | | Give MAINTAINERship to submitter, modernize port. PR: 215866 Submitted by:Pavel Volkov (pavelivolkov gmail com) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9186 Notes: svn path=/head/; revision=431505
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* lang/sbcl: Upgrade version 1.2.9 => 1.3.1John Marino2015-12-026-51/+18
| | | | | | | | PR: 204942 Submitted by: Michael Danilov Notes: svn path=/head/; revision=402845
* lang/sbcl: Install contrib modules (again)John Marino2015-03-222-12/+135
| | | | | | | | | | | The module support should not have been removed. It caused ports dependent on sbcl to break during building. Fix partially taken from PR below: PR: 198688 Notes: svn path=/head/; revision=381916
* lang/sbcl: Fix MASTER_SITES, support DragonFly and moreJohn Marino2015-03-222-98/+66
| | | | | | | | | | | | | | | | | | | | Now that SBCL is current, there was some cleanup needed. This included: - MASTER_SITES for bootstrap compilers did not resolve - Replaced with LOCAL/marino - FreeBSD 7 not supported anymore - removed references from distinfo and bootstrap list - contrib modules not supported anymore, removed references - removed -pthread change - Added support for x86-64-dragonfly - simplified docs handling (remove condition DISTFILE for docs) - unmasked build target commands - moved cleanup of patching to post-patch target - general aesthetic cleanup No revbump needed. Notes: svn path=/head/; revision=381909
* lang/sbcl: remove experimental THREADS option; it doesn't buildJohn Marino2015-03-221-1/+1
| | | | | | | PR: 184425, 198590 Notes: svn path=/head/; revision=381890
* lang/sbcl: Upgrade version 1.1.12 => 1.2.9John Marino2015-03-216-243/+94
| | | | | | | | PR: 198590 Submitted by: Satosi Kimura (nifty.ne.jp) Notes: svn path=/head/; revision=381785
* Cleanup plistBaptiste Daroussin2014-10-271-29/+0
| | | | Notes: svn path=/head/; revision=371587
* Add staging support.Jimmy Olgeni2014-08-122-17/+16
| | | | | | | | | PR: 190708 Submitted by: olgeni Approved by: maintainer timeout Notes: svn path=/head/; revision=364741
* Reset maintainer on lang/sbclJohn Marino2014-08-111-1/+1
| | | | | | | | | | There's been a staging PR in place since June that prevent a maintainer reset back in June. Approved by: portmgr (implicit, NOT_STAGED) Notes: svn path=/head/; revision=364609
* 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 USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-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. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjustBrendan Fabeny2013-10-033-6/+16
| | | | | | | | | dependent ports PR: 181545 [1] Notes: svn path=/head/; revision=329191
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* update lang/sbcl to 1.1.8, and adjust dependent portsBrendan Fabeny2013-06-062-5/+5
| | | | Notes: svn path=/head/; revision=320089
* update lang/sbcl to 1.1.7, and adjust dependent portsBrendan Fabeny2013-05-063-107/+10
| | | | Notes: svn path=/head/; revision=317524
* fix a recent build failure by temporarily disabling two contribBrendan Fabeny2013-03-221-0/+14
| | | | | | | sb-sprof tests that are run during the build proper Notes: svn path=/head/; revision=314966
* update lang/sbcl to 1.1.5+bugfixes, and adjust dependent portsBrendan Fabeny2013-03-033-5/+112
| | | | Notes: svn path=/head/; revision=313363
* update lang/sbcl to 1.1.4 and adjust dependent portsBrendan Fabeny2013-02-022-5/+5
| | | | Notes: svn path=/head/; revision=311445
* update lang/sbcl to 1.1.3 and adjust dependent portsBrendan Fabeny2013-01-054-7/+31
| | | | Notes: svn path=/head/; revision=309961
* update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent portsBrendan Fabeny2012-12-164-6/+24
| | | | Notes: svn path=/head/; revision=308981
* update lang/sbcl to 1.0.58 and switch to the new options format;Brendan Fabeny2012-09-132-34/+31
| | | | | | | adjust dependent ports Notes: svn path=/head/; revision=304169
* Remove useless metadata from ports I created.Dag-Erling Smørgrav2012-09-051-4/+0
| | | | Notes: svn path=/head/; revision=303710
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* update lang/sbcl to 1.0.57, and adjust dependent portsBrendan Fabeny2012-05-222-5/+10
| | | | Notes: svn path=/head/; revision=297217
* update to 1.0.56 and adjust dependent ports; switch to the packagedBrendan Fabeny2012-04-2311-239/+80
| | | | | | | | | | html documents, to avoid problems with our texinfo tools; pass prefix, dynamic space size, and lisp bootstrap via make.sh options; update flags and use them in tests; remove unused patches; simplify and sort some variables and options-handling; shorten some long lines Notes: svn path=/head/; revision=295300
* - Mark BROKEN: does not build (broken by recent texinfo update)Pav Lucistnik2012-04-181-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=295069
* remove a stale patchBrendan Fabeny2012-02-071-10/+0
| | | | | | | | PR: 164542 Submitted by: swell.k Notes: svn path=/head/; revision=290527
* update lang/sbcl to 1.0.55, and adjust dependent portsBrendan Fabeny2012-01-243-14/+11
| | | | Notes: svn path=/head/; revision=289738
* update lang/sbcl to 1.0.54, and adjust dependent ports (this allows sbcl toBrendan Fabeny2011-12-095-42/+13
| | | | | | | | | | | | | | | | be build WITH_THREADS on recent versions of FreeBSD once again) [1]; rename *.core files in sbcl and math/maxima so that they are not removed by disk-cleaning scripts [2]; make it possible to use the makesum target in sbcl WITH_SBCL; fix maxima build WITH_CMUCL, and place a default memory cap of 1GiB on amd64; reduce default output from a few targets in maxima, and defer patch cleaning to the pre-build target to make debugging easier PR: 162017 [1], 162680 [2] Approved by: pav (portmgr) Feature safe: yes Notes: svn path=/head/; revision=287114
* update lang/sbcl to 1.0.53, and adjust dependent portsBrendan Fabeny2011-11-234-22/+22
| | | | | | | | | | PR: 161444 Submitted by: olgeni (earlier version) Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=286273
* really fix NOPORTDOCSBrendan Fabeny2011-11-221-8/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286213
* -fix builds on FreeBSD 9,10 [1]Brendan Fabeny2011-11-212-30/+20
| | | | | | | | | | | | | | -temporarily mark WITH_THREADS as BROKEN on 9,10 [2] -fix NOPORTDOCS; add a regression-test alias for the test target; delay the patch clean-up to ease debugging; remove some lines dealing with unsupported versions of FreeBSD PR: 161502 [1], 162017 [2] Submitted by: N. Toja [1,2] Feature safe: yes Notes: svn path=/head/; revision=286137
* Adopt during Stas's hiatusBrendan Fabeny2011-10-261-1/+1
| | | | | | | Approved by: stas Notes: svn path=/head/; revision=284341
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - Fix build with CLANG.Stanislav Sedov2011-09-222-0/+21
| | | | | | | | | | PR: ports/160327 Reported by: "Hartmann, O." <ohartman@zedat.fu-berlin.de> Submitted by: h h <aakuusta@gmail.com> Obtained from: sbcl bugtracker: https://bugs.launchpad.net/sbcl/+ Notes: svn path=/head/; revision=282152
* - Fix errno expectation in the rmdir.3 testStanislav Sedov2011-07-151-0/+18
| | | | | | | | | | (freebsd returns the same error darwin does). PR: ports/154019 (based on) Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=277728
* - Disable some failing threading tests so the threaded build succeeds.Stanislav Sedov2011-07-142-9/+20
| | | | Notes: svn path=/head/; revision=277725
* - Graphviz is not required for the build if all the documentation is disabled.Stanislav Sedov2011-07-131-2/+4
| | | | | | | | PR: ports/158723 Submitted by: Quentin Stievenart <acieroid@awesom.eu> Notes: svn path=/head/; revision=277643
* - Mark broken if threads are enabled until the problem is fixed instead ofStanislav Sedov2011-07-121-3/+7
| | | | | | | | | silently building without threads. Suggested by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=277572
* - Comment out THREADS option for now, sbcl fails to pass tests with threadsStanislav Sedov2011-07-111-4/+8
| | | | | | | on. Notes: svn path=/head/; revision=277568
* - Fix pkg-plist.Stanislav Sedov2011-07-101-0/+1
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=277439
* - Update to 1.0.49.Stanislav Sedov2011-07-083-24/+4
| | | | | | | | PR: ports/157088 (based on) Submitted by: Jimmy Olgeni <olgeni@freebsd.org> Notes: svn path=/head/; revision=277360
* - remove MD5Olli Hauer2011-07-031-7/+0
| | | | Notes: svn path=/head/; revision=276987
* - Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.Hiroki Sato2011-06-181-2/+3
| | | | | | | | - Use print/teTeX-base for latex instead of print/teTeX. - Use share/texmf for TeX-related files instead of share/texmf-local. Notes: svn path=/head/; revision=275778