From linimon@lonesome.com  Sat Oct  4 12:57:01 2003
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 280FF16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Oct 2003 12:57:01 -0700 (PDT)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 461C043FF3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Oct 2003 12:57:00 -0700 (PDT)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP id 4B8A0140AB
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  4 Oct 2003 14:56:57 -0500 (CDT)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.9) with ESMTP id h94JvI1K032074
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 4 Oct 2003 14:57:18 -0500 (CDT)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.9/Submit) id h94JvIDl032073;
	Sat, 4 Oct 2003 14:57:18 -0500 (CDT)
	(envelope-from linimon)
Message-Id: <200310041957.h94JvIDl032073@lonesome.lonesome.com>
Date: Sat, 4 Oct 2003 14:57:18 -0500 (CDT)
From: Mark Linimon <linimon@lonesome.com>
Reply-To: Mark Linimon <linimon@lonesome.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch][non-maintainer] update cad/gwave and unbreak
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57582
>Category:       ports
>Synopsis:       [patch] [non-maintainer] update cad/gwave and unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 04 13:00:35 PDT 2003
>Closed-Date:    Wed Oct 15 01:07:43 PDT 2003
>Last-Modified:  Wed Jan 14 20:36:07 UTC 2009
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
	Per bento logs, this port is outdated.  Per the home page of
	the port, the following changes have been made in 20030804:

	Ability to change the drawing order of waves in a panel
	Data-export function for writing out a selected subset of a file's data
	Plugin backends for hardcopy plot/export (graph and gnuplot are currently supported)
	Selected waves are higlighted by drawing with a wider line style
>How-To-Repeat:
	make fetch
>Fix:
	The following fixes the distfile, adds a master site,
	and corrects the home page.

--- gwave/Makefile.dist	Mon Aug 25 21:28:36 2003
+++ gwave/Makefile	Sat Oct  4 14:46:13 2003
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	gwave
-PORTVERSION=	20020122
+PORTVERSION=	20030804
 CATEGORIES=	cad
-MASTER_SITES=	http://geda.seul.org/dist/
+MASTER_SITES=	http://www.cs.unc.edu/~tell/dist/ \
+		http://geda.seul.org/dist/
 
 MAINTAINER=	dmlb@dmlb.org
 COMMENT=	Waveform viewer for analogue electronic simulation tools
@@ -18,9 +19,7 @@
 		guile.15:${PORTSDIR}/lang/guile \
 		guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
 
-BROKEN=         "Does not compile"
-
-USE_AUTOCONF=	yes
+USE_AUTOCONF_VER=	253
 USE_GNOME=	gtk12
 #CONFIGURE_ARGS=	--enable-gdgeda
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
--- gwave/distinfo.dist	Sat Jan 18 18:35:38 2003
+++ gwave/distinfo	Sat Oct  4 14:19:52 2003
@@ -1 +1 @@
-MD5 (gwave-20020122.tar.gz) = 0e5bbf0787e4ab82f804e617bf3ad86f
+MD5 (gwave-20030804.tar.gz) = 4b8ae59dd4bd80520e64df43bc13f7ce
--- gwave/pkg-descr.dist	Sat Jan 18 18:35:38 2003
+++ gwave/pkg-descr	Sat Oct  4 14:47:29 2003
@@ -16,4 +16,4 @@
 language and is therefore easily extensible for custom applications
 without recompilation.
 
-WWW: http://geda.seul.org/tools/gwave
+WWW: http://www.telltronics.org/software/gwave
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: oliver 
State-Changed-When: Sat Oct 4 14:03:13 PDT 2003 
State-Changed-Why:  
Awaiting maintainers approval 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57582 

From: Oliver Lehmann <oliver@FreeBSD.org>
To: dmlb@dmlb.org
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/57582: [patch][non-maintainer] update cad/gwave and
 unbreak
Date: Sat, 4 Oct 2003 23:02:21 +0200

 Hi,
 
 can you please review & approve the submitted patch at
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/57582
 
   Greetings, Oliver
 
 -- 
  Oliver Lehmann
         @home: lehmann@ans-netz.de
       @office: oliver.lehmann@mgi.de
          @www: http://www.pofo.de/  |  http://wishlist.ans-netz.de/

From: "Duncan Barclay" <dmlb@dmlb.org>
To: <freebsd-gnats-submit@FreeBSD.org>, <linimon@lonesome.com>
Cc:  
Subject: Re: ports/57582: [patch][non-maintainer] update cad/gwave and unbreak
Date: Sun, 5 Oct 2003 11:33:56 +0100

 please go ahead with these patches.
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Wed Oct 15 01:07:04 PDT 2003 
State-Changed-Why:  
Commmitted after review by maintainer, thanks.  (Except 
for the plist which I caught after writing the initial PR). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57582 
>Unformatted:
