Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-19 | increase MAXINTERP from 64 to 128 and allow a little extra room on top | Damien Miller | |
of that for shell scripts to cover the #!, an optional space following it and a newline at the end. feedback and ok miod@ | |||
2008-09-07 | fix silly mix up in PREDEFINED STRINGS; | Jason McIntyre | |
2008-08-11 | remove a note which seems to be duplicated; ok sobrado | Jason McIntyre | |
2008-07-15 | make the version number stuff mandatory. | Marc Espie | |
Restrict specifications to the parts that actually make sense (in particular, remove most wildcard support, it's no longer a good idea in true version number handling), explain about v*, and be more specific about default package specs (since the fuzzyness in the original description predates several changes to bsd.port.mk). Also add version numbers and wildcards where they make sense so the examples are more complete. | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-15 | RFC 2822 obsoletes RFC 822; from Igor Zinovik | Jason McIntyre | |
2008-05-15 | socppc added to .Dt list; | Jason McIntyre | |
2008-05-09 | document netmpls; ok norby | Jason McIntyre | |
2008-04-02 | no more /usr/share/pf; pointed out by Rod Whitworth | Jason McIntyre | |
2008-03-03 | one more /usr/src/xenocara -> /usr/xenocara; | Jason McIntyre | |
2008-03-03 | Change the XSRCDIR default to /usr/xenocara. ok deraadt@ | Matthieu Herrb | |
2008-02-19 | Patchlevel starts at p0, not p1. Fix the example. | Landry Breuil | |
ok espie@ looks fine to ajacoutot@ | |||
2008-01-12 | document manual locking: how it works, why it's there. | Marc Espie | |
2007-08-22 | kill trailing whitespace; | Jason McIntyre | |
2007-08-15 | Simplify locking description: most things have nice default values these | Marc Espie | |
days, the casual user doesn't need more than defining LOCKDIR to get locks working on the ports tree. | |||
2007-08-02 | more cats removal; | Jason McIntyre | |
2007-07-07 | /altroot backup now documented in daily(8), not afterboot(8); | Jason McIntyre | |
from Maximilian Gass | |||
2007-06-18 | addd /usr/xobj/; from Martynas Venckus | Jason McIntyre | |
2007-06-04 | no more IPX; ok henning | Jason McIntyre | |
2007-06-01 | enforce DESCRIPTION-after-SYNOPSIS order, to appease man -h; | Jason McIntyre | |
2007-05-31 | document new .Dd format; | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-27 | spellings preferred in british usage are in `/usr/share/dict/british', | Igor Sobrado | |
not in `/usr/share/dict/english' ok jmc@ | |||
2007-05-23 | no more /usr/share/ipsec; | Jason McIntyre | |
2007-04-16 | some updates to reflect xenocara; | Jason McIntyre | |
help/ok todd matthieu | |||
2007-04-13 | there is no /usr/src/lkm, apparently; | Jason McIntyre | |
2007-04-07 | document STARTDIR | Marc Espie | |
2007-03-04 | remove an unmaintainable sentence; this paragraph has made its point | Jason McIntyre | |
already; | |||
2007-02-16 | explain about RECURSIVE_FETCH_LIST in a clear way (why is mirror-maker | Marc Espie | |
taking so much time ?). Some formatting advice from jmc@ | |||
2007-02-06 | fix some dodgy displays; | Jason McIntyre | |
2006-12-23 | mark regress as a top-level target, even though it's usually not run | Marc Espie | |
by normal users. Even your average src/ developers does not know about make regress, it looks like ;-) | |||
2006-12-05 | - Fix typos. | Bernd Ahlers | |
- Document UPDATE_COOKIES_DIR. - UPDATE_COOKIES_DIR needs to be set for using a read-only ports tree. ok espie@ | |||
2006-12-04 | document FETCH_PACKAGES; from marcus popp | Jason McIntyre | |
ok espie | |||
2006-11-26 | - kill trailing space | Jason McIntyre | |
- new sentence, new line | |||
2006-11-26 | there's no longer a `special' main packages in MULTI_PACKAGES ports | Marc Espie | |
2006-11-02 | kill trailing space; | Jason McIntyre | |
2006-11-02 | say goodbye to BIN_PACKAGES | Marc Espie | |
2006-11-01 | tweaks; | Jason McIntyre | |
2006-11-01 | be more directive, assume people really want binary packages, and will | Marc Espie | |
resort to ports as a last resort. Also, unconfuse the part about sudo and make install. | |||
2006-10-09 | landisk bits; ok mickey | Jason McIntyre | |
2006-09-26 | use .Pa for urls and avoid broken links; | Jason McIntyre | |
problem noticed by frederic culot (pr #5243) ok deraadt pval | |||
2006-09-17 | fix documentation | Marc Espie | |
2006-08-19 | document machdep.aperture; pointed out by andrew smith | Jason McIntyre | |
ok deraadt | |||
2006-08-16 | fix an .Xr; | Jason McIntyre | |
2006-08-16 | document updating ports, mention sqlports, update documentation for | Marc Espie | |
REPORT_PROBLEMS. | |||
2006-08-03 | kill trailing spaces; | Jason McIntyre | |
2006-08-01 | tweak spec slightly to insist on >= | Marc Espie | |
2006-06-08 | bits for armish; ok drahn | Jason McIntyre | |
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-05-08 | we no longer have a static flavor for bash, replace the example with screen. | Steven Mestdagh | |
change a duplicate `make package' to `make install' while here. ok espie@ |