[Bug 235701] security/py-certbot: Add man page

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 13 15:11:23 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235701

--- Comment #8 from Tobias Kortkamp <tobik at freebsd.org> ---
Comment on attachment 201984
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201984
svn-diff-alternate

1. MAN should be named MANPAGES as it usually is.

2. The new options and helpers are badly ordered [1].

3. Remove .include <bsd.port.options.mk> again and use options helpers
   targets.

4. This should probably be post-build-MAN-on (or post-build-MANPAGES-on after
fixing the option name):
+pre-install:

5. gmake is not declared as a build dependency, so this will probably fail:
+       ${LOCALBASE}/bin/gmake -C ${WRKSRC}/docs man

6. Use the INSTALL_MAN macro to install files into STAGEDIR, not CP. [2]

7. What does this do and why does it require gsed?
+       ${SED_CMD} -i '1i\.if n .pl 2000v'
${STAGEDIR}${PREFIX}/man/man7/certbot.7

   If the input for creating certbot.7 is already broken can it not
   be fixed instead?

8. Why is patch-docs_conf.py needed?

[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html
[2] https://www.freebsd.org/doc/en/books/porters-handbook/install.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list