Created attachment 183231 [details] Patch file for 6.08 -> 6.08_1 Switch to use distrib-6-08-ocaml-4-xx branch of github.com/geneweb/geneweb, to address compatibility issues with OCaml 4.xx. Thanks to Cyril Servant for the good suggestion. One file added: files/patch-configure One file deleted: files/patch-tools__Makefile.inc.unix Patch file is attached.
Build fails for me with: ===> Configuring for geneweb-6.08_1 ocamlc ... OK ocamlc version 4.02.3 >= 4.02 ... OK camlp5 ... OK OS type ... Unix Could not find ocamlfind in the path. You may need to update Makefile.ocaml by hand.
Created attachment 188066 [details] Updated patch file: contains dependency for ocamlfind Apologies for the missing build dependency in the previous version of this patchfile. I just today checked on the status of this PR and noticed the problem encountered by Steve Wills.
testbuild@work
A commit references this bug: Author: pi Date: Mon May 7 13:26:24 UTC 2018 New revision: 469287 URL: https://svnweb.freebsd.org/changeset/ports/469287 Log: www/geneweb: change distsite to address compatibility issues with OCaml 4.xx - also: add ocamlfind dependency PR: 219793 Submitted by: Alex Stangl <alex@stangl.us> (maintainer) Reviewed by: swills Changes: head/www/geneweb/Makefile head/www/geneweb/distinfo head/www/geneweb/files/patch-configure head/www/geneweb/files/patch-tools__Makefile.inc.unix
Committed, thanks!