diff options
author | dmcmahill <dmcmahill> | 2001-07-17 03:01:09 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-07-17 03:01:09 +0000 |
commit | ea8507bb5b059b0858658e8c324245c5fb807647 (patch) | |
tree | 8e90cd0cbb955432791fcaedb7ae7db61b922d7c /cad/gschem | |
parent | 816b10fecb8e01428ed87fada733b86fd089e6dd (diff) | |
download | pkgsrc-ea8507bb5b059b0858658e8c324245c5fb807647.tar.gz |
update to gschem-20010708
this represents nearly a year and a half of bug fixes and enhancements to
numerous to list.
Diffstat (limited to 'cad/gschem')
-rw-r--r-- | cad/gschem/Makefile | 8 | ||||
-rw-r--r-- | cad/gschem/distinfo | 12 | ||||
-rw-r--r-- | cad/gschem/patches/patch-aa | 12 | ||||
-rw-r--r-- | cad/gschem/patches/patch-ab | 12 | ||||
-rw-r--r-- | cad/gschem/patches/patch-ac | 12 | ||||
-rw-r--r-- | cad/gschem/patches/patch-ad | 12 | ||||
-rw-r--r-- | cad/gschem/patches/patch-ae | 12 | ||||
-rw-r--r-- | cad/gschem/patches/patch-af | 12 | ||||
-rw-r--r-- | cad/gschem/pkg/PLIST | 7 |
9 files changed, 91 insertions, 8 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index 4e9553c096c..1f6a5f24280 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 13:46:22 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/07/17 03:01:09 dmcmahill Exp $ # -DISTNAME= gschem-${PKGVERSION} -WRKSRC= ${WRKDIR}/gschem +DISTNAME= geda-gschem-${PKGVERSION} +PKGNAME= gschem-${PKGVERSION} CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \ ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \ @@ -19,7 +19,7 @@ DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols CONFLICTS+= gEDA<19991011 DIST_SUBDIR= geda -PKGVERSION= 20000220 +PKGVERSION= 20010708 GNU_CONFIGURE= YES USE_X11BASE= YES diff --git a/cad/gschem/distinfo b/cad/gschem/distinfo index 7f71aff81fa..4eb08245199 100644 --- a/cad/gschem/distinfo +++ b/cad/gschem/distinfo @@ -1,4 +1,10 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 16:26:59 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/07/17 03:01:09 dmcmahill Exp $ -SHA1 (geda/gschem-20000220.tar.gz) = 538fdaeb38fcdb1a01586b2f9f2d67ea4b7a0d85 -Size (geda/gschem-20000220.tar.gz) = 341740 bytes +SHA1 (geda/geda-gschem-20010708.tar.gz) = 61dfefd636f34c4d74d80d1cd01a3191cdbbbc83 +Size (geda/geda-gschem-20010708.tar.gz) = 500646 bytes +SHA1 (patch-aa) = 36c091285b4c945e59b0d15c813bd2ac9b4b5061 +SHA1 (patch-ab) = a265360f08d162f0ade6693fd358b62ce173421b +SHA1 (patch-ac) = 2b6a83225bfa791efb82d2ca4aa85b1b44fc2fd3 +SHA1 (patch-ad) = c971ff92bdd27ef13aea8363bf15ebada10cd41d +SHA1 (patch-ae) = 1f324d6aa22c78442930b16d47f1d3758ca66691 +SHA1 (patch-af) = a820657e17c95bbeb0ac1f90ca41f449e02a4182 diff --git a/cad/gschem/patches/patch-aa b/cad/gschem/patches/patch-aa new file mode 100644 index 00000000000..35240883288 --- /dev/null +++ b/cad/gschem/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2001/07/17 03:01:09 dmcmahill Exp $ + +--- src/gschem.c.orig Sun Jul 8 22:03:46 2001 ++++ src/gschem.c Mon Jul 16 21:32:55 2001 +@@ -23,4 +23,7 @@ + #include <config.h> + #include <stdio.h> ++#ifdef HAVE_STRINGS_H ++#include <strings.h> ++#endif + #include <signal.h> + #ifdef HAVE_UNISTD_H diff --git a/cad/gschem/patches/patch-ab b/cad/gschem/patches/patch-ab new file mode 100644 index 00000000000..208787cbef2 --- /dev/null +++ b/cad/gschem/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $ + +--- src/i_basic.c.orig Sun Jul 8 22:03:46 2001 ++++ src/i_basic.c Mon Jul 16 21:33:35 2001 +@@ -22,4 +22,7 @@ + + #include <config.h> ++#ifdef HAVE_STRINGS_H ++#include <strings.h> ++#endif + + #include <libgeda/libgeda.h> diff --git a/cad/gschem/patches/patch-ac b/cad/gschem/patches/patch-ac new file mode 100644 index 00000000000..4fccf928483 --- /dev/null +++ b/cad/gschem/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $ + +--- src/o_slot.c.orig Sun Jul 8 22:03:46 2001 ++++ src/o_slot.c Mon Jul 16 21:50:03 2001 +@@ -23,4 +23,7 @@ + #include <config.h> + #include <stdio.h> ++#ifdef HAVE_STRINGS_H ++#include <strings.h> ++#endif + + #include <libgeda/libgeda.h> diff --git a/cad/gschem/patches/patch-ad b/cad/gschem/patches/patch-ad new file mode 100644 index 00000000000..cc921e2e751 --- /dev/null +++ b/cad/gschem/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $ + +--- src/o_undo.c.orig Sun Jul 8 22:03:47 2001 ++++ src/o_undo.c Mon Jul 16 21:50:39 2001 +@@ -23,4 +23,7 @@ + #include <config.h> + #include <stdio.h> ++#ifdef HAVE_STRINGS_H ++#include <strings.h> ++#endif + #ifdef HAVE_UNISTD_H + #include <unistd.h> diff --git a/cad/gschem/patches/patch-ae b/cad/gschem/patches/patch-ae new file mode 100644 index 00000000000..b4a0249b873 --- /dev/null +++ b/cad/gschem/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $ + +--- src/x_grid.c.orig Sun Jul 8 22:03:47 2001 ++++ src/x_grid.c Mon Jul 16 21:51:09 2001 +@@ -23,4 +23,7 @@ + #include <config.h> + #include <math.h> ++#ifdef HAVE_STRINGS_H ++#include <strings.h> ++#endif + + #include <libgeda/libgeda.h> diff --git a/cad/gschem/patches/patch-af b/cad/gschem/patches/patch-af new file mode 100644 index 00000000000..8c4cfaa2ff6 --- /dev/null +++ b/cad/gschem/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $ + +--- src/x_color.c.orig Sun Jul 8 22:03:48 2001 ++++ src/x_color.c Mon Jul 16 21:51:46 2001 +@@ -23,4 +23,7 @@ + #include <config.h> + #include <stdio.h> ++#ifdef HAVE_STRINGS_H ++#include <strings.h> ++#endif + #include <signal.h> + #include <math.h> diff --git a/cad/gschem/pkg/PLIST b/cad/gschem/pkg/PLIST index ed195223664..1a85b357f05 100644 --- a/cad/gschem/pkg/PLIST +++ b/cad/gschem/pkg/PLIST @@ -1,7 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 22:30:25 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/07/17 03:01:11 dmcmahill Exp $ bin/gschem man/man1/gschem.1 +share/gEDA/gschem-gtkrc share/gEDA/system-gschemrc +share/gEDA/scheme/auto-uref.scm +share/gEDA/scheme/generate_netlist.scm share/gEDA/scheme/gschem.scm share/gEDA/scheme/list-keys.scm +share/gEDA/scheme/print-NB-attribs.scm @unexec rmdir %D/share/gEDA/scheme 2>/dev/null || true +@unexec rmdir %D/share/gEDA 2>/dev/null || true |