> On Apr 2, 2019, at 4:04 PM, Christopher Zimmermann <chr...@openbsd.org> wrote:
>
> Hi,
>
> my list of obsolete ocaml ports has been removed from devel/Makefile
> and is therefore disabled. How do I delete the ports from cvs?
> Simply 'cvs remove' all files in the ports directories?
>
> On Sun, 31 Mar 2019 11:29:02 +0800
> Kenneth Westerback <kwesterb...@gmail.com> wrote:
>> I have
>>
>> devel/ocaml-uutf
>> lang/ocaml-camlp5
>> math/ocaml-num
>
> used by devel/{coccinelle,cil}
>
>> math/ocaml-zarith
>
> math/ocaml-zarith is used by devel/frama-c
>
>> devel/dune
>>
>> as candidates for removal since they don't appear to be used by any
>> end-user program.
>
> zarith is supposed to replace num.
> At the moment I would keep devel/dune, because it is so very widely
> used.
>
> Can anyone tell me why I can't find the dependants of ocaml-num with
> this command:
> sqlite3 /usr/local/share/sqlports 'SELECT FULLPKGPATH FROM Depends \
> WHERE DEPENDSPATH LIKE "math/ocaml-num"'
>
>
> Christopher
>
>
> --
> http://gmerlin.de
> OpenPGP: http://gmerlin.de/christopher.pub
> CB07 DA40 B0B6 571D 35E2 0DEF 87E2 92A7 13E5 DEE1
Jasper also pointed out my shoddy dependency checking. :-) I put a newer
ocamlports.org on cvs.
I have problem keeping dune. One can even hope the remaining ports are modified
upstream to use modern build tools. :-)
.... Ken