notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/ocaml/pkg-plist

Number of commits found: 48

Monday, 11 Mar 2024
21:50 Guido Falsi (madpilot) search for other commits by this committer 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
- devel/ocaml-camlp5: Updated to 8.02.01, homepage updated
- devel/ocaml-dune: Patch to allow overriding the stublibs directory,
  strip binary and shared libraries
- devel/ocaml-findlib: Improve port
- devel/ocaml-lwt: Fix build with OCaml 4.14
- deve/ocaml-re: Update to 1.11.0, use new dune USES
- devel/ocaml-sdl: Fix build with new ocaml
- games/freetennis: Fix build, tidy Makefile
- graphics/ocaml-images: Updated to 5.0.4, new homepage, use new
  dune USES, undeprecate
- graphics/ocaml-lablgl: Moved into site-lib, dynamic objects
  stripped, add missing GL dependencies
- math/coq: Updated to 8.19.0
- math/ocaml-zarith: strip shared libraries, fixed usage of
  USE_OCAML_LDCONFIG, use new dune USES
- math/teyjus: Fix build
- net/unison240: Fix build with new compiler
- net/unison248: Fix build with new compiler, add MAKE_JOBS_UNSAFE
- net-p2p/mldonkey: Fix build with new compiler, fix build on i386
- sysutils/ledit: Updated to 2.06, install native binary, Use github,
  fix man page installation
- www/geneweb: Build fix for OCaml and Camlp5 updates
- x11-toolkits/ocaml-lablgtk2: Fix build with new compiler
- x11-toolkits/ocaml-lablgtk3: Updated to 3.1.4, added ocaml-camlp-stream
  dependency, build fix patch
- x11-toolkits/ocaml-labltk: Updated to 8.06.12, Improve Makefile

Added the following ports:

- devel/ocaml-astring
- devel/ocaml-base
- devel/ocaml-bos
- devel/ocaml-camlp-streams
- devel/ocaml-csexp
- devel/ocaml-fmt
- devel/ocaml-fpath
- devel/ocaml-logs
- devel/ocaml-mtime
- devel/ocaml-pcre2
- devel/ocaml-rresult
- devel/ocaml-seq
- devel/ocaml-stdio
- x11-toolkits/ocaml-graphics

PR:                     250408 [1], 262781 [1], 262788 [3], 262789 [1],
			262792 [1], 263006 [1], 263162 [3], 263206 [2],
			276893 [1], 276945 [4], 276953 [1], 277026 [5],
			277241 [1], 277242 [1], 277243 [1], 277244 [1],
			277245 [1], 277246 [1], 277247 [1], 277248 [1],
			277249 [1], 277250 [1], 277251 [1], 277252 [1],
			277253 [1], 277254 [1], 277255 [1], 277256 [4],
			277257 [1], 277258 [1]
Approved by:		maintainer timeout [1],
			yuri (maintainer) [2],
			overcome by events, fixit [3],
			madpilot (maintainer) [4]
Reviewed by:		madpilot
Exp-run by:		antoine [5]
Differential Revision:	https://reviews.freebsd.org/D43861
commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 8025aa1
Saturday, 27 Jan 2024
00:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/ocaml: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: afa0a9d460592e7f573c58b77b033866022c5c24 commit hash: afa0a9d460592e7f573c58b77b033866022c5c24 commit hash: afa0a9d460592e7f573c58b77b033866022c5c24 commit hash: afa0a9d460592e7f573c58b77b033866022c5c24 afa0a9d
Friday, 28 Jul 2023
08:13 Mikael Urankar (mikael) search for other commits by this committer
lang/ocaml: Fix build on aarch64

SYSTEM_ARCH has to be set to arm64
The raw_spacetime_lib is only built on aarch64

Approved by:	portmgr (build fix blanket)
commit hash: 7638e6aabb64ffecd7e41704a580237cf6095446 commit hash: 7638e6aabb64ffecd7e41704a580237cf6095446 commit hash: 7638e6aabb64ffecd7e41704a580237cf6095446 commit hash: 7638e6aabb64ffecd7e41704a580237cf6095446 7638e6aa
Wednesday, 5 Jul 2023
09:55 Guido Falsi (madpilot) search for other commits by this committer
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]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]

Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.

