Fix: The current port installs a man page for bitstring(3) which is already included with FreeBSD. Also, The man pages it should install were not listed in pkg-plist. Lastly, somewhere along the line the following patchfiles files and examples became redundant or superfluous: files/patch-script::gen-in.pl files/patch-script::has_usrgrp.pl files/sample-fcrontab-operator files/sample-fcrontab-root The scripts being patched are not used (by this port), and the samples were renamed. I used cd ~/my-fcron-port diff -NPru /usr/ports/sysutils/fcron . to generate the patch below, so "patch -E" should remove the files listed mentioned above. If there is a better way to generate these diffs in the future (or if these dont work) please let me know. thanx much, brad ------------------------------ cut here ------------------------------
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take.
State Changed From-To: open->closed Committed the bitstring.3 removal, thanks! Notes: - manual pages must not be listed in pkg-list; see bsd.port.mk and/or the Porter's Handbook for details - the files you wanted to remove do not exist; please use a fresh ports tree for working on ports