<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/ecl, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2025-08-11T15:08:39Z</updated>
<entry>
<title>lang/ecl: Add non-default CXX option to enable C++ support</title>
<updated>2025-08-11T15:08:39Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2025-08-11T13:48:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5c0c2cb6f37762bda399fb108647a05ceacb0e4f'/>
<id>urn:sha1:5c0c2cb6f37762bda399fb108647a05ceacb0e4f</id>
<content type='text'>
ECL supports compiling with C++ (instead of the C compiler), for embedded
applications written in C++. This is available as a non-default configure
option in ECL.

This patch adds a non-default CXX option that allows someone building from
ports to turn on C++ support.

PR:		288784
</content>
</entry>
<entry>
<title>lang/ecl: update to version 24.5.10</title>
<updated>2025-06-25T07:54:10Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2025-06-25T07:54:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=37905151bb26e03491dd8c2e53e2b81312127883'/>
<id>urn:sha1:37905151bb26e03491dd8c2e53e2b81312127883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lang/ecl: update to version 23.9.9</title>
<updated>2024-05-26T15:45:40Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2024-05-26T15:32:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f5163cfa8a4ea0f15aa73e73b1a2e14252904ca9'/>
<id>urn:sha1:f5163cfa8a4ea0f15aa73e73b1a2e14252904ca9</id>
<content type='text'>
PR:		277103
Reported by:	Kevin Zheng &lt;kevinz5000@gmail.com&gt;
</content>
</entry>
<entry>
<title>lang/ecl: Move man pages to share/man</title>
<updated>2024-03-09T20:01:28Z</updated>
<author>
<name>Nuno Teixeira</name>
<email>eduardo@FreeBSD.org</email>
</author>
<published>2024-03-09T18:27:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=53fc89148444671577785e097d8296be85bc5fd6'/>
<id>urn:sha1:53fc89148444671577785e097d8296be85bc5fd6</id>
<content type='text'>
Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
</entry>
<entry>
<title>lang: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:15Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f98ae56653d5255e3519da4e97d6edbaa7e6df91'/>
<id>urn:sha1:f98ae56653d5255e3519da4e97d6edbaa7e6df91</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alonso Cardenas Marquez &lt;acm@FreeBSD.org&gt;
  *  Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrey Zakhvatov
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@tobez.org&gt;
  *  Anton Shterenlikht
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Bob Eager &lt;bob@eager.cx&gt;
  *  Bruce M Simpson
  *  Bruce M. Simpson
  *  Christoph Mallon &lt;christoph.mallon@gmx.de&gt;
  *  Christopher Elkins &lt;chrise@scardini.com&gt;
  *  Christopher Key &lt;cjk32@cam.ac.uk&gt;
  *  Chuck Robey &lt;chuckr@FreeBSD.org&gt;
  *  Cyrille Lefevre &lt;clefevre@citeweb.net&gt;
  *  Dan Rench &lt;citric@cubicone.tmetic.com&gt;
  *  Danilo Egea Gondolfo &lt;danilogondolfo@gmail.com&gt;
  *  Dario Freni &lt;saturnero@gufi.org&gt;
  *  David Kalliecharan &lt;dave@dal.ca&gt;
  *  David Naylor &lt;dbn@FreeBSD.org&gt;
  *  David Naylor &lt;dbn@dragon.local&gt;
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@NUXI.org)
  *  David O'Brien &lt;obrien@NUXI.org&gt;
  *  David O'Brien &lt;obrien@cs.ucdavis.edu&gt;
  *  Dereckson &lt;dereckson@gmail.com&gt;
  *  Devon H. O'Dell &lt;devon.odell@gmail.com&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Don Croyle &lt;croyle@gelemna.org&gt;
  *  Douglas Anestad &lt;yotta@dougdidit.com&gt;
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Eugene Ossintsev
  *  Frank Fischer
  *  Frank Gruender &lt;elwood@mc5sys.in-berlin.de&gt;
  *  Frederic Cambus
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  Gerald Pfeifer &lt;gerald@FreeBSD.org&gt;
  *  Giuseppe Pilichi aka Jacula Modyun &lt;jacula@gmail.com&gt;
  *  GreenDog &lt;fiziologus@gmail.com&gt;
  *  Gustau Perez i Querol &lt;gustau.perez@gmail.com&gt;
  *  Guy Antony Halse &lt;guy@rucus.ru.za.za&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Hye-Shik Chang
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Hye-Shik Chang &lt;perky@python.or.kr&gt;
  *  Iblis Lin &lt;iblis@hs.ntnu.edu.tw&gt;
  *  James Bailie &lt;jimmy@mammothcheese.ca&gt;
  *  James FitzGibbon &lt;jfitz@FreeBSD.org&gt;
  *  Jean-Sébastien Pédron &lt;dumbbell@FreeBSD.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@FreeBSD.org&gt;
  *  Jeff Brown &lt;jabrown@caida.org&gt;
  *  Jeremy Norris &lt;ishmael27@home.com&gt;
  *  Jing-Tang Keith Jang &lt;keith@FreeBSD.org&gt;
  *  John Hein &lt;jhein@symmetricom.com&gt;
  *  John Marino &lt;marino@FreeBSD.org&gt;
  *  John Merryweather Cooper
  *  John Merryweather Cooper &lt;coop9211@uidaho.edu&gt;
  *  John Merryweather Cooper et al
  *  Joseph Koshy &lt;jkoshy@FreeBSD.org&gt;
  *  Josh Elsasser &lt;jre@vineyard.net&gt;
  *  Josh Gilliam &lt;josh@quick.net&gt;
  *  Julian H. Stacey &lt;jhs@FreeBSD.org&gt;
  *  Julian Stecklina
  *  Jyun-Yan You &lt;jyyou@cs.nctu.edu.tw&gt;
  *  Katsuji ISHIKAWA &lt;katsuji.ishikawa@gmail.com&gt;
  *  Kimura Fuyuki &lt;fuyuki@hadaly.org&gt;
  *  Kimura Fuyuki &lt;fuyuki@mj.0038.net&gt;
  *  Kimura Fuyuki &lt;fuyuki@nigredo.org&gt;
  *  Kiriyama Kazuhiko &lt;kiri@kiri.toba-cmt.ac.jp&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Lars Thegler &lt;lth@FreeBSD.org&gt;
  *  Lev Walkin &lt;vlm@lionet.info&gt;
  *  Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;
  *  Mahdi Mokhtari &lt;mokhi64@gmail.com&gt;
  *  Marcin Cieslak &lt;saper@SYSTEM.PL&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Matthew Hunt &lt;mph@FreeBSD.org&gt;
  *  Michael Butschky &lt;butsch@computi.erols.com&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Mitsuru YOSHIDA &lt;mitsuru@riken.jp&gt;
  *  Muhammad Moinur Rahman &lt;5u623l20@gmail.com&gt;
  *  Neal Nelson &lt;ports@nicandneal.net&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nils M Holm &lt;nmh@t3x.org&gt;
  *  Oliver Braun &lt;obraun@informatik.unibw-muenchen.de&gt;
  *  Oliver Breuninger &lt;ob@seicom.NET&gt;
  *  Patrick Li &lt;pat@databits.net&gt;
  *  Pawel Worach &lt;pawel.worach@gmail.com&gt;
  *  Pedro F. Giffuni &lt;giffunip@asme.org&gt;
  *  Pedro Giffuni
  *  Pedro Giffuni &lt;giffunip@asme.org&gt;
  *  Pete French &lt;pete@twisted.org.uk&gt;
  *  Peter Schuller &lt;peter.schuller@infidyne.com&gt;
  *  Peter van Heusden &lt;pvh@egenetics.com&gt;
  *  Phillip Neumann &lt;pneumann@gmail.com&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Pontus Stenetorp &lt;ninjin@kth.se&gt;
  *  Ralf S. Engelschall &lt;rse@engelschall.com&gt;
  *  Rick van der Zwet &lt;rick@wzoeterwoude.net&gt;
  *  Rob Zinkov
  *  Roland Jesse &lt;roland.jesse@gmx.net&gt;
  *  Romain Tartiere &lt;romain@blogreen.org&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Sahil Tandon &lt;sahil@tandon.net&gt;
  *  Sergei Kolobov &lt;sergei@kolobov.com&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Simon Marlow &lt;simonmar@microsoft.com&gt;
  *  Simun Mikecin &lt;numisemis@yahoo.com&gt;
  *  Stanislav Sedov &lt;ssedov@mbsd.msk.ru&gt;
  *  Stephen Weeks &lt;sweeks@sweeks.com&gt;
  *  Steven G. Kargl
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Timothy Beyer &lt;beyert@cs.ucr.edu&gt;
  *  Timothy Bourke &lt;timbob@bigpond.com&gt;
  *  Tom Judge &lt;tj@FreeBSD.org&gt;
  *  Veniamin Gvozdikov &lt;vg@FreeBSD.org&gt;
  *  Vitaly Magerya &lt;vmagerya@gmail.com&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Wen Heping &lt;wenhping@gmail.com&gt;
  *  Wes Peters &lt;wes@softweyr.com&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yukihiro Nakai &lt;Nakai@technologist.com&gt;
  *  Yukihiro Nakai &lt;nakai@FreeBSD.org&gt;
  *  Zach Garner &lt;zach@neurosoft.org&gt;
  *  aaron@FreeBSD.org
  *  andrewb@cs.cmu.edu
  *  arved
  *  chinsan
  *  chuckr
  *  dd
  *  erik@smluc.org
  *  gahr
  *  gahr@FreeBSD.org
  *  gpalmer
  *  hsu
  *  ijliao
  *  jasone
  *  jkh
  *  jkoshy
  *  jmacd
  *  jmacd@FreeBSD.org
  *  jmz
  *  js@jeannot.org
  *  jseger@FreeBSD.org
  *  kappa@FreeBSD.org.ua
  *  kbyanc
  *  msmith@gsoft.com.au
  *  mutoh@openedu.org
  *  netchild@FreeBSD.org
  *  patrick
  *  pst
  *  rene@FreeBSD.org
  *  ruslan@shevchenko.kiev.ua
  *  stas
  *  tobez