Bumping PORTREVISION for all dependent ports that were not updated.

PR:			272067
Approved by:		michipili@gmail.com (maintainer timeout),
			eduardo (maintainer timeout) [1],
			danfe [2],
			hrs (maintainer timeout) [3],
			dumbbell (maintainer timeout) [4],
			mandree (implicit) [5]
Differential Revision:	https://reviews.freebsd.org/D40599
commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c 2b40e46
Saturday, 16 Apr 2022
07:19 Alexey Dokuchaev (danfe) search for other commits by this committer
OCaml: transient update of the stack to version 4.07.1

This is the first step in modernizing our OCaml ports infrastructure,
as we had accumulated substantial technical debt over the years when
many of its consumer ports had not received proper care and updates.

It is currently considered as the lowest supported version (baseline)
in majority of open-source OCaml projects, which would help to pull
up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces.

For conservative hackers among us and for compatibility with RHEL 8
which is also on it, having 4.07 in the tree would allow users stick
to that package (pkg lock it) if needed.

PR:		250408, 262781
Exp-run by:	antoine
commit hash: 317aa0442c9942009c1f9c558f8fb6e49d4568ab commit hash: 317aa0442c9942009c1f9c558f8fb6e49d4568ab commit hash: 317aa0442c9942009c1f9c558f8fb6e49d4568ab commit hash: 317aa0442c9942009c1f9c558f8fb6e49d4568ab 317aa04
Monday, 30 Aug 2021
11:44 Alexey Dokuchaev (danfe) search for other commits by this committer
lang/ocaml: sort pkg-plist correctly, remove some old cruft

- Sort the *flat* pkg-plist (after the PLIST_SUB expansion), and drop
  needless ``@dir lib/ocaml/threads'' entry
- Remove "INSTALL* safeness" gimmick which had been added 16 years ago
  in r133975 and supposedly helped to preserve correct permissions in
  some circumstances, but these days it erroneously removes executable
  bits from some binaries, or causes nothing but stage Q/A warnings
commit hash: 4088a5779c64c1d90d21d29054eb577965822a96 commit hash: 4088a5779c64c1d90d21d29054eb577965822a96 commit hash: 4088a5779c64c1d90d21d29054eb577965822a96 commit hash: 4088a5779c64c1d90d21d29054eb577965822a96 4088a57
Tuesday, 25 Jun 2019
12:55 gerald search for other commits by this committer
Fix up pkg-plist in case the THREADS option (which is on by default) is
off by marking a couple of files added in revision 505020 conditional on
that option.

PR:		218333
Original commitRevision:505087 
Monday, 24 Jun 2019
10:14 danfe search for other commits by this committer
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
Original commitRevision:505020 
Wednesday, 1 Aug 2018
09:16 danfe search for other commits by this committer
To make tracking of upcoming changes easier, sort pkg-plist (per LANG=C).
Original commitRevision:476168 
Wednesday, 16 Dec 2015
03:31 wen search for other commits by this committer
- Update to 4.02.3

PR:		203589
Submitted by:	michipili@gmail.com(maintainer)
Original commitRevision:403835 
Sunday, 23 Aug 2015
10:12 pi search for other commits by this committer
lang/ocaml: pet portlint, change pkg-plist as suggested by ohauer

PR:		195736
Submitted by:	ohauer
Original commitRevision:395081 
Sunday, 16 Aug 2015
17:58 pi search for other commits by this committer
lang/ocaml: give execute permissions via pkg-plist to two files

PR:		195736
Submitted by:	mmatalka@gmail.com
Approved by:	Michael Gruenewald <michipili@gmail.com> (maintainer)
Original commitRevision:394415 
Wednesday, 29 Apr 2015
20:45 marino search for other commits by this committer
lang/ocaml: Upgrade version 4.01 => 4.02

PR:		195736
Submitted by:	Michael Gruenewald (maintainer)
Add'l fixes:	marino

Besides typical port cleanup, the dragonfly patches which had been
removed for the update were added back to the configure patch.
Original commitRevision:385012 
Monday, 27 Oct 2014
15:23 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371587 
Saturday, 26 Apr 2014
21:39 marino search for other commits by this committer
lang/ocaml: Fix plist issues

These missing man page issues were seen on Redports and reported, then
disappeared after the final patch.  Unfortunately they weren't actually
addresses, so it's a mystery why Redports didn't continue to catch the
problem, nor the extra ocamldoc/custom directory (which is why the
ocamldoc/custom/.keep file original existed).

Add the 15 missing man pages to the plist and remove the empty directory
in the post-install target.  Strangely enough, Redports still shows an
8x pass.  I'm losing a lot of confidence in Redports results...

While here, remove the muting from the post-install target.  This is
against convention.

PR: ports/188158
Original commitRevision:352383 
17:20 marino search for other commits by this committer
lang/ocaml: Upgrade version 4.00.1 to 4.01.0 and stage

This is a significant update from the maintainer.  Not only has stage
support been added (and verified with an 8x pass on RedPorts), but
installed binaries are no longer stripped which was the cause of the
coccinelle malfunction seen on DragonFly.

Licensing was also defined, and the X11 build failure caused by the
use of the -R linker flag without the -Wl prefix has also been
rectified. [2]

PR:		ports/188158 [1]
Submitted by:	maintainer (Michael Gruenewald)

PR:		ports/188330 [2]
Submitted by:	madpilot
Approved by:	maintainer
Original commitRevision:352274 
Wednesday, 26 Mar 2014
17:50 marino search for other commits by this committer
ocaml update 1/4: lang/ocaml upgrade from 3.12 to 4.00

There have been manual outstanding PRs on OCAML that have dragged on
for well more than a year.  In the meantime, FreeBSD has been painfully
stucking on version 3.12 of Ocaml.  Meanwhile, DragonFly's dports have
been maintaining version 4.00.

With a "Just do it" attitude, the dports version of Ocaml has been brought
in.  This doesn't have stage support, nor is the the latest version
available.  The idea is just get a working base Ocaml 4.00 in ports and
then have the maintainer update the appropriate PRs.

As a consequence, updates to omake, ocaml-findlib, and ocaml-images is
also required and upcoming.

Urged by:	portmgr (bapt)
Related PR:	ports/173364
Related PR:	ports/173453
Original commitRevision:349272 
Friday, 28 Jun 2013
21:35 antoine search for other commits by this committer
Unbreak ocaml-nox11 after PORT_OPTIONS conversion
Original commitRevision:321990 
Thursday, 23 Feb 2012
01:10 bf search for other commits by this committer
fix the packing list for WITH_CMP_LIB
Original commit
00:21 bf search for other commits by this committer
respect CC [1]; fix Tcl/Tk dependencies; don't conflate -nox11 and
-notk; add a test target; clean up

PR:             160492 [1]
Submitted by:   J. Beich (partial patch; under various pseudonyms?) [1]
Approved by:    maintainer
Original commit
Tuesday, 25 Oct 2011
08:14 dougb search for other commits by this committer
Fix plist when the THREADS option is off.  Also convert to @dirrmtry
in a couple places that are affected by graphics/ocaml-lablgl and/or
x11-toolkits/ocaml-lablgtk2.

No PORTREVISION bump since THREADS is on by default.

Approved by:    maintainer (implicit)
Original commit
Monday, 4 Apr 2011
07:46 stas search for other commits by this committer
- Fix plist after the last commit.

Reported by:    Johan van Selst <johans@stack.nl>
Pointy hat to:  me (yes, again)
Original commit
Thursday, 31 Mar 2011
07:36 stas search for other commits by this committer
- Update to 3.12.0.

