From e6718cccee8f4c16c4a9dea0e2eb54048328c4e6 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Sun, 10 Feb 2002 17:48:59 +0000 Subject: update to 0.0.7 What's new in 0.0.7 - Aperture macros! - Improved detection of drill- or gerber file. --- cad/gerbv/Makefile | 4 ++-- cad/gerbv/distinfo | 7 ++++--- cad/gerbv/patches/patch-aa | 13 +++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 cad/gerbv/patches/patch-aa (limited to 'cad') 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 /* ceil(), atan2() */ + ++#ifdef HAVE_STRING_H ++#include ++#endif ++ + #include + -- cgit v1.2.3