pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: jaapb
Date: Tue Apr 12 15:52:29 UTC 2016
Modified Files:
pkgsrc/mk: ocaml.mk
pkgsrc/mk/pkginstall: bsd.pkginstall.mk deinstall install
Added Files:
pkgsrc/mk/pkginstall: ocaml-findlib-register
Log Message:
Added a pkginstall fragment that takes over from ocaml-findlib-register (a
script included in the ocaml-findlib package) and removes the need to call
said script explicitly from PLIST.
Packages that use findlib will now automatically add directories that are
in OCAML_FINDLIB_DIRS (set by default to $(OCAML_SITELIBDIR)/${PKGBASE})
to the file ${PREFIX}/lib/ocaml/ld.conf. This behaviour can be disabled by
undefining OCAML_FINDLIB_REGISTER.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mk/ocaml.mk
cvs rdiff -u -r1.66 -r1.67 pkgsrc/mk/pkginstall/bsd.pkginstall.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mk/pkginstall/deinstall \
pkgsrc/mk/pkginstall/install
cvs rdiff -u -r0 -r1.1 pkgsrc/mk/pkginstall/ocaml-findlib-register
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index