notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: lang/sbcl/files/sbclrc.in

Number of commits found: 3

Friday, 20 Dec 2024
02:31 Joseph Mingrone (jrm) search for other commits by this committer
Infrastructure for Common Lisp Ports: Overhaul

- Decouple ASDF initialization from devel/cl-asdf by creating a
  dedicated port: devel/freebsd-cl-asdf-init.
- Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl.
- Add devel/cl-asdf-sbcl
- Update ASDF configuration:
   - Prefer newer ASDF versions, but only if the fasl is available.
   - Replace license text with an SPDX license identifier.
   - Simplify and clarify documentation.
   - Remove the assumption that ${PREFIX} is /usr/local.
   - Use uiop:getenv instead of a custom getenv function.
   - Remove asdf:output-files customization to resolve output
     translation issues.
   - Improve output translations:
     - Prevent writing fasls to ${PREFIX}/lib/common-lisp/ when the
       corresponding fasl port is not installed.
     - Fall back to ASDF's default caching mechanism of writing fasl to
       a cache under ${HOME} when users install a Common Lisp port
       without its fasl port.
   - Improve interoperability with Common Lisp code from sources outside
     of ports, such as Quicklisp.
   - Add support for Clozure Common Lisp (CCL)

Approved by:	olgeni (implicit)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D47983
commit hash: 4c954c1522cbf4d05013caaf40c36458d82f1480 commit hash: 4c954c1522cbf4d05013caaf40c36458d82f1480 commit hash: 4c954c1522cbf4d05013caaf40c36458d82f1480 commit hash: 4c954c1522cbf4d05013caaf40c36458d82f1480 4c954c1
Thursday, 17 Aug 2017
19:02 jrm search for other commits by this committer
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
Original commitRevision:448176 
Monday, 14 Aug 2017
17:06 jrm search for other commits by this committer
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
Original commitRevision:447953 

Number of commits found: 3