summaryrefslogtreecommitdiff
path: root/doc/guide
AgeCommit message (Collapse)AuthorFilesLines
2006-01-16Added missing </para>.rillig1-2/+3
2006-01-14Sync with htdocs and add NetBSD.css so that "make install" works.minskim2-6/+6
2006-01-13Cross reference the "tools phase" section toreed1-2/+4
the new tools chapter. I removed the TODO here; maybe some text should still be added for this chapter?
2006-01-13Add a "tools" chapter. Documents the USE_TOOLS.reed4-4/+125
2006-01-13Add an example for the pkg options variables in /etc/mk.confhubertf1-2/+8
2006-01-12s/unstripped/stripped/wiz1-2/+2
2006-01-12Documented CHECK_FILES and CHECK_INTERPRETER as being useful for bulkrillig1-1/+18
builds.
2006-01-11Added a README file that describes where to get some basic informationrillig1-0/+7
about DocBook. Without that reference I felt it was hard to write anything useful because I didn't know which annotations to use.
2006-01-11[The ''install'' phase] Documented the various INSTALL_* variables.rillig1-10/+47
2006-01-10it's autit-package*S*hubertf1-2/+2
Noted by Stephen M. Rumble <stephen.rumble@utoronto.ca> in private mail.
2006-01-07Even if you build a package from source, you don't gain any securityrillig1-3/+10
unless you have completely read and understood the source code of all the tools involved in building the package.
2006-01-07Cleaned up a bit on the wording.rillig1-17/+15
2006-01-04Back out previous commit - it was not intended to be committedhubertf1-3/+3
Tnx @ wiz
2006-01-03Update vpnc to 0.3.3. Changes:hubertf1-3/+3
* ignore \r in config files * (hopefuly) fixed 64bit bugs (Nicolas Boichat and Zach Brown) * added support for "Split-Net" Routing * introduced vpnc-script and removed vpnc-connect * always search for configfiles in /etc/vpnc/ expect if the filename contains at least one "/" * only read /etc/vpnc/default.conf and /etc/vpnc.conf if no other configfiles are provided * various other fixes contributed by Anton Altaparmakov, Randy Chou, "krabat", Andre Vanha and Nikolay Sturm
2006-01-02clarify which variables are depracated (USE_FOO) for pkg optionsjschauma1-6/+9
2005-12-29Correct section title (copy and paste error).jlam1-2/+2
2005-12-29Update the pkgsrc guide to reflect the following changes to the pkginstalljlam2-16/+50
framework: * USE_PKGINSTALL is no longer needed. * X11 font directories should be listed in FONTS_DIRS.<type> * fonts.mk is no longer needed as the functionality has been completely reimplemented within the pkginstall framework. * PKG_UPDATE_FONTS_DB may be set to "yes" or "no" to indicate whether the fonts databases should be updated or not. This defaults to "yes".
2005-12-24"Microsystems" -> "Sun Microsystems"kim1-2/+2
Fixes PR 32366
2005-12-14Document how to register font map files in packages installing TeXminskim1-1/+8
font maps.
2005-12-06Document that ${PKGBASE} cannot be used in defining PKG_OPTIONS_VAR.dillo1-2/+4
2005-12-05Added a note that using the binary bootstrap kits only works forrillig1-2/+4
privileged builds that use LOCALBASE=/usr/pkg.
2005-12-04Reverted the last change after massive protest from agc.rillig1-5/+8
2005-12-04Added documentation for the make(1) variables that are most likely to berillig1-1/+24
overridden in a user's mk.conf file.
2005-12-02Don't encourage users to abuse the patch framework for installingrillig1-8/+5
pkgsrc-specific files into ${WRKSRC}. I've lately seen too many patches against /dev/null that contain RCS Ids.
2005-11-29Reordered the configuration files for bulk builds. Since therillig1-16/+20
build.conf file contains a setting for choosing another mk.conf file, it should come first. Updated the wording of the text.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-3/+6
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-24Somehow, all the __i386__ were missing an additional underscore. Fixed it.rillig1-4/+4
2005-11-24Fixed the wording in the "CPP defines" section. Added more examples ofrillig1-10/+24
predefined CPP macros for some platforms.
2005-11-21Inserted punctuation into the list of predefined CPP macros to make itrillig1-6/+6
more readable.
2005-11-21Added more documentation on the predefined C preprocessor macros.rillig1-9/+37
2005-11-20Updated the example use of pkglint.rillig1-3/+3
2005-11-20Added a section on how to keep pkgsrc up-to-date.rillig1-2/+19
2005-11-18Remove --pkgsrcdir option. Now bootstrap uses `pwd`.yyamano1-2/+2
Applied patch provided by Antoine Reilles. Fix PR 31398.
2005-11-17Grammar fix.wiz1-2/+2
2005-11-16Mention the new ALLOW_VULNERABILITIES and SKIP_AUDIT_PACKAGES variables.erh2-3/+23
2005-11-13Use up-to-date htdocs so that DocBook DTD is found whenminskim2-6/+6
docbook-xml>=4.4 is installed.
2005-11-13Add a section on how to use print/teTeX/module.mk. Thanks to hubertf@minskim1-1/+34
and tonio@ for review.
2005-11-08Globally replaced X-Windows with X11. See the X(7) man page for details.rillig1-5/+5
2005-11-08Add "para" tags for a "note" paragraph. This fixed a problemreed1-3/+3
where a "varname" was immediately followed (without a space) the next word.
2005-11-08Add some docs about PKGMANDIR.reed1-1/+46
2005-11-04Added a rationale for the last commit, which had been unintended, butrillig1-1/+3
nevertheless useful.
2005-11-04Updated pkglint to 4.36.rillig1-2/+2
Implemented checking for enumeration types. Added new types Filemask, Filename, Language, Option, Pathmask, Pathname, Stage, Varname and WrksrcSubdirectory. Made the check for URLs stricter. Added some variables to the makevars.map file.
2005-11-04Note that the distfiles are extracted to WRKDIR.rillig1-5/+5
2005-11-04Don't quote PKG_OPTIONS_VAR example in the description.salo1-2/+2
The value _must not_ be in quotes so don't confuse users. (hit by martin@)
2005-11-03Added the default value of CONFIGURE_DIRS. Rewrote the ``build'' phaserillig1-18/+35
description to have the same structure as the ``configure'' phase description.
2005-11-03Documented the use of CONFIGURE_DIRS, as pkglint has got a new errorrillig1-27/+30
diagnostic that need this explanation.
2005-11-03Reformatted and improved the explanation of the directories.rillig1-15/+25
2005-11-03Add __INTERIX.tv1-1/+2
2005-11-03Add note about Interop X Server.tv1-2/+4
2005-11-03Added explanations for some of the directories used in the buildrillig1-1/+33
process. More will follow.