svn commit: r459328 - head/graphics/silgraphite

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 18 14:42:17 UTC 2018


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/


More information about the svn-ports-all mailing list