From owner-svn-ports-head@FreeBSD.ORG Wed Nov 28 11:29:07 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 399B4EBE; Wed, 28 Nov 2012 11:29:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED5F8FC08; Wed, 28 Nov 2012 11:29:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASBT6aB015052; Wed, 28 Nov 2012 11:29:06 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASBT6Aw015051; Wed, 28 Nov 2012 11:29:06 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211281129.qASBT6Aw015051@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 28 Nov 2012 11:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307902 - head/graphics/grafx2/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.14 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, 28 Nov 2012 11:29:07 -0000 Author: ehaupt Date: Wed Nov 28 11:29:06 2012 New Revision: 307902 URL: http://svnweb.freebsd.org/changeset/ports/307902 Log: Add patchfile. Feature safe: yes Added: head/graphics/grafx2/files/ head/graphics/grafx2/files/patch-realpath.c (contents, props changed) Added: head/graphics/grafx2/files/patch-realpath.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/grafx2/files/patch-realpath.c Wed Nov 28 11:29:06 2012 (r307902) @@ -0,0 +1,11 @@ +--- ./realpath.c.orig 2012-11-28 11:58:06.000000000 +0100 ++++ ./realpath.c 2012-11-28 11:58:22.000000000 +0100 +@@ -6,7 +6,7 @@ + #include + #include + #include +-#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) ++#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) || defined(__FreeBSD__) + #include + #endif +