With hat:	portmgr
</content>
</entry>
<entry>
<title>devel/libffi: Bump deps PORTREVISION for shlib change</title>
<updated>2022-05-09T19:23:51Z</updated>
<author>
<name>Kevin Bowling</name>
<email>kbowling@FreeBSD.org</email>
</author>
<published>2022-05-09T19:20:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=db78da8f8b7388d951665362479eb4aa0babf1b4'/>
<id>urn:sha1:db78da8f8b7388d951665362479eb4aa0babf1b4</id>
<content type='text'>
PR:		263764
Reported by:	VVD &lt;vvd@unislabs.com&gt;
</content>
</entry>
<entry>
<title>lang/ecl: upgrade to 21.2.1</title>
<updated>2021-07-30T10:53:45Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2021-07-30T10:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c6c6359b96b4bae67ab96918d3cfc8551f70267e'/>
<id>urn:sha1:c6c6359b96b4bae67ab96918d3cfc8551f70267e</id>
<content type='text'>
Changelog at

  https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/CHANGELOG

PR:		257460
Reported by:	thierry
</content>
</entry>
<entry>
<title>lang/ecl: compiler requires libatomic_ops in RUN_DEPENDS.</title>
<updated>2021-05-17T14:40:22Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2021-05-17T14:35:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f476e826631b6625b78f827bef4a9b7a170a3d27'/>
<id>urn:sha1:f476e826631b6625b78f827bef4a9b7a170a3d27</id>
<content type='text'>
PR:		255935
Reported by:	Kevin Zheng &lt;kevinz5000@gmail.com&gt;
</content>
</entry>
</feed>
