diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-15 08:06:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-15 08:06:26 +0000 |
commit | b0b3511b6474f68aa14d8b9c9aca5b3a1785482d (patch) | |
tree | 84bb73002180576545d114119c8b59ec95b617fe /cad | |
parent | 42d1a8f85873a58be88cfb07d7022c18545354b8 (diff) | |
download | ports-b0b3511b6474f68aa14d8b9c9aca5b3a1785482d.tar.gz ports-b0b3511b6474f68aa14d8b9c9aca5b3a1785482d.zip |
Update to 20030804, unbreak, and fix plist.
PR: ports/57582
Submitted by: linimon@lonesome.com
Reviewed by: maintainer (dmlb@dmlb.org)
Notes
Notes:
svn path=/head/; revision=91298
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gwave/Makefile | 9 | ||||
-rw-r--r-- | cad/gwave/distinfo | 2 | ||||
-rw-r--r-- | cad/gwave/pkg-descr | 2 | ||||
-rw-r--r-- | cad/gwave/pkg-plist | 5 |
4 files changed, 11 insertions, 7 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index cb3fcbe36939..60c888057d36 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -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 @@ LIB_DEPENDS= geda.18:${PORTSDIR}/cad/libgeda \ 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" \ diff --git a/cad/gwave/distinfo b/cad/gwave/distinfo index 9a006aeca553..56cab43719bc 100644 --- a/cad/gwave/distinfo +++ b/cad/gwave/distinfo @@ -1 +1 @@ -MD5 (gwave-20020122.tar.gz) = 0e5bbf0787e4ab82f804e617bf3ad86f +MD5 (gwave-20030804.tar.gz) = 4b8ae59dd4bd80520e64df43bc13f7ce diff --git a/cad/gwave/pkg-descr b/cad/gwave/pkg-descr index cfb213c7de96..655000264c95 100644 --- a/cad/gwave/pkg-descr +++ b/cad/gwave/pkg-descr @@ -16,4 +16,4 @@ Much of Gwave's user interface is written in the Guile extension 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 diff --git a/cad/gwave/pkg-plist b/cad/gwave/pkg-plist index 81cdce07842e..e62afab24972 100644 --- a/cad/gwave/pkg-plist +++ b/cad/gwave/pkg-plist @@ -13,5 +13,10 @@ share/guile/app/gwave/std-toolbar.scm share/guile/app/gwave/extra-menus.scm share/guile/app/gwave/visiblewave-ops.scm share/guile/app/gwave/gwave-startup.scm +share/guile/app/gwave/export-gnugraph.scm +share/guile/app/gwave/export-gnuplot.scm +share/guile/app/gwave/export.scm +share/guile/app/gwave/gtk-helpers.scm +share/guile/app/gwave/utils.scm @dirrm share/guile/app/gwave @unexec rmdir %D/share/guile/app 2>/dev/null || true |