| Summary: | [patch] no mention of PORT_DBDIR in ports(7) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Matthew Seaman <m.seaman> | ||||
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Matthew Seaman
2007-07-19 15:50:07 UTC
And what about PKG_DBDIR? And LOCALBASE, LINUXBASE? All of those can be changed and there are a lot of other variables for fine-tuning. The question is that should we collect and document all of those or draw a line somewhere? If so, where? -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Gabor Kovesdan wrote: > And what about PKG_DBDIR? And LOCALBASE, LINUXBASE? All of those can be > changed and there are a lot of other variables for fine-tuning. The > question is that should we collect and document all of those or draw a > line somewhere? If so, where? Well, yes. Ideally all of the variables that a user can set to affect the behaviour of the common shared Makefiles in /usr/ports/Mk will be documented somewhere. Of the ones you mention, PKG_DBDIR is described in pkg_info(1). LOCALBASE and LINUXBASE are covered in The Porter's Handbook. However, I couldn't find anywhere where PORT_DBDIR was described other than the contents of /usr/ports/Mk, and it seems to me the natural place to document it is in ports(7). Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGzF0n8Mjk52CukIwRCDKRAJ49DBHBOiX6lGCxo+2zumXeP+VYGgCfchIU i3rJcUyWrRfmrf8GUa/e70M= =1dVe -----END PGP SIGNATURE----- gabor 2007-12-21 21:44:33 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
share/man/man7 ports.7
Log:
- Document PORT_DBDIR
PR: docs/114731
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Revision Changes Path
1.63 +11 -0 src/share/man/man7/ports.7
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Patched in HEAD, MFC reminder. Responsible Changed From-To: freebsd-doc->gabor Take. State Changed From-To: patched->closed Committed, thanks! |