update to libgeda-20010708

this represents nearly a year and a half of bug fixes and enhancements to
numerous to list here.
This commit is contained in:
dmcmahill 2001-07-17 03:06:27 +00:00
parent 612827cba6
commit b7cd07e7d7
8 changed files with 80 additions and 11 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2001/02/16 13:46:24 wiz Exp $
# $NetBSD: Makefile,v 1.7 2001/07/17 03:06:27 dmcmahill Exp $
#
DISTNAME= libgeda-${PKGVERSION}
WRKSRC= ${WRKDIR}/libgeda
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \
@ -15,13 +14,13 @@ COMMENT= Library of shared modules for gEDA
DEPENDS+= guile>=1.3.0:../../lang/guile
DEPENDS+= libstroke-*:../../devel/libstroke
DEPENDS+= libgdgeda-*:../../graphics/libgdgeda
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
DEPENDS+= libgdgeda>=1.8:../../graphics/libgdgeda
DEPENDS+= gtk+>=1.2.3:../../x11/gtk
CONFLICTS+= gEDA<19991011
DIST_SUBDIR= geda
PKGVERSION= 20000220
PKGVERSION= 20010708
GNU_CONFIGURE= YES
USE_LIBTOOL= YES

View file

@ -1,4 +1,9 @@
$NetBSD: distinfo,v 1.2 2001/04/19 16:27:00 agc Exp $
$NetBSD: distinfo,v 1.3 2001/07/17 03:06:27 dmcmahill Exp $
SHA1 (geda/libgeda-20000220.tar.gz) = d8f81b1d3b184a4d2584b5e472b9ebd54966e84f
Size (geda/libgeda-20000220.tar.gz) = 221407 bytes
SHA1 (geda/libgeda-20010708.tar.gz) = 5065d32555d8cf752f9cd60914e9e96b1785bc93
Size (geda/libgeda-20010708.tar.gz) = 378209 bytes
SHA1 (patch-aa) = 67ec389e7e4d71e9b8f6054cbe0ea236c01544e6
SHA1 (patch-ab) = 05a8cbf224376dab4359957acac678dc83de4dfb
SHA1 (patch-ac) = b23cd3e8400e0e58f3e54aac8031beb325ba5009
SHA1 (patch-ad) = 31845d02fd867b0580feb8e410ca974d3786c737
SHA1 (patch-ae) = 9453d3fd6825e2d85b87f836eaa923836f3fd980

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 2001/07/17 03:06:27 dmcmahill Exp $
--- src/s_attrib.c.orig Sun Jul 8 22:03:09 2001
+++ src/s_attrib.c Mon Jul 16 14:52:57 2001
@@ -27,4 +27,8 @@
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
#include <gtk/gtk.h>
#include <gdk/gdk.h>

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1 2001/07/17 03:06:27 dmcmahill Exp $
--- src/s_basic.c.orig Sun Jul 8 22:03:09 2001
+++ src/s_basic.c Mon Jul 16 14:53:41 2001
@@ -31,4 +31,8 @@
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
#include <gtk/gtk.h>
#include <gdk/gdk.h>

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.1 2001/07/17 03:06:27 dmcmahill Exp $
--- src/s_papersizes.c.orig Sun Jul 8 22:03:10 2001
+++ src/s_papersizes.c Mon Jul 16 14:54:18 2001
@@ -27,4 +27,8 @@
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
#include <gtk/gtk.h>
#include <gdk/gdk.h>

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ad,v 1.1 2001/07/17 03:06:27 dmcmahill Exp $
--- src/s_log.c.orig Sun Jul 8 22:03:10 2001
+++ src/s_log.c Mon Jul 16 14:55:15 2001
@@ -31,4 +31,8 @@
#include <errno.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
#include <gtk/gtk.h>
#include <gdk/gdk.h>

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ae,v 1.1 2001/07/17 03:06:27 dmcmahill Exp $
--- src/s_color.c.orig Sun Jul 8 22:03:10 2001
+++ src/s_color.c Mon Jul 16 14:55:50 2001
@@ -26,4 +26,8 @@
#include <math.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
#include <gtk/gtk.h>
#include <gdk/gdk.h>

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2001/01/04 15:10:20 agc Exp $
@comment $NetBSD: PLIST,v 1.5 2001/07/17 03:06:28 dmcmahill Exp $
bin/libgeda-config
include/libgeda/colors.h
include/libgeda/defines.h
@ -12,6 +12,6 @@ include/libgeda/struct.h
lib/libgeda.a
lib/libgeda.la
lib/libgeda.so
lib/libgeda.so.6
lib/libgeda.so.6.0
lib/libgeda.so.13
lib/libgeda.so.13.0
@dirrm include/libgeda