summaryrefslogtreecommitdiff
path: root/net/samba419/files/man/ldbrename.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/samba4{19,20}: Rework manpages handlingMichael Osipov2025-03-121-81/+0
| | | | | | | | | | | | | * Rename option MANDOC to MANPAGES to match with other ports and Mk/bsd.options.desc.mk. * Remove outdated, incorrect, precompiled manpages from ${FILESDIR}/files/man. * Properly disable manpages generation since XSLTPROC was set to true(1) WAF always assumed xsltproc(1) to work and if any automatic dependency pulled in textproc/docbook-xsl, manpages were generated even if explicitly disabled. PR: 281415 Approved by: jrm (mentor), mikael, 0mp Differential Revision: https://reviews.freebsd.org/D49299
* net/samba419: Add new portMikael Urankar2024-02-091-0/+81
Many thanks to Joshua Kinard, Siva Mahadevan, Yasuhiro Kimura, Andrew Walker, and Peter Eriksson for their patches. PR: 270383