Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2015 13:49:16 +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: r382308 - head/devel/sourcenav/files
Message-ID:  <201503261349.t2QDnGYW080601@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Mar 26 13:49:15 2015
New Revision: 382308
URL: https://svnweb.freebsd.org/changeset/ports/382308
QAT: https://qat.redports.org/buildarchive/r382308/

Log:
  devel/sourcenav: Add DragonFly support
  
  Bring in fix from dports (port is not maintained)

Added:
  head/devel/sourcenav/files/patch-tk_unix_tkUnixPort.h   (contents, props changed)

Added: head/devel/sourcenav/files/patch-tk_unix_tkUnixPort.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/sourcenav/files/patch-tk_unix_tkUnixPort.h	Thu Mar 26 13:49:15 2015	(r382308)
@@ -0,0 +1,15 @@
+--- tk/unix/tkUnixPort.h.orig	2003-02-05 10:56:26.000000000 +0000
++++ tk/unix/tkUnixPort.h
+@@ -125,12 +125,6 @@
+ #endif
+ #define MASK_SIZE howmany(FD_SETSIZE, NFDBITS)
+ 
+-/*
+- * Not all systems declare the errno variable in errno.h. so this
+- * file does it explicitly.
+- */
+-
+-extern int errno;
+ 
+ /*
+  * Define "NBBY" (number of bits per byte) if it's not already defined.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503261349.t2QDnGYW080601>