From 1afb64fde0f6b4d0b4332d7797b2eb788ac8f4cd Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Fri, 21 Mar 2003 03:43:21 +0000 Subject: update to gerbv-0.13 * You cannot compile with backend anymore, switch is removed. In last release this caused compilation error due to bit rot. * Drawing of arcs is a constant headache. Mark Whitis found another case that I had missed out. Clockwise arcs all of a sudden started to be drawn as counter-clockwise. * Arcs with very small angle differences could either be a complete circle or a very small part of an arc. Calculating the angles with integers wasn't sufficient, anyhow. They are now doubles all the way. * Aperture macro primitive 1 was a _filled_ circle. * Image rotate used to cause warnings that it wasn't implemented. Now if the file has an image rotate on zero degrees there is no warning (yes I've seen it). * Dan McMahill discovered that if you tried to swap with an unused layer gerbv segfaulted. * Peter Monta submitted patch for incremental coordinates. * No traces of Guile left... --- cad/gerbv/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cad/gerbv/Makefile') diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index eb25037098e..15d553badeb 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/02/05 19:19:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2003/03/21 03:43:21 dmcmahill Exp $ # -DISTNAME= gerbv-0.11 -PKGREVISION= 1 +DISTNAME= gerbv-0.13 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} @@ -11,13 +10,11 @@ HOMEPAGE= http://gerbv.sourceforge.net COMMENT= Gerber file viewer CONFIGURE_ARGS+= --enable-exportpng -CONFIGURE_ARGS+= --enable-batch GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_GMAKE= YES .include "../../graphics/gdk-pixbuf/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" -.include "../../lang/guile14/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3