From owner-svn-ports-all@FreeBSD.ORG Thu Mar 26 14:25:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2824EA49; Thu, 26 Mar 2015 14:25:10 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 140C7FB8; Thu, 26 Mar 2015 14:25:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2QEP9I4099991; Thu, 26 Mar 2015 14:25:09 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2QEP9Yt099990; Thu, 26 Mar 2015 14:25:09 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201503261425.t2QEP9Yt099990@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 26 Mar 2015 14:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382319 - head/graphics/geomview/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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 14:25:10 -0000 Author: marino Date: Thu Mar 26 14:25:09 2015 New Revision: 382319 URL: https://svnweb.freebsd.org/changeset/ports/382319 QAT: https://qat.redports.org/buildarchive/r382319/ Log: graphics/geomview: Add DragonFly support Bring in fix from dports (port is not maintained) Added: head/graphics/geomview/files/ head/graphics/geomview/files/patch-src_bin_animate_glob.c (contents, props changed) Added: head/graphics/geomview/files/patch-src_bin_animate_glob.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/geomview/files/patch-src_bin_animate_glob.c Thu Mar 26 14:25:09 2015 (r382319) @@ -0,0 +1,13 @@ +--- src/bin/animate/glob.c.orig 2014-03-12 16:51:10 UTC ++++ src/bin/animate/glob.c +@@ -41,7 +41,9 @@ static char sccsid[] = "@(#)glob.c 5.7 ( + #include + #include + +-#if !defined(dirfd) && !defined(__GLIBC__) && !defined(__linux__) && !defined(__FreeBSD__) && !defined(__CYGWIN__) && !defined(__APPLE__) ++#if !defined(dirfd) && !defined(__GLIBC__) && !defined(__linux__) && \ ++ !defined(__FreeBSD__) && !defined(__CYGWIN__) && !defined(__APPLE__) && \ ++ !defined(__DragonFly__) + #define dirfd(dirp) ((dirp)->dd_fd) + #endif +