From owner-freebsd-doc Thu Aug 8 18:15:13 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 399AC37B405 for ; Thu, 8 Aug 2002 18:15:09 -0700 (PDT) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1988243E77 for ; Thu, 8 Aug 2002 18:15:08 -0700 (PDT) (envelope-from lioux@brturbo.com) Received: from 200-193-225-168-bsace7003.dsl.telebrasilia.net.br (200-193-225-168-bsace7003.dsl.telebrasilia.net.br [200.193.225.168]) by heaven.gigo.com (Postfix) with ESMTP id 15676B85C for ; Thu, 8 Aug 2002 18:15:02 -0700 (PDT) Received: (qmail 50174 invoked by uid 1001); 9 Aug 2002 01:08:46 -0000 Message-ID: <20020809010846.50173.qmail@exxodus.fedaykin.here> Date: Thu, 8 Aug 2002 22:08:24 -0300 From: Mario Sergio Fujikawa Ferreira To: freebsd-doc@FreeBSD.org Cc: Alexey Zelkin , Will Andrews Subject: Add "Using KDE" text to porter's handbook Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.6-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, This patch adds some entries to the empty "Using KDE" section. These entries were revised by some kde developers but I am CCing Will Andrews who acts as liason to KDE in the proj. This is just a little start on a section to the porters handbook. Patch against doc/en_US.ISO8859-1/books/porters-handbook/book.sgml As often, please revise content, text, grammar and tagging. Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch-book.sgml" --- book.sgml.orig Thu Aug 8 20:58:02 2002 +++ book.sgml Thu Aug 8 21:56:46 2002 @@ -2831,7 +2831,61 @@ Using KDE - + + Variables for ports that use KDE + + + + + USE_QT_VER + + The port uses Qt toolkit. Possible values are + 1, 2 and 3; each specify the + major version of Qt to use. Sets both + MOC and + QTCPPFLAGSto default appropriate + values. + + + + USE_KDELIBS_VER + + The port uses KDE libraries. Possible values are + 1, 2 and 3; each specify the + major version of KDE to use. Implies + USE_QT_VER of the appropriate + version. + + + + USE_KDEBASE_VER + + The port uses KDE base. Possible values are + 1, 2 and 3; each specify the + major version of KDE to use. Implies + USE_KDELIBS_VER of the appropriate + version. + + + + MOC + + Set to the path of moc. + Default set according to USE_QT_VER + value. + + + + QTCPPFLAGS + + Set the CPPFLAGS to use when + processing Qt code. Default set according to + USE_QT_VER value. + + + +
+
--SLDf9lqlvOQaIe6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message