non port: lang/sbcl/Makefile |
Number of commits found: 234 (showing only 100 on this page) |
Monday, 11 Dec 2017
|
14:23 krion
Update to 1.4.2
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13429
 |
Wednesday, 15 Nov 2017
|
04:12 jrm
Chase upgrade of lang/sbcl
All ports with SBCL fasl files must be rebuilt when the lang/sbcl package
changes. Also, add a note to lang/sbcl/Makefile as a reminder of the
required PORTREVISION bumps to prevent future breakage.
Approved by: krion, olgeni
Differential Revision: https://reviews.freebsd.org/D13087
 |
Tuesday, 14 Nov 2017
|
12:40 krion
Update to version 1.4.1
PR: 223336
Submitted by: satosi.kimura@nifty.ne.jp
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12874
 |
Thursday, 7 Sep 2017
|
12:10 krion
Update to version 1.3.21
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12216
 |
Thursday, 17 Aug 2017
|
19:02 jrm
lang/sbcl: Hook into the FreeBSD ports asdf framework by depending on
devel/cl-asdf and loading etc/asdf-init.lisp in sbclrc
Also:
- Download SBCL bootstrap binaries from official upstream source instead of
the FreeBSD cluster
- Use DISTVERION instead of PORTVERSION
- Fix portlint warnings about ordering
- Use variables; e.g., ${PORTVERSION} instead of repeating sbcl
- Bbump PORTREVISION
Approved by: krion (maintainer)
Differential Revision: https://reviews.freebsd.org/D12055
 |
Monday, 14 Aug 2017
|
17:06 jrm
lang/sbcl: Install default system-wide startup script
- patch to search for the system-wide startup script under ${PREFIX}/etc/
- patch documentation, so it refers to ${PREFIX}/etc/ instead of /etc
- startup script loads asdf and sets asdf:*central-registry* to the
location where the cl-* ports install asd files
Approved by: krion (maintainer)
Differential Revision: https://reviews.freebsd.org/D12018
 |
Friday, 4 Aug 2017
|
14:56 krion
Update to 1.3.20
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11860
 |
Saturday, 4 Feb 2017
|
18:12 krion
Takeover maintainership
Approved by: mat (implicit)
 |
14:57 marino
lang/sbcl: reset maintainer upon request
PR: 216780
 |
Friday, 27 Jan 2017
|
17:42 marino
lang/sbcl: Restore SBCL bootstrap and missing modules
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.
 |
Sunday, 15 Jan 2017
|
01:34 ler
Update lang/sbcl to 1.3.13
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
 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 2 Dec 2015
|
19:16 marino
lang/sbcl: Upgrade version 1.2.9 => 1.3.1
PR: 204942
Submitted by: Michael Danilov
 |
Sunday, 22 Mar 2015
|
14:42 marino
lang/sbcl: Install contrib modules (again)
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
 |
12:59 marino
lang/sbcl: Fix MASTER_SITES, support DragonFly and more
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.
 |
08:16 marino
lang/sbcl: remove experimental THREADS option; it doesn't build
PR: 184425, 198590
 |
Saturday, 21 Mar 2015
|
01:55 marino
lang/sbcl: Upgrade version 1.1.12 => 1.2.9
PR: 198590
Submitted by: Satosi Kimura (nifty.ne.jp)
 |
Tuesday, 12 Aug 2014
|
20:19 olgeni
Add staging support.
PR: 190708
Submitted by: olgeni
Approved by: maintainer timeout
 |
Monday, 11 Aug 2014
|
13:46 marino
Reset maintainer on lang/sbcl
There's been a staging PR in place since June that prevent a maintainer
reset back in June.
Approved by: portmgr (implicit, NOT_STAGED)
 |
Tuesday, 29 Jul 2014
|
20:55 adamw
Repair instances, almost all courtesy of bf ;-), of spaces
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)
 |
18:41 adamw
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
 |
Saturday, 5 Jul 2014
|
19:27 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
 |
Thursday, 3 Oct 2013
|
13:47 bf
Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports
PR: 181545 [1]
 |
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
 |
Thursday, 6 Jun 2013
|
13:13 bf
update lang/sbcl to 1.1.8, and adjust dependent ports
 |
