From 4a6d9e9819973c66b95d1c32dbdab6717eae6bd6 Mon Sep 17 00:00:00 2001 From: frueauf Date: Thu, 3 Dec 1998 09:08:24 +0000 Subject: Update ddd to 3.1. DDD 3.1 brings Perl support, Python support, data plotting, Undo/Redo, advanced data exploration, and several more new features and bug fixes. --- devel/ddd/Makefile | 8 +++++--- devel/ddd/files/md5 | 4 ++-- devel/ddd/patches/patch-ab | 13 +++++++++++++ 3 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 devel/ddd/patches/patch-ab (limited to 'devel/ddd') diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index a49e57dc691..576129ffc5e 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 1998/08/20 15:16:47 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 1998/12/03 09:08:24 frueauf Exp $ # $FreeBSD Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp # -DISTNAME= ddd-2.2.3 +DISTNAME= ddd-3.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/ \ ftp://richb-pc.acc.qc.edu/pub/ddd/ \ @@ -10,11 +10,13 @@ MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/ \ ftp://uiarchive.cso.uiuc.edu/pub/packages/ddd/ \ ftp://ftp.th-darmstadt.de/pub/programming/tools/ddd/ -MAINTAINER= obrien@NUXI.com +MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.tu-bs.de/softech/ddd/ DEPENDS+= xpm-3.4k:../../graphics/xpm +CONFLICTS= ddd-2.2.3 + USE_MOTIF= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/ddd/files/md5 b/devel/ddd/files/md5 index 2ae23243486..9d982414f7d 100644 --- a/devel/ddd/files/md5 +++ b/devel/ddd/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/08/07 13:21:23 agc Exp $ +$NetBSD: md5,v 1.3 1998/12/03 09:08:24 frueauf Exp $ -MD5 (ddd-2.2.3.tar.gz) = 40cecf4fa0db57a7b999fc90dfe6020e +MD5 (ddd-3.1.tar.gz) = 04771fb822eafcb4d66f983290464a92 diff --git a/devel/ddd/patches/patch-ab b/devel/ddd/patches/patch-ab new file mode 100644 index 00000000000..6f36711e087 --- /dev/null +++ b/devel/ddd/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 1998/12/03 09:08:24 frueauf Exp $ + +--- ddd/Makefile.in-orig Thu Nov 12 14:32:27 1998 ++++ ddd/Makefile.in Sun Nov 15 16:36:38 1998 +@@ -267,7 +267,7 @@ + ## Installation commands. + + # General install program. (install -c) +-INSTALL = @INSTALL@ ++INSTALL = /usr/bin/install -c + + # Command for installing programs. (install -c) + INSTALL_PROGRAM = @INSTALL_PROGRAM@ -- cgit v1.2.3