summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2012-06-08 14:58:51 +0000
committerMarc Espie <espie@cvs.openbsd.org>2012-06-08 14:58:51 +0000
commit88871034cf1ba663180f5b399e0f5aa5866ca289 (patch)
treef82e38a08ca6ddf1992691250f51adf6a964a29e /share/man
parent2a1264f9256b6023678c7ac2a6f7e605185a753d (diff)
CHECKSUM_PACKAGES howto
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man7/ports.717
1 files changed, 15 insertions, 2 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 0542b26ece3..6fba6fbf7c7 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -23,10 +23,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ports.7,v 1.88 2011/12/03 22:22:04 espie Exp $
+.\" $OpenBSD: ports.7,v 1.89 2012/06/08 14:58:50 espie Exp $
.\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $
.\"
-.Dd $Mdocdate: December 3 2011 $
+.Dd $Mdocdate: June 8 2012 $
.Dt PORTS 7
.Os
.Sh NAME
@@ -422,6 +422,19 @@ normally as
.Pc .
In particular, it can take advantage of machine clusters (same architecture
and same installation), and of multi-core machines.
+.Pp
+Take notice of
+.Ev CHECKSUM_PACKAGES
+in
+.Xr bsd.port.mk 5 .
+this can be set to
+.Sq ftp
+during official package builds to compute partial sha256 checksum files.
+.Pp
+At the end of the build, just
+.Bd -literal -offset indent
+cd ${PORTSDIR}/packages/${MACHINE_ARCH}/cksums && cat * >sha256
+.Ed
.Sh NETWORK CONFIGURATION
The variables pertaining to network access have been marshalled into
.Pa ${PORTSDIR}/infrastructure/templates/network.conf.template .