Monday, 6 May 2013
|
15:33 bf
update lang/sbcl to 1.1.7, and adjust dependent ports
 |
Sunday, 3 Mar 2013
|
15:55 bf
update lang/sbcl to 1.1.5+bugfixes, and adjust dependent ports
 |
Saturday, 2 Feb 2013
|
21:57 bf
update lang/sbcl to 1.1.4 and adjust dependent ports
 |
Saturday, 5 Jan 2013
|
14:13 bf
update lang/sbcl to 1.1.3 and adjust dependent ports
 |
Sunday, 16 Dec 2012
|
05:34 bf
update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports
 |
Thursday, 13 Sep 2012
|
02:03 bf
update lang/sbcl to 1.0.58 and switch to the new options format;
adjust dependent ports
 |
Wednesday, 5 Sep 2012
|
15:43 des
Remove useless metadata from ports I created.
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Tuesday, 22 May 2012
|
19:16 bf
update lang/sbcl to 1.0.57, and adjust dependent ports
 |
Monday, 23 Apr 2012
|
09:27 bf
update to 1.0.56 and adjust dependent ports; switch to the packaged
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
 |
Wednesday, 18 Apr 2012
|
21:23 pav
- Mark BROKEN: does not build (broken by recent texinfo update)
Reported by: pointyhat
 |
Tuesday, 24 Jan 2012
|
14:10 bf
update lang/sbcl to 1.0.55, and adjust dependent ports
 |
Friday, 9 Dec 2011
|
12:54 bf
update lang/sbcl to 1.0.54, and adjust dependent ports (this allows sbcl to
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
 |
Wednesday, 23 Nov 2011
|
02:43 bf
update lang/sbcl to 1.0.53, and adjust dependent ports
PR: 161444
Submitted by: olgeni (earlier version)
Approved by: miwi (portmgr)
Feature safe: yes
 |
Tuesday, 22 Nov 2011
|
00:42 bf
really fix NOPORTDOCS
Feature safe: yes
 |
Monday, 21 Nov 2011
|
00:39 bf
-fix builds on FreeBSD 9,10 [1]
-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
 |
Wednesday, 26 Oct 2011
|
05:54 bf
Adopt during Stas's hiatus
Approved by: stas
 |
Monday, 24 Oct 2011
|
03:33 stas
- Return my ports back to the pool. I was unable to make any fixes to
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).
 |
Thursday, 14 Jul 2011
|
21:35 stas
- Forced commit to note that the previous one is based on the ports/154050.
PR: ports/154050
Submitted by: Anonymous <swell.k@gmail.com>
 |
21:34 stas
- Disable some failing threading tests so the threaded build succeeds.
 |
Wednesday, 13 Jul 2011
|
19:13 stas
- Graphviz is not required for the build if all the documentation is disabled.
PR: ports/158723
Submitted by: Quentin Stievenart <acieroid@awesom.eu>
 |
Tuesday, 12 Jul 2011
|
00:09 stas
- Mark broken if threads are enabled until the problem is fixed instead of
silently building without threads.
Suggested by: Pan Tsu <inyaoo@gmail.com>
 |
Monday, 11 Jul 2011
|
21:25 stas
- Comment out THREADS option for now, sbcl fails to pass tests with threads
on.
 |
Friday, 8 Jul 2011
|
19:45 stas
- Update to 1.0.49.
PR: ports/157088 (based on)
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
 |
Saturday, 18 Jun 2011
|
16:13 hrs
- Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX.
- Use share/texmf for TeX-related files instead of share/texmf-local.
 |
Thursday, 31 Mar 2011
|
07:41 stas
- Unbreak "test" make target.
PR: ports/156049
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
 |
Friday, 12 Nov 2010
|
14:03 stas
- Install .lisp files before .fasl. Otherwise sbcl ends up
thinking that FASL files are outdated.
- Bump portrevision.
Submitted by: Anonymous <swell.k@gmail.com>
 |
Sunday, 7 Nov 2010
|
07:56 stas
- Fix texinfo reference in internals documentation.
- Bump portrevision.
PR: ports/151651
Submitted by: Anonymous <swell.k@gmail.com>
 |
