From owner-svn-ports-all@freebsd.org Thu Jan 18 14:42:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4006DE7E175; Thu, 18 Jan 2018 14:42:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1937470227; Thu, 18 Jan 2018 14:42:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B3BF1FE97; Thu, 18 Jan 2018 14:42:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0IEgGaT033320; Thu, 18 Jan 2018 14:42:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0IEgGcv033318; Thu, 18 Jan 2018 14:42:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801181442.w0IEgGcv033318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 18 Jan 2018 14:42:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459328 - head/graphics/silgraphite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/silgraphite X-SVN-Commit-Revision: 459328 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 14:42:17 -0000 Author: sunpoet Date: Thu Jan 18 14:42:15 2018 New Revision: 459328 URL: https://svnweb.freebsd.org/changeset/ports/459328 Log: Use USE_CXXSTD - Fix typo - Reformat pkg-descr Modified: head/graphics/silgraphite/Makefile head/graphics/silgraphite/pkg-descr Modified: head/graphics/silgraphite/Makefile ============================================================================== --- head/graphics/silgraphite/Makefile Thu Jan 18 14:42:10 2018 (r459327) +++ head/graphics/silgraphite/Makefile Thu Jan 18 14:42:15 2018 (r459328) @@ -24,13 +24,12 @@ OPTIONS_SUB= yes CONFIGURE_ARGS= --without-xft --without-pangographite GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_CXXSTD= c++98 USE_LDCONFIG= yes USES= libtool pathfix pkgconfig FREETYPE_CONFIGURE_WITH=freetype FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_USES= iconv - -CXXFLAGS+= -std=c++98 .include Modified: head/graphics/silgraphite/pkg-descr ============================================================================== --- head/graphics/silgraphite/pkg-descr Thu Jan 18 14:42:10 2018 (r459327) +++ head/graphics/silgraphite/pkg-descr Thu Jan 18 14:42:15 2018 (r459328) @@ -1,9 +1,9 @@ -Graphite is a project under development within SIL'ss Non-Roman Script -Initiative and Language Software Development groups to provide rendering -capabilities for complex non-Roman writing systems. The original goal was a -system for the Windows platform; the system has also been ported to Linux. -Graphite can be used to create "smart fonts" capable of displaying writing -systems with various complex behaviors. With respect to the Text Encoding -Model, Graphite handles the "Rendering" aspect of writing system implementation. +Graphite is a project under development within SIL's Non-Roman Script Initiative +and Language Software Development groups to provide rendering capabilities for +complex non-Roman writing systems. The original goal was a system for the +Windows platform; the system has also been ported to Linux. Graphite can be used +to create "smart fonts" capable of displaying writing systems with various +complex behaviors. With respect to the Text Encoding Model, Graphite handles the +"Rendering" aspect of writing system implementation. WWW: http://silgraphite.sourceforge.net/