/lang/p5-Expect/

eebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cl-asdf
Commit message (Collapse)AuthorAgeFilesLines
* devel/cl-asdf: Update to version 3.3.1.7jrm2018-04-134-19/+30
| | | | | | | | | | | | | | Port changes: - Pull tarball from Common-Lisp.net GitLab repository - Do not silence install commands (except mkdir) - Conform to 'Order of Variables in Port Makefiles' from Porter's Handbook - Silence warning about creating absolute links - Set DISTVERSION instead of setting PORTVERSION directly PR: 225427 Submitted by: Christian Heckendorf <heckendorfc@gmail.com> Approved by: maintainer timeout (1 month)
* Convert to @samplebapt2016-04-101-3/+1
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-8/+8
| | | | | With hat: portmgr Sponsored by: Absolight
* - Remove deprecated @dirrm usagepawel2016-01-172-5/+6
| | | | | | | - Mark all bsd.cl-asdf.mk consumers as NO_ARCH, except lang/ccl - Use option helper Approved by: portmgr blanket
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-3/+3
| | | | | | | | | | | | | | | | | 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
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-10-271-4/+0
|
* Remove indefinite articles from COMMENT where I'm maintainer.olgeni2014-06-081-1/+1
|
* Stage supportantoine2014-02-161-18/+11
|
* Make it possible to stage some common lisp portsantoine2014-02-151-2/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | devel part 1)
* Convert Makefile headers to the new format.olgeni2013-02-181-4/+1
|
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-2/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Use :wild-inferiors when configuring the standard output translation,olgeni2011-10-052-5/+8
| | | | | | else fasl files in subdirectories would not be found. PR: ports/160770 (reported)
* Upgrade to ASDF 2.017.olgeni2011-08-177-74/+34
| | | | | | | | | | 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.
* -remove MD5ohauer2011-07-031-1/+0
|
* Add Clozure CL paths to asdf:*central-registry*.olgeni2011-03-292-1/+3
|
* The upcoming Clozure CL upgrade will require loading asdf-binary-locations.olgeni2011-03-282-2/+3
|
* Whitespace fix.olgeni2011-03-281-3/+3
|
* Provide a way to specify extra command line options to lisp compilerolgeni2010-10-241-2/+3
| | | | | | | for FASL_BUILD ports without touching CLISP/SBCL variables. PR: ports/151682 Submitted by: Anonymous <swell.k@gmail.com>
* Avoid clobbering TMPPLIST from bsd.cl-asdf.mk.olgeni2010-10-201-1/+1
| | | | | PR: ports/151571 Submitted by: swell.k@gmail.com
* Fix fasl loading by using an asdf:*source-to-target-mappings* entryolgeni2010-01-212-3/+10
| | | | | | | for each installed cl-* port. Previously, some fasl files were either rebuilt when running as root, or failed to load due to permission errors for normal users.
* Let CLISP produce some logs if anything goes wrong.olgeni2010-01-211-1/+1
|
* When building ASDF modules with the previous cl-asdf port version,olgeni2010-01-203-42/+54
| | | | | | | | | | | | | | | | | | | 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).
* Do not clobber LIB_DEPENDS and RUN_DEPENDS.olgeni2010-01-171-2/+2
|
* Remove redundant code and variables from the cl-* ports.olgeni2010-01-153-23/+128
| | | | | | | | | | | 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.
* Remove redundant commands.olgeni2010-01-131-3/+0
|
* Add %%LIB32DIR%%/common-lisp.olgeni2010-01-131-0/+1
|
* Upgrade to version 1.374 and cleanup.olgeni2010-01-135-97/+106
| | | | | | The asdf-init.lisp script was changed to support the bundled ASDF libraries in lang/ccl and lang/sbcl. Therefore, it can be safely loaded by both (also by lang/clisp) to enable the ASDF framework.
* Fix more typos.olgeni2010-01-101-5/+5
|
* Fix file name in comments; spell check comment text.olgeni2010-01-091-4/+3
|
* Fix some typos in the comment section.olgeni2010-01-091-8/+8
|
* Fix comment (cl-asdf-cmucl does not exist in ports).olgeni2010-01-091-1/+1
|
* Taker over unmaintained ports.olgeni2010-01-091-1/+1
|
* - Respect PORTEXAMPLESmiwi2009-09-203-23/+26
| | | | | | | | - pkg-message incorrectly refers to ${PREFIX} instead of %%PREFIX%% PR: 136772 Submitted by: Sahil Tandon <sahil@tandon.net> Feature safe: yes
* Respect LOCALBASE.tdb2007-07-103-9/+11
| | | | | PR: 113573 Submitted by: self
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Populate virtual category "lisp"vs2005-10-161-1/+1
| | | | | | PR: ports/86370 Submitted by: Julian Stecklina Approved by: portmgr (linimon)
* - Mirror distfile on MASTER_SITE_LOCALpav2005-04-102-31/+35
| | | | | | | | - Fix plist - Make-up :) PR: ports/79548 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* BROKEN: Incomplete pkg-plistkris2005-02-121-0/+2
|
* Reset bouncing maintainer address:kris2004-12-061-1/+1
| | | | | | <henrik.motakef@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550 <henrik.motakef@web.de> Benutzer nicht bekannt/User unknown (in reply to RCPT TO command)