pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ocaml-oasis
Module Name: pkgsrc
Committed By: jaapb
Date: Tue Jul 11 10:07:55 UTC 2017
Modified Files:
pkgsrc/devel/ocaml-oasis: Makefile PLIST buildlink3.mk distinfo
Log Message:
Updated package to latest version, 0.4.10. Changes include:
* Version 0.4.10
* Quick followup release to use OASIS 0.4.10 to generate the setup.ml because
the setup.ml of OASIS 0.4.9 was generated with 0.4.8 that contains a bug.
* New releases will be generated using the version released to catch earlier
the kind of bug with destdir that has appeared in 0.4.8.
(See [issue 1007](https://github.com/ocaml/oasis/issues/107))
* Version 0.4.9
* Major changes:
* Plugin "omake":
* Use correctly sorted internal library deps for OCAML_LIBS
(Closes: #1736)
* Delay the interpretation of $(CMXS_ENABLED) for the install suffixes.
Also, take the environment variable "destdir" into account when
installing data files.
* Do not install the component modules of a packed library, but the
packed module. (Close: #1737)
* Solve ocamlmklib instability, re-enable test "OMake/Complex".
(Closes: #1739)
* Only link those libraries into executables that are really needed.
(Closes: #1747).
* Fix problems with the automatic addition of deps when building
executables on platforms with case-insensitive file system.
* Make OMake tests optional since it is complex to install OMake 0.10.2
with OPAM.
* Minor changes:
* Make sure --destdir is really used when installing (Closes: #107).
* Try to register only when a glob pattern matches at least one file (#102)
* Clean up setup.cmt after compiling setup.exe
* By default, use Github for bug reporting (Closes: #97)
* Simplify conditional expressions (Close: #95)
* Document CLISubCommand.register, CLISubCommand.default_fspecs
* Version 0.4.8
* Major changes:
* Fix various problems of parsing present in OASIS 0.4.7:
* Only issue a warning when extraneous blanks are present. (Closes: #1665)
* Fixes ocamlbuild plugin argument handling bug. (Closes: #1659)
* Re-add MyOCamlbuildBase.env_filename.
* Script to test reverse build depends (Closes: #1672).
* Enable creation of OASIS plugin and OASIS command line plugin:
* Add examples/plugins to demonstrate how to build plugins.
* Update HACKING.md.
* Ensure they work, using a test.
* Plugin "omake":
* Workaround for a problem in omake-0.9.8.6: variables accumulated
via foreach cannot be private.
* Passing the title string down to ocamldoc
* Fix compilation of pack-level mli's.
* Move definition of some variables in subdirectories to use them
correctly (OCAMLINCLUDES, OCAMLPACKS and a few others)
Thanks to Gerd Stolpmann for these contributions.
* Improve CI/tests:
* Split quickstart tests out of the main tests, because it fails too
often and often need to be disabled.
* Reorganize test/ directories.
* Use OCaml 4.04 for Travis-CI.
* Reorganize my CI scripts in src/tools/ci.
* Get rid of ardivink and switch to OPAM for travis and jenkins builders.
* Create 2 branches (opam/unstable and opam/testing) to provide pinning
capabilities to OPAM:
* It allows OPAM to track the development version of OASIS
* Update information in README.md
* Add a makefile target to allow to create opam/ in a local copy for
testing a locally hacked version of OASIS.
* Setup auto-generation of opam/unstable branch and auto-promotion of
opam/unstable to opam/testing when integration tests have succeeded.
* Minor changes:
* Quick hack to solve #1674 and allow to use flambda, upstream notified of
the problem. (Closes: #1674)
* Use OASISFormat 0.4 for OASIS itself:
* Use source_patterns feature to precisely locate .mlify files.
* Use markdown to generate standard files.
* Add BugReports to generated README in StdFiles.
* Version 0.4.7
* Drop support for OASISFormat 0.2 and 0.1.
As per the version policy in HACKING.md, this change syncs with OASIS
version in Debian. Debian Jessie has OASIS v0.4.4, so it is possible to
drop support for older version.
* Provide stable API in setup.ml using BaseCompat.
This change introduces BaseCompat and opens by default the version
matching OASISFormat in setup.ml. This allows to make changes to OASIS
and still provides a stable API in setup.ml. The only side effect is that
it requires to update the setup.ml of DynRun at every major version updates.
Unfortunately, providing compatibility for ALL changes is an hard task.
Users are welcome to file bugs whenever their customized setup.ml breaks
because of an incompatible change.
* Plugin "omake":
This new plugin provides build, doc and install capabilities using
OMake. Some features are not supported, like Object sections.
It requires 'OCamlVersion: >= 4.01'.
Example:
OASISFormat: 0.4
OCamlVersion: >= 4.01
[...]
BuildTools: omake
BuildType: omake (0.4)
Library simplelib
[...]
Document simplelib
BuildTools+: ocamldoc
[...]
Thanks to Gerd Stolpmann for this huge contribution.
* Create OASIFileSystem and use it in OASISContext.t.srcfs.
The new module OASISFileSystem is a filesystem abstraction layer that
allows to better represents (through types) where the files are (e.g.
source or build directory).
The very first use of it is to add in OASISContext.t as srcfs. The
filesystem object is itself limited to only use
OASISContext.source_filename, which allows to use types to enforce
location of files.
The various default_filename across the code are now typed according to
their location (e.g. "setup.log" and "setup.data" are
OASISContext.source_filename). The only way to actually open, read and
write the corresponding file is to apply methods provided in OASISFileSystem
object.
This change also delays enough the evaluation of the location of
"setup.log" and "setup.data", which solves the bug 1473.
(Closes: #1473)
* Improve automatic tests:
* Use OPAM to install dependencies.
* Use Travis to test and compile with all major OCaml version since 3.12.1
on Linux.
* Use AppVeyor to compile on Cygwin.
* Test for dynamic mode mode compilation on Cygwin with AppVeyor.
* Rename test files to reflect what files they are testing.
* Split test/data/TestFull/* tests to reflect what plugins/files they are
testing.
* Add some badges for build status on Travis and AppVeyor in README.md.
* Test the parsing of examples/oasis/*.oasis files.
* Check all examples are tested, add examples/ocamlbuild tests.
* Check that all examples use the latest version of OASIS.
* Disable test 'external source rebuild' which tends to be flaky.
* Refactor TestFull to remove boilerplates and make it more readable.
* Create a test function to check all subdirectories are listed and tested,
add tests for the missing ones.
* Reduce the number of skipped tests.
* Refine constraint to produce .cmt to >=4.01.
* Trim down the dependencies:
* Stop depending on ocaml-data-notation and type_conv.
* Create a trim down, internval version of ocaml-data-notation. The
conversion functions need to be manually written -- not perfect
but a good way to drop the dependency and still be compatible with OCaml
3.12.1.
* Stop depending on ocaml-gettext, this was never really used.
* Get rid of camlp4:
* Replace most genlex parser, by standard yacc/lex parsers.
* Replace OASISRecDescParser by OASISAst_parser using ocamlyacc.
(Closes: #298)
* The "flag(...)" in expression is now case sensitive, to avoid conflict
with the "Flag ..." section.
* Some parts still use Genlex, but don't need camlp4 anymore.
* Trimming down the dependencies allows to make it easier to port OASIS on
other platforms (like Windows) where some former dependencies were tricky
to compile (like camlp4).
* Stop using -install-lib-dir on Windows.
This change prevents the use of -install-lib-dir on Windows, for OCaml
version greater than 3.11.1. The bug in ocamlbuild has been fixed in OCaml
3.11.1 [1]. This is a bit a shot in the dark, since testing on Windows is
not setup.
[1]: https://github.com/ocaml/ocamlbuild/commit/79cf4029b
* Minor changes:
* Consistently use choices type in OASISExpr module.
* Make OCamlbuild plugin not assume that dynamic linking is supported.
(Patch: #1536) (Closes: #1251)
* Improve setup.log parsing, by using Genlex.
* Enforce using a published version of OASIS to generate its own setup.ml,
provide explanations in HACKING.md.
* Fix problem reading files on Cygwin (esp. setup.log), reported size after
an append doesn't reflect the real size of the file in some cases.
* Always compile src/tools/* and move dist.ml there.
* Refactor string version comparison into its own sub-module.
* Fix missing rules for headache.
* Remove unused userconf library.
* Pass -thread to C files as well.
* Don't use $< in explicit DevFiles build rule (BSD make compatibility).
* Example to override cc when compiling C source files.
* Remove the need for Bytes altogether.
* Add fields "Tags" and "BugReports" to export them to OPAM.
* Big documentation cleanup (`\_oasis` synopsis, doc/*).
* Reformat source files using ocp-indent and start to use merlin.
* Allow to use a string when testing values in `\_oasis`, for example it is
now possible to use expression like 'ocaml_version("4.02.1")'
* Improve OASISVersion.comparator_reduce. Now, it transforms the given
comparator into its disjunctive form and order the version number.
* Rename all executables so that their names match OCaml policy for module.
* Move all executables into their own directories to prevent dependencies
leak.
* Transform tools into executables.
* Always compile executables to check they still work.
* Features:
* no_automatic_syntax (alpha): don't disable the -package injection logic.
* compiled_setup_ml (alpha):
* Fix the configure file when using the compiled_setup_ml feature and
improve the Makefile.
* Recompile when needed while executing the configure script.
* findlib_directory (beta, new):
Findlib allows to specify a "directory" in a META file. This can be used
to store some files of the library in sub-directories. This change
allows to set and use this "directory" field.
The InternalInstall plugin now handles installing files in
sub-directories. However there is no flag to specify this when using
`ocamlfind install`, so we use a standard file installation, with a
best-guess computation of the target directory.
The META plugin can now set the "directory" field according to what has
been set in the `_oasis` file. Note that, for nested package the install
directory is relative to the install directory of the parent package.
Example:
BetaFeatures: findlib_directory
Plugins: META(0.4)
Library library
[...]
FindlibDirectory: lib
Thanks to Gabriel Radanne for this contribution. (Closes: #1305)
* findlib_extra_files (beta, new):
This change allows to use a new `_oasis` field 'FindlibExtraFiles' to
install extra files along the matching library/object in findlib.
Example:
BetaFeatures: findlib_extra_files
Library library
[...]
FindlibName: foobar
FindlibExtraFiles: myfile.txt
In this case `myfile.txt` will be installed in the same directory as the
'foobar' package.
Thanks to Evgenii Lepikhin for the contribution. (Closes: #802)
* source_patterns (alpha, new):
This change allows to override the built-in source files search. It uses
user-provided 'InterfacePatterns' and 'ImplementationPatterns' fields and
a small DSL to define how to find a file matching a given module. The
fields can be defined at the top level or in the Library section.
The DSL is based on Genlex and Buffer.add_substitute. It has two
functions `capitalize_file` and `uncapitalize_file` and one variable
`module`.
Example:
AlphaFeatures: source_patterns
Library library
[...]
Modules: FooBar
InterfacePatterns+: ${module}.eliomi
ImplementationPatterns+: ${module}.eliom
It is particularly useful to get rid of the warnings like:
W: Cannot find source file matching module [...]
Thanks to Petter Urkedal for this contribution.
Thanks to Spiros Eliopoulos, Paul Snively, Jeremie Dimino, Christopher
Zimmermann, Christophe Troestler, Max Mouratov, Jacques-Pascal Deplaix, Geoff
Shannon, Simon Cruanes, Vladimir Brankov, Gabriel Radanne, Evgenii Lepikhin,
Petter Urkedal, Gerd Stolpmann and Anton Bachin for their contributions.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ocaml-oasis/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-oasis/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-oasis/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-oasis/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ocaml-oasis/Makefile
diff -u pkgsrc/devel/ocaml-oasis/Makefile:1.9 pkgsrc/devel/ocaml-oasis/Makefile:1.10
--- pkgsrc/devel/ocaml-oasis/Makefile:1.9 Fri Dec 30 11:16:57 2016
+++ pkgsrc/devel/ocaml-oasis/Makefile Tue Jul 11 10:07:54 2017
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2016/12/30 11:16:57 jaapb Exp $
+# $NetBSD: Makefile,v 1.10 2017/07/11 10:07:54 jaapb Exp $
-DISTNAME= oasis-0.4.6
+DISTNAME= oasis-0.4.10
PKGNAME= ocaml-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel
-MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1604/
+MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1694/
MAINTAINER= jaapb%NetBSD.org@localhost
HOMEPAGE= http://oasis.forge.ocamlcore.org/
@@ -12,10 +11,21 @@ COMMENT= Build system for OCaml projects
LICENSE= gnu-lgpl-v2.1
OCAML_USE_OASIS= yes
+CONFIGURE_ARGS+= --bindir ${DESTDIR}${PREFIX}/bin --enable-libraries
+INSTALLATION_DIRS+= bin
+
+OCAML_FINDLIB_DIRS+= plugin-loader
+
+.include "../../mk/ocaml.mk"
+
+post-install:
+.if ${OCAML_USE_OPT_COMPILER} == "yes"
+ ${INSTALL_PROGRAM} ${WRKSRC}/_build/src/cli/Main.native ${DESTDIR}${PREFIX}/bin/oasis
+.else
+ ${INSTALL_SCRIPT} ${WRKSRC}/_build/src/cli/Main.byte ${DESTDIR}${PREFIX}/bin/oasis
+.endif
-.include "../../devel/ocaml-odn/buildlink3.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../devel/ocamlify/buildlink3.mk"
.include "../../devel/ocamlmod/buildlink3.mk"
-.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ocaml-oasis/PLIST
diff -u pkgsrc/devel/ocaml-oasis/PLIST:1.2 pkgsrc/devel/ocaml-oasis/PLIST:1.3
--- pkgsrc/devel/ocaml-oasis/PLIST:1.2 Fri May 6 15:54:40 2016
+++ pkgsrc/devel/ocaml-oasis/PLIST Tue Jul 11 10:07:54 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/05/06 15:54:40 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/07/11 10:07:54 jaapb Exp $
bin/oasis
${OCAML_SITELIB}/oasis/BaseArgExt.annot
${OCAML_SITELIB}/oasis/BaseArgExt.cmi
@@ -18,6 +18,11 @@ ${OCAML_SITELIB}/oasis/BaseCheck.cmt
${OCAML_SITELIB}/oasis/BaseCheck.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseCheck.cmx
${OCAML_SITELIB}/oasis/BaseCheck.mli
+${OCAML_SITELIB}/oasis/BaseCompat.annot
+${OCAML_SITELIB}/oasis/BaseCompat.cmi
+${OCAML_SITELIB}/oasis/BaseCompat.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseCompat.cmx
+${OCAML_SITELIB}/oasis/BaseCompat.ml
${OCAML_SITELIB}/oasis/BaseContext.annot
${OCAML_SITELIB}/oasis/BaseContext.cmi
${OCAML_SITELIB}/oasis/BaseContext.cmt
@@ -34,6 +39,7 @@ ${OCAML_SITELIB}/oasis/BaseData.annot
${OCAML_SITELIB}/oasis/BaseData.cmi
${OCAML_SITELIB}/oasis/BaseData.cmt
${OCAML_SITELIB}/oasis/BaseData.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/BaseData.cmx
${OCAML_SITELIB}/oasis/BaseData.mli
${OCAML_SITELIB}/oasis/BaseDoc.annot
${OCAML_SITELIB}/oasis/BaseDoc.cmi
@@ -171,6 +177,9 @@ ${OCAML_SITELIB}/oasis/NonePlugin.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/NonePlugin.cmx
${OCAML_SITELIB}/oasis/NonePlugin.ml
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISAst.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISAst_lexer.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISAst_parser.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISAst_types.cmx
${OCAML_SITELIB}/oasis/OASISBuildSection.annot
${OCAML_SITELIB}/oasis/OASISBuildSection.cmi
${OCAML_SITELIB}/oasis/OASISBuildSection.cmt
@@ -196,6 +205,11 @@ ${OCAML_SITELIB}/oasis/OASISData.annot
${OCAML_SITELIB}/oasis/OASISData.cmi
${OCAML_SITELIB}/oasis/OASISData.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISData.cmx
+${OCAML_SITELIB}/oasis/OASISDataNotation.annot
+${OCAML_SITELIB}/oasis/OASISDataNotation.cmi
+${OCAML_SITELIB}/oasis/OASISDataNotation.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISDataNotation.cmx
+${OCAML_SITELIB}/oasis/OASISDataNotation.ml
${OCAML_SITELIB}/oasis/OASISDocument.annot
${OCAML_SITELIB}/oasis/OASISDocument.cmi
${OCAML_SITELIB}/oasis/OASISDocument.cmt
@@ -232,6 +246,12 @@ ${OCAML_SITELIB}/oasis/OASISFeatures.cmi
${OCAML_SITELIB}/oasis/OASISFeatures.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFeatures.cmx
${OCAML_SITELIB}/oasis/OASISFeatures.ml
+${OCAML_SITELIB}/oasis/OASISFileSystem.annot
+${OCAML_SITELIB}/oasis/OASISFileSystem.cmi
+${OCAML_SITELIB}/oasis/OASISFileSystem.cmt
+${OCAML_SITELIB}/oasis/OASISFileSystem.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISFileSystem.cmx
+${OCAML_SITELIB}/oasis/OASISFileSystem.mli
${OCAML_SITELIB}/oasis/OASISFileTemplate.annot
${OCAML_SITELIB}/oasis/OASISFileTemplate.cmi
${OCAML_SITELIB}/oasis/OASISFileTemplate.cmt
@@ -298,6 +318,7 @@ ${OCAML_SITELIB}/oasis/OASISMessage.cmt
${OCAML_SITELIB}/oasis/OASISMessage.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISMessage.cmx
${OCAML_SITELIB}/oasis/OASISMessage.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISMutex.cmx
${OCAML_SITELIB}/oasis/OASISObject.annot
${OCAML_SITELIB}/oasis/OASISObject.cmi
${OCAML_SITELIB}/oasis/OASISObject.cmt
@@ -326,7 +347,6 @@ ${OCAML_SITELIB}/oasis/OASISPlugin.cmti
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISPlugin.cmx
${OCAML_SITELIB}/oasis/OASISPlugin.mli
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISQuickstart.cmx
-${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISRecDescParser.cmx
${OCAML_SITELIB}/oasis/OASISSchema.annot
${OCAML_SITELIB}/oasis/OASISSchema.cmi
${OCAML_SITELIB}/oasis/OASISSchema.cmt
@@ -346,6 +366,12 @@ ${OCAML_SITELIB}/oasis/OASISSetupUpdate.
${OCAML_SITELIB}/oasis/OASISSetupUpdate.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSetupUpdate.cmx
${OCAML_SITELIB}/oasis/OASISSetupUpdate.ml
+${OCAML_SITELIB}/oasis/OASISSourcePatterns.annot
+${OCAML_SITELIB}/oasis/OASISSourcePatterns.cmi
+${OCAML_SITELIB}/oasis/OASISSourcePatterns.cmt
+${OCAML_SITELIB}/oasis/OASISSourcePatterns.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OASISSourcePatterns.cmx
+${OCAML_SITELIB}/oasis/OASISSourcePatterns.mli
${OCAML_SITELIB}/oasis/OASISSourceRepository.annot
${OCAML_SITELIB}/oasis/OASISSourceRepository.cmi
${OCAML_SITELIB}/oasis/OASISSourceRepository.cmt
@@ -421,12 +447,15 @@ ${OCAML_SITELIB}/oasis/OCamlbuildPlugin.
${OCAML_SITELIB}/oasis/OCamlbuildPlugin.cmt
${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OCamlbuildPlugin.cmx
${OCAML_SITELIB}/oasis/OCamlbuildPlugin.ml
-${OCAML_SITELIB}/oasis/ODNFunc.annot
-${OCAML_SITELIB}/oasis/ODNFunc.cmi
-${OCAML_SITELIB}/oasis/ODNFunc.cmt
-${OCAML_SITELIB}/oasis/ODNFunc.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/ODNFunc.cmx
-${OCAML_SITELIB}/oasis/ODNFunc.mli
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OMakeData.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OMakeEquip.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OMakeFields.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OMakeFormat.cmx
+${OCAML_SITELIB}/oasis/OMakePlugin.annot
+${OCAML_SITELIB}/oasis/OMakePlugin.cmi
+${OCAML_SITELIB}/oasis/OMakePlugin.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/oasis/OMakePlugin.cmx
+${OCAML_SITELIB}/oasis/OMakePlugin.ml
${OCAML_SITELIB}/oasis/PropList.annot
${OCAML_SITELIB}/oasis/PropList.cmi
${OCAML_SITELIB}/oasis/PropList.cmt
@@ -466,13 +495,3 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/plugi
${OCAML_SITELIB}/plugin-loader/plugin-loader.cma
${PLIST.ocaml-opt}${OCAML_SITELIB}/plugin-loader/plugin-loader.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/plugin-loader/plugin-loader.cmxs
-${OCAML_SITELIB}/userconf/META
-${OCAML_SITELIB}/userconf/UserConf.annot
-${OCAML_SITELIB}/userconf/UserConf.cmi
-${OCAML_SITELIB}/userconf/UserConf.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/userconf/UserConf.cmx
-${OCAML_SITELIB}/userconf/UserConf.ml
-${PLIST.ocaml-opt}${OCAML_SITELIB}/userconf/userconf.a
-${OCAML_SITELIB}/userconf/userconf.cma
-${PLIST.ocaml-opt}${OCAML_SITELIB}/userconf/userconf.cmxa
-${PLIST.ocaml-opt}${OCAML_SITELIB}/userconf/userconf.cmxs
Index: pkgsrc/devel/ocaml-oasis/buildlink3.mk
diff -u pkgsrc/devel/ocaml-oasis/buildlink3.mk:1.7 pkgsrc/devel/ocaml-oasis/buildlink3.mk:1.8
--- pkgsrc/devel/ocaml-oasis/buildlink3.mk:1.7 Fri Dec 30 11:16:57 2016
+++ pkgsrc/devel/ocaml-oasis/buildlink3.mk Tue Jul 11 10:07:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2016/12/30 11:16:57 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2017/07/11 10:07:54 jaapb Exp $
BUILDLINK_TREE+= ocaml-oasis
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ocaml-oasis
OCAML_OASIS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-oasis+= ocaml-oasis>=0.4.4
-BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.6nb2
+BUILDLINK_ABI_DEPENDS.ocaml-oasis?= ocaml-oasis>=0.4.10
BUILDLINK_PKGSRCDIR.ocaml-oasis?= ../../devel/ocaml-oasis
.include "../../lang/ocaml/buildlink3.mk"
Index: pkgsrc/devel/ocaml-oasis/distinfo
diff -u pkgsrc/devel/ocaml-oasis/distinfo:1.3 pkgsrc/devel/ocaml-oasis/distinfo:1.4
--- pkgsrc/devel/ocaml-oasis/distinfo:1.3 Thu May 5 16:06:51 2016
+++ pkgsrc/devel/ocaml-oasis/distinfo Tue Jul 11 10:07:54 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/05/05 16:06:51 jaapb Exp $
+$NetBSD: distinfo,v 1.4 2017/07/11 10:07:54 jaapb Exp $
-SHA1 (oasis-0.4.6.tar.gz) = a71a690323b07d2c9f397dab834b67db585c33b1
-RMD160 (oasis-0.4.6.tar.gz) = e5ef6d1e33307adfd75b8cb1de71d84e451ba570
-SHA512 (oasis-0.4.6.tar.gz) = c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88
-Size (oasis-0.4.6.tar.gz) = 337490 bytes
+SHA1 (oasis-0.4.10.tar.gz) = 23eb81fd18632d92cad61a5adda8ef6fe0f5b391
+RMD160 (oasis-0.4.10.tar.gz) = e02cc1eb3943f98ff9da7add9ac60dc597982206
+SHA512 (oasis-0.4.10.tar.gz) = c173a3a774d13a7cb21ddb44f89dadef210d331ab5f3a1e7ff1705e815572f70e22815736cc3f3788b6d8f784c21a309b45c5bf5e984e583b31931847bf107fd
+Size (oasis-0.4.10.tar.gz) = 394732 bytes
Home |
Main Index |
Thread Index |
Old Index