non port: devel/cl-asdf/bsd.cl-asdf.mk |
Number of commits found: 12 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
all: Remove all other $FreeBSD keywords.
135fdee |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 17 Jan 2016
|
10:07 pawel
- Remove deprecated @dirrm usage
- Mark all bsd.cl-asdf.mk consumers as NO_ARCH, except lang/ccl
- Use option helper
Approved by: portmgr blanket
|
Monday, 17 Aug 2015
|
14:20 mat
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Saturday, 15 Feb 2014
|
15:12 antoine
Make it possible to stage some common lisp ports
|
Tuesday, 16 Aug 2011
|
20:52 olgeni
Upgrade to ASDF 2.017.
From now on, asdf-binary-translations is no longer supported upstream.
Therefore, we use the new asdf:initialize-output-translations
function with the same logic as before.
SBCL 1.0.49 already has a bundled ASDF 2, which caused all cl-*-sbcl
ports to fail. The upcoming Clozure CL 1.7 will also need ASDF 2
support.
|
Sunday, 24 Oct 2010
|
12:01 olgeni
Provide a way to specify extra command line options to lisp compiler
for FASL_BUILD ports without touching CLISP/SBCL variables.
PR: ports/151682
Submitted by: Anonymous <swell.k@gmail.com>
|
Tuesday, 19 Oct 2010
|
20:11 olgeni
Avoid clobbering TMPPLIST from bsd.cl-asdf.mk.
PR: ports/151571
Submitted by: swell.k@gmail.com
|
Wednesday, 20 Jan 2010
|
17:30 olgeni
Let CLISP produce some logs if anything goes wrong.
|
12:40 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).
|
Saturday, 16 Jan 2010
|
22:19 olgeni
Do not clobber LIB_DEPENDS and RUN_DEPENDS.
|
Friday, 15 Jan 2010
|
12:14 olgeni
Remove redundant code and variables from the cl-* ports.
Introduce bsd.cl-asdf.mk to automate the compilation and installation
of Common Lisp libraries using the ASDF framework.
Currently it supports building FASL files on SBCL and CLISP, to
support the ports that already exist in the ports tree.
This should help bringing in more cl-* ports from the ASDF repository
without excessive code duplication.
|
Number of commits found: 12 |