Skip site navigation (1)Skip section navigation (2)
Date:      3 Jun 2001 01:53:04 -0000
From:      mwm@mired.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/27843: [PATCH] make.conf WITH_* variables aren't documented.
Message-ID:  <20010603015304.51270.qmail@guru.mired.org>

next in thread | raw e-mail | index | archive | help

>Number:         27843
>Category:       docs
>Synopsis:       [PATCH] make.conf WITH_* variables aren't documented.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 02 19:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mike Meyer
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Meyer Consulting
>Environment:
System: FreeBSD guru.mired.org 4.3-STABLE FreeBSD 4.3-STABLE #17: Sun May 27 08:47:01 CDT 2001 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386


>Description:

The various WITH_* and WITHOUT_* variables in the ports make system
aren't documented.

>How-To-Repeat:

Read the make.conf man page, and notice they aren't there.

>Fix:

Here's a patch for the make.conf man page to add documentation for all
of those variables.

--- make.conf.5	Fri May 18 07:27:37 2001
+++ /tmp/make.conf.5	Sat Jun  2 20:50:02 2001
@@ -727,6 +727,51 @@
 .Pq Vt bool
 Set this if you are a resident of the USA so that ports that
 need to can attempt to comply with U.S. export regulations.
+.It Va  WITH_ESOUND / WITHOUT_ESOUND
+.Pq Vt bool
+Set WITH_ESOUND to indicate that ports for which ESOUND support is optional
+should use it.
+Set WITHOUT_ESOUND to indicate that ports for which ESOUND support is
+optional should not use it.
+If neither is set, ESOUND support will be provided if the
+.Pa audio/esound
+package is already available.
+.It Va WITH_GLIB / WITHOUT_GLIB
+.Pq Vt bool
+Set WITH_GLIB to indicate that ports for which GLIB is optional should
+use it.
+Set WITHOUT_GLIB to indicate that ports for which GLIB is optional
+should not use it.
+If neither is set, GLIB will be used if one of the
+.Pa devel/glib
+packages is already available.
+.It Va WITH_GNOME / WITHOUT_GNOME
+.Pq Vt bool
+Set WITH_GNOME to indicate that ports for which GNOME support is optional
+should use it.
+Set WITHOUT_GNOME to indicate that ports for which GNOME support is
+optional should not use it.
+If neither is set, GNOME support will be provided if the
+.Pa x11/gnome
+package is already available.
+.It Va WITH_GTK / WITHOUT_GTK
+.Pq Vt bool
+Set WITH_GTK to indicate that ports for which GTK is optional should
+use it.
+Set WITHOUT_GTK to indicate that ports for which GTK is optional
+should not use it.
+If neither is set, GTK will be used if one of the
+.Pa x11-toolkits/gtk
+packages is already available.
+.It Va WITH_IMLIB / WITHOUT_IMLIB
+.Pq Vt bool
+Set WITH_IMLIB to indicate that ports for which IMLIB is optional should
+use it.
+Set WITHOUT_IMLIB to indicate that ports for which IMLIB is optional
+should not use it.
+If neither is set, IMLIB will be used if the
+.Pa graphics/imlib
+package is already available.
 .It Va WRKDIRPREFIX
 .Pq Vt str
 Where to create temporary files used when building ports.

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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