From owner-freebsd-doc@FreeBSD.ORG Wed Feb 7 05:40:18 2007 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2767216A407 for ; Wed, 7 Feb 2007 05:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 01F6C13C461 for ; Wed, 7 Feb 2007 05:40:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l175eH1J027725 for ; Wed, 7 Feb 2007 05:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l175eH9m027724; Wed, 7 Feb 2007 05:40:17 GMT (envelope-from gnats) Resent-Date: Wed, 7 Feb 2007 05:40:17 GMT Resent-Message-Id: <200702070540.l175eH9m027724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Lehmann Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E42E516A400; Wed, 7 Feb 2007 05:37:17 +0000 (UTC) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (p5084DC4B.dip.t-dialin.net [80.132.220.75]) by mx1.freebsd.org (Postfix) with ESMTP id D042A13C467; Wed, 7 Feb 2007 05:37:16 +0000 (UTC) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1]) by kartoffel.salatschuessel.net (8.13.8/8.13.8) with ESMTP id l175bGwX068991; Wed, 7 Feb 2007 06:37:16 +0100 (CET) (envelope-from olivleh1@kartoffel.salatschuessel.net) Received: (from olivleh1@localhost) by kartoffel.salatschuessel.net (8.13.8/8.13.8/Submit) id l175bGI6068990; Wed, 7 Feb 2007 06:37:16 +0100 (CET) (envelope-from olivleh1) Message-Id: <200702070537.l175bGI6068990@kartoffel.salatschuessel.net> Date: Wed, 7 Feb 2007 06:37:16 +0100 (CET) From: Oliver Lehmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Oliver Lehmann Subject: docs/108863: enhance porters handbook by USE_XFCE X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oliver Lehmann List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 05:40:18 -0000 >Number: 108863 >Category: docs >Synopsis: enhance porters handbook by USE_XFCE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 07 05:40:17 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD kartoffel.salatschuessel.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Dec 19 12:46:15 CET 2006 olivleh1@kartoffel.salatschuessel.net:/usr/obj/amd64-athlon64-6.1/usr/src/sys/KARTOFFEL amd64 >Description: enhance the porters handbook by adding a "Using Xfce" section please consider moving bsd.xfce.mk at first to Mk/ as described in the previous PR first >How-To-Repeat: >Fix: --- book.sgml.diff begins here --- Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.796 diff -u -r1.796 book.sgml --- book.sgml 5 Feb 2007 01:33:20 -0000 1.796 +++ book.sgml 7 Feb 2007 05:28:19 -0000 @@ -3434,8 +3434,10 @@ and PEAR modules. Python is discussed in , while Ruby in . - Finally, provides variables used for - SDL applications. + provides variables used for + SDL applications and finally, + contains information on + Xfce. @@ -7466,6 +7468,77 @@ + + Using Xfce + + The USE_XFCE variable is used to autoconfigure + the dependencies for ports which use an Xfce based library or application + like + x11-toolkits/libxfce4gui and + x11-wm/xfce4-panel. + + The following Xfce libraries and applications are recognized at + the moment: + + + + libexo: x11/libexo + + + + libgui: x11-toolkits/libxfce4gui + + + + libutil: x11/libxfce4util + + + + libmcs: x11/libxfce4mcs + + + + mcsmanager: sysutils/xfce4-mcs-manager + + + + panel: x11-wm/xfce4-panel + + + + thunar: x11-fm/thunar + + + + wm: xfce4-wm + + + + xfdev: dev/xfce4-dev-tools + + + + + The following additional parameters are recognized: + + + + configenv: Use this if your port requires a special modified + CONFIGURE_ENV to find it's required libraries. + -I${LOCALBASE}/include -L${LOCALBASE}/lib + gets added to CPPFLAGS to CONFIGURE_ENV. + + + + + Therefore, if a port has a dependency on + sysutils/xfce4-mcs-manager and + requires the special CPPFLAGS in its configure environment, + the syntax will be: + + USE_XFCE= mcsmanager configenv + + Starting and stopping services (rc scripts) --- book.sgml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: