summaryrefslogtreecommitdiff
path: root/Packages.txt
AgeCommit message (Collapse)AuthorFilesLines
2004-11-30Typo.jlam1-2/+2
2004-11-20add urls to pdf etc. toohubertf1-2/+10
2004-11-20Bang bang, you're dead - point to the new locationhubertf1-3855/+5
2004-11-19Remove the documentation for optional patch files, which was removed somepeter1-26/+1
time ago. ok wiz@
2004-10-16put a line back where it seems to belong.dan1-2/+2
2004-10-16add missing w. this is not a political statement.dan1-2/+2
2004-09-29Some changes to sort-of sync this with the XML versionhubertf1-46/+48
(to be committed later): * capitalize "NetBSD" (thanks, symka!) * "User Interaction" has nothing to do with PLIST - move it somewhere more appropriate
2004-09-19Update the sudo-instructions so it even works when upgrading sudohubertf1-1/+3
(when there is no sudo binary temporarily!)
2004-09-15patters -> patternsminskim1-2/+2
2004-09-10Correct the location of Solaris packages.sketch1-5/+5
2004-09-09xpkgwedge is now the default (3.2.1.1)hubertf1-5/+2
2004-09-03Added notes to submit pullups (for stable branch) for securityreed1-3/+5
issues. TODO: reorganize Packages.txt because it has a lot of repeated information. TODO: explain stable branches and how to use.
2004-08-31New section: 11.49 Packages installing extensions to the MIME database.jmmv1-1/+25
It documents the new databases/shared-mime-info/mimedb.mk file.
2004-08-31Fix section references that were overlooked when section 10 becamerh1-5/+5
section 11
2004-08-22Match documentation to reality to reflect recent change in semantics forjlam1-11/+12
PKG_DEFAULT_OPTIONS.
2004-08-12Note why USE_BUILTIN.<pkg> may be "yes" even if IS_BUILTIN.<pkg> is "no".jlam1-3/+6
2004-08-07Fix typos.wiz1-3/+3
2004-08-06Clear up a common misconception about buildlink3. The reality is thatjlam1-2/+4
everything in /usr/include and /usr/lib (system header and library paths) is always considered part of the package build environment; buildlink3 only isolates package builds from everything outside of those system paths. As a consequence of this, LOCALBASE == "/usr" effectively makes buildlink3 do nothing.
2004-08-05Document how to use bsd.options.mk.jlam1-68/+181
2004-08-04Mention that hier(7) helps with the layout of files within PREFIXjschauma1-1/+5
2004-08-04Document use of SETGIDGAME and the other GAME variables.jschauma1-1/+19
(Suggested by wiz@)
2004-07-30Update documentation for the current state of buildlink3.jlam1-89/+307
2004-07-30Add a new variable to specify the installation prefix forxtraeme1-7/+1
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX. Defaults: xorg: X11ROOT_PREFIX = xorg. XFree86: X11ROOT_PREFIX = XFree86. Otherwise it's undefined. With this modification we don't have to specify X11BASE anymore, because it's assigned automatically via bsd.pkg.defaults.mk. If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf. Update Packages.txt now that we don't need X11BASE.
2004-07-29Update section 10.44, xorg will be installed by default intoxtraeme1-2/+2
${PREFIX}/xorg.
2004-07-29Added section 10.44 "How can I install/use X.org from pkgsrc?".xtraeme1-7/+18
2004-07-24A few updates WRT patches etc., submitted by Greg Woods in PR 22949hubertf1-20/+77
VS: ----------------------------------------------------------------------
2004-07-04Various improvements for previous.wiz1-13/+13
2004-07-04+ 10.45 How do I handle common shared directories?jmmv1-1/+74
+ 10.46 How can I tweak 'make print-PLIST' output?
2004-06-06s/has no effect expect/has no effect except/ ..grant1-2/+2
2004-05-02Add 10.44 Where's the pkgviews documentation?hubertf1-1/+10
XXX Packages.txt needs a rewrite (at least when pkgsrc finally gets XXX out of a state of constant movement
2004-04-19Update Appendix B for new ftp server layouthubertf1-23/+53
2004-04-08Add some notes about the BUILDLINK_DEPENDS definition.reed1-2/+21
2004-04-08New sub-section: 10.43 How can I use XFree86 from pkgsrc?xtraeme1-1/+12
2004-04-07document how to do a bulk build of a subset of pkgsrcdmcmahill1-1/+22
2004-02-18Document "mipspro-ucode".jlam1-2/+3
2004-02-17Change info regarding LIBTOOL_OVERRIDE. Most packages need not definesnj1-6/+11
this variable, since, as of revision 1.1404 of mk/bsd.pkg.mk, LIBTOOL_OVERRIDE is set to "libtool */libtool */*/libtool", which will suffice in most cases.
2004-02-16Some minor English fixes.snj1-10/+10
Change step 3 in section 10.38 to indicate that "share/omf" _should_ be removed from PLIST (previously it said to not remove it). XML_CATALOGS should hold XML catalogs, not SGML.
2004-02-16Very beleatedly add documentation for the following items:jmmv1-1/+134
- 10.37 Packages installing GConf2 data files - 10.38 Packages installing scrollkeeper data files - 10.39 Packages installing X11 fonts - 10.40 Packages installing GTK2 modules - 10.41 Packages installing SGML or XML data - 10.42 Packages using intltool
2004-02-12Replace netbsd with NetBSD in email addresses for MAINTAINER.minskim1-4/+4
2004-02-01Document PKGSRC_COMPILER.jlam1-1/+28
2004-02-01It's "its." Use a semicolon instead of a comma. Tweak a sentence forsnj1-4/+4
consistency.
2004-01-27Add the multimedia category.agc1-1/+2
2004-01-24replace reference to USE_GMAKE with USE_GNU_TOOLS make.grant1-4/+4
2004-01-23Update USE_NCURSES example with a still missing function.wiz1-2/+2
2004-01-14Fix typo.wiz1-2/+2
2004-01-14 Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a morerh1-2/+33
fine-grained distinction between required versions of pre-requisites (DEPENDS) and versions that are recommended for security or library ABI consistency reasons (RECOMMENDED). The contents of ${RECOMMENDED} are added to DEPENDS unless IGNORE_RECOMMENDED is set to YES, in which case a warning will be printed and IGNORE_RECOMMENDED will be added to BUILD_DEFS. Add a corresponding BUILDLINK_RECOMMENDED.<pkg> variable for use with buildlink2 and buildlink3.
2003-12-14Correct path in pre-build.local example.kristerw1-2/+2
2003-11-193.2.6 Setting up a sandbox for chroot'ed builds:hubertf1-18/+12
Remove redundant paragraphs, and remind creating a user account if $CVS_USER is set in build.conf. (We should probably check for a few things there...)
2003-11-12Mention pkgsrc-wip in the "submitting packages" section.wiz1-1/+6
2003-10-29Add note about SHLIBTOOL_OVERRIDE.reed1-1/+4