Created attachment 169795 [details] Patches for Makefile, distinfo and files/patch* IMPORTANT: the Makefile is patched to change maintainer from rde@tavi.co.uk to bob@eager.cx (all of the maintainer's other ports are with bob@eager.cx, and this makes sense). It's the same physical maintainer (me). - upgrade to 3.2.0 - tidied Makefile - removed broken repository (still two left) - tidied rc file (passes rclint)
I approve this update. I also approve change of maintainer email address from rde@tavi.co.uk to bob@eager.cx (it's still me, I am consolidating ports under one email address).
testbuilds fine, except on current, where it fails with: fcrondyn.c:691:5: error: use of undeclared identifier 'rl_readline_name' rl_readline_name = "fcrondyn"; ^
full poudriere build log from current: http://people.freebsd.org/~pi/logs/sysutils__fcron-cur-1462555207.txt
Created attachment 170102 [details] Revised patches for Makefile, distinfo and files/* New patches for Makefile, distinfo and files/patch*; new files in files/
(In reply to bob from comment #4) Now it fails at fcrondyn.c:695:5: error: use of undeclared identifier 'rl_attempted_completion_function' rl_attempted_completion_function = rl_cmpl_fcrondyn; ^
My apologies. I failed to copy one patch from the test VM. The port's own makefile does not regenerate 'configure' using autoconf, so it's necessary to patch that too. Revised patches (again) follow.
Created attachment 170104 [details] Second revision of port diff! Second revision, including files/patch-configure
Testbuilds and build on populated host are now fine.
A commit references this bug: Author: pi Date: Sun May 8 09:33:27 UTC 2016 New revision: 414794 URL: https://svnweb.freebsd.org/changeset/ports/414794 Log: sysutils/fcron: 3.0.6 -> 3.2.0 Changes: http://fcron.free.fr/doc/en/changes.html - updated maintainer mail PR: 209139 Submitted by: bob@eager.cx (maintainer) Changes: head/sysutils/fcron/Makefile head/sysutils/fcron/distinfo head/sysutils/fcron/files/fcron.in head/sysutils/fcron/files/patch-configure head/sysutils/fcron/files/patch-doc_en_man_fcron.8 head/sysutils/fcron/files/patch-doc_en_man_fcron.conf.5 head/sysutils/fcron/files/patch-doc_en_man_fcrontab.1 head/sysutils/fcron/files/patch-doc_fr_man_fcron.8 head/sysutils/fcron/files/patch-fcrondyn.c head/sysutils/fcron/files/patch-fileconf.c head/sysutils/fcron/files/patch-files_fcron.pam head/sysutils/fcron/files/patch-m4_ax__lib__readline.m4 head/sysutils/fcron/files/patch-save.c head/sysutils/fcron/files/patch-subs.c head/sysutils/fcron/pkg-plist
Committed, thanks!