Commit Graph

68 Commits

Author SHA1 Message Date
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
rh
d1abc048b7 Sync description of REINSTALL w/ reality. 2000-07-21 06:38:27 +00:00
rh
422152b09d Note new NO_{SRC,BIN}_ON_{FTP,CDROM} variables. 2000-07-20 13:10:04 +00:00
hubertf
2e6c809a42 add bin-install 2000-07-06 17:00:04 +00:00
hubertf
05d950473c Add entry for PKG_DEVELOPER
(There's much redundancy here with pkgsrc/mk/mk.conf.example ... :/)
2000-07-06 15:22:02 +00:00
tron
aaad4a1656 Document "USE_SSL". 2000-04-26 21:17:03 +00:00
hubertf
61e71b247c document PACKAGE_DEPENDS_WITH_PATTERNS 2000-02-02 15:54:33 +00:00
jwise
9aa0a45ccf Document USE_JAVA 2000-01-14 17:32:29 +00:00
sakamoto
7176b483b5 Add LTCONFIG_OVERRIDE and LIBTOOL_OVERRIDE definitions. 1999-12-07 08:59:54 +00:00
dmcmahill
31e0e8c669 identify RUN_DEPENDS as depricated 1999-11-23 16:44:57 +00:00
dmcmahill
6d3abcd728 - Document the USE_FORTRAN variable used to indicate that a package needs
a fortran compiler to build.
- Document the PKG_FC variable used to control which fortran compiler is
  used.
1999-11-22 23:45:15 +00:00
rh
ff5396ed7a Document new behaviour of "update" target. 1999-10-31 19:45:17 +00:00
hubertf
3b21dce24e Add some help on when to use USE_X11BASE. 1999-10-07 12:45:38 +00:00
kleink
03126e1c99 Use full month names with .Dd, as per mdoc.samples(7). 1999-09-12 18:47:10 +00:00
rh
dd265cb089 Remove bogus information about ${INSTALL_TARGET}. 1999-08-31 08:41:57 +00:00