Commit Graph

183 Commits

Author SHA1 Message Date
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
bjh21
e43b9bb235 Add acorn32. 2001-11-23 16:32:20 +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
uch
fc6d46ce8d add playstation2 port. 2001-10-19 15:36:36 +00:00
wiz
a18563818b NetBSD -> .Nx 2001-10-15 13:44:47 +00:00
wiz
ed6c442306 Whitespace fix. 2001-10-15 13:44:19 +00:00
blymn
eefd77845d Added TIMEFORMAT entry. 2001-10-15 13:22:22 +00:00
lukem
af6420c46f /var/chroot 2001-10-15 04:56:11 +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
0c2e5eb7eb Punctuation fixes. 2001-09-11 01:25:53 +00:00
wiz
3283c51072 Drop superfluous .Pp. 2001-09-11 01:25:39 +00:00
wiz
4577a82c45 Drop superfluous .Pp, punctuation fix. 2001-09-11 01:25:14 +00:00
wiz
63b5c68cd4 Drop superfluous .Pp's, punctuation fixes, improve citation. 2001-09-11 01:24:47 +00:00
wiz
2a3e3930e4 Boring whitespace fixes. 2001-09-11 01:02:18 +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
blymn
d344cc8af2 Fixed Fo/Fc example, the one given did not format correctly when
used.
2001-07-08 06:23: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
wiz
93ac73bf52 Lots of formatting fixes by John Franklin in misc/10078, and some of my own. 2001-05-06 12:03:39 +00:00
ross
d9b63622be xref fpgetmask(3) and fpsetmask(3) 2001-05-04 21:02:27 +00:00
tron
5961b7a2e1 Add description of "PERL5_REQD". 2001-04-29 05:56:20 +00:00
wiz
527a861e86 add sections to xrefs. 2001-04-09 17:35:51 +00:00
wiz
70e0a20f52 kerberos(8), not (1) 2001-04-09 17:33:08 +00:00
wiz
7469b2c748 Improve reference to config 8, and some whitespace fixes. 2001-04-09 17:31:03 +00:00
fair
db62f78e85 Comment out CONFIGURATION section which refers to a README file that is not
installed in the system (but is in our source repository), per PR 10992
2001-03-21 20:26:27 +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
enami
57399272ff - add /dev/zero.
- remove sys/vm.
2001-01-19 01:36:04 +00:00
itojun
9b0c7c0026 add dreamcast and hpcsh 2001-01-18 14:14:05 +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
lukem
9661e3aa77 add LIBC_DIAGASSERT and MALLOC_OPTIONS 2001-01-03 13:35:11 +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
lukem
79b4c08d55 minor update of /boot; from simonb 2000-11-08 12:53:42 +00:00
lukem
dc702cca7b update to reality:
- add /boot, /etc/*.conf, /etc/defaults, various bits in /usr/src and /sys,
  /var/cron, /var/heimdal, /var/pkg, /var/yp
- remove /etc/disklabels, /usr/src/domestic
2000-11-08 06:44:06 +00:00
tv
e5e51611ea Describe new shared-set layout: .../shared/$MACHINE_ARCH and .../shared/ALL. 2000-11-01 04:29:47 +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
016ecbcf4c Add description about the "source" dir of a release, based on what's there
for 1.4.2.
2000-10-06 02:42:20 +00:00
lukem
c111e18a4d remove security/ 2000-10-05 15:47:04 +00:00