From owner-svn-ports-head@freebsd.org Mon Nov 7 02:14:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 232F9C2D126; Mon, 7 Nov 2016 02:14:10 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E62C3FC4; Mon, 7 Nov 2016 02:14:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA72E944083439; Mon, 7 Nov 2016 02:14:09 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA72E9Sn083438; Mon, 7 Nov 2016 02:14:09 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611070214.uA72E9Sn083438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 7 Nov 2016 02:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425591 - head/cad/klayout/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.23 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: Mon, 07 Nov 2016 02:14:10 -0000 Author: marino Date: Mon Nov 7 02:14:08 2016 New Revision: 425591 URL: https://svnweb.freebsd.org/changeset/ports/425591 Log: cad/klayout: Include DragonFly with new patch to restore build on DF Approved by: DF support blanket (non-invasive) Modified: head/cad/klayout/files/patch-src-layApplication.cc Modified: head/cad/klayout/files/patch-src-layApplication.cc ============================================================================== --- head/cad/klayout/files/patch-src-layApplication.cc Mon Nov 7 00:59:19 2016 (r425590) +++ head/cad/klayout/files/patch-src-layApplication.cc Mon Nov 7 02:14:08 2016 (r425591) @@ -13,7 +13,7 @@ sigemptyset (&act.sa_mask); act.sa_flags = SA_SIGINFO; -#if !defined(__APPLE__) -+#if !defined(__APPLE__) && !defined(__FreeBSD__) ++#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__) act.sa_restorer = 0; #endif