Port details |
- ocaml-mysql OCaml bindings to libmysqlclient
- 1.2.4_2 databases =2 1.2.4_2Version of this port present on the latest quarterly branch.
- IGNORE: cannot install: does not work with MySQL version 80 (MySQL 80 81 not supported)
- Maintainer: danfe@FreeBSD.org
- Port Added: 2011-10-14 17:13:28
- Last Update: 2024-05-22 17:16:28
- Commit Hash: bb2bea6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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:
-
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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ocamlc : lang/ocaml
- ocamlfind : devel/ocaml-findlib
- camlp4 : devel/ocaml-camlp4
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- ocamlc : lang/ocaml
- ocamlfind : devel/ocaml-findlib
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- Patch dependencies:
-
- 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_2:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.4_2 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.2.4_1 29 Dec 2023 18:24:39 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
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.2.4 13 Feb 2023 13:04:33 |
Muhammad Moinur Rahman (bofh) |
databases/ocaml-mysql: Ignore with mysql 8.0
PR: 269203
Reported by: exp-run |
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.2.4 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.2.4 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
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 ) |
1.2.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.4 13 Nov 2019 11:18:02 |
danfe |
- Update to version 1.2.4
- Define LICENSE (LGPL21)
Reported by: portscout |
1.2.2 07 Jun 2019 16:06:27 |
danfe |
- 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 |
amdmi3 |
- Switch to options helpers
- Add some NO_ARCHes
Approved by: portmgr blanket |
1.1.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.1.1 31 Aug 2014 15:52:48 |
marino |
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 |
linimon |
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 |
antoine |
Stage support |
1.1.1 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
1.1.1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.1.1 27 May 2012 01:31:35 |
scheidell |
- 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 |
jgh |
- 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 |
lwhsu |
Add ocaml-mysql 1.1.0, OCaml bindings to libmysqlclient.
PR: ports/161034
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> |