From 1922c6ef150a18a4101c99b06cbc075f2d09356d Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 27 Sep 2001 23:17:41 +0000 Subject: Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. --- math/cassowary/Makefile | 4 ++-- math/grace/Makefile | 4 ++-- math/scilab/Makefile | 4 ++-- math/xmgr/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'math') diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index 8ec6a0207cf..c21dd94daf1 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/27 03:20:05 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2001/09/27 23:18:24 jlam Exp $ # DISTNAME= cassowary-0.60 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.washington.edu/research/constraints/cassowary/ COMMENT= Constraint-solving toolkit for linear equalities and inequalities -BUILD_DEPENDS+= bison-*:../../devel/bison +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= guile>=1.3.2:../../lang/guile DEPENDS+= gtl>=0.3.2:../../devel/gtl diff --git a/math/grace/Makefile b/math/grace/Makefile index 8129e08814e..c43b8cd0a2e 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/09/12 03:28:32 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/09/27 23:18:24 jlam Exp $ # DISTNAME= grace-5.1.4 @@ -15,7 +15,7 @@ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/ COMMENT= GRaphing, Advanced Computation and Exploration of data -#DEPENDS+= fftw-*:../../math/fftw +#DEPENDS+= fftw-[0-9]*:../../math/fftw USE_BUILDLINK_ONLY= YES USE_GMAKE= YES diff --git a/math/scilab/Makefile b/math/scilab/Makefile index a383e43d61b..5a908c3bac6 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/07/18 01:14:23 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.25 2001/09/27 23:18:24 jlam Exp $ # DISTNAME= ${SCIBASE}.src @@ -12,7 +12,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www-rocq.inria.fr/scilab/ COMMENT= High-level scientific math programming environment with graphics -DEPENDS+= xless-*:../../x11/xless +DEPENDS+= xless-[0-9]*:../../x11/xless DEPENDS+= pvm-3.4.3:../../parallel/pvm3 # needs full floating point math. Once the FPC code for alpha is integrated diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 074909dd3f5..784d168e6cd 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/09/12 04:43:52 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/27 23:18:25 jlam Exp $ # FreeBSD Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp # @@ -15,7 +15,7 @@ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/ COMMENT= Powerful XY plotting tool for workstations or X-terminals using X -BUILD_DEPENDS= bison-*:../../devel/bison +BUILD_DEPENDS= bison-[0-9]*:../../devel/bison USE_BUILDLINK_ONLY= YES USE_FORTRAN= YES -- cgit v1.2.3