Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-03 | Removed the chapter of the proposed redesign of the bulk build | rillig | 4 | -60/+4 | |
framework, since it did not contain any documentation on the current system. | |||||
2006-07-02 | Added "A package does not build. What shall I do?" to the FAQ. | rillig | 1 | -1/+28 | |
2006-07-02 | Summarized some places where you can find more documentation about pkgsrc. | rillig | 1 | -1/+51 | |
2006-07-02 | When INTERACTIVE_STAGE is set and not only contains "fetch", the package | rillig | 1 | -3/+5 | |
cannot be built by the bulk builds. | |||||
2006-07-02 | Removed a duplicate word. | rillig | 1 | -2/+2 | |
2006-07-02 | Added a missing word. | rillig | 1 | -2/+2 | |
2006-07-01 | Added documentation for the SUBST framework. | rillig | 1 | -3/+70 | |
2006-07-01 | Removed the policy that INTERACTIVE_STAGE should not contain "fetch", as | rillig | 1 | -11/+7 | |
it had not been discussed before. | |||||
2006-07-01 | Added another rationale that "fetch" should not be in INTERACTIVE_STAGE. | rillig | 1 | -2/+5 | |
2006-06-30 | INTERACTIVE_STAGE should not be set to "fetch". | rillig | 1 | -5/+12 | |
2006-06-30 | Updated the chapter on editing the pkgsrc guide. It had been outdated. | rillig | 1 | -140/+92 | |
2006-06-30 | Added a chapter "The implementation of the bulk builds" that describes | rillig | 4 | -4/+58 | |
how the bulk builds should look like in the future. It is a design document and subject to discussion. | |||||
2006-06-29 | Using printf is another way to print an arbitrary string. | rillig | 1 | -8/+10 | |
2006-06-29 | Added more entries for "undefined reference to ..." and an explanation | rillig | 1 | -3/+12 | |
on how to fix them. | |||||
2006-06-29 | Reordered the sections so that the general ones are at the beginning, | rillig | 1 | -164/+187 | |
followed by the ones specific to a phase. Added an "undefined reference to ..." section. | |||||
2006-06-27 | Added a note that the name LOCALBASE stems from FreeBSD. | rillig | 1 | -2/+6 | |
2006-06-26 | INSTALLATION_DIRS creates directories with the correct ownership. | rillig | 1 | -4/+8 | |
2006-06-25 | Documented some more file names, so that almost all files in pkgsrc are | rillig | 1 | -3/+54 | |
covered now by the documentation. | |||||
2006-06-25 | Added buildlink3.mk and options.mk to the list of optional package files. | rillig | 1 | -1/+14 | |
2006-06-23 | Moved the pkgsrc-bugs mailing list from the user's part to the | rillig | 2 | -31/+41 | |
developer's part, since we got a non-PR bug report on it again. Sorted the other mailing lists by relevance instead of alphabetically. | |||||
2006-06-23 | The GNU binutils are still not supported under Solaris (I just tried it). | rillig | 1 | -3/+3 | |
2006-06-22 | Documented the ${MASTER_SITE_FOO:=package/} syntax, which may be | rillig | 1 | -2/+22 | |
confusing to pkgsrc beginners. (At least it had been to me.) | |||||
2006-06-21 | The specification of individual variables is further explained in the | rillig | 1 | -1/+12 | |
pkglint documentation. | |||||
2006-06-21 | The advice to use CFLAGS+= foo instead of CFLAGS= foo does not belong | rillig | 2 | -45/+52 | |
into the developer's part, and has since been moved to the user's part. Rewrote the section on "how to pull in variables from mk.conf", since the word "problem" in the first sentence had bothered me over and over again. Removed the documentation for adding "fetch" to INTERACTIVE_STAGE, since we already have FETCH_MESSAGE for that purpose. Added "extract" to the valid values for INTERACTIVE_STAGE, since there might be password-protected distfiles. Now that "fetch" is excluded from INTERACTIVE_STAGE, it is a list of _phases_ (note the misnomer here) that are required once for every build of a package. "fetch" only needs to be done once at all, so it is good to have these issues separated. | |||||
2006-06-17 | Added a section for commonly used abbreviations, since it took me quite | rillig | 1 | -1/+13 | |
a while to figure out what ICE means. | |||||
2006-06-14 | Add text to help explain when bumping PKGREVISION is appropriate or not. | darcy | 1 | -1/+28 | |
As discussed with Greg Troxel. | |||||
2006-06-08 | Fixed a typo and some wording. Synced with bsd.options.mk 1.56. | rillig | 1 | -6/+6 | |
2006-06-01 | Rewrote and shortened the section on C preprocessor macros. Renamed some | rillig | 1 | -102/+58 | |
headings to follow a common structure. | |||||
2006-06-01 | Added a chapter "creating a pkgsrc package" that serves as an | rillig | 4 | -4/+115 | |
introduction to the developer's guide. | |||||
2006-05-31 | Adapt pkgsrc documentation examples to the new databases/openldap-client | ghen | 1 | -3/+3 | |
package. | |||||
2006-05-31 | Clarified a bit on why updating pkgsrc using a tar file is discouraged. | rillig | 1 | -10/+9 | |
2006-05-29 | This package needs a current htdocs-share to produce valid HTML. While | rillig | 2 | -12/+10 | |
here, fixed some pkglint warnings and set DISTNAME to the package name, banned the htdocs-share*.tar.gz to DISTFILES, where it belongs. | |||||
2006-05-29 | Rewrote the appendix covering the directory layout on ftp.NetBSD.org. | rillig | 1 | -91/+85 | |
2006-05-28 | Rewrote the chapter on "getting pkgsrc and keeping it up-to-date" based on | rillig | 1 | -69/+158 | |
the current discussion on the pkgsrc-users mailing list. | |||||
2006-05-24 | Do not pass HTML results through tidy - DocBook XSLT produces valid HTML output. | mishka | 1 | -1/+4 | |
2006-05-24 | Merge XSLTs from the NetBSD Guide: | mishka | 2 | -2/+7 | |
- indent chunker output, - process single pkgsrc.html as HTML 4.01 Transitional document. | |||||
2006-05-23 | _FETCH_MESSAGE has been replaced with FETCH_MESSAGE. | rillig | 1 | -9/+9 | |
2006-05-21 | + FAQ: Why do packages ignore my CFLAGS? | rillig | 1 | -1/+26 | |
2006-05-19 | Provided an abstract that sounds more like a definition. | rillig | 1 | -5/+9 | |
2006-05-19 | Clarified that pkgsrc users are not necessarily "end users". | rillig | 1 | -4/+9 | |
2006-05-19 | Happy new year. | rillig | 1 | -3/+3 | |
2006-05-19 | Added definitions for the people involved in pkgsrc. | rillig | 1 | -1/+29 | |
2006-05-19 | The difference between submission of binary and source packages is | rillig | 1 | -54/+43 | |
emphasized by using two distict sections for them. | |||||
2006-05-15 | Change "backspace" into "backslash". | reed | 1 | -2/+2 | |
Reported by Jonathan Towne in PR #33480. | |||||
2006-05-12 | Added the word "internals" to the title of part III. Added a chapter | rillig | 5 | -35/+173 | |
with general design guidelines. Fixed the statement that there are only two parts. | |||||
2006-05-10 | Fixed the detab target. | rillig | 1 | -3/+3 | |
2006-05-10 | Ran "make detab". | rillig | 3 | -22/+22 | |
2006-05-10 | Added the word ``internals'' to the title of part III and provided a | rillig | 1 | -3/+8 | |
short introduction. | |||||
2006-05-10 | Added part III, which is about the pkgsrc infrastructure. It currently | rillig | 5 | -10/+136 | |
contains the chapter about porting pkgsrc to new platforms (formerly in part II) and a new chapter on regression tests. | |||||
2006-05-10 | + Why does make show-var VARNAME=BUILDLINK_PREFIX.foo say it's empty? | rillig | 1 | -1/+15 | |