Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.4.7,2 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3.4.7,2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3.4.7,2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.3.4.7,2 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
3.3.4.7,2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.3.4.7,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.4.7,2 27 Dec 2020 12:48:32 |
jrm |
devel/cl-asdf: Update to version 3.3.4.7
Changelog: https://gitlab.common-lisp.net/asdf/asdf/-/blob/a58828745a610c1af841a86587ba197707c89eb3/doc/Changelog
Approved by: olgeni (maintainer, timeout)
Differential Revision: https://reviews.freebsd.org/D27501 |
3.3.1.7,2 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
3.3.1.7,2 12 Apr 2018 17:56:42 |
jrm |
devel/cl-asdf: Update to version 3.3.1.7
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) |
2.017,2 10 Apr 2016 09:00:17 |
bapt |
Convert to @sample |
2.017,2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.017,2 17 Jan 2016 10:07:21 |
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 |
2.017,2 17 Aug 2015 14:20:41 |
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 |
2.017,2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
2.017,2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.017,2 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
2.017,2 15 Feb 2014 16:59:52 |
antoine |
Stage support |
2.017,2 15 Feb 2014 15:12:37 |
antoine |
Make it possible to stage some common lisp ports |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.017,2 18 Feb 2013 12:34:39 |
olgeni |
Convert Makefile headers to the new format. |
2.017,2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- 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. |
2.017,2 04 Oct 2011 20:50:30 |
olgeni |
Use :wild-inferiors when configuring the standard output translation,
else fasl files in subdirectories would not be found.
PR: ports/160770 (reported) |
2.017,1 16 Aug 2011 20:52:05 |
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. |
1.374_5,1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.374_5,1 28 Mar 2011 16:23:33 |
olgeni |
Add Clozure CL paths to asdf:*central-registry*. |
1.374_4,1 28 Mar 2011 15:43:19 |
olgeni |
The upcoming Clozure CL upgrade will require loading asdf-binary-locations. |
1.374_3,1 28 Mar 2011 15:41:08 |
olgeni |
Whitespace fix. |
1.374_3,1 24 Oct 2010 12:01:33 |
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> |
1.374_3,1 19 Oct 2010 20:11:34 |
olgeni |
Avoid clobbering TMPPLIST from bsd.cl-asdf.mk.
PR: ports/151571
Submitted by: swell.k@gmail.com |
1.374_3,1 20 Jan 2010 18:09:01 |
olgeni |
Fix fasl loading by using an asdf:*source-to-target-mappings* entry
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. |
1.374_2,1 20 Jan 2010 17:30:37 |
olgeni |
Let CLISP produce some logs if anything goes wrong. |
1.374_2,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). |
1.374_1,1 16 Jan 2010 22:19:27 |
olgeni |
Do not clobber LIB_DEPENDS and RUN_DEPENDS. |
1.374_1,1 15 Jan 2010 12:14:39 |
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. |
1.374_1 15 Jan 2010 12:13:45 |
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. |
1.374,1 13 Jan 2010 13:51:29 |
olgeni |
Remove redundant commands. |
1.374,1 12 Jan 2010 22:55:03 |
olgeni |
Add %%LIB32DIR%%/common-lisp. |
1.374,1 12 Jan 2010 22:28:35 |
olgeni |
Upgrade to version 1.374 and cleanup.
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. |
2003.05.16_2 09 Jan 2010 18:47:11 |
olgeni |
Fix more typos. |
2003.05.16_2 08 Jan 2010 22:04:30 |
olgeni |
Fix file name in comments; spell check comment text. |
2003.05.16_2 08 Jan 2010 20:45:01 |
olgeni |
Fix some typos in the comment section. |
2003.05.16_2 08 Jan 2010 20:35:52 |
olgeni |
Fix comment (cl-asdf-cmucl does not exist in ports). |
2003.05.16_2 08 Jan 2010 20:33:37 |
olgeni |
Taker over unmaintained ports. |
2003.05.16_2 19 Sep 2009 17:33:46 |
miwi |
- Respect PORTEXAMPLES
- pkg-message incorrectly refers to ${PREFIX} instead of %%PREFIX%%
PR: 136772
Submitted by: Sahil Tandon <sahil@tandon.net>
Feature safe: yes |
2003.05.16_2 10 Jul 2007 14:06:02 |
tdb |
Respect LOCALBASE.
PR: 113573
Submitted by: self |
2003.05.16_1 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
2003.05.16_1 16 Oct 2005 14:48:09 |
vs |
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon) |
2003.05.16_1 09 Apr 2005 22:18:04 |
pav |
- Mirror distfile on MASTER_SITE_LOCAL
- Fix plist
- Make-up :)
PR: ports/79548
Submitted by: Sam Lawrance <boris@brooknet.com.au> |
2003.05.16 11 Feb 2005 21:52:43 |
kris |
BROKEN: Incomplete pkg-plist |
2003.05.16 06 Dec 2004 07:19:28 |
kris |
Reset bouncing maintainer address:
<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) |
2003.05.16 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2003.05.16 03 Jun 2003 02:54:31 |
will |
Add cl-asdf 2003.05.16, a system definition facility for Common Lisp.
PR: 52358
Submitted by: Henrik Motakef <henrik.motakef@web.de> |