Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.3_4 17 Jan 2025 21:45:17
    |
Piotr Kubaj (pkubaj)  |
devel/ocaml-pcre: fix build on powerpc |
7.2.3_4 31 Dec 2024 07:41:54
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk
- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily
Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227 |
7.2.3_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 ) |
7.2.3_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 ) |
7.2.3_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 ) |
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) |
7.2.3_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 ) |
7.2.3_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 ) |
7.2.3_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
7.2.3_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 |
7.2.3_1 14 Jan 2017 19:30:19
  |
hrs  |
- Add LICENSE.
- Strip installed binaries. |
7.2.3 09 Jan 2017 09:48:54
  |
amdmi3  |
- Remove always false OSVERSION condition
- Switch to options helpers
- Cosmetic fixes |
7.2.3 14 Dec 2016 21:48:10
  |
johans  |
Stepping down as maintainer for some ports. |
7.2.3 11 Sep 2016 18:58:00
  |
amdmi3  |
- Fix build on 9.x bu removing unknown warning option
Approved by: portmgr blanket |
7.2.3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
7.2.3 02 Mar 2016 13:11:04
  |
johans  |
Update ocaml-pcre to 7.2.3 |
7.1.6_1 16 Jan 2016 17:26:19
  |
johans  |
Update ocaml pcre to 7.1.6 |
7.1.5_1 12 Aug 2015 20:41:30
  |
amdmi3  |
- Fix plist
Approved by: portmgr blanket |
7.1.5_1 30 May 2015 21:25:07
  |
mat  |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
7.1.5_1 02 May 2015 10:35:41
  |
johans  |
Fix build with new ocaml version
While here, remove GH_COMMIT tag |
7.1.5 22 Dec 2014 09:16:40
  |
johans  |
- Update to ocaml-pcre 7.1.5
- Use new master site |
7.0.4 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
7.0.4 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. |
7.0.4 28 Mar 2014 10:14:52
  |
johans  |
Update ocaml-pcre to 7.0.4 |
7.0.2 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
7.0.2 19 Mar 2013 13:20:29
  |
rm  |
- remove empty files and directories |
7.0.2 04 Mar 2013 22:53:16
  |
johans  |
fix portdocs |
7.0.2 04 Mar 2013 22:17:02
  |
johans  |
- Update ocaml-pcre to 7.0.2
- Remove patch that is no longer necessary
- Cleanup Makefile |
6.2.5_2 10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
6.2.5_1 14 Feb 2012 12:45:35
 |
mm  |
Bump pcre library dependency due to 8.30 update |
6.2.5 07 Jan 2012 16:08:16
 |
johans  |
Update ocaml-pcre to 6.2.5 (bugfix release) |
6.2.4 16 Dec 2011 08:35:51
 |
johans  |
Update ocaml-pcre to 6.2.4 |
6.2.3 30 Nov 2011 19:29:42
 |
johans  |
Update ocaml-pcre to 6.2.3
Feature safe: yes |
6.2.2_1 03 Aug 2011 16:27:50
 |
johans  |
- Update location of project homepage to new URL
- Remove name of old maintainer from pkg-descr |
6.2.2_1 08 Apr 2011 10:42:59
 |
johans  |
Switch to .bz2 distribution as the .gz does not fetch anymore
(tarball didn't change) |
6.2.2_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 |
6.2.2 03 Mar 2011 17:54:26
 |
johans  |
- Update MASTER_SITES and DISTNAME to new preferred location
- Replace PORTDOCS by PORTEXAMPLES for examples
- Tarball was renamed and re-rolled, but sources and installed files
did not change
PR: ports/155156
Submitted by: Jaap Boender <jaapb@kerguelen.org> |
6.2.2 22 Jan 2011 14:21:42
 |
johans  |
Update ocaml-pcre to 6.2.2
Feature safe: yes |
6.1.1 01 Nov 2010 20:30:56
 |
johans  |
Update ocaml-pcre to 6.1.1 |
6.1.0 10 Apr 2010 21:45:03
 |
johans  |
Update to 6.1.0 |
6.0.1 23 Feb 2010 18:03:45
 |
johans  |
Update my mail address to @FreeBSD.org
Feature safe: yes |
6.0.1 21 Jun 2009 09:44:04
 |
johans  |
Update to 6.0.1 |
5.16.5 24 Apr 2009 07:03:05
 |
johans  |
Update to 5.16.5 |
5.16.4 09 Mar 2009 18:07:29
 |
johans  |
Update to 5.16.4 |
5.15.1 17 Jan 2009 16:38:29
 |
johans  |
Update to 5.15.1 |
5.15.0 09 May 2008 13:20:42
 |
johans  |
Update to 5.15.0 |
5.14.0 10 Apr 2008 12:53:16
 |
johans  |
- Update to 5.14.0
- Grab maintainership |
5.11.2_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}. |
5.11.2_1 24 Mar 2007 14:03:04
 |
