update to pcb-4.3.0; only lightly tested but 4.1.3 isn't working at all
with the current version of Gtk+2 - old version hits a Gtk assertion "IA__gtk_window_resize: assertion 'width > 0' failed" and dies - new version still hits the assertion but doesn't die.
This commit is contained in:
parent
e96cb13163
commit
b0dbd9055a
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2019/12/29 23:56:58 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2021/05/21 16:26:39 sthen Exp $
|
||||
|
||||
COMMENT= printed circuit board layout tool
|
||||
DISTNAME= pcb-4.1.3
|
||||
DISTNAME= pcb-4.3.0
|
||||
CATEGORIES= cad
|
||||
REVISION= 0
|
||||
EPOCH= 0
|
||||
|
||||
HOMEPAGE= http://pcb.geda-project.org/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pcb-4.1.3.tar.gz) = sqpB5AONw4HWSjAsbbXCYvTZfZWRs7Lfau5xuO8s7zo=
|
||||
SIZE (pcb-4.1.3.tar.gz) = 4913274
|
||||
SHA256 (pcb-4.3.0.tar.gz) = roUvRq+Eq6f1HYE/uRb8f82+6kP3E08VBQcCThdD+14=
|
||||
SIZE (pcb-4.3.0.tar.gz) = 5383782
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.7 2018/10/26 04:01:51 bentley Exp $
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -15542,7 +15542,7 @@ $as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
|
||||
-for ac_prog in wish wish85 wish8.5 wish83 wish8.3 wish80 wish8.0 cygwish83 cygwish80
|
||||
+for ac_prog in wish wish85 wish8.5 wish84 wish8.4 wish80 wish8.0 cygwish83 cygwish80
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-example_Makefile_in,v 1.7 2018/10/26 04:01:51 bentley Exp $
|
||||
$OpenBSD: patch-example_Makefile_in,v 1.8 2021/05/21 16:26:39 sthen Exp $
|
||||
Index: example/Makefile.in
|
||||
--- example/Makefile.in.orig
|
||||
+++ example/Makefile.in
|
||||
@@ -361,7 +361,7 @@ target_alias = @target_alias@
|
||||
@@ -471,7 +471,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-example_libraries_Makefile_in,v 1.7 2018/10/26 04:01:51 bentley Exp $
|
||||
$OpenBSD: patch-example_libraries_Makefile_in,v 1.8 2021/05/21 16:26:39 sthen Exp $
|
||||
Index: example/libraries/Makefile.in
|
||||
--- example/libraries/Makefile.in.orig
|
||||
+++ example/libraries/Makefile.in
|
||||
@@ -321,7 +321,7 @@ target_alias = @target_alias@
|
||||
@@ -411,7 +411,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2018/10/26 04:01:51 bentley Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2021/05/21 16:26:39 sthen Exp $
|
||||
bin/MergePCBPS
|
||||
bin/Merge_dimPCBPS
|
||||
@bin bin/pcb
|
||||
@ -223,7 +223,6 @@ share/pcb/newlib/not_vetted_ingo/smt1206.ele
|
||||
share/pcb/newlib/not_vetted_ingo/smt1210.ele
|
||||
share/pcb/newlib/not_vetted_ingo/smt1913.ele
|
||||
share/pcb/newlib/not_vetted_ingo/smt2416.ele
|
||||
share/pcb/newlib/sockets/
|
||||
share/pcb/newlib/tests/
|
||||
share/pcb/newlib/tests/14DIP_oval_pad
|
||||
share/pcb/newlib/tests/Generic_TSOP48_Flash
|
||||
|
Loading…
Reference in New Issue
Block a user