Commit graph

366 commits

Author SHA1 Message Date
jlam
d652335471 Typo. 2004-11-30 21:05:24 +00:00
hubertf
985b4cf770 add urls to pdf etc. too 2004-11-20 12:32:24 +00:00
hubertf
d60c8cea16 Bang bang, you're dead - point to the new location 2004-11-20 12:25:27 +00:00
peter
638da308e1 Remove the documentation for optional patch files, which was removed some
time ago.

ok wiz@
2004-11-19 18:39:14 +00:00
dan
4ec8cf8c01 put a line back where it seems to belong. 2004-10-16 00:41:40 +00:00
dan
1a217bb9bf add missing w. this is not a political statement. 2004-10-16 00:36:10 +00:00
hubertf
ea16ea5590 Some changes to sort-of sync this with the XML version
(to be committed later):

 * capitalize "NetBSD" (thanks, symka!)
 * "User Interaction" has nothing to do with PLIST - move it somewhere
   more appropriate
2004-09-29 11:33:38 +00:00
hubertf
67989ae292 Update the sudo-instructions so it even works when upgrading sudo
(when there is no sudo binary temporarily!)
2004-09-19 20:13:26 +00:00
minskim
c01abd22f6 patters -> patterns 2004-09-15 20:18:26 +00:00
sketch
b7ea1c9c2e Correct the location of Solaris packages. 2004-09-10 10:53:13 +00:00
hubertf
0b9af8b698 xpkgwedge is now the default (3.2.1.1) 2004-09-09 12:25:27 +00:00
reed
69424d86cd Added notes to submit pullups (for stable branch) for security
issues.

TODO: reorganize Packages.txt because it has a lot of repeated information.

TODO: explain stable branches and how to use.
2004-09-03 17:22:42 +00:00
jmmv
5c8eb7b29e New section: 11.49 Packages installing extensions to the MIME database.
It documents the new databases/shared-mime-info/mimedb.mk file.
2004-08-31 13:51:23 +00:00
rh
bac1a0d890 Fix section references that were overlooked when section 10 became
section 11
2004-08-31 00:14:51 +00:00
jlam
1f9933b155 Match documentation to reality to reflect recent change in semantics for
PKG_DEFAULT_OPTIONS.
2004-08-22 19:42:10 +00:00
jlam
042ef1d62d Note why USE_BUILTIN.<pkg> may be "yes" even if IS_BUILTIN.<pkg> is "no". 2004-08-12 10:07:28 +00:00
wiz
5d76422575 Fix typos. 2004-08-07 10:15:47 +00:00
jlam
3ba7f2fc27 Clear up a common misconception about buildlink3. The reality is that
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-06 15:27:21 +00:00
jlam
4344ed360a Document how to use bsd.options.mk. 2004-08-05 20:55:11 +00:00
jschauma
cf3b12a3da Mention that hier(7) helps with the layout of files within PREFIX 2004-08-04 16:14:34 +00:00
jschauma
3c7415973a Document use of SETGIDGAME and the other GAME variables.
(Suggested by wiz@)
2004-08-04 16:10:40 +00:00
jlam
08ffe1eca5 Update documentation for the current state of buildlink3. 2004-07-30 20:52:44 +00:00
xtraeme
0cfedd6db1 Add a new variable to specify the installation prefix for
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-30 07:48:56 +00:00
xtraeme
0817215379 Update section 10.44, xorg will be installed by default into
${PREFIX}/xorg.
2004-07-29 06:40:35 +00:00
xtraeme
aea87805a3 Added section 10.44 "How can I install/use X.org from pkgsrc?". 2004-07-29 05:15:31 +00:00
hubertf
ecb0600763 A few updates WRT patches etc., submitted by Greg Woods in PR 22949
VS: ----------------------------------------------------------------------
2004-07-24 01:57:07 +00:00
wiz
41cba31fa0 Various improvements for previous. 2004-07-04 17:41:58 +00:00
jmmv
ae4baacf87 + 10.45 How do I handle common shared directories?
+ 10.46 How can I tweak 'make print-PLIST' output?
2004-07-04 17:35:41 +00:00
grant
cc7871ece8 s/has no effect expect/has no effect except/ .. 2004-06-06 12:46:37 +00:00
hubertf
9fa160322e Add 10.44 Where's the pkgviews documentation?
XXX Packages.txt needs a rewrite (at least when pkgsrc finally gets
XXX out of a state of constant movement
2004-05-02 10:37:48 +00:00
hubertf
3d12034d82 Update Appendix B for new ftp server layout 2004-04-19 17:20:23 +00:00
reed
73043bf81f Add some notes about the BUILDLINK_DEPENDS definition. 2004-04-08 17:17:16 +00:00
xtraeme
e90a21ff57 New sub-section: 10.43 How can I use XFree86 from pkgsrc? 2004-04-08 09:38:39 +00:00
dmcmahill
9945dc03a8 document how to do a bulk build of a subset of pkgsrc 2004-04-07 22:57:16 +00:00
jlam
7e0be8241a Document "mipspro-ucode". 2004-02-18 18:06:24 +00:00
snj
da6abd7243 Change info regarding LIBTOOL_OVERRIDE. Most packages need not define
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-17 03:24:28 +00:00
snj
d96b6a53a6 Some minor English fixes.
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-16 18:44:32 +00:00
jmmv
35fa2493ef Very beleatedly add documentation for the following items:
- 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-16 18:11:59 +00:00
minskim
4a4498a10c Replace netbsd with NetBSD in email addresses for MAINTAINER. 2004-02-12 07:08:21 +00:00
jlam
061a8efa2c Document PKGSRC_COMPILER. 2004-02-01 01:56:28 +00:00
snj
9c6526fe00 It's "its." Use a semicolon instead of a comma. Tweak a sentence for
consistency.
2004-02-01 00:29:01 +00:00
agc
1467adfa97 Add the multimedia category. 2004-01-27 09:10:26 +00:00
grant
494dc7a6a7 replace reference to USE_GMAKE with USE_GNU_TOOLS make. 2004-01-24 15:32:59 +00:00
wiz
6f8277c562 Update USE_NCURSES example with a still missing function. 2004-01-23 23:46:44 +00:00
wiz
c6ae6b7558 Fix typo. 2004-01-14 07:25:48 +00:00
rh
8c4d9ffa48 Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a more
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.
2004-01-14 06:57:45 +00:00
kristerw
09509a06aa Correct path in pre-build.local example. 2003-12-14 21:47:32 +00:00
hubertf
2246910f1b 3.2.6 Setting up a sandbox for chroot'ed builds:
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-19 22:31:47 +00:00
wiz
af27d0b412 Mention pkgsrc-wip in the "submitting packages" section. 2003-11-12 21:16:39 +00:00
reed
f6d90ac06e Add note about SHLIBTOOL_OVERRIDE. 2003-10-29 19:55:19 +00:00