From olivleh1@kartoffel.salatschuessel.net Wed Feb 7 05:37:17 2007 Return-Path: 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 Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@freebsd.org Cc: Oliver Lehmann Subject: enhance porters handbook by USE_XFCE X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 108863 >Category: docs >Synopsis: enhance porters handbook by USE_XFCE >Confidential: no >Severity: non-critical >Priority: low >Responsible: pav >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 07 05:40:17 GMT 2007 >Closed-Date: Wed Mar 14 16:42:09 GMT 2007 >Last-Modified: Wed Mar 14 16:50:03 GMT 2007 >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: x11-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: Responsible-Changed-From-To: freebsd-doc->pav Responsible-Changed-By: oliver Responsible-Changed-When: Wed Feb 7 05:43:35 UTC 2007 Responsible-Changed-Why: assign to pav as discussed before http://www.freebsd.org/cgi/query-pr.cgi?pr=108863 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Mar 14 16:36:56 UTC 2007 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=108863 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/108863: commit references a PR Date: Wed, 14 Mar 2007 16:42:11 +0000 (UTC) pav 2007-03-14 16:42:06 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add docs on USE_XFCE PR: docs/108863 Submitted by: oliver Revision Changes Path 1.808 +75 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: