Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 14:42:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459328 - head/graphics/silgraphite
Message-ID:  <201801181442.w0IEgGcv033318@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801181442.w0IEgGcv033318>