pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
klayout: Update wip/klayout to 0.26.11
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Sun Apr 4 21:41:55 2021 +0900
Changeset: 75f488dbe6f94e22bbc63c2645a4d32022627f30
Modified Files:
klayout/Makefile
klayout/PLIST
klayout/distinfo
Removed Files:
klayout/patches/patch-src_lay_lay_laySignalHandler.cc
Log Message:
klayout: Update wip/klayout to 0.26.11
0.26.11 (2021-02-27):
* Bugfix: %GITHUB%/issues/733
Relative path resolution in session files fails when the
session file's path contains "+" characters
* Enhancement: %GITHUB%/issues/730
Support of class 'QUiLoader' in PYA and RBA
* Bugfix: %GITHUB%/issues/728
Fails to build on Debian hppa: uses non-standard sa_restorer
field of struct sigaction
* Bugfix: %GITHUB%/issues/726
Crash on LayoutView#clear_selection on Linux.
* Bugfix: %GITHUB%/issues/723
Backup scheme wasn't working correctly with a single file
without path given as command line argument.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=75f488dbe6f94e22bbc63c2645a4d32022627f30
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
klayout/Makefile | 2 +-
klayout/PLIST | 5 +++++
klayout/distinfo | 9 ++++-----
klayout/patches/patch-src_lay_lay_laySignalHandler.cc | 13 -------------
4 files changed, 10 insertions(+), 19 deletions(-)
diffs:
diff --git a/klayout/Makefile b/klayout/Makefile
index 73926af0f2..770af0cefe 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.33 2021/01/14 12:25:33 mef Exp $
-DISTNAME= klayout-0.26.10
+DISTNAME= klayout-0.26.11
CATEGORIES= cad
MASTER_SITES= http://www.klayout.org/downloads/source/
diff --git a/klayout/PLIST b/klayout/PLIST
index 153d6f351e..89243b0c34 100644
--- a/klayout/PLIST
+++ b/klayout/PLIST
@@ -127,6 +127,10 @@ lib/klayout/libklayout_QtSvg.${RUBY_DLEXT}
lib/klayout/libklayout_QtSvg.so.0
lib/klayout/libklayout_QtSvg.so.0.26
lib/klayout/libklayout_QtSvg.so.${PKGVERSION}
+lib/klayout/libklayout_QtUiTools.${RUBY_DLEXT}
+lib/klayout/libklayout_QtUiTools.so.0
+lib/klayout/libklayout_QtUiTools.so.0.26
+lib/klayout/libklayout_QtUiTools.so.${PKGVERSION}
lib/klayout/libklayout_QtWidgets.${RUBY_DLEXT}
lib/klayout/libklayout_QtWidgets.so.0
lib/klayout/libklayout_QtWidgets.so.0.26
@@ -215,6 +219,7 @@ lib/klayout/pymod/klayout/QtNetwork.${RUBY_DLEXT}
lib/klayout/pymod/klayout/QtPrintSupport.${RUBY_DLEXT}
lib/klayout/pymod/klayout/QtSql.${RUBY_DLEXT}
lib/klayout/pymod/klayout/QtSvg.${RUBY_DLEXT}
+lib/klayout/pymod/klayout/QtUiTools.${RUBY_DLEXT}
lib/klayout/pymod/klayout/QtWidgets.${RUBY_DLEXT}
lib/klayout/pymod/klayout/QtXml.${RUBY_DLEXT}
lib/klayout/pymod/klayout/QtXmlPatterns.${RUBY_DLEXT}
diff --git a/klayout/distinfo b/klayout/distinfo
index a8d9a34d91..fea0e49bfa 100644
--- a/klayout/distinfo
+++ b/klayout/distinfo
@@ -1,11 +1,10 @@
$NetBSD: distinfo,v 1.13 2020/10/30 15:35:10 mef Exp $
-SHA1 (klayout-0.26.10.tar.gz) = 6bf6b0e1cfecfc02b75c0c7601901a161e855b83
-RMD160 (klayout-0.26.10.tar.gz) = 91196941a7ed9526cc5a31e3b44489f40adee571
-SHA512 (klayout-0.26.10.tar.gz) = d1c692bad828284270b999abc8600a00e3b6c2f999d5b33361ab10d537bd60db9b4fec0f17d94c917e4ca7df8fcc48c7603b69dbae8f2de6ab0d41eba52f343e
-Size (klayout-0.26.10.tar.gz) = 54444663 bytes
+SHA1 (klayout-0.26.11.tar.gz) = bebe305fa10cf4e1b35ed6df96ad095e5715f1a2
+RMD160 (klayout-0.26.11.tar.gz) = 3e183a1b0c4c92de76e759ac32f4d2cf4fcc6e51
+SHA512 (klayout-0.26.11.tar.gz) = c868830494a7181bbc68f543930aaf87a189b5063d212191305a3d2e119921175ff66aa2f87f9a89e8e9e5d8bf2c47ed32b5cd1fb43b85619ee35d8a3ddc063b
+Size (klayout-0.26.11.tar.gz) = 54455860 bytes
SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = fd5b506f8da1c314091523e48e33a949d0fadb94
SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = 72ab38fd4bb1a1c9bbae61ad7f7cbdafa5706775
SHA1 (patch-src_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860
-SHA1 (patch-src_lay_lay_laySignalHandler.cc) = e051576d981989cc09efcb8a8dba5f7b3804a22a
SHA1 (patch-src_tlStream.cc) = 6650a6742e1bb61ce76b58045596ad3ed11803d7
diff --git a/klayout/patches/patch-src_lay_lay_laySignalHandler.cc b/klayout/patches/patch-src_lay_lay_laySignalHandler.cc
deleted file mode 100644
index d0f95c59f6..0000000000
--- a/klayout/patches/patch-src_lay_lay_laySignalHandler.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_lay_lay_laySignalHandler.cc,v 1.2 2020/10/30 15:35:11 mef Exp $
-
---- src/lay/lay/laySignalHandler.cc.orig 2020-10-25 01:23:18.681179164 +0000
-+++ src/lay/lay/laySignalHandler.cc
-@@ -450,7 +450,7 @@ void install_signal_handlers ()
- act.sa_sigaction = signal_handler;
- sigemptyset (&act.sa_mask);
- act.sa_flags = SA_SIGINFO;
--#if !defined(__APPLE__) && !defined(__OpenBSD__)
-+#if !defined(__APPLE__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
- act.sa_restorer = 0;
- #endif
-
Home |
Main Index |
Thread Index |
Old Index