PR:             ports/155155
Submitted by:   wen heping <wenheping@gmail.com>, Jaap Boender
<jaapb@kerguelen.org>
Original commit
Monday, 22 Mar 2010
09:37 stas search for other commits by this committer
- Fix build on powerpc.
Original commit
Monday, 29 Jun 2009
10:46 stas search for other commits by this committer
- Update to 3.11.1.
Original commit
Saturday, 11 Apr 2009
13:23 stas search for other commits by this committer
- Update lang/ocaml to 3.11.0. [1]
- Fix devel/cil build with 3.11.0 by using proper object file name
- Fix devel/deputy build with 3.11.0 by using proper object file name
- Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters
  is not allowed now.
- Fix usage message in lang/mtasc.
- Implement a FreeBSD specific code for retriving the executable path in
lang/mtasc.
- Update devel/omake to 0.9.8.5.
- Fix devel/omake compilation with 3.11 by dropping an unused reference from the
code.
- Fix www/geneweb build with 3.11 by not emitting errors for warnings.
- Fix print/advi build. [2]
- Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0).

PR:             ports/130845 [1] [2] (based on)
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp> [1],
                Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
Original commit
Sunday, 6 Apr 2008
19:44 stas search for other commits by this committer
- Update to 3.10.2.

Thanks to:      Thomas Crimi <tcrimi@procida.us>
Original commit
Saturday, 23 Sep 2006
17:37 stas search for other commits by this committer
- Update to 3.09.3

ChangeLog:
- Mainly bugfix release

Approved by:    sem (mentor)
Original commit
Wednesday, 2 Aug 2006
14:00 itetcu search for other commits by this committer
- Add support for threaded Tk by passing PTHREAD_LIBS to configure in -tklibs
  swith. This allows build with threaded Tk (otherwise configure fails to use
  Tk). Also depend on threaded Tk by default in case of THREADS support - with
  non-pthread tk library it will not be stable enough
- Add OPTIONS
- Enable builds of non-threaded targets
- Depend on X in case if X is installed, since configure does this by default.
- Rename patchfiles to make portlint happy
- Eliminate the number of reinplace patterns (remove duplicates, optimize)
- Move manpage list in the separate files
- Pass pthread flags to compiler (PTHREAD_CFLAGS/LIBS safety)
- Remove some ugly hacks on setting permissions etc (eliminated by setting
  correct permission in COPY_TREE macros)
- Eliminate duplicate entries in PLIST in case of unstalling optimized binaries,
  also optimize this part
- Remove unused PLIST_SUB variable
- Miscelanios cleanups in Makefile
- Pass maintainership to submitter

The following files was added:
- files/man1
- files/manlinks
- files/mann
- files/patch-camlp4-man_Makefile
- files/patch-camlp4_lib_Makefile
- files/patch-ocamldoc_Makefile
- files/patch-stdlib_Makefile

I removed the following files:
- files/patch-camlp4-man::Makefile
- files/patch-camlp4::lib::Makefile
- files/patch-ocamldoc::Makefile
- files/patch-stdlib::Makefile

Also add bsd.ocaml.mk until it will be included in Mk/

PR:             ports/101122
Submitted by:   Stanislav Sedov
Original commit
Thursday, 1 Dec 2005
15:46 garga search for other commits by this committer
- Update to 3.09.0

PR:             ports/89780
Submitted by:   maintainer
Original commit
Wednesday, 8 Jun 2005
21:16 thierry search for other commits by this committer
- Add a knob WITHOUT_COMPILER_LIB, in order to install compiler libs
  (additionnal libs needed to build programs manipulating OCaml modules,
  like the ocaml/cduce interface for example.);

- add an option WITH_OPT_DEFAULT, telling the port to replace ocamlc and
  other tools by there native and faster version;
        WARNING: This option may break other ports!

- Take maintainership.

