diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-05-31 12:48:32 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-05-31 12:48:32 +0000 |
commit | 446ea4e719a8e354efb8187a2af7c483374713be (patch) | |
tree | 9ef4686cbc2bf36668701b07272512e4ad0c1fdb /cad | |
parent | bc078a2542e3893a4e867af92a0c3d6f6f710916 (diff) | |
download | pkgsrc-446ea4e719a8e354efb8187a2af7c483374713be.tar.gz |
update to 20070526
Release notes for the gEDA/gaf 20070526 snapshot
Changes
_________________________________________________________________
libgeda/gschem
* libgeda's shared library version is now 29:0:0.
* Added "recently used files" File menu option. Now you can open up
files you used recently (and if you have a gafrc your components
should be found too) and open those files up in a new gschem
window. (Ivan Stankovic)
* Merge of the noscreen branch (many changes). This branch removed
all cached screen coordinates. Now all calculations are done in
world coordinates and should yield some drawing improvements. End
users should not notice any difference (other than the slight
speed up). (Peter Clifton)
* Many improvements to the "Write image..." dialog box in gschem.
gschem can now export any image that gtk+ (gdk-pixbuf
specifically) can write (png, jpg, ico, bmp, etc...). Libgd is no
longer an optional dependency and cannot be used with
libgeda/gschem. (Carlos Nieves Onega)
* Improved the auto placing mechanism. One improvement (amongst
others) is in the cases of: if the attribute overlap with pins
(including pinnumbers), or the pin connection direction where a
net is supposed to be drawn, then the attributes are moved
automatically. (Carlos Nieves Onega)
* A few improvements to the component place selector including
adding ok button to hide the component insert dialog box).
(Various)
* Added items (links to the wiki and FAQ) to the gschem help menu.
(Peter Brett)
* Fixed a nasty bug that was causing random crashes with keymaps
that did not have a valid keyval/keysym. (Peter Clifton)
* Fixed the drawing of dotted arcs/circles when the dot spacing is
too small to render. (Peter Clifton)
* Fixed component selector filter to be case insensitive. (Carlos
Nieves Onega)
* Added PageUp and PageDown hotkeys to change pages in gschem.
(Peter Brett)
* Fixed the ordering of buttons in all gtk dialog boxes to be
correct (based on what gtk+/gnome/desktop conventions). (Carlos
Nieves Onega)
* Added %%Orientation to DSC block in postscript output. (Mike
Jarabek)
* Fixed color printing of select objects (should not output the
selected color). (Peter Clifton)
* Added hotkeys to decrease and increase the snap grid spacing.
(Carlos Nieves Onega and Peter Brett)
* Improved keymap filling routines (Werner Hoch and Patrick Bernaud)
* Fixed a couple of small memory leaks. (Ales Hvezda)
* The usual slew of bug fixes by many individuals.
* A bunch of code cleanup/fixes by various individuals.
* Various language translations updated by various individuals.
gnetlist
* New gnetlist backends written: Calay and Osmond. (John Doty)
* Moved the loading of scheme files using the "-l" command line
before the schematics are loaded (this allows the scheme code to
modify the various search paths).
* Various improvements to the spice-sdb backend including the
treatment of slotted parts (so that pins are emitted in pinseq
order). (Stuart Brorson)
* Added and improved a bunch of regression tests. The vast majority
of these tests are now run during make distcheck. (Stuart Brorson
and Ales Hvezda)
* A few bugs fixed. (Various)
gattrib
* Added doxygen generated docs. (Stuart Brorson)
* A bunch of bugs fixed. (Stuart Brorson and Peter Clifton)
docs
* Removed the html version of the gsch2pcb tutorial. Instead, the
gsch2pcb tutorial is now part of the wiki thanks to several
individuals (Patrick Doyle and Bogdan Petrisor).
* Updated the wiki snapshot to the latest web wiki version. (Ales
Hvezda)
* Misc improvements to various wiki scripts. (Ales Hvezda)
symbols
* Added greek mu character. (Carlos Nieves Onega)
* Added upper case greek omega character. (Jens Persson)
gsymcheck
* No significant changes.
utils
* Added refdes_renum test suite. (Dan McMahill and Stuart Brorson)
* Incorporated --gentle into refdes_renum which doesn't overwrite
refdes'es already numbered. (Stuart Brorson)
* Moved gschemdoc to the gschem package. Bunch of improvements to
the gschemdoc script related to finding local/remote
documentation. (Carlos Nieves Onega)
examples
* Fixed automake infrastructure to install 2N3904 model for the
TwoStageAmp example. (Stuart Brorson)
For more a detailed changes, please look in the appropriate ChangeLogs
in the source tarballs.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gattrib/distinfo | 8 | ||||
-rw-r--r-- | cad/geda-docs/Makefile | 5 | ||||
-rw-r--r-- | cad/geda-docs/PLIST.post | 5 | ||||
-rw-r--r-- | cad/geda-docs/PLIST.pre | 26 | ||||
-rw-r--r-- | cad/geda-docs/distinfo | 8 | ||||
-rw-r--r-- | cad/geda-examples/distinfo | 8 | ||||
-rw-r--r-- | cad/geda-symbols/PLIST | 3 | ||||
-rw-r--r-- | cad/geda-symbols/distinfo | 8 | ||||
-rw-r--r-- | cad/geda-utils/Makefile | 3 | ||||
-rw-r--r-- | cad/geda-utils/PLIST | 4 | ||||
-rw-r--r-- | cad/geda-utils/distinfo | 8 | ||||
-rw-r--r-- | cad/geda/Makefile.common | 4 | ||||
-rw-r--r-- | cad/gnetlist/PLIST | 4 | ||||
-rw-r--r-- | cad/gnetlist/distinfo | 8 | ||||
-rw-r--r-- | cad/gschem/Makefile | 7 | ||||
-rw-r--r-- | cad/gschem/PLIST | 3 | ||||
-rw-r--r-- | cad/gschem/distinfo | 11 | ||||
-rw-r--r-- | cad/gschem/patches/patch-aa | 23 | ||||
-rw-r--r-- | cad/gschem/patches/patch-ab | 11 | ||||
-rw-r--r-- | cad/gsymcheck/distinfo | 8 | ||||
-rw-r--r-- | cad/libgeda/buildlink3.mk | 6 | ||||
-rw-r--r-- | cad/libgeda/distinfo | 8 |
22 files changed, 85 insertions, 94 deletions
diff --git a/cad/gattrib/distinfo b/cad/gattrib/distinfo index 82c0b8d77f8..0021bef4d20 100644 --- a/cad/gattrib/distinfo +++ b/cad/gattrib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2007/02/21 13:23:53 dmcmahill Exp $ +$NetBSD: distinfo,v 1.15 2007/05/31 12:48:32 dmcmahill Exp $ -SHA1 (geda/geda-gattrib-20070216.tar.gz) = 869bd629013d4b366b9dc922ba4b8f90829abdb6 -RMD160 (geda/geda-gattrib-20070216.tar.gz) = dc11bdf8ab2e990c1dd35c5add93c2a46ecff13b -Size (geda/geda-gattrib-20070216.tar.gz) = 274582 bytes +SHA1 (geda/geda-gattrib-20070526.tar.gz) = 4ced3f9775dc6e7abd8a1a08f7ea0886de6a32c6 +RMD160 (geda/geda-gattrib-20070526.tar.gz) = bb229409cbbe522e0c25b6bed95865324c6b8856 +Size (geda/geda-gattrib-20070526.tar.gz) = 291639 bytes diff --git a/cad/geda-docs/Makefile b/cad/geda-docs/Makefile index 9faab661457..02a66301e79 100644 --- a/cad/geda-docs/Makefile +++ b/cad/geda-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/02/21 13:23:56 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.20 2007/05/31 12:48:34 dmcmahill Exp $ # DISTNAME= geda-docs-${PKGVERSION} @@ -20,6 +20,9 @@ USE_TOOLS+= find PLIST_SRC= ${WRKDIR}/PLIST +# The docs are a snapshot of the wiki and each time around this is substantially different +# which makes maintaining the PLIST a bit of a pain. So, automatically generate this +# portion of the PLIST. post-install: ${CAT} ${.CURDIR}/PLIST.pre > ${PLIST_SRC} ${FIND} ${PREFIX}/share/doc/geda-doc/wiki -type f -print | \ diff --git a/cad/geda-docs/PLIST.post b/cad/geda-docs/PLIST.post index 205c029091d..b45dc71acbc 100644 --- a/cad/geda-docs/PLIST.post +++ b/cad/geda-docs/PLIST.post @@ -1,5 +1,2 @@ -@comment $NetBSD: PLIST.post,v 1.1 2007/02/21 13:23:57 dmcmahill Exp $ -@dirrm share/doc/geda-doc/tutorials/gsch2pcb/images -@dirrm share/doc/geda-doc/tutorials/gsch2pcb -@dirrm share/doc/geda-doc/tutorials +@comment $NetBSD: PLIST.post,v 1.2 2007/05/31 12:48:34 dmcmahill Exp $ @unexec ${RMDIR} %D/share/doc/geda-doc 2>/dev/null || ${TRUE} diff --git a/cad/geda-docs/PLIST.pre b/cad/geda-docs/PLIST.pre index eec41d78b57..682b73755bc 100644 --- a/cad/geda-docs/PLIST.pre +++ b/cad/geda-docs/PLIST.pre @@ -1,26 +1,2 @@ -@comment $NetBSD: PLIST.pre,v 1.1 2007/02/21 13:23:57 dmcmahill Exp $ +@comment $NetBSD: PLIST.pre,v 1.2 2007/05/31 12:48:34 dmcmahill Exp $ share/doc/geda-doc/gedadocs.html -share/doc/geda-doc/tutorials/gsch2pcb/gschem-warmup.html -share/doc/geda-doc/tutorials/gsch2pcb/images/board-1.png -share/doc/geda-doc/tutorials/gsch2pcb/images/board-2.png -share/doc/geda-doc/tutorials/gsch2pcb/images/board-3.png -share/doc/geda-doc/tutorials/gsch2pcb/images/board-4.png -share/doc/geda-doc/tutorials/gsch2pcb/images/board-5.png -share/doc/geda-doc/tutorials/gsch2pcb/images/board-6.png -share/doc/geda-doc/tutorials/gsch2pcb/images/gschem-sym-1.png -share/doc/geda-doc/tutorials/gsch2pcb/images/gschem-sym-2.png -share/doc/geda-doc/tutorials/gsch2pcb/images/gschem-sym-3.png -share/doc/geda-doc/tutorials/gsch2pcb/images/one-sch-1.png -share/doc/geda-doc/tutorials/gsch2pcb/images/one-sch-2.png -share/doc/geda-doc/tutorials/gsch2pcb/images/one-sch-3.png -share/doc/geda-doc/tutorials/gsch2pcb/images/paper1.gif -share/doc/geda-doc/tutorials/gsch2pcb/images/pcb-el-1.png -share/doc/geda-doc/tutorials/gsch2pcb/images/pcb-el-2.png -share/doc/geda-doc/tutorials/gsch2pcb/images/two-sch-1.png -share/doc/geda-doc/tutorials/gsch2pcb/images/two-sch-2.png -share/doc/geda-doc/tutorials/gsch2pcb/images/warmup-0.png -share/doc/geda-doc/tutorials/gsch2pcb/images/warmup-1.png -share/doc/geda-doc/tutorials/gsch2pcb/images/warmup-2.png -share/doc/geda-doc/tutorials/gsch2pcb/transistor-guide.html -share/doc/geda-doc/tutorials/gsch2pcb/tutorial-old.html -share/doc/geda-doc/tutorials/gsch2pcb/tutorial.html diff --git a/cad/geda-docs/distinfo b/cad/geda-docs/distinfo index 9a5d4c94e3e..68fa56e18c7 100644 --- a/cad/geda-docs/distinfo +++ b/cad/geda-docs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/02/21 13:23:57 dmcmahill Exp $ +$NetBSD: distinfo,v 1.19 2007/05/31 12:48:34 dmcmahill Exp $ -SHA1 (geda/geda-docs-20070216.tar.gz) = 04a74038e37672e567972f8ecdcc608c659687c7 -RMD160 (geda/geda-docs-20070216.tar.gz) = 70977902fe4cd9545f5f6a42138680c7c702848f -Size (geda/geda-docs-20070216.tar.gz) = 3364816 bytes +SHA1 (geda/geda-docs-20070526.tar.gz) = 3dcd9fe85c55fc46257ff61cfc961fec2f2e0f5f +RMD160 (geda/geda-docs-20070526.tar.gz) = 98c9f54548c8d83963964b598dcbd55947b510e2 +Size (geda/geda-docs-20070526.tar.gz) = 1808257 bytes diff --git a/cad/geda-examples/distinfo b/cad/geda-examples/distinfo index b5a645d313a..90d8cbc5cc9 100644 --- a/cad/geda-examples/distinfo +++ b/cad/geda-examples/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2007/02/21 13:23:57 dmcmahill Exp $ +$NetBSD: distinfo,v 1.12 2007/05/31 12:48:34 dmcmahill Exp $ -SHA1 (geda/geda-examples-20070216.tar.gz) = e135b83124259002e9dee7e1da37d34a392639b7 -RMD160 (geda/geda-examples-20070216.tar.gz) = 458550f836e3681bfbdec38552b1681b4a7fcabf -Size (geda/geda-examples-20070216.tar.gz) = 253241 bytes +SHA1 (geda/geda-examples-20070526.tar.gz) = 1104a2be6ce6ab93df55e6b9854f139bfae431ad +RMD160 (geda/geda-examples-20070526.tar.gz) = 8581372a0c23b9061aba552fd24e04e5a2868878 +Size (geda/geda-examples-20070526.tar.gz) = 253225 bytes diff --git a/cad/geda-symbols/PLIST b/cad/geda-symbols/PLIST index dcfbbf0e816..636b3d8745f 100644 --- a/cad/geda-symbols/PLIST +++ b/cad/geda-symbols/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2007/02/22 04:25:56 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.19 2007/05/31 12:48:34 dmcmahill Exp $ share/doc/geda-doc/nc.pdf share/gEDA/sym/4000/4000-1.sym share/gEDA/sym/4000/4000-2.sym @@ -790,6 +790,7 @@ share/gEDA/sym/font/O-double-acute-accent.sym share/gEDA/sym/font/O-diaeresis.sym share/gEDA/sym/font/O-slash.sym share/gEDA/sym/font/O.sym +share/gEDA/sym/font/Omega.sym share/gEDA/sym/font/P.sym share/gEDA/sym/font/Q.sym share/gEDA/sym/font/R.sym diff --git a/cad/geda-symbols/distinfo b/cad/geda-symbols/distinfo index aa362d85267..fb7e1b22a04 100644 --- a/cad/geda-symbols/distinfo +++ b/cad/geda-symbols/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/02/21 13:23:55 dmcmahill Exp $ +$NetBSD: distinfo,v 1.19 2007/05/31 12:48:34 dmcmahill Exp $ -SHA1 (geda/geda-symbols-20070216.tar.gz) = 26c04131ea0791492ade3a5b9d687eecc8767a46 -RMD160 (geda/geda-symbols-20070216.tar.gz) = 4aa2b27bfb8c4585dd8c730466d2e14ff42c10cc -Size (geda/geda-symbols-20070216.tar.gz) = 704359 bytes +SHA1 (geda/geda-symbols-20070526.tar.gz) = 2e7bdcf0132ca8e380e59418daadde34fa10eff2 +RMD160 (geda/geda-symbols-20070526.tar.gz) = 49c2f6d7a0eba1b4a94378d9b76c0ad983e568a5 +Size (geda/geda-symbols-20070526.tar.gz) = 835528 bytes diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile index 39d05e9c6a0..e79bcf55fce 100644 --- a/cad/geda-utils/Makefile +++ b/cad/geda-utils/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2007/05/20 17:04:36 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2007/05/31 12:48:33 dmcmahill Exp $ # DISTNAME= geda-utils-${PKGVERSION} CATEGORIES= cad -PKGREVISION= 1 MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.geda.seul.org/ diff --git a/cad/geda-utils/PLIST b/cad/geda-utils/PLIST index 282eae989f5..cbbef1a5e57 100644 --- a/cad/geda-utils/PLIST +++ b/cad/geda-utils/PLIST @@ -1,17 +1,17 @@ -@comment $NetBSD: PLIST,v 1.8 2007/02/21 13:23:54 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.9 2007/05/31 12:48:33 dmcmahill Exp $ bin/convert_sym bin/garchive bin/gmk_sym bin/gnet_hier_verilog.sh bin/grenum bin/gsch2pcb -bin/gschemdoc bin/gschlas bin/gschupdate bin/gsymfix.pl bin/gsymupdate bin/olib bin/pads_backannotate +bin/pcb_backannotate bin/refdes_renum bin/sarlacc_schem bin/sarlacc_sym diff --git a/cad/geda-utils/distinfo b/cad/geda-utils/distinfo index 004aea9b8b5..92b3f782d97 100644 --- a/cad/geda-utils/distinfo +++ b/cad/geda-utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2007/02/21 13:23:54 dmcmahill Exp $ +$NetBSD: distinfo,v 1.20 2007/05/31 12:48:33 dmcmahill Exp $ -SHA1 (geda/geda-utils-20070216.tar.gz) = 19c702b4b485d0d6c8e32f357d7cb972b52da021 -RMD160 (geda/geda-utils-20070216.tar.gz) = b5d88ca52e4c003c4e0f8d3c7de68b30a7efd92f -Size (geda/geda-utils-20070216.tar.gz) = 290743 bytes +SHA1 (geda/geda-utils-20070526.tar.gz) = 742551219cd930438c4c74b995b986a8297b7801 +RMD160 (geda/geda-utils-20070526.tar.gz) = c66cbebb70001fb389f957e09c5003d7adbb11bb +Size (geda/geda-utils-20070526.tar.gz) = 309717 bytes diff --git a/cad/geda/Makefile.common b/cad/geda/Makefile.common index a2ffed61446..f0325e23095 100644 --- a/cad/geda/Makefile.common +++ b/cad/geda/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.11 2007/02/21 13:23:57 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.12 2007/05/31 12:48:35 dmcmahill Exp $ # DIST_SUBDIR= geda -PKGVERSION= 20070216 +PKGVERSION= 20070526 MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \ http://www.geda.seul.org/devel/${PKGVERSION}/ diff --git a/cad/gnetlist/PLIST b/cad/gnetlist/PLIST index 4fc2fad4b87..d899e30b917 100644 --- a/cad/gnetlist/PLIST +++ b/cad/gnetlist/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/01/25 01:51:34 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.10 2007/05/31 12:48:33 dmcmahill Exp $ bin/gnetlist bin/mk_verilog_syms bin/sch2eaglepos.sh @@ -21,6 +21,7 @@ share/gEDA/scheme/gnet-allegro.scm share/gEDA/scheme/gnet-bae.scm share/gEDA/scheme/gnet-bom.scm share/gEDA/scheme/gnet-bom2.scm +share/gEDA/scheme/gnet-calay.scm share/gEDA/scheme/gnet-cascade.scm share/gEDA/scheme/gnet-drc.scm share/gEDA/scheme/gnet-drc2.scm @@ -30,6 +31,7 @@ share/gEDA/scheme/gnet-geda.scm share/gEDA/scheme/gnet-gossip.scm share/gEDA/scheme/gnet-gsch2pcb.scm share/gEDA/scheme/gnet-maxascii.scm +share/gEDA/scheme/gnet-osmond.scm share/gEDA/scheme/gnet-pads.scm share/gEDA/scheme/gnet-partslist-common.scm share/gEDA/scheme/gnet-partslist1.scm diff --git a/cad/gnetlist/distinfo b/cad/gnetlist/distinfo index 2fb5a70b108..77a07d73991 100644 --- a/cad/gnetlist/distinfo +++ b/cad/gnetlist/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2007/02/21 13:23:53 dmcmahill Exp $ +$NetBSD: distinfo,v 1.23 2007/05/31 12:48:33 dmcmahill Exp $ -SHA1 (geda/geda-gnetlist-20070216.tar.gz) = 873a8cec8cb674e0a9d2656baf6255d6d3d2a19e -RMD160 (geda/geda-gnetlist-20070216.tar.gz) = eea0076b964d178c8d8dab71aab0978da6ebb6de -Size (geda/geda-gnetlist-20070216.tar.gz) = 355709 bytes +SHA1 (geda/geda-gnetlist-20070526.tar.gz) = 91eadb4b3dbf4a1355e70559565fcded64f93270 +RMD160 (geda/geda-gnetlist-20070526.tar.gz) = 37d09ffc935f0a3c7ac8aacaeaf4dc3e66fc9887 +Size (geda/geda-gnetlist-20070526.tar.gz) = 382149 bytes SHA1 (patch-aa) = 1fdc681538545f5712a423bc62b1ce89fbc7ff4c diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index 53db62ec8f5..1b84386be06 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2007/02/23 13:51:05 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.43 2007/05/31 12:48:32 dmcmahill Exp $ # DISTNAME= geda-gschem-${PKGVERSION} PKGNAME= gschem-${PKGVERSION} -PKGREVISION= 1 CATEGORIES= cad MAINTAINER= dmcmahill@NetBSD.org @@ -18,6 +17,10 @@ CONFLICTS+= gEDA<19991011 GNU_CONFIGURE= YES USE_TOOLS+= pkg-config +# otherwise the gettext stuff in here tries to do +# /bin/sh /usr/bin/install -d /some/directory +# but of course /usr/bin/install is a binary. +MAKE_FLAGS+= install_sh=${WRKSRC}/install-sh USE_PKGLOCALEDIR= YES .include "../../cad/libgeda/buildlink3.mk" diff --git a/cad/gschem/PLIST b/cad/gschem/PLIST index bf714b6757d..6854b612cfd 100644 --- a/cad/gschem/PLIST +++ b/cad/gschem/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.19 2007/02/23 13:51:05 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.20 2007/05/31 12:48:32 dmcmahill Exp $ bin/gschem +bin/gschemdoc man/man1/gschem.1 share/gEDA/bitmap/gschem-alignment_bottomcenter.png share/gEDA/bitmap/gschem-alignment_bottomleft.png diff --git a/cad/gschem/distinfo b/cad/gschem/distinfo index 46bb4da0ab7..e6f1f0dbaa4 100644 --- a/cad/gschem/distinfo +++ b/cad/gschem/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.24 2007/02/21 13:23:53 dmcmahill Exp $ +$NetBSD: distinfo,v 1.25 2007/05/31 12:48:32 dmcmahill Exp $ -SHA1 (geda/geda-gschem-20070216.tar.gz) = 7aaa669f8e25f89f99259f0bfb39efee2f932a86 -RMD160 (geda/geda-gschem-20070216.tar.gz) = 76924c6970784a02d54ed47c5a72bd0325805dba -Size (geda/geda-gschem-20070216.tar.gz) = 1053241 bytes -SHA1 (patch-aa) = 6e1f3926d3f9019ed7032575bd81faeefe2b3d2e +SHA1 (geda/geda-gschem-20070526.tar.gz) = 48fb4acfc628bb64fdc8c1c047671b31c3fd7778 +RMD160 (geda/geda-gschem-20070526.tar.gz) = 76eb9285c8ff4e6f5ee0edb05d8ccd618e6dbaff +Size (geda/geda-gschem-20070526.tar.gz) = 1100946 bytes +SHA1 (patch-aa) = 749ad5d273b3ef4da318d63171c4ec50214d72ea +SHA1 (patch-ab) = 338c3ceaafb9fb15ea669bd6442a40899e040854 diff --git a/cad/gschem/patches/patch-aa b/cad/gschem/patches/patch-aa index c5f71b87f02..12bf2fd2e1a 100644 --- a/cad/gschem/patches/patch-aa +++ b/cad/gschem/patches/patch-aa @@ -1,14 +1,11 @@ -$NetBSD: patch-aa,v 1.15 2007/02/21 13:25:00 dmcmahill Exp $ +$NetBSD: patch-aa,v 1.16 2007/05/31 12:48:32 dmcmahill Exp $ ---- src/gschem.c.orig 2006-10-19 03:25:33.000000000 +0000 -+++ src/gschem.c -@@ -36,9 +36,7 @@ - #include <dmalloc.h> - #endif - --#ifdef HAVE_LOCALE_H - #include <locale.h> --#endif - - #ifdef HAS_LIBSTROKE - /* libstroke prototype */ +--- configure.ac.orig 2007-05-26 14:46:25.000000000 +0000 ++++ configure.ac 2007-05-29 16:23:31.000000000 +0000 +@@ -400,5 +400,5 @@ + [AC_DEFINE([HAVE_LOCALE_H], 1, [Define if you have locale.h])], + [ +- if test "$USE_NLS" == "yes"; then ++ if test "$USE_NLS" = "yes"; then + AC_MSG_ERROR([Cannot find useful locale.h, and nls support is enabled. Try compiling with --disable-nls]) + fi diff --git a/cad/gschem/patches/patch-ab b/cad/gschem/patches/patch-ab new file mode 100644 index 00000000000..4610fb8dbfd --- /dev/null +++ b/cad/gschem/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.10 2007/05/31 12:48:33 dmcmahill Exp $ + +--- configure.orig 2007-05-26 14:46:42.000000000 +0000 ++++ configure 2007-05-29 16:23:44.000000000 +0000 +@@ -7515,5 +7515,5 @@ + else + +- if test "$USE_NLS" == "yes"; then ++ if test "$USE_NLS" = "yes"; then + { { echo "$as_me:$LINENO: error: Cannot find useful locale.h, and nls support is enabled. Try compiling with --disable-nls" >&5 + echo "$as_me: error: Cannot find useful locale.h, and nls support is enabled. Try compiling with --disable-nls" >&2;} diff --git a/cad/gsymcheck/distinfo b/cad/gsymcheck/distinfo index 58d9f51d187..99777b1499f 100644 --- a/cad/gsymcheck/distinfo +++ b/cad/gsymcheck/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/02/21 13:23:54 dmcmahill Exp $ +$NetBSD: distinfo,v 1.19 2007/05/31 12:48:33 dmcmahill Exp $ -SHA1 (geda/geda-gsymcheck-20070216.tar.gz) = a1ccd05b484eecfa167edb973a89c6ee269f5760 -RMD160 (geda/geda-gsymcheck-20070216.tar.gz) = e9314ea34712955b2bd2bb3d035419fee5519f37 -Size (geda/geda-gsymcheck-20070216.tar.gz) = 144701 bytes +SHA1 (geda/geda-gsymcheck-20070526.tar.gz) = a7f865c226e6c133cce46a711a880f372c405838 +RMD160 (geda/geda-gsymcheck-20070526.tar.gz) = ae57d37d4722e8d00ad77723b5b9f69a7183a27b +Size (geda/geda-gsymcheck-20070526.tar.gz) = 152580 bytes diff --git a/cad/libgeda/buildlink3.mk b/cad/libgeda/buildlink3.mk index 0a2b91339ee..fc53f5610bd 100644 --- a/cad/libgeda/buildlink3.mk +++ b/cad/libgeda/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.22 2007/02/21 13:23:52 dmcmahill Exp $ +# $NetBSD: buildlink3.mk,v 1.23 2007/05/31 12:48:32 dmcmahill Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBGEDA_BUILDLINK3_MK:= ${LIBGEDA_BUILDLINK3_MK}+ @@ -12,8 +12,8 @@ BUILDLINK_PACKAGES+= libgeda BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgeda .if !empty(LIBGEDA_BUILDLINK3_MK:M+) -BUILDLINK_API_DEPENDS.libgeda+= libgeda-20070216{,nb[0-9]*} -BUILDLINK_ABI_DEPENDS.libgeda?= libgeda-20070216{,nb[0-9]*} +BUILDLINK_API_DEPENDS.libgeda+= libgeda-20070526{,nb[0-9]*} +BUILDLINK_ABI_DEPENDS.libgeda?= libgeda-20070526{,nb[0-9]*} BUILDLINK_PKGSRCDIR.libgeda?= ../../cad/libgeda .endif # LIBGEDA_BUILDLINK3_MK diff --git a/cad/libgeda/distinfo b/cad/libgeda/distinfo index 176b82deccc..4834ee5ce95 100644 --- a/cad/libgeda/distinfo +++ b/cad/libgeda/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/02/21 13:23:52 dmcmahill Exp $ +$NetBSD: distinfo,v 1.19 2007/05/31 12:48:32 dmcmahill Exp $ -SHA1 (geda/libgeda-20070216.tar.gz) = 61deb94b64cff6dec251e87af639da6aa5ebce0a -RMD160 (geda/libgeda-20070216.tar.gz) = ca8441cfc3caa21c59ccbe2dbc47455dd4264071 -Size (geda/libgeda-20070216.tar.gz) = 625853 bytes +SHA1 (geda/libgeda-20070526.tar.gz) = df0e83ca16bcbb2b6de2c8692cb29357000cc52d +RMD160 (geda/libgeda-20070526.tar.gz) = 1201f7f3d9e933e5083e6b730593ff9beefb33d7 +Size (geda/libgeda-20070526.tar.gz) = 633422 bytes |