diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-09-10 19:47:54 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-09-10 19:47:54 +0000 |
commit | 51060c39194c9cdef790c19d5e148efc34a86aa0 (patch) | |
tree | c5465788bfdc2886792fbaa96b957d4201cdfeb8 /cad/gschem | |
parent | 6206c1ab293ce72fb505297c5d63e7f6e033d377 (diff) | |
download | pkgsrc-51060c39194c9cdef790c19d5e148efc34a86aa0.tar.gz |
Update to 20060906 snapshot. Fixes a crashing bug in the gschem autosave
code.
Diffstat (limited to 'cad/gschem')
-rw-r--r-- | cad/gschem/distinfo | 9 | ||||
-rw-r--r-- | cad/gschem/patches/patch-aa | 10 |
2 files changed, 15 insertions, 4 deletions
diff --git a/cad/gschem/distinfo b/cad/gschem/distinfo index 74c05341cb1..152ed18acb1 100644 --- a/cad/gschem/distinfo +++ b/cad/gschem/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.18 2006/09/01 12:00:43 dmcmahill Exp $ +$NetBSD: distinfo,v 1.19 2006/09/10 19:47:54 dmcmahill Exp $ -SHA1 (geda/geda-gschem-20060824.tar.gz) = deedd13a39c484f0f134e3f5cd6751219d368eed -RMD160 (geda/geda-gschem-20060824.tar.gz) = 50880ff2f5c851a2d762cead8fcdcfdcda77cc63 -Size (geda/geda-gschem-20060824.tar.gz) = 999687 bytes +SHA1 (geda/geda-gschem-20060906.tar.gz) = 5ab076f08597c6367a172b90a6c12bd4d59f0d8b +RMD160 (geda/geda-gschem-20060906.tar.gz) = 620569efa3f0cdb06a9c780ba57545f83b7cb86b +Size (geda/geda-gschem-20060906.tar.gz) = 1002074 bytes +SHA1 (patch-aa) = b3116a09ccf477e931aadfa0c9212a19f62175ea diff --git a/cad/gschem/patches/patch-aa b/cad/gschem/patches/patch-aa new file mode 100644 index 00000000000..73188a1647e --- /dev/null +++ b/cad/gschem/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.11 2006/09/10 19:47:54 dmcmahill Exp $ + +--- src/x_print.c.orig 2006-08-30 03:42:03.000000000 +0000 ++++ src/x_print.c 2006-09-09 16:37:05.000000000 +0000 +@@ -449,4 +449,5 @@ + * + */ ++static void + print_dialog_get_property (GObject * object, + guint property_id, |