diff options
author | dmcmahill <dmcmahill> | 2002-02-10 17:48:59 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-02-10 17:48:59 +0000 |
commit | e6718cccee8f4c16c4a9dea0e2eb54048328c4e6 (patch) | |
tree | ec4aa7d3873586be543973b974e2f4255c7289dc /cad | |
parent | 66d2c6ac402ba13553116b58f22523a0afcc84ed (diff) | |
download | pkgsrc-e6718cccee8f4c16c4a9dea0e2eb54048328c4e6.tar.gz |
update to 0.0.7
What's new in 0.0.7
- Aperture macros!
- Improved detection of drill- or gerber file.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gerbv/Makefile | 4 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 7 | ||||
-rw-r--r-- | cad/gerbv/patches/patch-aa | 13 |
3 files changed, 19 insertions, 5 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 2cfcc442d2a..68e10ddb0d5 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/12/15 22:04:18 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2002/02/10 17:48:59 dmcmahill Exp $ # -DISTNAME= gerbv-0.0.6 +DISTNAME= gerbv-0.0.7 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo index d8c13d1643d..2efd6a22b3f 100644 --- a/cad/gerbv/distinfo +++ b/cad/gerbv/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/12/15 22:04:18 dmcmahill Exp $ +$NetBSD: distinfo,v 1.3 2002/02/10 17:49:00 dmcmahill Exp $ -SHA1 (gerbv-0.0.6.tar.gz) = 48a3022ab7c60a94d5b7e6b96df3b5ec8a7815f7 -Size (gerbv-0.0.6.tar.gz) = 724887 bytes +SHA1 (gerbv-0.0.7.tar.gz) = 4abfa3333ec55893dfbc30715efc5fea21a885b6 +Size (gerbv-0.0.7.tar.gz) = 731228 bytes +SHA1 (patch-aa) = af71f39e3b5d7cf1e7c26329750bfa5748d3e6ee diff --git a/cad/gerbv/patches/patch-aa b/cad/gerbv/patches/patch-aa new file mode 100644 index 00000000000..49ce21ac53b --- /dev/null +++ b/cad/gerbv/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/02/10 17:49:00 dmcmahill Exp $ + +--- src/draw.c.orig Sun Feb 3 18:01:41 2002 ++++ src/draw.c Sun Feb 10 12:36:17 2002 +@@ -30,4 +30,8 @@ + #include <math.h> /* ceil(), atan2() */ + ++#ifdef HAVE_STRING_H ++#include <string.h> ++#endif ++ + #include <gtk/gtk.h> + |