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. --- wm/afterstep/Makefile | 4 ++-- wm/econf/Makefile | 4 ++-- wm/sawfish/Makefile.common | 4 ++-- wm/wmextra/Makefile | 4 ++-- wm/wmthemes/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'wm') diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index 2a5aa472a8c..aa343a326ee 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/08/29 22:41:21 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/09/27 23:18:48 jlam Exp $ DISTNAME= AfterStep-1.8.9 PKGNAME= afterstep-1.8.9 @@ -16,7 +16,7 @@ BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf # XXX The following would be "RUN_DEPENDS," if we had such a thing. # XXX DEPENDS+= asclock-[0-9]*:../../time/asclock -DEPENDS+= xp-*:../../x11/xp +DEPENDS+= xp-[0-9]*:../../x11/xp USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES diff --git a/wm/econf/Makefile b/wm/econf/Makefile index c9c418ebe4e..399ea967516 100644 --- a/wm/econf/Makefile +++ b/wm/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:33 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:49 jlam Exp $ # DISTNAME= enlightenment-conf-0.15 @@ -10,7 +10,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.enlightenment.org/ COMMENT= configuration tool for easily setting up Enlightenment -DEPENDS+= control-center-*:../../x11/controlcenter +DEPENDS+= control-center-[0-9]*:../../x11/controlcenter WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index f24d8af3ec6..11f0db3a0e7 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2001/04/03 08:43:49 toshii Exp $ +# $NetBSD: Makefile.common,v 1.3 2001/09/27 23:18:49 jlam Exp $ DISTNAME= sawfish-${SF_VERS} SF_VERS= 0.38 @@ -16,7 +16,7 @@ HOMEPAGE= http://sawmill.sourceforge.net/ DEPENDS+= librep>=0.13:../../lang/librep DEPENDS+= rep-gtk>=0.14:../../x11/rep-gtk DEPENDS+= imlib>=1.8.2:../../graphics/imlib -DEPENDS+= control-center-*:../../x11/controlcenter +DEPENDS+= control-center-[0-9]*:../../x11/controlcenter USE_X11= # defined diff --git a/wm/wmextra/Makefile b/wm/wmextra/Makefile index 7ecfb45adf9..2423d0bb236 100644 --- a/wm/wmextra/Makefile +++ b/wm/wmextra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:52 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:49 jlam Exp $ # DISTNAME= WindowMaker-extra-0.1 @@ -11,7 +11,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.windowmaker.org/ COMMENT= Extras for window manager Window Maker -DEPENDS+= windowmaker-*:../../wm/windowmaker +DEPENDS+= windowmaker-[0-9]*:../../wm/windowmaker USE_X11BASE= yes GNU_CONFIGURE= yes diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile index 4a2a8faad91..8e4b5d60e44 100644 --- a/wm/wmthemes/Makefile +++ b/wm/wmthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:52 agc Exp $ +# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:49 jlam Exp $ DISTNAME= wmthemes-0.62nb1 CATEGORIES= x11 wm @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://wm.themes.org/ COMMENT= Themes for the window manager WindowMaker -DEPENDS+= windowmaker-*:../../wm/windowmaker +DEPENDS+= windowmaker-[0-9]*:../../wm/windowmaker DIST_SUBDIR= wmthemes -- cgit v1.2.3