From owner-cvs-all@FreeBSD.ORG Mon Apr 9 16:14:28 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E026016A40E; Mon, 9 Apr 2007 16:14:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D0E5913C46A; Mon, 9 Apr 2007 16:14:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39GESuI084162; Mon, 9 Apr 2007 16:14:28 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39GESqN084154; Mon, 9 Apr 2007 16:14:28 GMT (envelope-from jkim) Message-Id: <200704091614.l39GESqN084154@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 9 Apr 2007 16:14:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2 Makefile ports/editors/openoffice.org-2/files Makefile.knobs ports/editors/openoffice.org-2-RC Makefile ports/editors/openoffice.org-2-RC/files Makefile.knobs ports/editors/openoffice.org-2-devel Makefile ports/editors/openoffice.org-2-devel/files Makefile.knobs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2007 16:14:29 -0000 jkim 2007-04-09 16:14:28 UTC FreeBSD ports repository (src committer) Modified files: editors/openoffice.org-2 Makefile editors/openoffice.org-2/files Makefile.knobs editors/openoffice.org-2-RC Makefile editors/openoffice.org-2-RC/files Makefile.knobs editors/openoffice.org-2-devel Makefile editors/openoffice.org-2-devel/files Makefile.knobs Log: Allow OpenOffice.org to be built with system freetype2 library instead of bundled one. The knob is WITH_SYSTEM_FREETYPE. The most notable advantage of using the latest freetype library from ports is it has CJK emboldening feature (i.e., it makes fake bold fonts from non-bold ones) and OpenOffice.org already makes use of it when the feature is available. Approved by: maho Revision Changes Path 1.292 +1 -2 ports/editors/openoffice.org-2-RC/Makefile 1.41 +13 -1 ports/editors/openoffice.org-2-RC/files/Makefile.knobs 1.307 +1 -2 ports/editors/openoffice.org-2-devel/Makefile 1.41 +13 -1 ports/editors/openoffice.org-2-devel/files/Makefile.knobs 1.280 +1 -2 ports/editors/openoffice.org-2/Makefile 1.42 +13 -1 ports/editors/openoffice.org-2/files/Makefile.knobs