Commit Graph

82 Commits

Author SHA1 Message Date
wiz
dd44c6fdfc Bump date for previous; Pa is markup for paths, 0/1/2 do not need
markup (or perhaps use a Bl/El list?).
2003-09-15 13:10:27 +00:00
agc
177bfa395f Document PKG_DEBUG_LEVEL and its possible values, as requested in PR 22200 2003-09-15 12:32:02 +00:00
salo
22a0ae4298 netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
wiz
d3a1de402e Remove superfluous macro. 2003-06-26 11:56:38 +00:00
jmmv
4296d7d483 Drop trailing whitespace. Reviewed by wiz. 2003-05-06 10:46:41 +00:00
wiz
334bfb30b4 More e.g. cleanup. Igor Sobrado, PR 19692. 2003-04-07 07:04:49 +00:00
jmmv
7fb5910ea7 ... and bump date. 2003-01-18 12:23:58 +00:00
jmmv
9e89b07f14 Add information about the "replace" target. This closes my own PR pkg/18014.
Okay'ed by wiz.
2003-01-18 12:22:36 +00:00
jschauma
3fd604cd1b Remove documentation of obsolete variables EXTRACT_BEFORE_ARGS and
EXTRACT_AFTER_ARGS.
2003-01-10 17:25:38 +00:00
wiz
11b3adcb92 Fix some typos, partly from Igor Sobrado in PR 19656. 2003-01-04 01:03:59 +00:00
hubertf
a4cde15ae0 Fix some nits around BINPKG_SITE(S)
PR pkg/19005 by tv@pobox.com
2002-11-10 18:23:48 +00:00
wiz
9287b22a99 Fix typo. Spotted by Adrian Mrva. 2002-10-02 15:41:53 +00:00
jschauma
8dc529902d "pairs of other package this package depends" ->
"pairs of other packages this package depends upon"
2002-07-23 14:41:41 +00:00
agc
165c8874f2 Deprecate IS_INTERACTIVE, and explain INTERACTIVE_STAGE 2002-07-02 11:49:19 +00:00
ross
4fa402f116 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-13 08:17:26 +00:00
ross
8bd7cb6a69 Edit -mdoc usage.
* There is no -indent option to .Bd or .Bl, although you would
  never know that from its frequent use in this tree. There is a
  "-offset indent" combination that makes sense, and you can certainly
  say "-width indent".

* Also, you can't markup the -width option argument, tho you CAN
  use a callable macro. So "-width Ar filename" doesn't make sense,
  but either "-width Ar" or "-width filename" does, as might something
  like "-width xxfilename" for a little extra space.

* There are a lot of needlessly complex hanging tag macros in man4 used
  to create simple item lists. Those should be simplified one of these
  days before someone copies and edits yet another man4 page.
2002-02-07 03:15:06 +00:00
tron
a7b86ccd43 Udpate documentation of "UNLIMIT_RESOURCES" for new format. 2002-01-05 06:49:42 +00:00
wiz
61d41d2703 Markup improvements. 2002-01-04 12:07:02 +00:00
tron
d5912a8691 Add documentation for "UNLIMIT_RESOURCES". 2002-01-04 12:02:13 +00:00
lukem
73bfbf31f3 grammar/spelling fixes 2001-12-26 08:08:23 +00:00
wiz
f5cd075d16 Refer bsd.pkg.defaults.mk instead of mk.conf.examples. Reported in
pkg/14899 by Jonathan Perkin.
2001-12-10 23:30:27 +00:00
hubertf
8bf93eced0 Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:35 +00:00
hubertf
a5378d2cae Make comment about scripts/* go the same place as the scripts/* code: /dev/null 2001-11-03 20:49:56 +00:00
jlam
6e2d1d87cf Document the new Motif-related variables. Deprecate USE_MOTIF in favor of
including motif.buildlink.mk, which contains more sophisticated and
complete logic for detecting the various Motif options that may be
installed.  Though deprecated, USE_MOTIF is still recognized, though it
does no more than include motif.buildlink.mk.
2001-09-14 01:52:39 +00:00
wiz
4577a82c45 Drop superfluous .Pp, punctuation fix. 2001-09-11 01:25:14 +00:00
agc
db45c794ba Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:43:42 +00:00
wiz
3fcffde451 Fix date. 2001-09-08 01:29:41 +00:00
hubertf
837bdd67dd * When applying patches, also look in $LOCALPATCHES/$PKGPATH for
any local patches that the user wants to maintain outside of
   pkgsrc.
 * print-PLIST: ignore Linux procfs entries
2001-08-24 00:54:45 +00:00
agc
1c5d72b6ae Explain that PKGSRCDIR is an internal definition and should not be set
by the user.
2001-08-14 06:00:15 +00:00
zuntum
4a5fefeba1 Mention REPLACE_PERL
Takes a list of files and replaces each occurence of "/usr/bin/perl", "/usr/local/bin/perl"
and "/usr/pkg/bin/perl" in the named files with the value of ${PERL5}.
This can be used to point perl scripts to the proper interpreter that pkgsrc installs.
Note: it looks for the listed files in ${WRKSRC}.
2001-06-27 12:57:47 +00:00
wiz
4d186bc9fb Fix date, one xref, and some whitespace. 2001-05-28 00:50:40 +00:00
hubertf
6bd8e37563 add some variables related to bin-install 2001-05-20 03:08:31 +00:00
tron
5961b7a2e1 Add description of "PERL5_REQD". 2001-04-29 05:56:20 +00:00
wiz
2df6009319 Flesh out the description for MAINTAINER. Addresses pkg/11573. 2001-03-16 12:51:50 +00:00
wiz
1374c54cb8 Remove description for NO_DESCRIBE. 2001-03-16 12:44:19 +00:00
wiz
00c9eb8701 Remove documentation for NO_EXTRACT. 2001-03-16 11:47:23 +00:00
wiz
187ec466a3 Note COMMENT variable. 2001-02-17 19:16:30 +00:00
wiz
2fb3a350e6 Document MESSAGE_SUBST, and PLIST_SUBST, and generally update the
document for some changes in the last months (or even earlier).
2001-01-31 17:04:03 +00:00
garbled
af36c1ab79 Document OSVERSION_SPECIFIC. 2001-01-24 10:01:14 +00:00
veego
b05fd9e58b Document SVR4_PKGNAME. 2001-01-21 22:41:48 +00:00
pooka
b6fb3c0605 typo (fix it)
Reported by Tetsuya Isaki in misc/11988
2001-01-18 10:19:42 +00:00
agc
d33f71741e Update the documentation to reflect the deletion of NO_WRKDIR 2001-01-16 14:03:07 +00:00
hubertf
6e09105843 * Remove documentation of NOCLEANDEPENDS (it's set by default, and there
is no need to change things on that area)
 * Document MAKEFILE, per PR 11866 by Richard Tibbetts <tibbetts@mit.edu>
2001-01-01 22:27:14 +00:00
rh
25a576ab3f Note new UPDATE_TARGET 2000-10-22 08:40:05 +00:00
rh
6bf8d3e00c Explain USE_MESA/USE_GLX 2000-10-15 12:13:38 +00:00
hubertf
745fefd1c6 Xref pkgsrc/Packages.txt 2000-10-11 14:00:58 +00:00
hubertf
ad17c6c3df Document CHECK_SHLIBS 2000-08-31 02:34:44 +00:00
tron
ad6319b502 Document "USE_XAW" and "USE_XPM". 2000-08-23 22:30:56 +00:00
hubertf
97d171d025 MIRROR_DISTFILES and NO_CDROM are gone. 2000-08-18 22:45:39 +00:00
hubertf
66df19f794 PACKAGE_DEPENDS_WITH_PATTERNS will soon be gone, and it was never
intended to be changed by users.
2000-07-26 15:02:14 +00:00