non port: archivers/ocaml-bz2/Makefile |
Number of commits found: 18 |
Sunday, 12 Jan 2025
|
21:36 Piotr Kubaj (pkubaj)
archivers/ocaml-bz2: fix build on powerpc
2c65fa8 |
Tuesday, 31 Dec 2024
|
07:41 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
c79c880 |
Friday, 9 Aug 2024
|
19:11 Zsolt Udvari (uzsolt) Author: Benjamin Jacobs
archivers/ocaml-bz2: update to 0.8.0
Use ocaml:dune.
Add DOCS and EXAMPLES options.
Update WWW, using GITLAB.
Submitter takes maintainership.
Switch to DISTVERSION.
PR: 280294
5743ea2 |
Wednesday, 22 May 2024
|
17:16 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]
- devel/ocaml-result: Set package version, strip shared objects [5]
- devel/ocaml-sexplib: Resurrect and update to 0.16.0.
- devel/ocaml-stdio: Update to 0.17.0
- security/ocaml-cryptokit: Update to 1.19, add LICENSE, other
improvements
- security/ocaml-ssl: Update to 0.7.0, install stublibs in package
directory [6]
- x11-toolkits/ocaml-graphics: Reorder Makefile, silence patch
command
- Bump PORTREVISION on ports requiring it after update.
Adding ports:
- devel/ocaml-cstruct
- devel/ocaml-compiler-libs [7]
- devel/ocaml-ppx_derivers [7]
- devel/ocaml-ppxlib [7]
- devel/ocaml-domain-name
- devel/ocaml-ocplib-endian [8]
- devel/ocaml-parsexp
- devel/ocaml-ppx_sexp_conv
- security/ocaml-lwt_ssl [9]
Resetting maintainership from michipili@gmail.com due to multiple
timeouts and long term unresponsiveness.
Assigning maintainership of lang/ocaml to author of this patch.
Many thanks to him for his work!
PR: 278300 [1], 278791 [2], 277818 [3], 277781 [4],
277775 [6], 277779 [7], 277780 [8], 277782 [9]
Approved by: michipili@gmail.com (maintainer timeout) [1],
danfe@FreeBSD.org (maintainer timeout) [3] [4] [6],
fixit, avoid breakage [5]
Differential Revision: https://reviews.freebsd.org/D45254
bb2bea6 |
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 |
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 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:20 Tobias C. Berner (tcberner)
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andreev Maxim
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Anes Mukhametov <anes@anes.su>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ayumi M <ayu@commun.jp>
* Carsten Larsen <cs@innolan.dk>
* Chin-San Huang <chinsan.tw@gmail.com>
* Chris D. Faulhaber <jedgar@FreeBSD.org>
* Chris Larsen <darth@vader.dk>
* Christopher Key <cjk32@cam.ac.uk>
* Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Felix Palmen <felix@palmen-it.de>
* Gabor Kovesdan <gabor@FreeBSD.org>
* Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
* Gea-Suan Lin <gslin@gslin.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Greg Lewis <glewis@FreeBSD.org>
* Hsin-Han You <hhyou@cs.nctu.edu.tw>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* Igor Pokrovsky <tiamat@telegraph.spb.ru>
* Jaap Boender <jaapb@kerguelen.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeff Burchell <toxic@doobie.com>
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jerry Hicks
* Joao Carlos Mendes Luis <jonny@jonny.eng.br>
* John Marino <marino@FreeBSD.org>
* José García Juanino <jjuanino@gmail.com>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Kevin Golding <ports@caomhin.org>
* Konstantin Reznichenko <kot@premierbank.dp.ua>
* Koop Mast <kwm@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Lars Thegler <lth@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Kane <mark@mkproductions.org>
* Mark Pulford <mark@kyne.com.au>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Matteo Cypriani <mcy@lm7.fr>
* Max Khon <fjoe@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Melvyn Sopacua <melvyn@magemana.nl>
* Miguel Mendez <flynn@energyhq.homeip.net>
* Nathan Ahlstrom <nra@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Patrick Seal <patseal@hyperhost.net>
* Pav Lucistnik <pav@FreeBSD.org>
* Per Wigren
* Philippe Casidy <pcasidy@casidy.com>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Poul-Henning Kamp <phk@FreeBSD.org>
* Radim Kolar
* Radim Kolar <hsn@filez.com>
* Radim Kolar <hsn@netmag.cz>
* Rainer Hurling <rhurlin@gwdg.de>
* Richard Gallamore <ultima@FreeBSD.org>
* Roman Shterenzon <roman@xpert.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sam Lawrance <boris@brooknet.com.au>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sir l33tname <sirl33tname@gmail.com>
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Stefan Esser <se@FreeBSD.org>
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Sylvio Cesar <sylvio@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Abthorpe <thomas@goodking.ca>
* Thomas Gellekum <tg@FreeBSD.org>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Will Andrews <andrews@technologist.com>
* Yarodin <yarodin@gmail.com>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* ache
* adamw
* antoine@FreeBSD.org
* bf <bf2006a@yahoo.com>
* chinsan <chinsan.tw@gmail.com>
* giffunip@asme.org
* gurkan@phys.ethz.ch
* iblis <iblis.dif01@nctu.edu.tw>
* ijliao
* jmz
* kwm@FreeBSD.org
* lbartoletti <lbartoletti@FreeBSD.org>
* mm
* ports@c0decafe.net <ports@c0decafe.net>
* samm@freebsd.org
* swhetzel@gmail.com
* will
With hat: portmgr
1ced9d2 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 20 Nov 2015
|
09:17 sunpoet
- Add LICENSE
- Strip shared library
- Convert to new options target helper
- Cosmetic change
- Bump PORTREVISION for package change
 |
