Port details |
- cl-trivial-features-sbcl Ensures consistent *FEATURES* in Common Lisp
- 1.0.4_1,1 devel =2 1.0.4_1,1Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2010-01-17 15:48:41
- Last Update: 2024-12-30 12:16:48
- Commit Hash: 438578c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: lisp
- License: MIT
- WWW:
- https://www.cliki.net/trivial-features
- Description:
- trivial-features ensures consistent *FEATURES* across multiple
Common Lisp implementations.
For example, on MacOS X platforms, while most Lisps push :DARWIN
to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead,
respectively. Some Lisps might not push any feature suggesting MacOS
X at all. trivial-features will make sure all Lisps will have :DARWIN
in the *FEATURES* list when running on MacOS X.
This package is compiled with SBCL.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cl-trivial-features-sbcl>0:devel/cl-trivial-features-sbcl
- To install the port:
- cd /usr/ports/devel/cl-trivial-features-sbcl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cl-trivial-features-sbcl
- pkg install cl-trivial-features-sbcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-trivial-features-sbcl
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- trivial-features.asd : devel/cl-trivial-features
- sbcl : lang/sbcl
- Runtime dependencies:
-
- trivial-features.asd : devel/cl-trivial-features
- sbcl : lang/sbcl
- This port is required by:
- for Build
-
- converters/cl-babel-sbcl
-
Deleted ports which required this port:
- for Run
-
- converters/cl-babel-sbcl
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_cl-trivial-features-sbcl
- USES:
- cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Number of commits found: 105 (showing only 5 on this page)
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2010.01.16_3 24 Jan 2012 14:10:45 |
bf |
update lang/sbcl to 1.0.55, and adjust dependent ports |
2010.01.16_2 16 Aug 2011 21:00:30 |
olgeni |
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf. |
2010.01.16_1 20 Jul 2011 19:40:38 |
pav |
- Mark BROKEN: fails to build
Reported by: pointyhat |
2010.01.16_1 20 Jan 2010 12:40:13 |
olgeni |
When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).
Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.
Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.
All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped). |
2010.01.16 17 Jan 2010 15:48:11 |
olgeni |
Add cl-trivial-features, which ensures consistent *FEATURES* across multiple
Common Lisp implementations (SBCL binaries). |
Number of commits found: 105 (showing only 5 on this page)
|