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) combination for a given watch list. This is what FreshPorts will look for.

Port details
ocaml-mysql OCaml bindings to libmysqlclient
1.2.4_1 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.4_1Version of this port present on the latest quarterly branch.
Ignore IGNORE: cannot install: does not work with MySQL version 80 (MySQL 80 81 not supported)
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-10-14 17:13:28
Last Update: 2023-12-29 18:24:39
Commit Hash: ee6c86a
License: LGPL21
WWW:
http://ygrek.org.ua/p/ocaml-mysql/
Description:
ocaml-mysql is a package for OCaml that provides access to MySQL databases. It consists of low level functions implemented in C and a module MySQL intended for application development.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/ocaml-mysql-1.2.4_1/catalog.mk
  2. /usr/local/share/licenses/ocaml-mysql-1.2.4_1/LICENSE
  3. /usr/local/share/licenses/ocaml-mysql-1.2.4_1/LGPL21
Collapse this list.
Dependency lines:
  • ocaml-mysql>0:databases/ocaml-mysql
To install the port:
cd /usr/ports/databases/ocaml-mysql/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install databases/ocaml-mysql
  • pkg install ocaml-mysql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ocaml-mysql
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1573595819 SHA256 (ocaml-mysql-1.2.4.tar.gz) = 8535a88f74a34dfdb51c4539e4a965b84204273bd04e539a5d729f2536da6c9f SIZE (ocaml-mysql-1.2.4.tar.gz) = 99473

Packages (timestamps in pop-ups are UTC):
ocaml-mysql
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest------1.2.4-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ocamlc : lang/ocaml
  2. ocamlfind : devel/ocaml-findlib
  3. camlp4 : devel/ocaml-camlp4
  4. gmake>=4.3 : devel/gmake
Runtime dependencies:
  1. ocamlc : lang/ocaml
  2. ocamlfind : devel/ocaml-findlib
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
Patch dependencies:
  1. ocamlc : lang/ocaml
Extract dependencies:
  1. ocamlc : lang/ocaml
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ocaml-mysql-1.2.4_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
databases_ocaml-mysql
USES:
gmake mysql
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://ygrek.org.ua/p/release/ocaml-mysql/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.4_1
29 Dec 2023 18:24:39
commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26commit hash: ee6c86aea577dec2643f6a9915033feda7f67e26 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor with IGNORE_WITH_MYSQL

- There are multiple ports which has MYSQL options and are non-DEFAULT.
  Most of the time committers actually forget to check with the OPTION
  enabled and in some cases they are BROKEN with newr versions of mysql.
  So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
  appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
  MySQL usability over MariaDB to explore the future possibility of
  shifting to MariaDB as the default as major ports upstream have moved
  their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
  If a port is broken on all instances of MySQL/MariaDB:
  - If a port has the option of multiple DB backends and MySQL is the
    default then the DEFAULT will be changed to PGSQL/SQLITE before
    2024Q1. And the OPTION will be removed before 2024Q2. If a
    MAINTAINER is aware about such cases and want to prefer PGSQL over
    SQLITE or vice versa please do so at your own accord. Otherwise
    PGSQL will be preferred over SQLITE.
  - If a port has the option of multiple DB backends and MySQL is not
    the default then the the OPTION will be removed before 2024Q1.

Approved by:	portmgr (blanket)
1.2.4_1
05 Jul 2023 09:55:16
commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2ccommit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c files touched by this commit
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]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.4
13 Feb 2023 13:04:33
commit hash: 3e496ad8458edea6f7568aa11a6f084ab5e5ff65commit hash: 3e496ad8458edea6f7568aa11a6f084ab5e5ff65commit hash: 3e496ad8458edea6f7568aa11a6f084ab5e5ff65commit hash: 3e496ad8458edea6f7568aa11a6f084ab5e5ff65 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/ocaml-mysql: Ignore with mysql 8.0

PR:		269203
Reported by:	exp-run
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.2.4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.2.4
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2.4
13 Nov 2019 11:18:02
Revision:517372Original commit files touched by this commit
danfe search for other commits by this committer
- Update to version 1.2.4
- Define LICENSE (LGPL21)

Reported by:	portscout
1.2.2
07 Jun 2019 16:06:27
Revision:503632Original commit files touched by this commit
danfe search for other commits by this committer
- Update to version 1.2.2 which is compatible with modern OCaml
- Chase redirect for MASTER_SITES and WWW: line of the pkg-descr
- Convert USE_MYSQL -> USES+=mysql and assume maintainership
1.1.1
10 Sep 2015 15:24:13
Revision:396577Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes

Approved by:	portmgr blanket
1.1.1
04 May 2015 15:46:52
Revision:385413Original commit files touched by this commit
madpilot search for other commits by this committer
- 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
31 Aug 2014 15:52:48
Revision:366784Original commit files touched by this commit
marino search for other commits by this committer
Make 7 ports jobs unsafe

A number of ports failed on the DragonFly package builder when
theoretically all of them should build.  They had errors in logs
indicating that was parallel building issue.  Rerunning through again
with -j1 resulted in a good build.  There were more than 7, but these
seven are the ports that I'm confident are not 100% jobs safe based on
the errors seen.
1.1.1
10 Jun 2014 06:31:43
Revision:357273Original commit files touched by this commit
linimon search for other commits by this committer
Reset maintainership.

PR:		190858
PR:		190859
PR:		190860
PR:		190861
PR:		190862
PR:		190863
PR:		190864
Submitted by:	former maintainer
Approved by:	portmgr (blanket)
1.1.1
26 Mar 2014 20:40:26
Revision:349290Original commit files touched by this commit
antoine search for other commits by this committer
Stage support
1.1.1
22 Sep 2013 18:05:05
Revision:327888Original commit files touched by this commit
bapt search for other commits by this committer
Fix NO_STAGE attribution
1.1.1
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
1.1.1
27 May 2012 01:31:35
Original commit files touched by this commit
scheidell search for other commits by this committer
- Update to 1.1.1

PR:             ports/168291
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
1.1.0_1
16 Feb 2012 01:13:48
Original commit files touched by this commit
jgh search for other commits by this committer
- fix auto-generated plist, bump PORTREVISION

PR:     ports/165158
Submitted by:   maintainer, jyyou at cs.nctu.edu.tw
1.1.0
14 Oct 2011 17:13:06
Original commit files touched by this commit
lwhsu search for other commits by this committer
Add ocaml-mysql 1.1.0, OCaml bindings to libmysqlclient.

PR:             ports/161034
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>

Number of commits found: 19