Created attachment 191428 [details] Patches to files in port directory (2 new files) Upgrade to owrep 1.2, which fixes a rare crash. Also other port fixes (see PR 223801): - remove dubious use of %%ETCDIR%% and replace with correct path and @sample - simplified port; install now done with correct macros in port Makefile - fixed hard coded /usr/local/etc in program source and man page - updated pkg-descr to point to new website Tested on 11.0, 11.1 and 12-CURRENT (i386). New files: files/patch-owrep.1 files/patch-owrep.c
A commit references this bug: Author: tobik Date: Sun Mar 11 19:33:01 UTC 2018 New revision: 464195 URL: https://svnweb.freebsd.org/changeset/ports/464195 Log: misc/owrep: Update to 1.2 - Make PREFIX-safe PR: 223801, 226535 Submitted by: bob@eager.cx (maintainer) Changes: head/misc/owrep/Makefile head/misc/owrep/distinfo head/misc/owrep/files/patch-Makefile head/misc/owrep/pkg-descr head/misc/owrep/pkg-plist
Committed. Thanks! I did not commit the two new patches because we can just replace /usr/local with ${PREFIX} directly instead.