diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-29 15:15:16 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-29 15:15:16 +0000 |
commit | 7185f416ea4eb2719b232f33e67e2eb03fe275d5 (patch) | |
tree | 91571cdf24d0e3dd63c5f368b49ce0d9f7084776 /cad/xcircuit | |
parent | 221e3119b3e7aa5fae9ae6c8a0a6720b146b6c00 (diff) | |
download | pkgsrc-7185f416ea4eb2719b232f33e67e2eb03fe275d5.tar.gz |
Change to SHA1 checksum. The distfile contains a fix without a corresponding
increase in version number. From the XCircuit homepage:
Note that the March 28, 2001 version corrects a bug due to
dubious C syntax causing segmentation violations when xcircuit
was compiled without the debug option.
C Trivia question:
What does "x[a] = x[--a]" do?
Answer A: "x[a] = x[a - 1]; a--"
Answer B: "a--; x[a] = x[a]"
Answer C: either A or B, depending on your OS, compiler version,
and/or debug or optimizer switch.
Diffstat (limited to 'cad/xcircuit')
-rw-r--r-- | cad/xcircuit/distinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index c294a1ffb3d..836cb8ac3c4 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1 2001/04/17 10:30:28 agc Exp $ +$NetBSD: distinfo,v 1.2 2001/04/29 15:15:16 jtb Exp $ -MD5 (xcircuit-2.2.0.tar.gz) = 12ce1ff6e585f08a72844df0b805d9fb +SHA1 (xcircuit-2.2.0.tar.gz) = 8c7b04b4247486dd7de4ba3f1bcc33b21684024f +Size (xcircuit-2.2.0.tar.gz) = 483533 bytes SHA1 (patch-aa) = ed0f98c1540a0ec079801675ae4964cde0102dc2 SHA1 (patch-ab) = 40bf15d3609ddd6b457556690f26de5882372d5c |