[Bug 253178] asciidoc documentation needs recipe to build PDF
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253178 Bug ID: 253178 Summary: asciidoc documentation needs recipe to build PDF Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: d...@freebsd.org Reporter: k...@freebsd.org I want to (and regularly use) PDF build of our docs. Currently there is no Makefile target nor manual recipe in fdp-primer how to build PDF for docs converted to asciidoc. Please provide. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 253178] asciidoc documentation needs recipe to build PDF
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253178 Li-Wen Hsu changed: What|Removed |Added Status|New |Open CC||carlavi...@freebsd.org, ||lw...@freebsd.org --- Comment #1 from Li-Wen Hsu --- carlavilla: I think we need a make target to generate PDF files, can you provide the commands to generate PDF files and then we can put them in the Makefile? -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 253179] ports(7) man page description of 'packages' target is out of date
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253179 Bug ID: 253179 Summary: ports(7) man page description of 'packages' target is out of date Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Manual Pages Assignee: b...@freebsd.org Reporter: rwat...@freebsd.org CC: d...@freebsd.org In attempting to build packages locally, I read the documentation, and was confused by the following pieces of text from ports(7): ... package Make a binary package for the port. The port will be installed if it has not already been. The package is a .tbz file that you can use to install the port on other machines with pkg-add(8). If the directory specified by PACKAGES does not exist, the package will be put into the current directory. See PKGREPOSITORY and PKGFILE. ... PACKAGES Used only for the package target; the base directory for the packages tree, normally packages/ in PORTSDIR. If this directory exists, the package tree will be (partially) constructed. This directory does not have to exist; if it does not, packages will be placed into the current directory, or you can define one of PKGREPOSITORY Directory to put the package in. PKGFILEThe full path to the package. ... When I attempted to build a package, I was surprised not to find it in my current working directory (the root of the port), as I hadn't specified PACKAGES on the command line. It turns out that it is not in the current working directory, but in work/pkg relative to the current working directory. This probably needs updating. When I ran find(1) to try and find the package, I was further surprised not to find any, having used the pattern '*.tbz' as suggested by the text "a .tbz file". In fact, ports are now .txz files. This probably needs updating. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 253179] ports(7) man page description of 'packages' target is out of date
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253179 Mateusz Piotrowski <0...@freebsd.org> changed: What|Removed |Added Status|New |Open Assignee|b...@freebsd.org|0...@freebsd.org CC||0...@freebsd.org --- Comment #1 from Mateusz Piotrowski <0...@freebsd.org> --- I'll take a look. Thanks for the report. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 253179] ports(7) man page description of 'packages' target is out of date
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253179 Mark Linimon changed: What|Removed |Added CC|lini...@freebsd.org | --- Comment #2 from Mark Linimon --- I'm not yet set up to work on the new docs/src trees. -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 253178] asciidoc documentation needs recipe to build PDF
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253178 Sergio Carlavilla Delgado changed: What|Removed |Added Assignee|d...@freebsd.org |carlavi...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 221986] usr.sbin/autofs/auto_master.5: Minor cosmetic fix
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221986 Oleksandr Tymoshenko changed: What|Removed |Added CC||d...@freebsd.org Component|Documentation |Manual Pages --- Comment #3 from commit-h...@freebsd.org --- A commit in branch stable/11 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=090deb5c64cf9729b9326f0a01349151f3df25c9 commit 090deb5c64cf9729b9326f0a01349151f3df25c9 Author: Benjamin Kaduk AuthorDate: 2017-09-01 22:04:45 + Commit: Ed Maste CommitDate: 2021-02-02 21:23:15 + Fix mdoc typo in auto_master.5 There needs to be a space after the no-space macro in order for it to be interpreted. PR: 221986 Submitted by: Paul Townsend (cherry picked from commit fe8b4983b4f200c479846839b2632024136c0ff4) usr.sbin/autofs/auto_master.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 221986] usr.sbin/autofs/auto_master.5: Minor cosmetic fix
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221986 Ed Maste changed: What|Removed |Added Status|In Progress |Closed CC||ema...@freebsd.org Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Please correct the links in www.freebsd.org
Dear Colleagues! Please correct the links "FreeBSD-EN-21: 04.zfs" and "FreeBSD-EN-21: 03.vnet" from the "ERROR NOTICES" section of the home page. They reference to non-existent pages. Sorry, I could not find an another email address for comments on site content. -- Best, Alexander Werner ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: Please correct the links in www.freebsd.org
On Wed, 3 Feb 2021 at 08:27, werner wrote: > Dear Colleagues! > Please correct the links "FreeBSD-EN-21: 04.zfs" and > "FreeBSD-EN-21: 03.vnet" from the "ERROR NOTICES" section of the home > page. They reference to non-existent pages. > Sorry, I could not find an another email address for comments on site > content. > -- > Best, Alexander Werner > ___ > freebsd-doc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org" > Hi, Sorry for that. I’ll fix this night. ___ freebsd-doc@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"