Sunday, 31 Oct 2010
|
19:07 pav
- Mark BROKEN on 6.X: does not build
Reported by: pointyhat
 |
Monday, 18 Oct 2010
|
19:07 stas
- Graphviz is required even for non-PDF documents.
PR: ports/151540
Submitted by: Anonymous <swell.k@gmail.com>
 |
Friday, 15 Oct 2010
|
23:04 stas
- Update to 1.0.43. [1]
- Allow memory upper bound on amd64, too. [1]
- Respect CC, *FLAGS, and toolchain-related variables. [1]
- Disable failing tests on threaded build: mailbox.interrupts-safety.1
and get-protocol-by-name/error. [2]
- Prevent local SBCL_HOME from interfering with installation. [2]
- Delete both .bak *and* .orig files in WRKSRC. [2]
- Install supplied documentation, both for the SBCL itself and the modules.
- Provide a way to install HTML, PDF and PS versions of manuals. Install
PDF and HTML by defaul.
- Substitue the correct build date in sbcl.1 manual page before installing.
- Don't install empty dirs and other temporary files.
- Respect NOPORTDOCS.
PR: ports/146623
Submitted by: bf <bf1783@gmail.com> [1], Anonymous <swell.k@gmail.com> [2]
 |
Thursday, 23 Sep 2010
|
16:31 olgeni
Revert to 1.0.34 (keeping the --dynamic-space-size build fixes) due
to explanations found in ports/146623.
Noticed by: b. f.
Pointy hat to: olgeni
 |
14:15 olgeni
- Update to 1.0.40.0
- Patch a few files to use the exported LISP_EXTRA_ARG variable,
thus respecting --dynamic-space-size on every sbcl invocation.
Without this, the port fails to build even if DYNAMIC_SPACE_SIZE
is set to a proper value.
PR: ports/149281
Submitted by: olgeni
Approved by: maintainer timeout (50 days)
 |
Tuesday, 5 Jan 2010
|
01:29 stas
- Update to 1.0.34.
 |
Friday, 16 Oct 2009
|
15:01 stas
- Update bootstrap binaries to the latest version.
 |
Wednesday, 14 Oct 2009
|
22:02 stas
- Update to 1.0.31.
- Use FreeBSD8 binaries for 9.0 bootstrap
- Add "bootstrap" target to simplify binary distribution builds
 |
Thursday, 27 Aug 2009
|
18:31 amdmi3
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)
Approved by: portmgr (pav)
 |
Sunday, 9 Aug 2009
|
11:28 stas
- Update to 1.0.30.
- Fix threading support (thanks to Hiroyuki Komatsu <kom@narihara-lab.jp>).
- Temporary use my mirror for distfiles until issues with sourceforge are
resolved.
 |
Friday, 5 Jun 2009
|
10:46 stas
- The distfile has been rerolled with the missing SUPPORT file included.
- Fix FILL bug on amd64 platforms.
 |
Thursday, 4 Jun 2009
|
15:40 stas
- Update to 1.0.29.
 |
Tuesday, 7 Apr 2009
|
11:00 stas
- Update to 1.0.27.
 |
Monday, 9 Feb 2009
|
15:24 stas
- Update to 1.0.25.
PR: ports/131103 (based on)
Submitted by: bf <bf2006a@yahoo.com>
 |
Monday, 1 Dec 2008
|
19:28 stas
- Update to 1.0.23.
 |
Saturday, 8 Nov 2008
|
19:36 stas
- Update to 1.0.22.
PR: ports/128695
Submitted by: bf <bf2006a@yahoo.com>
 |
Friday, 3 Oct 2008
|
09:52 stas
- Update to 1.0.21.
 |
Friday, 5 Sep 2008
|
23:44 stas
- Update to 1.0.20.
PR: ports/127062
Submitted by: bf <bf2006a@yahoo.com>
 |
Saturday, 2 Aug 2008
|
20:34 stas
- Update to 1.0.19.
 |
Wednesday, 23 Jul 2008
|
07:23 stas
- Update to 1.0.18.
PR: ports/125620
Submitted by: bf <bf2006a@yahoo.com>
 |
