From owner-svn-ports-head@freebsd.org Wed Sep 16 11:05:43 2015 Return-Path: Delivered-To: svn-ports-head@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 644789CD942; Wed, 16 Sep 2015 11:05:43 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 521891222; Wed, 16 Sep 2015 11:05:43 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8GB5h4V043545; Wed, 16 Sep 2015 11:05:43 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8GB5gUc043541; Wed, 16 Sep 2015 11:05:42 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201509161105.t8GB5gUc043541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 16 Sep 2015 11:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397053 - in head/print/typetools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2015 11:05:43 -0000 Author: bofh Date: Wed Sep 16 11:05:41 2015 New Revision: 397053 URL: https://svnweb.freebsd.org/changeset/ports/397053 Log: print/typetools: Update version 2.104=>2.105 - Take MAINTAINERSHIP - Convert patch files to be 'make makesum' compatible Modified: head/print/typetools/Makefile head/print/typetools/distinfo head/print/typetools/files/patch-libefont__cff.cc head/print/typetools/files/patch-libefont__t1interp.cc Modified: head/print/typetools/Makefile ============================================================================== --- head/print/typetools/Makefile Wed Sep 16 10:38:26 2015 (r397052) +++ head/print/typetools/Makefile Wed Sep 16 11:05:41 2015 (r397053) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= typetools -PORTVERSION= 2.104 +PORTVERSION= 2.105 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Tools for manipulating fonts LICENSE= GPLv2 Modified: head/print/typetools/distinfo ============================================================================== --- head/print/typetools/distinfo Wed Sep 16 10:38:26 2015 (r397052) +++ head/print/typetools/distinfo Wed Sep 16 11:05:41 2015 (r397053) @@ -1,2 +1,2 @@ -SHA256 (lcdf-typetools-2.104.tar.gz) = d7985458ead0850cb9549ff1d619ffc18da5d7be892be5e1fce6048d510f0fff -SIZE (lcdf-typetools-2.104.tar.gz) = 636875 +SHA256 (lcdf-typetools-2.105.tar.gz) = c8b6a58e2f8f61ff3c21fd61452032c83938c91fde00f302b8f9391b16c6b63a +SIZE (lcdf-typetools-2.105.tar.gz) = 640159 Modified: head/print/typetools/files/patch-libefont__cff.cc ============================================================================== --- head/print/typetools/files/patch-libefont__cff.cc Wed Sep 16 10:38:26 2015 (r397052) +++ head/print/typetools/files/patch-libefont__cff.cc Wed Sep 16 11:05:41 2015 (r397053) @@ -1,10 +1,10 @@ ---- ./libefont/cff.cc.orig 2013-08-13 20:22:52.000000000 +0000 -+++ ./libefont/cff.cc 2014-01-03 11:41:17.000000000 +0000 +--- libefont/cff.cc.orig 2015-07-30 17:15:25 UTC ++++ libefont/cff.cc @@ -27,6 +27,7 @@ #include #include +#undef static_assert #ifndef static_assert - #define static_assert(c) switch (c) case 0: case (c): + #define static_assert(c, msg) switch ((int) (c)) case 0: case (c): #endif Modified: head/print/typetools/files/patch-libefont__t1interp.cc ============================================================================== --- head/print/typetools/files/patch-libefont__t1interp.cc Wed Sep 16 10:38:26 2015 (r397052) +++ head/print/typetools/files/patch-libefont__t1interp.cc Wed Sep 16 11:05:41 2015 (r397053) @@ -1,10 +1,10 @@ ---- ./libefont/t1interp.cc.orig 2013-08-13 20:18:57.000000000 +0000 -+++ ./libefont/t1interp.cc 2014-01-03 11:42:48.000000000 +0000 +--- libefont/t1interp.cc.orig 2015-07-30 17:15:26 UTC ++++ libefont/t1interp.cc @@ -30,6 +30,7 @@ - #define CHECK_PATH_START() do { _state = S_PATH; } while (0) - #define CHECK_PATH_END() do { if (_state == S_PATH) { act_closepath(cmd); } _state = S_IPATH; } while (0) + #define CHECK_PATH_START() do { _state = S_PATH; } while (0) + #define CHECK_PATH_END() do { if (_state == S_PATH) { act_closepath(cmd); } _state = S_IPATH; } while (0) +#undef static_assert #ifndef static_assert - # define static_assert(c) switch (c) case 0: case (c): + # define static_assert(c, msg) switch ((int) (c)) case 0: case (c): #endif