| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
dependent ports
PR: 181545 [1]
Notes:
svn path=/head/; revision=329191
|
|
|
|
|
|
|
| |
devel part 1)
Notes:
svn path=/head/; revision=327722
|
|
|
|
| |
Notes:
svn path=/head/; revision=320089
|
|
|
|
| |
Notes:
svn path=/head/; revision=317524
|
|
|
|
| |
Notes:
svn path=/head/; revision=313363
|
|
|
|
| |
Notes:
svn path=/head/; revision=311445
|
|
|
|
| |
Notes:
svn path=/head/; revision=309961
|
|
|
|
| |
Notes:
svn path=/head/; revision=308981
|
|
|
|
|
|
|
| |
adjust dependent ports
Notes:
svn path=/head/; revision=304169
|
|
|
|
| |
Notes:
svn path=/head/; revision=297217
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=289738
|
|
|
|
|
|
|
| |
on devel/cl-asdf.
Notes:
svn path=/head/; revision=279848
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=278035
|
|
|
|
|
|
|
| |
Suggested by: stas
Notes:
svn path=/head/; revision=263366
|
|
|
|
| |
Notes:
svn path=/head/; revision=263359
|
|
|
|
| |
Notes:
svn path=/head/; revision=248208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=248207
|
|
|
|
|
|
|
| |
build sources installed by dependencies.
Notes:
svn path=/head/; revision=247970
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=247937
|
|
|
|
| |
Notes:
svn path=/head/; revision=247769
|
|
|
|
|
|
|
| |
similar code fragments.
Notes:
svn path=/head/; revision=247737
|
|
|
|
| |
Notes:
svn path=/head/; revision=247636
|
|
|
|
|
|
|
|
|
| |
Hoping to see you back soon!
Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
Notes:
svn path=/head/; revision=166704
|
|
valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
the traditional way (e.g., 1+2) when writing Lisp programs instead of
using the normal Lisp syntax (e.g., (+ 1 2)). It is not intended to be a
full replacement for the normal Lisp syntax.
This package is compiled with SBCL.
Written by Mark Kantrowitz, School of Computer Science,
Carnegie Mellon University, March 1993.
WWW: http://www.cliki.net/infix
PR: ports/93223
Submitted by: Pedro F Giffuni <giffunip@asme.org>
Notes:
svn path=/head/; revision=165809
|