Saturday, 22 Aug 2015
|
14:31 marino
archives/ocaml-bz2 is not jobs safe
I've been carrying the patch in dports for 2 years, but forgot to
transfer it to ports (revealed when port became unmaintained)
 |
Saturday, 16 May 2015
|
07:37 marino
Reset 14 ocaml ports maintained by Jaap Boender per his request
"I don't use FreeBSD very much anymore, so I'm not really the best person
to fix this. (As a corollary, if anyone wants to take over maintainership
of any or all of the ports, I'm still listed as maintainer of, they are
most welcome to.)"
Given that Jaap hasn't submitted or handled any PRs since before staging,
I think it will be more effective to just reset all the ports and let
people pick up the ones they like. Thanks for your past support, Jaap!
PR: 199845
 |
Wednesday, 26 Mar 2014
|
20:18 antoine
Stage support
 |
Friday, 3 Jan 2014
|
14:42 adamw
Remove NOPORT* from archivers. The only holdouts here are ruby@ now.
 |
Friday, 20 Sep 2013
|
13:11 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
 |
Friday, 30 Aug 2013
|
01:02 bapt
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig
 |
Tuesday, 5 Apr 2011
|
22:23 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
 |
Wednesday, 25 Feb 2009
|
14:43 garga
CamlBZ2 provides OCaml bindings for libbz2 (AKA bzip2), a popular compression
library which typically compresses better (i.e., smaller resulting files) than
gzip.
Using CamlBZ2 you can read and write compressed "files", where files can be
anything offering an in_channel/out_channel abstraction (files, sockets, ...).
Also, with CamlBZ2 you can compress and decompress strings in memory using the
bzip2 compression algorithm.
Author: Olivier Andreu <oandrieu@gmail.com> and
Stefano Zacchiroli <zack@upsilon.cc>
WWW: http://camlbz2.forge.ocamlcore.org
PR: ports/132059
Submitted by: Jaap Boender <jaapb at kerguelen.org>
 | Number of commits found: 18 |
|