Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.9_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.7.9_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.7.9_1 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.7.9 08 Oct 2022 21:52:13 |
Nuno Teixeira (eduardo) |
devel/ocaml-extlib: Adopt/Update to 1.7.9
- Switch to MASTER_SITES
- Pet portlint and portclippy
ChangeLog: https://github.com/ygrek/ocaml-extlib/blob/master/CHANGES |
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.7.5 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.7.5 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.7.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.5 20 Aug 2018 18:30:59 |
swills |
devel/ocaml-extlib: Update to 1.7.5
PR: 230763
Submitted by: Nathan <ndowens@yahoo.com> |
1.7.1 02 Jun 2017 15:43:28 |
sunpoet |
Add LICENSE_FILE
- Fix WWW |
1.7.1 12 Nov 2016 12:28:45 |
pi |
devel/ocaml-extlib: update 1.7.0 -> 1.7.1
Changes: https://github.com/ygrek/ocaml-extlib/releases |
1.7.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.0 06 Jan 2016 06:14:55 |
miwi |
- Update to 1.7.0
- Add support for options helper
- Update WWW
PR: 205893
Submitted by: ports fury |
1.6.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.6.1 15 Jul 2014 17:37:39 |
adamw |
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions. |
1.6.1 17 May 2014 16:40:19 |
miwi |
- Update to version 1.6.1
PR: 188363
Submitted by: Ports Fury |
1.5.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.5.4 20 May 2013 13:57:12 |
miwi |
- Update to 1.5.4
PR: 178596
Submitted by: ports fury |
1.5.3 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.5.3 20 Dec 2012 05:45:57 |
araujo |
- Update to 1.5.3.
- Add LICENSE.
- Trim header.
PR: ports/172228
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.5.2 29 Dec 2011 15:00:07 |
miwi |
- Update to 1.5.2
PR: 163407
Submitted by: Jaap Boender <jaapb@kerguelen.org> (maintainer) |
1.5.1_1 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
1.5.1_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.5.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.5.1 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
1.5.1 20 Apr 2008 16:28:44 |
stas |
- Update to 1.5.1
- Fix project url. |
1.5_3 19 Dec 2007 14:52:17 |
pav |
- Clean up properly when installed as package
Reported by: pointyhat |
1.5_2 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.5_1 11 Mar 2007 12:36:47 |
stas |
- Add ExtArray.Array.iter2 from CVS
- Bump portrevision.
Requested by: skv |
1.5 05 Sep 2006 21:22:39 |
itetcu |
Stanislav wants to maintain this 2 ports.
Requested by: me (itetcu) (on IRC) |
1.5 05 Sep 2006 07:48:59 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.5 15 Apr 2006 17:22:29 |
mnag |
- Update to 1.5
PR: 94609
Submitted by: skv
Approved by: maintainer timeout, 29 days |
1.4 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.4 06 Oct 2005 16:09:32 |
garga |
- Update to 1.4
PR: ports/86994
Submitted by: maintainer |
1.3 03 Aug 2005 09:48:00 |
lawrance |
Unbreak and fix pkg-plist
PR: ports/84484
Submitted by: Jun Mukai <mukai@jmuk.org>
Approved by: portmgr (krion) |
1.3 23 Jul 2005 02:53:43 |
kris |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it. |
1.3 26 Mar 2005 22:03:18 |
kris |
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self) |
1.3 15 Feb 2005 21:52:21 |
vs |
Fix plist for NOPORTDOCS
PR: ports/77560
Submitted by: Jun Mukai (maintainer) |
1.3 05 Feb 2005 21:11:29 |
pav |
- NO_PORTDOCS -> NOPORTDOCS
PR: ports/77130
Submitted by: Marius Nuennerich <marius.nuennerich@gmx.net> |
1.3 02 Nov 2004 22:36:10 |
pav |
Add ocaml-extlib, a complete - yet small - standard library for the OCaml
programming langage
PR: ports/73385
Submitted by: Jun Mukai <mukai@jmuk.org> |