svn commit: r238025 - head/share/man/man5
Marcel Moolenaar
marcel at FreeBSD.org
Mon Jul 2 20:28:12 UTC 2012
Author: marcel
Date: Mon Jul 2 20:28:12 2012
New Revision: 238025
URL: http://svn.freebsd.org/changeset/base/238025
Log:
Added options:
WITH_INSTALL_AS_USER
WITHOUT_PKGBOOTSTRAP
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5 Mon Jul 2 20:27:37 2012 (r238024)
+++ head/share/man/man5/src.conf.5 Mon Jul 2 20:28:12 2012 (r238025)
@@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 236279 2012-05-30 02:37:20Z gjb
.\" $FreeBSD$
-.Dd June 27, 2012
+.Dd July 2, 2012
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -514,6 +514,16 @@ Set this if you do not want to install o
For example when creating a
.Xr nanobsd 8
image.
+.It Va WITH_INSTALL_AS_USER
+.\" from FreeBSD: head/tools/build/options/WITH_INSTALL_AS_USER 238021 2012-07-02 20:24:01Z marcel
+Set to make install targets succeed for non-root users by installing
+files with owner and group attributes set to that of the user running
+the
+.Xr make 1
+command.
+The user still has to set the
+.Va DESTDIR
+variable to point to a directory where the user has write permissions.
.It Va WITHOUT_IPFILTER
.\" from FreeBSD: head/tools/build/options/WITHOUT_IPFILTER 156932 2006-03-21 07:50:50Z ru
Set to not build IP Filter package.
@@ -839,6 +849,11 @@ When set, it also enforces the following
.It
.Va WITHOUT_AUTHPF
.El
+.It Va WITHOUT_PKGBOOTSTRAP
+.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGBOOTSTRAP 238023 2012-07-02 20:26:11Z marcel
+Set to not build
+.Xr pkg 1
+bootstrap tool
.It Va WITHOUT_PKGTOOLS
.\" from FreeBSD: head/tools/build/options/WITHOUT_PKGTOOLS 183242 2008-09-21 22:02:26Z sam
Set to not build
More information about the svn-src-head
mailing list