Date: Thu, 26 Mar 2015 14:25:09 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382319 - head/graphics/geomview/files Message-ID: <201503261425.t2QEP9Yt099990@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <errno.h> + #include <pwd.h> + +-#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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503261425.t2QEP9Yt099990>