Update to 2.100

PR:		ports/185702
Submitted by:	KATO Tsuguru
This commit is contained in:
Antoine Brodin 2014-01-14 22:40:35 +00:00
parent 42e753076a
commit d7939cee1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339730
3 changed files with 3 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= typetools
PORTVERSION= 2.99
PORTVERSION= 2.100
CATEGORIES= print
MASTER_SITES= http://www.lcdf.org/type/
DISTNAME= lcdf-${PORTNAME}-${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (lcdf-typetools-2.99.tar.gz) = cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff
SIZE (lcdf-typetools-2.99.tar.gz) = 627203
SHA256 (lcdf-typetools-2.100.tar.gz) = 7ae7940df8a33de945c401e81aed414df796db692a30e38ba734c6117b73b2cd
SIZE (lcdf-typetools-2.100.tar.gz) = 635042

View file

@ -1,10 +0,0 @@
--- ./libefont/otf.cc.orig 2013-08-13 20:23:45.000000000 +0000
+++ ./libefont/otf.cc 2014-01-03 11:41:56.000000000 +0000
@@ -26,6 +26,7 @@
#include <efont/otfdata.hh> // for ntohl()
#include <efont/otfname.hh>
+#undef static_assert
#ifndef static_assert
#define static_assert(c) switch (c) case 0: case (c):
#endif