Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/share/man/man7 Pull up rev. 1.29 to 1.5 branch, OK'd by...
details: https://anonhg.NetBSD.org/src/rev/f55b9c714a32
branches: netbsd-1-5
changeset: 488486:f55b9c714a32
user: hubertf <hubertf%NetBSD.org@localhost>
date: Thu Jul 13 02:22:05 2000 +0000
description:
Pull up rev. 1.29 to 1.5 branch, OK'd by thorpej:
> Add entry for PKG_DEVELOPER
> (There's much redundancy here with pkgsrc/mk/mk.conf.example ... :/)
diffstat:
share/man/man7/packages.7 | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 403f7c00a6af -r f55b9c714a32 share/man/man7/packages.7
--- a/share/man/man7/packages.7 Thu Jul 13 02:15:36 2000 +0000
+++ b/share/man/man7/packages.7 Thu Jul 13 02:22:05 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: packages.7,v 1.28 2000/04/26 21:17:03 tron Exp $
+.\" $NetBSD: packages.7,v 1.28.4.1 2000/07/13 02:22:05 hubertf Exp $
.\"
.\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
.\"
@@ -72,14 +72,22 @@
.It WRKOBJDIR
A top level directory where, if defined, the separate working
directories will get created, and symbolically linked to from
-.Pa
-${WRKDIR}
+.Pa ${WRKDIR}
(see below). This is useful for building packages on several
architectures, then
.Pa ${PKGSRCDIR}
can be NFS-mounted while
.Pa ${WRKOBJDIR}
is local to every arch.
+.It PKG_DEVELOPER
+Run some sanity checks that package developers want:
+.Bl -bullet
+.It
+make sure patches apply with zero fuzz
+.It
+run check-shlibs to see that all binaries will find their
+shared libs.
+.El
.El
.Sh PACKAGE SPECIFIC VARIABLES
This section documents variables that typically apply to an individual
Home |
Main Index |
Thread Index |
Old Index