[Bug 292213] www/privoxy: Update to 4.1.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292213] www/privoxy: Update to 4.1.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Jan 2026 12:00:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292213
--- Comment #6 from Vladimir Druzenko <vvd@FreeBSD.org> ---
8. Use ETCDIR instead of ${PREFIX}/etc/privoxy in do-install.
9. Merge MKDIR calls:
${MKDIR} ${STAGEDIR}${ETCDIR}/templates \
${STAGEDIR}${EXAMPLESDIR}
10. Move install DOCS to do-install-DOCS-on (and merge INSTALL_DATA):
do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/user-manual
${INSTALL_DATA} ${WRKSRC}/doc/webserver/p_doc.css \
${WRKSRC}/doc/webserver/user-manual/[a-z]*
${STAGEDIR}${DOCSDIR}/user-manual
11. Move install PRIVOXY_TOOLS to do-install-PRIVOXY_TOOLS-on (and merge
INSTALL_SCRIPT):
do-install-PRIVOXY_TOOLS-on:
${INSTALL_SCRIPT} ${privoxy-log-parser.pl privoxy-regression-test.pl \
uagen.pl url-pattern-translator.pl:L:S|^|${WRKSRC}/tools/|} \
${STAGEDIR}${PREFIX}/bin
12. Optimize do-install (merge INSTALL_DATA):
do-install:
${MKDIR} ${STAGEDIR}${ETCDIR}/templates \
${STAGEDIR}${EXAMPLESDIR}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/templates/[a-z]*
${STAGEDIR}${ETCDIR}/templates
${INSTALL_DATA} ${default.action default.filter \
regression-tests.action:L:S|^|${WRKSRC}/|} \
${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${config match-all.action trust
user.action:L:S|^|${WRKSRC}/|} \
${STAGEDIR}${EXAMPLESDIR}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8
${STAGEDIR}${PREFIX}/share/man/man8
13. Sort pkg-plist - move sbin/privoxy and share/man/man8/privoxy.8.gz:
etc/privoxy/templates/wpad.dat
+sbin/privoxy
%%PORTDOCS%%%%DOCSDIR%%/user-manual/actions-file.html
…
%%EXAMPLESDIR%%/user.action
+share/man/man8/privoxy.8.gz
If you want I can attach full patch.
--
You are receiving this mail because:
You are the assignee for the bug.