View | Details | Raw Unified | Return to bug 185702
Collapse All | Expand All

(-)print/typetools/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/print/typetools/Makefile 338558 2014-01-03 16:16:11Z antoine $
2
# $FreeBSD: head/print/typetools/Makefile 338558 2014-01-03 16:16:11Z antoine $
3
3
4
PORTNAME=	typetools
4
PORTNAME=	typetools
5
PORTVERSION=	2.99
5
PORTVERSION=	2.100
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	http://www.lcdf.org/type/
7
MASTER_SITES=	http://www.lcdf.org/type/
8
DISTNAME=	lcdf-${PORTNAME}-${PORTVERSION}
8
DISTNAME=	lcdf-${PORTNAME}-${PORTVERSION}
(-)print/typetools/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lcdf-typetools-2.99.tar.gz) = cbb0ed8c42d078fb216b8f4b8ca7a29e0ad3c1969f580a6f2558c829a472adff
1
SHA256 (lcdf-typetools-2.100.tar.gz) = 7ae7940df8a33de945c401e81aed414df796db692a30e38ba734c6117b73b2cd
2
SIZE (lcdf-typetools-2.99.tar.gz) = 627203
2
SIZE (lcdf-typetools-2.100.tar.gz) = 635042
(-)print/typetools/files/patch-libefont__otf.cc (-10 lines)
Lines 1-10 Link Here
1
--- ./libefont/otf.cc.orig	2013-08-13 20:23:45.000000000 +0000
2
+++ ./libefont/otf.cc	2014-01-03 11:41:56.000000000 +0000
3
@@ -26,6 +26,7 @@
4
 #include <efont/otfdata.hh>	// for ntohl()
5
 #include <efont/otfname.hh>
6
 
7
+#undef static_assert
8
 #ifndef static_assert
9
 #define static_assert(c) switch (c) case 0: case (c):
10
 #endif

Return to bug 185702