pav  |
- COPYTREE_* are now part of bsd.port.mk
PR: ports/100996
Submitted by: stass |
5.11.2_1 14 Mar 2007 04:12:32
 |
linimon  |
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] |
5.11.2_1 11 Mar 2007 19:41:33
 |
krion  |
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports. |
5.11.2 09 Dec 2006 18:08:13
 |
stas  |
- Update to 5.11.2
- Use new framework
- Honor permissions |
5.11.1 17 Jul 2006 18:21:43
 |
rafan  |
- Update to 5.11.1, unbreak (fetchable now)
PR: ports/100422
Submitted by: Denis Shaposhnikov <dsh vlink.ru> |
5.10.3 14 Jul 2006 04:30:01
 |
linimon  |
Mark broken: fails to fetch. |
5.10.3 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 |
5.10.3 06 Jun 2006 20:09:16
 |
miwi  |
Update to 5.10.3
Fix http://people.freebsd.org/~fenner/portsurvey/devel.html#ocaml-pcre
PR: ports/97627
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout |
5.10.1 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
5.10.1 08 Oct 2005 13:03:30
 |
pav  |
- Update to 5.10.1
PR: ports/87049
Submitted by: Marwan Burelle <marwan.burelle@lri.fr> (maintainer) |
5.10.0 10 Jun 2005 15:07:57
 |
lawrance  |
Update to 5.10.0
Submitter mentions license change, nothing ominous though (LGPL)
PR: ports/82116
Submitted by: Marwan Burelle <marwan.burelle@lri.fr> (maintainer) |
5.09.2 07 Jun 2005 21:20:01
 |
thierry  |
- Upgrade to 5.09.2;
- installs files in ${PREFIX}/lib/ocaml/site-lib.
PR: ports/81990
Submitted by: maintainer |
5.09.0_1 21 May 2005 19:57:07
 |
sem  |
- Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports. |
5.09.0_1 21 May 2005 17:25:43
 |
kris  |
BROKEN: Changes permission of installed usr/local/lib/ocaml/ld.conf file |
5.09.0_1 15 Apr 2005 12:14:51
 |
pav  |
- Many ocaml programs assume pcre is built with utf8 support, so change the
dependancy to the slave port of pcre with utf8 enabled.
PR: ports/79863
Submitted by: Marwan Burelle <marwan.burelle@lri.fr> (maintainer) |
5.09.0 09 Feb 2005 20:50:05
 |
pav  |
- Update to 5.09.0
- TeX generated documentation only on request
- Hand over to volunteer
PR: ports/77300
Submitted by: Marwan Burelle <marwan.burelle@lri.fr> |
5.07.1 02 Apr 2004 00:57:50
 |
ijliao  |
upgrade to 5.07.1 |
5.06.2 01 Apr 2004 11:43:14
 |
kris  |
BROKEN: Unfetchable |
5.06.2 21 Mar 2004 23:17:19
 |
pav  |
- This also needs ghostscript to build it's docs |
5.06.2 19 Mar 2004 01:47:26
 |
ijliao  |
fix package |
5.06.2 17 Mar 2004 09:54:11
 |
ijliao  |
upgrade to 5.06.2 |
4.33.0_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
4.33.0 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
4.33.0 25 Jan 2004 22:46:10
 |
clement  |
- Fix build when ocaml-pcre is a dependency and installed via a package
PR: 61910
Submitted by: stephane |
4.33.0 23 Oct 2003 18:21:20
 |
krion  |
- Drop maintainership to ports@FreeBSD.org
PR: 58430
Submitted by: maintainer |
4.33.0 13 Apr 2003 11:16:53
 |
edwin  |
MAINTAINER UPDATE: Workaround for unfetchable devel/ocaml-pcre
The devel/ocaml-pcre port is outdated, the old distfile
isn't fetchable any more.
PR: ports/50695
Submitted by: Henrik Motakef <henrik.motakef@web.de> |
4.33.0 21 Feb 2003 11:23:04
 |
knu  |
De-pkg-comment. |
4.33.0 19 Jan 2003 00:01:03
 |
obraun  |
Upgrade to 4.33.0.
PR: ports/47007
Submitted by: maintainer |
4.31.0 30 Dec 2002 03:20:23
 |
ijliao  |
make it fetchable by upgrading it to 4.31.0
PR: 46621
Submitted by: maintainer |
4.28.3 12 Dec 2002 08:07:23
 |
edwin  |
Fixed WWW page of this port.
PR: ports/46070
Submitted by: Mark Linimon <linimon@lonesome.com> |
4.28.3 18 Sep 2002 12:49:17
 |
ijliao  |
properly deinstall the package
PR: 37459
Submitted by: maintainer |
4.28.3 18 Sep 2002 11:42:02
 |
ijliao  |
add ocaml-pcre 4.28.3
Perl compatible regular expressions for Objective Caml
PR: 37354
Submitted by: Henrik Motakef <henrik.motakef@web.de> |