Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1 31 Dec 2024 07:41:54 |
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 |
1.6.1 05 Jun 2024 21:27:08 |
Neel Chauhan (nc) Author: Benjamin Jacobs |
math/orpie: Update to 1.6.1
PR: 279509 |
1.5.2_9 24 Feb 2024 19:29:12 |
Muhammad Moinur Rahman (bofh) |
math/orpie: Moved man to share/man
Approved by: portmgr (blanket) |
1.5.2_8 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.5.2_7 30 Apr 2023 18:41:41 |
Robert Clausecker (fuz) Author: Marko Turk |
math/orpie: chase to new upstream and unbreak
Chase to new upstream, already used by Arch Linux and Debian.
Submitter becomes maintainer.
Mark as broken on armv7 (same reason as armv6).
PR: 271130
MFH: 2023Q2 |
1.5.2_7 19 Mar 2023 18:08:33 |
Daniel Engberg (diizzy) |
math/orpie: Mark BROKEN and set expiration date to 2023-04-30
Unfetchable distfile |
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.5.2_7 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.5.2_7 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.5.2_7 16 Apr 2022 07:19:46 |
Alexey Dokuchaev (danfe) |
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 |
1.5.2_7 12 Jan 2022 19:41:22 |
Tobias C. Berner (tcberner) |
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201 |
1.5.2_6 03 Sep 2021 03:09:52 |
Alexey Dokuchaev (danfe) |
math/orpie: unbreak against safe-by-default strings in OCaml 4.06+. |
1.5.2_6 16 Jun 2021 19:31:27 |
Tobias C. Berner (tcberner) |
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 (Only the first 15 lines of the commit message are shown above ) |
1.5.2_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5.2_5 25 Oct 2019 23:41:34 |
tcberner |
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine |
1.5.2_4 02 Aug 2018 10:57:23 |
danfe |
Unbreak `math/orpie' against OCaml 4.05.0 and make it fetchable
Obtained from: Debian
Bug-Debian: https://bugs.debian.org/868849 |
1.5.2_4 23 Jun 2018 08:27:14 |
tcberner |
Update math/gsl to 2.5
PR: 229067 |
1.5.2_3 03 Jul 2017 20:38:12 |
tcberner |
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408 |
1.5.2_2 02 May 2017 05:26:40 |
tcberner |
Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
http://savannah.gnu.org/forum/forum.php?forum_id=8751
* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support
PR: 218952
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10522 |
1.5.2_1 01 Mar 2017 02:39:15 |
linimon |
Mark as not for armv6: "not supported".
Note that in both of these cases, new versions are available.
Approved by: portmgr (tier-2 blanket) |
1.5.2_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.5.2_1 07 Feb 2016 11:58:42 |
marino |
math/orpie: USES+= ncurses |
1.5.2_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.5.2_1 17 Aug 2014 13:09:56 |
tijl |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port) |
1.5.2 03 Aug 2014 13:02:11 |
wg |
math/orpie: update to 1.5.2
PR: 190901 |
1.5.1_6 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.5.1_6 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
1.5.1_6 26 May 2014 12:28:34 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
1.5.1_6 10 May 2014 22:04:01 |
rakuco |
Drop maintainership to ports@.
PR: ports/189613 |
1.5.1_6 10 May 2014 22:03:19 |
rakuco |
Support staging. |
1.5.1_6 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.5.1_6 26 Aug 2013 16:06:38 |
bf |
Update math/gsl to 1.16 and adjust some dependent ports |
1.5.1_5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.5.1_5 09 May 2011 16:42:28 |
bf |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
1.5.1_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.5.1_4 29 Mar 2010 01:12:27 |
wen |
- Bump PORTREVISION to chase the update of math/gsl |
1.5.1_3 01 Dec 2009 20:33:45 |
makc |
Chase math/gsl update,
bump PORTREVISION |
1.5.1_2 21 Apr 2009 23:14:42 |
amdmi3 |
- Fix build with recent ocaml
PR: 133879
Submitted by: Dylan Simon <dylan at dylex dot net> (maintainer) |
1.5.1_1 12 Jan 2009 20:37:24 |
miwi |
- Chase gsl shlib bump |
1.5.1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.5.1 10 Apr 2008 13:43:16 |
jadawin |
- Update to 1.5.1
- Update MASTER_SITES and pkg-descr
- Remove useless patch files
PR: ports/122585
Submitted by: Dylan Alex Simon <dylan@dylex.net> (maintainer)
Approved by: tabthorpe (mentor) |
1.4.3_3 08 Apr 2008 13:53:22 |
jadawin |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor) |
1.4.3_2 29 Jun 2007 05:46:43 |
ijliao |
chase math/gsl lib version |
1.4.3_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.3 25 Sep 2006 09:56:23 |
miwi |
- Update to 1.4.3
PR: ports/103582
Submitted by: Dylan Simon <dylan(at)dylex.net> (maintainer) |
1.4.1_1 06 May 2006 01:28:22 |
mnag |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1) |
1.4.1 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
1.4.1 05 May 2005 20:34:12 |
thierry |
Upgrade to 1.4.1.
PR: ports/80672
Submitted by: maintainer |
1.3.1_1 02 May 2005 20:46:12 |
jylefort |
Bump PORTREVISION after the libgsl update.
Obtained from: thierry |
1.3.1 02 May 2005 13:00:18 |
jylefort |
Chase the libgsl update. |
1.3.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.3.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.3.1 09 Aug 2004 21:09:53 |
thierry |
Add orpie 1.3.1, a fullscreen RPN calculator for the console.
PR: 70054
Submitted by: Dylan Simon |