packages(7) has (finally!) completely been integrated in the pkgsrc guide,

remove it.
This commit is contained in:
wiz 2007-03-02 09:45:32 +00:00
parent 3d61218161
commit 1118359d03
3 changed files with 5 additions and 108 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.980 2007/03/02 06:38:52 riz Exp $
# $NetBSD: mi,v 1.981 2007/03/02 09:45:32 wiz Exp $
./etc/mtree/set.man man-sys-root
./usr/share/info/am-utils.info man-amd-info info
./usr/share/info/as.info man-computil-info bfd,info
@ -1715,7 +1715,7 @@
./usr/share/man/cat7/miscellaneous.0 man-obsolete obsolete
./usr/share/man/cat7/msafer.0 man-obsolete obsolete
./usr/share/man/cat7/nls.0 man-reference-catman .cat
./usr/share/man/cat7/packages.0 man-reference-catman .cat
./usr/share/man/cat7/packages.0 man-obsolete obsolete
./usr/share/man/cat7/pkgsrc.0 man-reference-catman .cat
./usr/share/man/cat7/re_format.0 man-reference-catman .cat
./usr/share/man/cat7/release.0 man-reference-catman .cat
@ -4135,7 +4135,7 @@
./usr/share/man/man7/mdoc.7 man-groff-man .man
./usr/share/man/man7/msafer.7 man-obsolete obsolete
./usr/share/man/man7/nls.7 man-reference-man .man
./usr/share/man/man7/packages.7 man-reference-man .man
./usr/share/man/man7/packages.7 man-obsolete obsolete
./usr/share/man/man7/pkgsrc.7 man-reference-man .man
./usr/share/man/man7/re_format.7 man-reference-man .man
./usr/share/man/man7/release.7 man-reference-man .man

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.19 2006/12/04 08:59:13 pavel Exp $
# $NetBSD: Makefile,v 1.20 2007/03/02 09:45:32 wiz Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# missing: eqnchar.7 man.7 ms.7 term.7
MAN= ascii.7 environ.7 hier.7 hostname.7 intro.7 mailaddr.7 \
nls.7 operator.7 packages.7 release.7 \
nls.7 operator.7 release.7 \
script.7 setuid.7 signal.7 sticky.7 symlink.7 sysctl.7
MLINKS= packages.7 pkgsrc.7

View File

@ -1,103 +0,0 @@
.\" $NetBSD: packages.7,v 1.100 2007/03/02 09:09:14 wiz Exp $
.\"
.\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
.\"
.\" This file is in the public domain.
.\"
.Dd March 2, 2007
.Dt PACKAGES 7
.Os
.Sh NAME
.Nm packages
.Nd
.Nx
user package variables
.Sh DESCRIPTION
.Em This manual page is obsolete .
.Em Please refer the pkgsrc guide at
.Pa /usr/pkgsrc/doc/pkgsrc.txt
.Em or
.Pa /usr/pkgsrc/doc/pkgsrc.html .
.Em The contents of this manual page will be moved there as time permits .
.Pp
This manual page describes the variables that users of the
.Nx
packages system can set to alter the configuration of the package system,
and individual packages.
.Sh PACKAGE SPECIFIC VARIABLES
This section documents variables that typically apply to an individual
package.
Non-Boolean variables without defaults are *mandatory*.
.Bl -tag -offset indent -width XXXXXXXX
.It PKGDIR
A direction containing any package creation files.
The default is
.Pa ${.CURDIR}/pkg .
.It PKG_DBDIR
Where package installation is recorded.
The default is
.Pa /var/db/pkg .
.It NO_MTREE
If set, will not invoke mtree from
.Pa bsd.pkg.mk
from the
.Dq install
target.
.It NO_BUILD
Use a dummy (do-nothing) build target.
.It NO_CONFIGURE
Use a dummy (do-nothing) configure target.
.It NO_INSTALL
Use a dummy (do-nothing) install target.
.It NO_PACKAGE
Use a dummy (do-nothing) package target.
.It SCRIPTS_ENV
Additional environment variables passed to xmkmf.
.El
.Sh SPECIAL VARIABLES
Variables to change if you want a special behavior:
.Bl -tag -offset indent -width XXXXXXXX
.It PKG_VERBOSE
If set, print out more information about the automatic manual
page handling, and package deletion (see the
.Dq install ,
.Dq deinstall
and
.Dq update
targets),
and also sets PATCH_DEBUG as well.
.El
.Sh PACKAGE TARGETS
.Bl -tag -offset indent -width XXXXXXXX
.It mirror-distfiles
Mirror the distfile(s) if they are freely re-distributable.
If
.Dv NO_SRC_ON_FTP
is set in the package's Makefile (usually to
.Pa ${RESTRICTED} )
then that reason is printed, and the distfile is not mirrored.
.El
.Pp
Default sequence for
.Dq all
is: fetch checksum extract patch configure build.
.Pp
NEVER override the
.Dq regular
targets unless you want to open a major can of worms.
.Sh SEE ALSO
.Xr make 1 ,
.Xr mk.conf 5 ,
.Pa ${PKGSRCDIR}/mk/defaults/mk.conf
and
.Rs
.%T "Documentation on the NetBSD Package System"
.Re
.Pa ${PKGSRCDIR}/doc/pkgsrc.txt
.Sh HISTORY
This manual page is based upon the comments in the
.Pa bsd.pkg.mk
file, as distributed with
.Nx .
The sources to this are far
and varied across all free BSD projects.