From owner-svn-ports-all@FreeBSD.ORG Thu Mar 26 13:49:16 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 E55D347B; Thu, 26 Mar 2015 13:49:16 +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 D0C03A1A; Thu, 26 Mar 2015 13:49:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2QDnGMM080602; Thu, 26 Mar 2015 13:49:16 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2QDnGYW080601; Thu, 26 Mar 2015 13:49:16 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201503261349.t2QDnGYW080601@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 13:49:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382308 - head/devel/sourcenav/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 13:49:17 -0000 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.