From owner-svn-doc-head@FreeBSD.ORG Mon Jul 29 14:49:39 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 47FCF762; Mon, 29 Jul 2013 14:49:39 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34D762BA5; Mon, 29 Jul 2013 14:49:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TEnd3H017935; Mon, 29 Jul 2013 14:49:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6TEnd97017934; Mon, 29 Jul 2013 14:49:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307291449.r6TEnd97017934@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 29 Jul 2013 14:49:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42468 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 14:49:39 -0000 Author: bapt (src,ports committer) Date: Mon Jul 29 14:49:38 2013 New Revision: 42468 URL: http://svnweb.freebsd.org/changeset/doc/42468 Log: Do not document the individual X11 variable that have been removed from the infrastructure Approved by: gavin Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jul 29 14:31:15 2013 (r42467) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jul 29 14:49:38 2013 (r42468) @@ -6077,107 +6077,10 @@ USE_GL= glu - - Variables for Depending on Individual Parts of - X11 - - - - - X_IMAKE_PORT - Port providing imake and - several other utilities used to build X11. - - - - X_LIBRARIES_PORT - Port providing X11 libraries. - - - - X_CLIENTS_PORT - Port providing X clients. - - - - X_SERVER_PORT - Port providing X server. - - - - X_FONTSERVER_PORT - Port providing font server. - - - - X_PRINTSERVER_PORT - Port providing print server. - - - - X_VFBSERVER_PORT - Port providing virtual framebuffer - server. - - - - X_NESTSERVER_PORT - Port providing a nested X server. - - - - X_FONTS_ENCODINGS_PORT - Port providing encodings for fonts. - - - - X_FONTS_MISC_PORT - Port providing miscellaneous bitmap - fonts. - - - - X_FONTS_100DPI_PORT - Port providing 100dpi bitmap fonts. - - - - X_FONTS_75DPI_PORT - Port providing 75dpi bitmap fonts. - - - - X_FONTS_CYRILLIC_PORT - Port providing cyrillic bitmap fonts. - - - - X_FONTS_TTF_PORT - Port providing &truetype; fonts. - - - - X_FONTS_TYPE1_PORT - Port providing Type1 fonts. - - - - X_MANUALS_PORT - Port providing developer oriented manual - pages - - - -
- Using X11-Related Variables - # Use some X11 libraries and depend on -# font server as well as cyrillic fonts. -RUN_DEPENDS= ${LOCALBASE}/bin/xfs:${X_FONTSERVER_PORT} \ - ${LOCALBASE}/lib/X11/fonts/cyrillic/crox1c.pcf.gz:${X_FONTS_CYRILLIC_PORT} - + # Use some X11 libraries USE_XORG= x11 xpm