Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 17:15:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r254919 - head/tools/build/options
Message-ID:  <201308261715.r7QHFvXe001116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Aug 26 17:15:56 2013
New Revision: 254919
URL: http://svnweb.freebsd.org/changeset/base/254919

Log:
  Document WITHOUT_ICONV, WITH_LIBICONV_COMPAT and WITH_USB_GADGET_EXAMPLES

Added:
  head/tools/build/options/WITHOUT_ICONV
     - copied, changed from r254918, head/tools/build/options/WITH_ICONV
  head/tools/build/options/WITH_LIBICONV_COMPAT   (contents, props changed)
  head/tools/build/options/WITH_USB_GADGET_EXAMPLES   (contents, props changed)
Deleted:
  head/tools/build/options/WITH_ICONV

Copied and modified: head/tools/build/options/WITHOUT_ICONV (from r254918, head/tools/build/options/WITH_ICONV)
==============================================================================
--- head/tools/build/options/WITH_ICONV	Mon Aug 26 17:12:30 2013	(r254918, copy source)
+++ head/tools/build/options/WITHOUT_ICONV	Mon Aug 26 17:15:56 2013	(r254919)
@@ -1,2 +1,2 @@
 .\" $FreeBSD$
-Set to build iconv as part of libc.
+Set to not build iconv as part of libc.

Added: head/tools/build/options/WITH_LIBICONV_COMPAT
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/build/options/WITH_LIBICONV_COMPAT	Mon Aug 26 17:15:56 2013	(r254919)
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to build libiconv API and link time compatibility.

Added: head/tools/build/options/WITH_USB_GADGET_EXAMPLES
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/tools/build/options/WITH_USB_GADGET_EXAMPLES	Mon Aug 26 17:15:56 2013	(r254919)
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to build USB gadget kernel modules.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308261715.r7QHFvXe001116>