Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20240217_1 30 Dec 2024 12:16:48 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
20240217 28 Dec 2024 23:29:17 |
Joseph Mingrone (jrm) |
devel/cl-trivial-gray-streams{,-*}: Update to 20240217
Approved by: olgeni (maintainer, implicit)
Sponsored by: The FreeBSD Foundation |
2008.11.02_92 20 Dec 2024 02:31:49 |
Joseph Mingrone (jrm) |
Common Lisp ports: Add missing license information
Approved by: olgeni (maintainer, implicit)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48090 |
2008.11.02_92 20 Dec 2024 02:31:48 |
Joseph Mingrone (jrm) |
Infrastructure for Common Lisp Ports: Overhaul
- Decouple ASDF initialization from devel/cl-asdf by creating a
dedicated port: devel/freebsd-cl-asdf-init.
- Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl.
- Add devel/cl-asdf-sbcl
- Update ASDF configuration:
- Prefer newer ASDF versions, but only if the fasl is available.
- Replace license text with an SPDX license identifier.
- Simplify and clarify documentation.
- Remove the assumption that ${PREFIX} is /usr/local.
- Use uiop:getenv instead of a custom getenv function.
- Remove asdf:output-files customization to resolve output
translation issues.
- Improve output translations: (Only the first 15 lines of the commit message are shown above ) |
2008.11.02_91 03 Dec 2024 07:21:31 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_90 31 Oct 2024 07:47:02 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_89 03 Oct 2024 05:56:00 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_88 02 Sep 2024 05:14:55 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_87 31 Jul 2024 07:02:14 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_86 11 Jul 2024 06:02:02 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_85 05 Jun 2024 13:56:14 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_84 17 May 2024 05:20:49 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_83 02 Jan 2024 18:52:12 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_82 26 Nov 2023 11:27:20 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_81 31 Oct 2023 17:41:16 |
Joseph Mingrone (jrm) |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade
Sponsored by: The FreeBSD Foundation |
2008.11.02_80 11 Oct 2023 18:35:42 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_79 31 Aug 2023 08:21:46 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_78 10 Aug 2023 12:59:58 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_77 04 Jul 2023 09:28:54 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_76 08 Jun 2023 08:17:39 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_75 16 May 2023 12:28:08 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_74 29 Mar 2023 13:50:13 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_73 28 Nov 2022 20:17:12 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_72 05 Oct 2022 06:50:57 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
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) |
2008.11.02_71 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 ) |
2008.11.02_71 31 Jul 2022 06:08:21 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_70 31 May 2022 17:45:16 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_69 02 May 2022 14:59:35 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_68 14 Mar 2022 08:56:47 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_67 31 Jan 2022 08:09:09 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_66 02 Jan 2022 09:45:16 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_65 25 Dec 2021 21:26:34 |
Joseph Mingrone (jrm) |
fasl ports: Chase 888bfec23a with PORTREVISION bump
These packages must be rebuilt when so much as a bit changes in
lang/sbcl. Without the rebuild, problems such as StumpWM not loading
will occur.
Sponsored by: The FreeBSD Foundation |
2008.11.02_64 16 Dec 2021 08:44:14 |
Kirill Ponomarev (krion) |
/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_63 16 Nov 2021 12:36:06 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_62 30 Sep 2021 06:47:56 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_61 06 Sep 2021 06:14:28 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_60 07 Aug 2021 11:08:27 |
Joseph Mingrone (jrm) |
lang/sbcl: Fix patches from 969aedb; bump consumer PORTREVISIONS
Approved by: krion (maintainer)
Differential Revision: https://reviews.freebsd.org/D31448 |
2008.11.02_59 02 Aug 2021 17:11:24 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_58 29 Jun 2021 06:44:47 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_57 08 Jun 2021 06:28:16 |
Kirill Ponomarev (krion) |
*/*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_56 29 Apr 2021 17:51:54 |
Kirill Ponomarev (krion) |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_55 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2008.11.02_55 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2008.11.02_55 29 Mar 2021 07:37:39 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_54 02 Mar 2021 11:45:20 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_53 01 Feb 2021 10:53:01 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_52 31 Dec 2020 12:34:48 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_51 30 Nov 2020 16:42:24 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_50 27 Oct 2020 18:29:56 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_49 29 Sep 2020 16:10:48 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_48 14 Sep 2020 08:16:39 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_47 03 Aug 2020 10:54:51 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_46 01 Jul 2020 06:43:15 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_45 01 Jun 2020 10:10:25 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_44 09 May 2020 14:13:58 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_43 29 Mar 2020 10:43:22 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_42 10 Mar 2020 12:30:41 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_41 27 Jan 2020 10:50:25 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_40 29 Dec 2019 19:14:55 |
jrm |
Chase lang/sbcl upgrade with PORTREVISION bump on *-sbcl ports |
2008.11.02_39 27 Nov 2019 16:21:19 |
jrm |
Chase lang/sbcl upgrade with PORTREVISION bump on *-sbcl ports |
2008.11.02_38 26 Oct 2019 15:24:13 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_37 02 Aug 2019 08:37:56 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_36 01 Jul 2019 13:56:02 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_35 02 Jun 2019 09:09:39 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_34 09 May 2019 14:51:01 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_33 07 Mar 2019 13:13:23 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_32 28 Jan 2019 13:20:33 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_31 01 Jan 2019 12:44:21 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_30 06 Dec 2018 18:03:49 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_29 02 Nov 2018 19:21:20 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_28 01 Oct 2018 08:34:26 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_27 17 Sep 2018 12:08:43 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_26 30 Aug 2018 13:39:51 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_25 14 Aug 2018 07:53:10 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_24 29 Jun 2018 12:50:01 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_23 28 May 2018 17:05:14 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_22 04 May 2018 06:17:47 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_21 19 Apr 2018 17:29:26 |
jrm |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade in 467751
While here, also remove '# Created by: Anonymous' line from
x11/cl-clx-sbcl/Makefile. |
2008.11.02_20 31 Mar 2018 17:50:55 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_19 04 Mar 2018 17:48:29 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_18 31 Jan 2018 17:58:27 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_17 08 Jan 2018 14:44:55 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_16 11 Dec 2017 14:29:49 |
krion |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. |
2008.11.02_15 15 Nov 2017 04:12:07 |
jrm |
Chase upgrade of lang/sbcl
All ports with SBCL fasl files must be rebuilt when the lang/sbcl package
changes. Also, add a note to lang/sbcl/Makefile as a reminder of the
required PORTREVISION bumps to prevent future breakage.
Approved by: krion, olgeni
Differential Revision: https://reviews.freebsd.org/D13087 |
2008.11.02_14 07 Sep 2017 14:08:28 |
jrm |
Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade |
2008.11.02_13 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2008.11.02_13 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
2008.11.02_13 15 Feb 2014 17:04:26 |
antoine |
Stage support |
2008.11.02_13 03 Oct 2013 13:47:45 |
bf |
Update lang/sbcl to 1.1.12 [1] and math/maxima to 5.31.1; adjust
dependent ports
PR: 181545 [1] |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2008.11.02_12 06 Jun 2013 13:13:34 |
bf |
update lang/sbcl to 1.1.8, and adjust dependent ports |
2008.11.02_11 06 May 2013 15:33:07 |
bf |
update lang/sbcl to 1.1.7, and adjust dependent ports |
2008.11.02_10 03 Mar 2013 15:55:04 |
bf |
update lang/sbcl to 1.1.5+bugfixes, and adjust dependent ports |
2008.11.02_9 02 Feb 2013 21:57:42 |
bf |
update lang/sbcl to 1.1.4 and adjust dependent ports |
2008.11.02_8 26 Jan 2013 15:03:49 |
olgeni |
Convert Makefile headers to the new format in my ports (round #2). |
2008.11.02_8 05 Jan 2013 14:13:47 |
bf |
update lang/sbcl to 1.1.3 and adjust dependent ports |
2008.11.02_7 16 Dec 2012 05:34:02 |
bf |
update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports |
2008.11.02_6 13 Sep 2012 02:03:42 |
bf |
update lang/sbcl to 1.0.58 and switch to the new options format;
adjust dependent ports |
2008.11.02_5 22 May 2012 19:16:10 |
bf |
update lang/sbcl to 1.0.57, and adjust dependent ports |