From owner-svn-ports-head@freebsd.org Wed Nov 16 00:33:37 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 D597AC44A5F; Wed, 16 Nov 2016 00:33:37 +0000 (UTC) (envelope-from hrs@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 9EE42A24; Wed, 16 Nov 2016 00:33:37 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAG0Xa75043366; Wed, 16 Nov 2016 00:33:36 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG0Xa2T043365; Wed, 16 Nov 2016 00:33:36 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611160033.uAG0Xa2T043365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 16 Nov 2016 00:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426196 - 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: Wed, 16 Nov 2016 00:33:37 -0000 Author: hrs Date: Wed Nov 16 00:33:36 2016 New Revision: 426196 URL: https://svnweb.freebsd.org/changeset/ports/426196 Log: Fix build. 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 Wed Nov 16 00:33:20 2016 (r426195) +++ head/cad/klayout/files/patch-src-layApplication.cc Wed Nov 16 00:33:36 2016 (r426196) @@ -1,5 +1,5 @@ --- src/layApplication.cc.orig 2016-06-20 01:35:29.000000000 +0900 -+++ src/layApplication.cc 2016-11-05 04:21:44.257764000 +0900 ++++ src/layApplication.cc 2016-11-16 08:59:47.386261000 +0900 @@ -20,6 +20,7 @@ */ @@ -8,7 +8,15 @@ #include "layApplication.h" #include "layConfig.h" -@@ -351,7 +352,7 @@ +@@ -74,6 +75,7 @@ + #include + #include + #include ++#include + + namespace lay + { +@@ -351,7 +353,7 @@ act.sa_sigaction = signal_handler; sigemptyset (&act.sa_mask); act.sa_flags = SA_SIGINFO;