From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 17:48:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8572D768; Wed, 5 Feb 2014 17:48:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 711AD152C; Wed, 5 Feb 2014 17:48:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15HmkTX061164; Wed, 5 Feb 2014 17:48:46 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15HmkvH061163; Wed, 5 Feb 2014 17:48:46 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402051748.s15HmkvH061163@svn.freebsd.org> From: John Marino Date: Wed, 5 Feb 2014 17:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342804 - head/x11-fonts/ttmkfdir/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.17 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, 05 Feb 2014 17:48:46 -0000 Author: marino Date: Wed Feb 5 17:48:45 2014 New Revision: 342804 URL: http://svnweb.freebsd.org/changeset/ports/342804 QAT: https://qat.redports.org/buildarchive/r342804/ Log: x11-fonts/ttmkfdir: Regen patch with DragonFly support Modified: head/x11-fonts/ttmkfdir/files/patch-directory.cpp Modified: head/x11-fonts/ttmkfdir/files/patch-directory.cpp ============================================================================== --- head/x11-fonts/ttmkfdir/files/patch-directory.cpp Wed Feb 5 17:47:55 2014 (r342803) +++ head/x11-fonts/ttmkfdir/files/patch-directory.cpp Wed Feb 5 17:48:45 2014 (r342804) @@ -1,16 +1,17 @@ ---- directory.cpp.orig Mon Dec 9 11:29:11 2002 -+++ directory.cpp Wed Jul 19 11:41:32 2006 -@@ -1,7 +1,9 @@ +--- directory.cpp.orig 2002-12-09 03:29:11.000000000 -0500 ++++ directory.cpp +@@ -1,7 +1,10 @@ #include #include +#include #include #include +#include ++#include #include "directory.h" -@@ -37,19 +39,24 @@ +@@ -37,19 +40,24 @@ directory::select (const char *name) con bool ttfdirectory::select (const char *name) const {