Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.6_3 22 May 2024 17:16:28 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
ocaml: Updates to ocaml compiler and several ocaml ports
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4] (Only the first 15 lines of the commit message are shown above ) |
1.9.6_2 11 Mar 2024 21:50:58 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
lang/ocaml: Update to 4.14.1
The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.
- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.
The update includes the following updates to existing ports (needed
to keep them working):
- devel/ocaml-camlp4: Updated to 4.14+1 (Only the first 15 lines of the commit message are shown above ) |
1.9.6_1 27 Jan 2024 23:07:12 |
Muhammad Moinur Rahman (bofh) |
devel/ocaml-findlib: Moved man to share/man
Approved by: portmgr (blanket) |
1.9.6 05 Jul 2023 09:55:16 |
Guido Falsi (madpilot) |
lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1] (Only the first 15 lines of the commit message are shown above ) |
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) |
1.8.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 ) |
1.8.1 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 ) |
1.8.1 25 Apr 2022 06:54:24 |
Alexey Dokuchaev (danfe) |
devel/ocaml-findlib: the port had been updated to version 1.8.1
- This is not the latest version, but this step lubricates coming
next phase of our OCaml stack update
- Since we're post-4.06 now, remove support for Num library which
is a separate port/package
- Detect optionally installed libraries and adjust the packaging
list accordingly
- Spell `Tk' correctly in the TOOLBOX option description
PR: 238904, 262791 |
1.7.3 06 Sep 2021 09:52:16 |
Alexey Dokuchaev (danfe) |
devel/ocaml-findlib: transient (minor) update to version 1.7.3
There should be no user-visible changes, but it makes easier to
handle Num library which was split off the core OCaml starting
with 4.06.0 release. |
1.7.1 21 Aug 2021 11:29:06 |
Piotr Kubaj (pkubaj) |
devel/ocaml-findlib: fix packaging on armv7
Same issue as on i386, powerpc and powerpcspe. |
1.7.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.1 16 Sep 2020 04:45:01 |
linimon |
Fix build on powerpcspe.
Approved by: portmgr (tier-2 blanket) |
1.7.1 24 Jun 2019 10:14:57 |
danfe |
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine |
1.7.1 15 Mar 2018 19:19:41 |
bdrewery |
Fix build without TOOLBOX option |
1.7.1 14 Jan 2017 15:56:30 |
hrs |
Update to 1.7.1. |
1.6.2 14 Dec 2016 21:48:10 |
johans |
Stepping down as maintainer for some ports. |
1.6.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.6.2 10 Mar 2016 21:58:58 |
johans |
Update findlib to 1.6.2 (minor bugfixes) |
1.6.1 17 Jan 2016 09:54:07 |
johans |
Update findlib to 1.6.1 |
1.5.6 26 Oct 2015 19:41:22 |
johans |
- Update to findlib 1.5.6
- Correct hidden dependency |
1.5.5_2 06 May 2015 07:20:46 |
johans |
Add dependency on camlp4 to ensure its META data gets installed
PR: 199986 |
1.5.5_1 30 Apr 2015 19:37:06 |
johans |
- Update plist for new ocaml release
- Rebuild patch files to get rid of portlint warnings |
1.5.5 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
1.5.5 29 Oct 2014 10:44:13 |
johans |
Update findlib to 1.5.5 |
1.5.3 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
1.5.3 22 Sep 2014 06:39:46 |
antoine |
Allow staging as a regular user |
1.5.3 21 Sep 2014 09:09:58 |
johans |
- Update findlib to 1.5.3
- Remove patch that has been corrected upstream |
1.5.2 07 Aug 2014 18:09:12 |
johans |
Fix build issue as unprivileged user:
${BSD_INSTALL_DATA} -d apparently does not create executable directories
Submitted by: mandree |
1.5.2 07 Aug 2014 06:23:04 |
antoine |
Fix make patch |
1.5.2 06 Aug 2014 14:38:29 |
johans |
Update Findlib to 1.5.2 |
1.5.1 15 Jul 2014 23:11:13 |
adamw |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
1.5.1 30 Jun 2014 19:59:33 |
johans |
Update to findlib 1.5.1
Changelog at http://projects.camlcity.org/projects/dl/findlib-1.5.1/doc/README |
1.4.1_1 03 May 2014 15:11:30 |
johans |
Only try to remove directories that have been installed;
fixes installation with TOOLBOX disabled
PR: ports/188994
Submitted by: novel |
1.4.1_1 26 Mar 2014 17:51:24 |
marino |
Ocaml update 2/4: devel/ocaml-findlib adjust for Ocaml 4
Tweak plist and support stage after Ocaml update.
Urged by: portmgr (bapt) |
1.4.1 07 Mar 2014 21:27:32 |
johans |
Update to findlib 1.4.1 (bugfix release) |
1.4 23 Feb 2014 12:07:45 |
johans |
- Enable stage support - no functional changes
In particular, files installed by findlib will still be installed directly
into the default ocaml library directory, as regular users would expect. |
1.4 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4 14 Jun 2013 11:30:21 |
johans |
Update ocaml-findlib to 1.4 |
1.3.3 13 Jul 2012 08:32:10 |
johans |
- Update findlib to 1.3.3 (bugfix release)
- Convert to new style OPTIONS |
1.3.2 15 Jun 2012 17:00:49 |
johans |
Update ocaml-findlib to 1.3.2
PR: ports/167884 (update to 1.3.1)
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> |
1.2.7 10 Feb 2012 16:33:46 |
pgollucci |
- Mark MAKE_JOBS_UNSAFE
Reported by: P6 TB |
1.2.7 27 Apr 2011 17:43:21 |
johans |
Fix installation of ocaml-findlib if WITHOUT_TK is defined
PR: ports/156657
Reported by: Herbert J. Skuhra <h.skuhra@gmail.com> |
1.2.7 24 Apr 2011 13:51:44 |
johans |
- Update findlib to 1.2.7
- Actually install the toolbox if TK support is available |
1.2.6_2 05 Apr 2011 22:23:33 |
stas |
- Bump portrevisions on all ocaml libraries, as it appears that compiled
interface files (.cmi) are not backward compatible with a newer ocaml
version.
PR: ports/156195
Suggested by: mandree |
1.2.6_1 03 Mar 2011 17:58:59 |
johans |
Patch the search path for ocaml-findlib to find more packages.
PR: ports/155153
Submitted by: Jaap Boender <jaapb@kerguelen.org> |
1.2.6 05 Sep 2010 21:59:33 |
johans |
Fix plist |
1.2.6 04 Sep 2010 09:48:08 |
johans |
Update to findlib 1.2.6 (bugfix release) |
1.2.5 23 Feb 2010 18:03:45 |
johans |
Update my mail address to @FreeBSD.org
Feature safe: yes |
1.2.5 04 Oct 2009 19:11:38 |
johans |
Update to 1.2.5 |
1.2.4_1 24 Jul 2009 08:44:57 |
johans |
- Correct logic in the previous patch
- Bump portrevision after accidental plist change
Reported by: QAT |
1.2.4 23 Jul 2009 19:40:30 |
johans |
Fix package list when ocaml has been installed without TK
PR: ports/136868
Submitted by: Rick van der Zwet |
1.2.4 10 Mar 2009 07:07:57 |
johans |
- Update to 1.2.4
Should work fine with current and upcoming 3.11 version of ocaml
- Claim maintainership |
1.2.1 07 Apr 2008 06:05:58 |
stas |
- Update to 1.2.1
- respect PREFIX
- install documentation.
PR: ports/101161 (based on)
Submitted by: me |
1.1.1_1 25 May 2007 00:39:40 |
clsung |
- stephane@ give up maintain his ports
PR: ports/112464
Submitted by: stephane |
1.1.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1.1 26 Feb 2006 00:14:56 |
kris |
Add missing RUN_DEPENDS on ocaml
Approved by: portmgr (implicit) |
1.1.1 29 Jan 2006 23:38:37 |
pav |
- Support WITHOUT_X11
PR: ports/92502
Submitted by: Stephane Legrand <stephane@freebsd.org> (maintainer) |
1.1.1 07 Jan 2006 07:46:44 |
edwin |
Update port: devel/ocaml-findlib (upgrade to the latest version)
Upgrade to the latest, 1.1.1, version.
PR: ports/90211
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Approved by: Stephane Legrand <stephane@freebsd.org> |
1.0.4 10 Jul 2005 14:25:28 |
novel |
Update to 1.0.4.
PR: 83219
Submitted by: stephane |
1.0.3 13 May 2004 22:12:46 |
linimon |
Add some missing files to pkg-plist (found by pav@ ).
PR: ports/66587
Submitted by: Stephane Legrand <stephane@freebsd.org> (maintainer) |
1.0.3 09 May 2004 16:18:00 |
pav |
- Make the package more useful by packaging META files generated on install
- Pass maintainership to submitter
PR: ports/66217
Submitted by: stephane |
1.0.3 18 Apr 2004 10:34:21 |
ijliao |
fix plist and unbreak
Noticed by: bento via kris |
1.0.3 17 Apr 2004 01:34:40 |
kris |
BROKEN: Broken pkg-plist |
1.0.3 17 Mar 2004 07:25:15 |
ijliao |
upgrade to 1.0.3 |
0.8.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.8.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.8.1 02 Apr 2003 03:44:43 |
ijliao |
upgrade to 0.8.1 |
0.8 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
0.8 03 Jan 2003 19:47:23 |
ijliao |
upgrade to 0.8
PR: 46460
Submitted by: Ports Fury |
0.7.2 05 Sep 2002 13:00:15 |
ijliao |
add missing files |
0.7.2 04 Sep 2002 06:16:25 |
ijliao |
upgrade to 0.7.2 |
0.7.1 11 Jul 2002 05:55:51 |
ijliao |
add ocaml-findlib 0.7.1
OCaml package manager |