Thursday, 5 Jun 2008
|
08:39 stas
- Update to 1.0.17.
- Update bootstrap binaries to the latest version. Also, add bootstrap
for each supported FreeBSD version to eliminate compat-XXX dependency.
- Add a knob to specify SBCL dynamic space size (useful for low-memory
systems). [1]
- Enable sb-luted for threaded SBCL. [1]
- FreeBSD 5.x cleanup.
PR: ports/123250 (based on) [1]
Submitted by: bf <bf2006a@yahoo.com>
 |
Wednesday, 14 May 2008
|
14:39 stas
- Take maintainership.
 |
Sunday, 4 May 2008
|
04:47 edwin
Fix build of sbcl on non-i386 due to distfiles issues
 |
Wednesday, 30 Apr 2008
|
01:55 edwin
Update to 1.0.16
 |
Wednesday, 23 Apr 2008
|
20:37 pav
- Update to 1.0.14
PR: ports/120530
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Approved by: maintainer timeout (2 months)
 |
Wednesday, 19 Mar 2008
|
12:47 lippe
- Drop maintainership of this maintainer.
PR: ports/121790
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: gabor (mentor)
 |
Tuesday, 18 Dec 2007
|
16:21 pav
- Update to 1.0.11
PR: ports/117519
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Thursday, 27 Sep 2007
|
22:27 miwi
- Update to 1.0.10
PR: 116654
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Wednesday, 29 Aug 2007
|
00:13 okazaki
Update to 1.0.9.
PR: 115857
Submitted by: maintainer
 |
Thursday, 26 Jul 2007
|
11:53 miwi
- Update to 1.0.8
PR: 114909
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Thursday, 28 Jun 2007
|
14:02 arved
Update to 1.0.7
PR: 114094
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
 |
Monday, 4 Jun 2007
|
07:45 keramida
Fix minor typo in the description of the THREADS option.
 |
Friday, 1 Jun 2007
|
11:20 miwi
- Fix build
Submitted by: pointyhat via kris
: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Sunday, 27 May 2007
|
17:39 miwi
- Update to 1.0.6
PR: 113051
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Sunday, 29 Apr 2007
|
21:07 miwi
- Update to 1.0.5
- Drop support for FreeBSD 4
PR: 112220
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Monday, 26 Mar 2007
|
05:21 clsung
- Update lang/sbcl to 1.0.4.
PR: ports/110829
Submitted by: maintainer (NIIMI Satoshi)
 |
Thursday, 1 Mar 2007
|
10:01 miwi
- Update to 1.0.3
PR: 109652
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Friday, 26 Jan 2007
|
13:19 vanilla
Upgrade to 1.0.2
PR: ports/108363
Submitted by: maintainer
 |
Thursday, 11 Jan 2007
|
07:41 miwi
-Use native binaries to bootstrap on amd64 not to require i386 binary
compatibility.
- This would fix build failure on pointyhat.
PR: ports/107804
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Wednesday, 27 Dec 2006
|
15:17 miwi
- Update to 1.0.1
PR: ports/107223
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Saturday, 9 Dec 2006
|
09:31 miwi
- Fix handling of floating point exception on AMD64.
- Support build on AMD64 with threading.
PR: ports/106506
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
 |
Saturday, 2 Dec 2006
|
00:20 miwi
- Update to 1.0
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Wednesday, 1 Nov 2006
|
08:06 miwi
- Update to 0.9.18
PR: ports/104846
Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
 |
Wednesday, 27 Sep 2006
|
18:49 rafan
- Update to 0.9.17
PR: ports/103698
Submitted by: NIIMI Satoshi <sa2c at sa2c.net> (maintainer)
 |
Saturday, 26 Aug 2006
|
15:56 clsung
- Update to 0.9.16
PR: ports/102539
Submitted by: maintainer (NIIMI Satoshi)
 |
Thursday, 27 Jul 2006
|
11:17 itetcu
Update to 0.9.15
PR: ports/100907
Submitted by: NIIMI Satoshi (maintainer)
 |
Number of commits found: 234 (showing only 100 on this page) |