| non port: devel/ocaml-findlib/pkg-plist |
Number of commits found: 28 | |
Monday, 11 Mar 2024
|
21:50 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
- 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
8025aa1 | |
Saturday, 27 Jan 2024
|
23:07 Muhammad Moinur Rahman (bofh)
devel/ocaml-findlib: Moved man to share/man
Approved by: portmgr (blanket)
a8770b7 | |
Wednesday, 5 Jul 2023
|
09:55 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]
- 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
2b40e46 | |
Monday, 25 Apr 2022
|
06:54 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
3a710a0 | |
Monday, 6 Sep 2021
|
09:52 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.
71f8685 | |
Monday, 24 Jun 2019
|
10:14 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
 | |
Saturday, 14 Jan 2017
|
15:56 hrs
Update to 1.7.1.
 | |
Thursday, 10 Mar 2016
|
21:58 johans
Update findlib to 1.6.2 (minor bugfixes)
 | |
Monday, 26 Oct 2015
|
19:41 johans
- Update to findlib 1.5.6
- Correct hidden dependency
 | |
Wednesday, 6 May 2015
|
07:20 johans
Add dependency on camlp4 to ensure its META data gets installed
PR: 199986
 | |
Thursday, 30 Apr 2015
|
19:37 johans
- Update plist for new ocaml release
- Rebuild patch files to get rid of portlint warnings
 | |
Monday, 27 Oct 2014
|
10:40 bapt
Cleanup plist
 | |
Wednesday, 6 Aug 2014
|
14:38 johans
Update Findlib to 1.5.2
 | |
Monday, 30 Jun 2014
|
19:59 johans
Update to findlib 1.5.1
Changelog at http://projects.camlcity.org/projects/dl/findlib-1.5.1/doc/README
 | |
Saturday, 3 May 2014
|
15:11 johans
Only try to remove directories that have been installed;
fixes installation with TOOLBOX disabled
PR: ports/188994
Submitted by: novel
 | |
Wednesday, 26 Mar 2014
|
17:51 marino
Ocaml update 2/4: devel/ocaml-findlib adjust for Ocaml 4
Tweak plist and support stage after Ocaml update.
Urged by: portmgr (bapt)
 | |
Sunday, 23 Feb 2014
|
12:07 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.
 | |
Friday, 15 Jun 2012
|
17:00 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>
 | |
Sunday, 24 Apr 2011
|
13:51 johans
- Update findlib to 1.2.7
- Actually install the toolbox if TK support is available
 | |
Sunday, 5 Sep 2010
|
21:59 johans
Fix plist
 | |
Saturday, 4 Sep 2010
|
09:48 johans
Update to findlib 1.2.6 (bugfix release)
 | |
Sunday, 4 Oct 2009
|
19:11 johans
Update to 1.2.5
 | |
Thursday, 23 Jul 2009
|
19:40 johans
Fix package list when ocaml has been installed without TK
PR: ports/136868
Submitted by: Rick van der Zwet
 | |
Monday, 7 Apr 2008
|
06:05 stas
- Update to 1.2.1
- respect PREFIX
- install documentation.
PR: ports/101161 (based on)
Submitted by: me
 | |
Wednesday, 17 Mar 2004
|
07:25 ijliao
upgrade to 1.0.3
 | |
Friday, 3 Jan 2003
|
19:47 ijliao
upgrade to 0.8
PR: 46460
Submitted by: Ports Fury
 | |
Thursday, 5 Sep 2002
|
13:00 ijliao
add missing files
 | |
Thursday, 11 Jul 2002
|
05:55 ijliao
add ocaml-findlib 0.7.1
OCaml package manager
 | Number of commits found: 28 |
|