Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1_4 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.1_3 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.1_2 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 ) |
1.1_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.1_1 08 Sep 2021 09:16:53 |
Alexey Dokuchaev (danfe) |
devel/ocaml-ulex: unbreak against immutable strings in OCaml 4.06+. |
1.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_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.1_1 14 Dec 2016 21:48:10 |
johans |
Stepping down as maintainer for some ports. |
1.1_1 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
1.1_1 04 May 2015 15:46:52 |
madpilot |
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt
PR: 199845
Submitted by: jbeich@
Differential Revision: https://reviews.freebsd.org/D2434
Approved by: portmgr (mat) |
1.1_1 02 May 2015 10:16:21 |
johans |
Add build dependency on camlp4, which is no longer part of ocaml
The created package has not changed |
1.1_1 03 Sep 2014 11:36:24 |
antoine |
Fix packaging |
1.1_1 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
1.1_1 26 Mar 2014 21:11:12 |
antoine |
- Stage support
- Use USE_OCAMLFIND_PLIST instead of doing it manually |
1.1_1 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.1_1 05 Mar 2013 20:22:03 |
bf |
update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports
PR: 144982, 149958
Reviewed by: johans (earlier version of the patch) |
1.1_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.1_1 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.1 23 Feb 2010 18:03:45 |
johans |
Update my mail address to @FreeBSD.org
Feature safe: yes |
1.1 24 Apr 2008 19:48:48 |
johans |
Update to version 1.1 |
1.0 07 Apr 2008 13:49:48 |
johans |
- Update to 1.0 release; fixes build with new ocaml
- Use bsd.ocaml.mk features
- Assume responsibility: set MAINTAINER to self |
0.9_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}. |
0.9 14 Jun 2006 21:38:09 |
linimon |
Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.
Hat: portmgr |
0.9 14 Jun 2006 14:59:45 |
miwi |
Update to 0.9
PR: ports/98466
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout |
0.8 02 Jan 2006 20:09:56 |
edwin |
Update port: devel/ocaml-ulex (upgrade to the latest version)
Upgrade to the latest, 0.8, version. I've removed the patch
because it's already commited to this version by the vendor.
PR: ports/90208
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Approve by: maintainer timeout |
0.7_2 05 Dec 2005 17:00:40 |
garga |
- Fix build with ocaml 3.09
- Add SHA256
- Bump PORTREVISION
PR: ports/89963
Submitted by: maintainer |
0.7_1 09 Jun 2005 17:15:24 |
thierry |
Re-add USE_GMAKE.
PR: ports/82069
Submitted by: maintainer
Pointyhat to: thierry |
0.7 08 Jun 2005 21:18:03 |
thierry |
- Update to 0.7;
- add OCAMLFIND_DESTDIR to MAKE_ENV, in order for ocamlfind to respect
PREFIX.
PR: ports/81991
Submitted by: maintainer |
0.5 21 May 2005 19:57:07 |
sem |
- Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports. |
0.5 21 May 2005 17:25:43 |
kris |
BROKEN: Changes permission of installed usr/local/lib/ocaml/ld.conf file |
0.4 08 Aug 2004 17:05:49 |
thierry |
- Upgrade to 0.5 and chase OCaml;
- take maintainership.
PR: ports/70074
Submitted by: Marwan Burelle. |
0.4 19 Mar 2004 01:56:37 |
ijliao |
reimport ocaml-ulex 0.4
A lexer generator for Unicode and OCaml |