PR:             ports/81868
Submitted by:   Marwan Burelle <marwan.burelle (at) lri.fr>
Original commit
Saturday, 21 May 2005
19:57 sem search for other commits by this committer
- Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports.
Original commit
Saturday, 23 Apr 2005
01:34 lioux search for other commits by this committer
o Update to 3.08.3
o Uphold both CFLAGS and INSTALL_* permission safeness
o Both sort and update PLIST
o Tested against net/mldonkey-devel for 24 hours
Original commit
Saturday, 4 Dec 2004
15:57 kwm search for other commits by this committer
Update to version 3.08.2.
Mark broken on sparc64.

PR:             74342
Submitted by:   maintainer
Original commit
Friday, 12 Nov 2004
19:27 pav search for other commits by this committer
- Add an empty directory to the package, so deinstalling of the package does
  not produce the warning about a nonexisting directory.

PR:             ports/73842
Submitted by:   Eugene Ossintsev <eugos@gmx.net> (maintainer)
Original commit
Saturday, 21 Aug 2004
06:31 krion search for other commits by this committer
Update to 3.08.1

PR:             ports/70745
Submitted by:   maintainer
Original commit
Monday, 19 Jul 2004
21:13 vs search for other commits by this committer
Update to 3.08.0

PR:             ports/69254
Submitted by:   Eugene Ossintsev (maintainer)
Original commit
Friday, 27 Feb 2004
07:26 sergei search for other commits by this committer
- Split the port into 3 parts: ocaml, ocaml-nox11 (slave port), ocaml-doc
- Strip all the executables which are allowed to be stripped
  according to the OCaml documentation
- PORTVERSION looks now more correct because the documentation
  (which has the other version number, without the patch level prefix)
  is now in a separate port

PR:             ports/62291
Submitted by:   maintainer
Original commit
Sunday, 14 Dec 2003
15:53 sergei search for other commits by this committer
- Added a patch to the original OCaml's configure script
  to fix building the port when using WITHOUT_X11 knob.
- Fixed Makefiles to avoid gmake-isms.
- Fix pkg-plist

PR:             60219
Submitted by:   maintainer
Noticed by:     Dmitry Morozovsky <marck@rinet.ru>,
                Marwan Burelle <Marwan.Burelle@ens.fr>
Original commit
Saturday, 6 Dec 2003
00:05 sergei search for other commits by this committer
- Update to 3.07 (patchlevel 2
- Fix MASTER_SITES list
- Update MANN and MLINK
- Re-sort pkg-plist for better maintenance
- Assign maintainership to the submitter

PR:             59602
Submitted by:   Eugene Ossintsev <eugos@gmx.net>
Approved by:    previous maintainer
Original commit
Saturday, 28 Jun 2003
17:41 lev search for other commits by this committer
  Add WITHOUT_X11 knob. It allows to build OCAML on servers and other
  systems withou XFree86 libraries.

PR:             ports/53289
Submitted by:   myself
Approved by:    sobomax
Original commit
Wednesday, 21 Aug 2002
02:14 kevlo search for other commits by this committer
Update to version 3.06

PR: 41822
Submitted by: Ronald Kuehn <rk@ronald.org>
Original commit
Monday, 12 Aug 2002
14:22 naddy search for other commits by this committer
Update to ocaml 3.05.

PR:             41299
Submitted by:   Ronald Kuehn <rk@ronald.org>
Approved by:    maintainer timeout
Original commit
Monday, 11 Feb 2002
05:22 pat search for other commits by this committer
Update to 3.04    
Original commit
Sunday, 12 Aug 2001
21:06 knu search for other commits by this committer
Update to 3.02.    
Original commit
Sunday, 18 Mar 2001
07:41 dinoex search for other commits by this committer
Update to new Version 3.01   Patch diddn't apply cleanly, not reflecting the
current version.   Merged the changes.   Tested both standard package and
"WITH_TK=yes"    
Original commit
Saturday, 24 Feb 2001
00:23 olgeni search for other commits by this committer
Remove backup file from html documentation.    
Original commit
Saturday, 17 Feb 2001
23:01 jeh search for other commits by this committer
Attached patch allows OCAML to detect and use FreeBSD's native   pthreads in
Thread module. Also fixes the bug in OCAML   distribution which nobody
apparently noticed before.    
Original commit

Number of commits found: 48