Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
23.9.9 26 May 2024 15:45:40 |
Jimmy Olgeni (olgeni) |
lang/ecl: update to version 23.9.9
PR: 277103
Reported by: Kevin Zheng <kevinz5000@gmail.com> |
21.2.1_2 09 Mar 2024 20:01:28 |
Nuno Teixeira (eduardo) |
lang/ecl: Move man pages to share/man
Approved by: portmgr (blanket) |
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) |
21.2.1_1 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 ) |
21.2.1_1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
21.2.1_1 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
21.2.1 30 Jul 2021 10:53:45 |
Jimmy Olgeni (olgeni) |
lang/ecl: upgrade to 21.2.1
Changelog at
https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/CHANGELOG
PR: 257460
Reported by: thierry |
20.4.24_2 17 May 2021 14:40:22 |
Jimmy Olgeni (olgeni) |
lang/ecl: compiler requires libatomic_ops in RUN_DEPENDS.
PR: 255935
Reported by: Kevin Zheng <kevinz5000@gmail.com> |
20.4.24_1 17 May 2021 14:40:21 |
Jimmy Olgeni (olgeni) |
lang/ecl: apply portfmt and portclippy. |
20.4.24_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20.4.24_1 29 Nov 2020 14:12:28 |
linimon |
These ports now build on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com TRYBROKEN run |
20.4.24_1 09 Nov 2020 11:42:33 |
mat |
Remove references to non existent patches.
PR: 250723 |
20.4.24_1 06 Jul 2020 09:10:16 |
pkubaj |
lang/ecl: fix build on GCC architectures
Use C99 mode:
/wrkdirs/usr/ports/lang/ecl/work/ecl-20.4.24/src/c/cfun_dispatch.d:1022: error:
'for' loop initial declaration used outside C99 mode |
20.4.24_1 04 Jul 2020 18:11:42 |
zeising |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
20.4.24 04 Jul 2020 17:28:48 |
zeising |
lang/ecl: Update to 20.4.24
Update lang/ecl to 20.4.24.
PR: 247283
Reviewed by: thierry
Approved by: olgeni (maintainer) |
16.1.3_2 13 Jun 2020 09:26:19 |
salvadore |
lang/ecl: Fix r538595
Move the comment introduced in r538595 so that it does not break the port
anymore.
Reported by: mat
Reviewed by: mat
Approved by: tcberner (co-mentor)
Differential Revision: https://reviews.freebsd.org/D25244 |
16.1.3_2 12 Jun 2020 10:35:42 |
salvadore |
lang/ecl: Fix missing reference to SageMath
Add a reference to SageMath that was forgotten for a patch added with
revision 537602.
Reviewed by: thierry
Approved by: olgeni (maintainer), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D25180 |
16.1.3_2 03 Jun 2020 08:43:16 |
salvadore |
lang/ecl: Add SAGE option
Introduce a new option called SAGE and enabled by default in order to have
ecl working with sage.
Also:
- Move bohem-gc dependency from THREADS_LIB_DEPENDS_OFF to LIB_DEPENDS.
- Build with libatomic_ops from ports rather than with the bundled library.
- Replace explicit settings of CFLAGS and LDFLAGS by USES=localbase.
- Add USES+= autoreconf.
This work is based on https://reviews.freebsd.org/D24958 submitted by
thierry.
Submitted by: thierry (based on)
Reviewed by: thierry (original submitter)
Approved by: olgeni (maintainer), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D25096 |
16.1.3_1 24 May 2020 10:06:45 |
olgeni |
lang/ecl: add link to lib directory without version number (lib/ecl).
This is required by the work being done on math/sage.
Submitted by: thierry |
16.1.3 27 Feb 2020 14:57:40 |
salvadore |
Update lang/ecl from 15.3.7 to 16.1.3
- Change MASTER_SITES, as 16.1.3 is not available on SourceForge.
- Rename the CLX option to X11, consistent with FreeBSD's standards and
with the fact that the option into the configure script from ecl is now
--with-x.
- Strip libecl.so.${PORTVERSION}.
PR: 232615
Approved by: olgeni (maintainer timeout, 16 months), gerald (mentor) |
15.3.7_5 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
15.3.7_5 05 Dec 2018 20:01:11 |
linimon |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
15.3.7_5 31 Aug 2018 18:27:14 |
fernape |
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704 |
15.3.7_4 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
15.3.7_4 01 Jun 2018 10:16:42 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
15.3.7_3 10 Mar 2018 11:22:59 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine) |
15.3.7_2 08 Jan 2018 15:20:58 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by: portmgr (antoine) |
15.3.7_1 29 Apr 2017 05:44:25 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
15.3.7_1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
15.3.7_1 16 Nov 2016 00:34:23 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
15.3.7_1 03 Nov 2016 16:16:03 |
linimon |
Now builds on sparc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
15.3.7_1 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
15.3.7_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
15.3.7_1 15 Sep 2015 10:48:37 |
olgeni |
- Switch to options helpers
- Add missing files to plist (THREADS option)
PR: 203051
Submitted by: amdmi3 |
15.3.7 07 May 2015 14:04:35 |
olgeni |
Upgrade to version 15.3.7 and add LICENSE. |
15.2.21_1 25 Mar 2015 14:24:56 |
olgeni |
Fix pkg-plist for THREADS option; use OPTIONS_SUB.
PR: 198897
Submitted by: marino |
15.2.21 25 Mar 2015 12:58:34 |
marino |
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.
approved by: PTHREAD blanket |
15.2.21 22 Feb 2015 10:28:51 |
olgeni |
Upgrade to version 15.2.21 and unbreak. |
13.5.1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
13.5.1 02 Aug 2014 23:44:56 |
antoine |
Mark broken: Fails to link with new libgc
cc -L/usr/local/lib -pthread -Wl,--rpath,/usr/local/lib -L/usr/local/lib -o
ecl_min cinit.o c/all_symbols.o -L./ libeclmin.a -leclatomic -lgmp
-lgc-threaded -lffi -pthread -lm ;\
fi
libeclmin.a(cosh.o): In function `ecl_cosh_long_float':
numbers/cosh.o.c:(.text+0x151): warning: coshl has lower than advertised
precision
libeclmin.a(sinh.o): In function `ecl_sinh_long_float':
numbers/sinh.o.c:(.text+0x151): warning: sinhl has lower than advertised
precision
libeclmin.a(tanh.o): In function `ecl_tanh_long_float':
numbers/tanh.o.c:(.text+0x151): warning: tanhl has lower than advertised
precision
libeclmin.a(alloc_2.o): In function `init_alloc':
alloc_2.o.c:(.text+0x614): undefined reference to `GC_start_call_back'
libeclmin.a(alloc_2.o): In function `si_gc_stats':
alloc_2.o.c:(.text+0xcfb): undefined reference to `GC_print_stats'
alloc_2.o.c:(.text+0xdf6): undefined reference to `GC_print_stats'
alloc_2.o.c:(.text+0xe30): undefined reference to `GC_print_stats'
Reported by: pkg-fallout |
13.5.1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
13.5.1 16 Jul 2014 08:13:59 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
13.5.1 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
13.5.1 03 Feb 2014 11:12:04 |
miwi |
- Stage support |
13.5.1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
17 Sep 2013 06:40:21
|
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
13.5.1 10 Jul 2013 11:28:32 |
bapt |
Mark jobs unsafe and convert to USES=gmake |
13.5.1 30 May 2013 12:23:59 |
olgeni |
Upgrde to version 13.5.1. |
12.7.1 18 Feb 2013 12:34:39 |
olgeni |
Convert Makefile headers to the new format. |
12.7.1 29 Aug 2012 15:33:03 |
olgeni |
Replace spaces with tabs in assignments. |
12.7.1 14 Aug 2012 16:21:51 |
olgeni |
- Upgrade to version 12.7.1 [0].
- Convert to OptionsNG while I'm here.
Submitted by: Krishna <v.krishnakumar@gmail.com> (by email) [0] |
12.2.1 17 Feb 2012 10:48:30 |
olgeni |
Upgrade to version 12.2.1. |
10.4.1_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
10.4.1_1 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
10.4.1_1 13 Aug 2010 16:25:31 |
olgeni |
Add missing @dirrm entries.
Noticed by: QAT |
10.4.1 13 Aug 2010 16:10:20 |
olgeni |
Upgrade to version 10.4.1. |
0.9l_3 04 Aug 2010 14:11:56 |
olgeni |
Clean up my pkg-descr files (spelling and whitespace). |
0.9l_3 08 Jun 2010 19:52:58 |
makc |
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks) |
0.9l_2 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
0.9l_1 09 Jan 2010 20:50:59 |
olgeni |
Adopt unmaintained port. |
0.9l_1 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
0.9l_1 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
0.9l 04 Sep 2008 20:07:50 |
pav |
- Update to 0.9l
PR: ports/126920
Submitted by: fulvio ciriaco <oivulf@gmail.com> |
0.9g_2 29 Aug 2008 22:02:05 |
linimon |
Reset maintainer at his request. |
0.9g_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.9g_2 23 Mar 2008 16:44:09 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.9g_1 17 Sep 2006 01:46:52 |
kris |
BROKEN on ia64 and sparc64: Does not compile |
0.9g_1 25 Jun 2006 22:41:56 |
alepulver |
- Add OPTIONS.
- Avoid installing the GNU license.
- Fix building on !i386.
PR: 99439
Approved by: maintainer |
0.9g_1 10 May 2006 14:46:48 |
ale |
Chase gmp library and bump PORTREVISION. |
0.9g 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9g 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.9g 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.9g 16 Oct 2005 14:48:09 |
vs |
Populate virtual category "lisp"
PR: ports/86370
Submitted by: Julian Stecklina
Approved by: portmgr (linimon) |
0.9g 20 Sep 2005 12:10:18 |
vs |
Update to 0.9g
Highlights: a port of the ASDF system definition, and a port of SBCL's socket
libraries
PR: ports/84873
Submitted by: maintainer |
0.9e 25 Feb 2005 19:51:28 |
pav |
- Update to 0.9e
PR: ports/78034
Submitted by: Julian Stecklina <der_julian@web.de> (maintainer) |
0.9d.041103 02 Dec 2004 06:50:55 |
krion |
Add missing perl dependency.
Reported by: pointyhat |
0.9d.041103 28 Nov 2004 10:15:49 |
krion |
Add missing dependency and fix build.
PR: ports/74345
Submitted by: maintainer |
0.9d.041103 03 Nov 2004 18:26:05 |
vs |
Update to 0.9d.041103
PR: ports/73435
Submitted by: maintainer |
0.9d.041019 27 Oct 2004 20:49:11 |
pav |
- Mark only for i386, does not build on 64-bit archs
PR: ports/73217
Submitted by: Julian Stecklina <der_julian@web.de> (maintainer) |
0.9d.041019 20 Oct 2004 04:08:04 |
pav |
- Update to 0.9d-041019
PR: ports/72851
Submitted by: Julian Stecklina <der_julian@web.de> (maintainer) |
0.9d.040726 26 Jul 2004 01:40:50 |
ijliao |
upgrade to 040726
PR: 69597
Submitted by: maintainer |
0.9d.040206 25 Jul 2004 09:58:58 |
vs |
Add ecl 0.9d.040206, an ANSI Common Lisp implementation.
PR: ports/62455
Submitted by: Julian Stecklina |