The NetBSD Project

CVS log for pkgsrc/devel/ocaml-jbuilder/Attic/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / ocaml-jbuilder

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8, Mon Feb 14 11:25:56 2022 UTC (2 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
FILE REMOVED

ocaml-jbuilder: remove

Obsoleted by dune.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 19 15:15:22 2018 UTC (5 years, 8 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Recursive revbump associated with the update of lang/ocaml to 4.07.

Revision 1.6 / (download) - annotate - [select for diffs], Wed May 9 12:49:17 2018 UTC (5 years, 10 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Updated package devel/ocaml-jbuilder to 1.0_beta20.

This includes various minor bugfixes and enhancements.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 4 09:56:56 2018 UTC (5 years, 11 months ago) by jaapb
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Updated devel/ocaml-jbuilder to version 1.0+beta19.1.

The biggest change is that the package is now called 'dune' rather than
'jbuilder'; I'm waiting until the package comes out of beta to apply that
name change to pkgsrc.

Otherwise there have been mostly incremental changes and bugfixes,
nothing major; for more information see CHANGES.md.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jan 10 15:02:30 2018 UTC (6 years, 2 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Updated devel/ocaml-jbuilder to latest version, 1.0+beta16.

Changes are minor, non-breaking bugfixes, see CHANGES.md.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 8 16:38:22 2017 UTC (6 years, 6 months ago) by jaapb
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Removed dependency on opam for this package

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 8 11:51:36 2017 UTC (6 years, 6 months ago) by jaapb
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Updated package to latest version, 1.0+beta13. Changes include:

1.0+beta13 (05/09/2017)

    Generate toplevel html index for documentation (#224, Thomas Gazagnaire)
    Fix recompilation of native artifacts. Regression introduced in the last version (1.0+beta12) when digests replaces timestamps for checking staleness (#238, David Allsopp)

1.0+beta12 (18/08/2017)

    Fix the quoting of FLG lines in generated .merlin files (#200, Marcello Seri)
    Use the full path of archive files when linking. Before jbuilder would do: -I <path> file.cmxa, now it does -I <path> <path>/file.cmxa. Fixes #118 and #177
    Use an absolute path for ppx drivers in .merlin files. Merlin <3.0.0 used to run ppx commands from the directory where the .merlin was present but this is no longer the case
    Allow to use jbuilder install in contexts other than opam; if ocamlfind is present in the PATH and the user didn't pass --prefix or --libdir explicitly, use the output of ocamlfind printconf destdir as destination directory for library files (#179, Francois Bobot)
    Allow (:include ...) forms in all *flags fields (#153, David Allsopp)
    Add a utop subsommand. Running jbuilder utop in a directory builds and executes a custom utop toplevel with all libraries defined in the current directory (#183, Rudi Grinberg)
    Do not accept per_file anymore in preprocess field. per_file was renamed per_module and it is planned to reuse per_file for another purpose
    Warn when a file is both present in the source tree and generated by a rule. Before, jbuilder would silently ignore the rule. One now has to add a field (fallback) to custom rules to keep the current behavior (#218)
    Get rid of the deprecated-ppx-method findlib package for ppx rewriters (#222, fixes #163)
    Use digests (MD5) of files contents to detect changes rather than just looking at the timestamps. We still use timestamps to avoid recomputing digests. The performance difference is negligible and we avoid more useless recompilations, especially when switching branches for instance (#209, fixes #158)

1.0+beta11 (21/07/2017)

    Fix the error message when there are more than one <package>.opam file for a given pacakge
    Report an error when in a wrapped library, a module that is not the toplevel module depends on the toplevel module. This doesn't make as such a module would in theory be inaccessible from the outside
    Add ${SCOPE_ROOT} pointing to the root of the current scope, to fix some misuses of ${ROOT}
    Fix useless hint when all missing dependencies are optional (#137)
    Fix a bug preventing one from generating META.pkg.template with a custom rule (#190)
    Fix compilation of reason projects: .rei files where ignored and caused the build to fail (#184)

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 11 11:14:58 2017 UTC (6 years, 8 months ago) by jaapb
Branch: MAIN

Added devel/ocaml-jbuilder, a build system for OCaml packages.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>