summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-06-08 14:53:37 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-06-08 14:53:37 +0000
commit2a1264f9256b6023678c7ac2a6f7e605185a753d (patch)
tree6664195e2cee692963abb2c004f2f798adf20f0b /share
parent9a25414dd3c00ce6c22882b28de51d960771af23 (diff)
document CHECKSUM_PACKAGES
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.531
1 files changed, 27 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 667070ec0c5..57424f2b99a 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.339 2012/06/04 18:42:13 pascal Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.340 2012/06/08 14:53:36 espie Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 4 2012 $
+.Dd $Mdocdate: June 8 2012 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -1145,6 +1145,26 @@ and
.Ar makesum .
Defaults to
.Pa distinfo .
+.It Ev CHECKSUM_PACKAGES
+User settings.
+Choose whether or not to checksum packages while building.
+Deposits result in
+.Pa ${PACKAGE_RPOSITORY}/${MACHINE_ARCH}/cksums/${FULLPKGNAME}.sha256 .
+Can be set to
+.Sq Yes
+to compute a checksum for all packages,
+.Sq cdrom
+to compute it only for
+.Ev PERMIT_PACKAGE_CDROM
+packages
+or to
+.Sq ftp
+to compute it only for
+.Ev PERMIT_PACKAGE_FTP
+packages.
+Defaults to
+.Sq no ,
+which does not compute a checksum at all.
.It Ev CLEANDEPENDS
If set to
.Sq Yes ,
@@ -2959,7 +2979,7 @@ Specification used for populating ${WRKINST} at the start of
Use
.Ar pre-fake
if this is incomplete.
-.It Pa ${PORTSDIR}/packages/${MACHINE_ARCH}/cdrom
+.It Pa ${PORTSDIR}/packages/${MACHINE_ARCH}
Default setup of ${PACKAGE_REPOSITORY}.
.It Pa ${PACKAGE_REPOSITORY}/no-arch
Location of arch-independent packages.
@@ -2967,9 +2987,12 @@ Location of arch-independent packages.
Location of all built packages.
.It Pa ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cache
Location of packages retrieved through the network.
+.It Pa ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cksums
+Location of checksums, see
+.Ev CHECKSUM_PACKAGES .
.It Pa ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cdrom
Location of packages suitable for the CD.
-.It Pa ${PORTSDIR}/packages/${MACHINE_ARCH}/ftp
+.It Pa ${PACkAGE_REPOSITORY}/${MACHINE_ARCH}/ftp
Location of packages suitable for FTP.
.It Pa ${PORTSDIR}/bulk/${MACHINE_ARCH}
Default setup of ${BULK_COOKIES_DIR}.