From 81defa46ec81d041e5aeea3c7cfad181f1864d9d 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. --- misc/gnome-pim/Makefile | 4 ++-- misc/gnome-utils/Makefile | 6 +++--- misc/most/Makefile | 4 ++-- misc/pdmenu/Makefile | 4 ++-- misc/rpm/Makefile | 4 ++-- misc/staroffice/Makefile | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'misc') diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index a945d040b09..f03bd6bf9b9 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/06/11 06:34:44 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2001/09/27 23:18:25 jlam Exp $ # DISTNAME= gnome-pim-1.4.0 @@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= Personal Information Manager for GNOME -BUILD_DEPENDS+= bison-*:../../devel/bison +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core USE_GMAKE= YES diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index 9b0e53ff98c..22f5e634120 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -## $NetBSD: Makefile,v 1.39 2001/08/27 14:35:11 tron Exp $ +## $NetBSD: Makefile,v 1.40 2001/09/27 23:18:25 jlam Exp $ DISTNAME= gnome-utils-1.4.0.2 CATEGORIES= misc x11 gnome @@ -11,8 +11,8 @@ COMMENT= Set of useful GNOME utilities and applications BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake -BUILD_DEPENDS+= bison-*:../../devel/bison -BUILD_DEPENDS+= xml-i18n-tools-*:../../textproc/xml-i18n-tools +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +BUILD_DEPENDS+= xml-i18n-tools-[0-9]*:../../textproc/xml-i18n-tools DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core DEPENDS+= libgtop>=1.0.12:../../devel/libgtop diff --git a/misc/most/Makefile b/misc/most/Makefile index 5ffb162f9e5..adf2ff3f8b5 100644 --- a/misc/most/Makefile +++ b/misc/most/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/04/20 22:20:50 jtb Exp $ +# $NetBSD: Makefile,v 1.15 2001/09/27 23:18:25 jlam Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/03 21:52:01 asami Exp # @@ -11,7 +11,7 @@ MAINTAINER= rhwang@bigpanda.com HOMEPAGE= http://space.mit.edu/~davis/most.html COMMENT= Pager (like less) which has support for windows and binary files -DEPENDS+= libslang-*:../../devel/libslang +DEPENDS+= libslang-[0-9]*:../../devel/libslang GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-x diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index 8b85e765809..3fdd073ef7c 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/28 12:44:57 zuntum Exp $ +# $NetBSD: Makefile,v 1.8 2001/09/27 23:18:25 jlam Exp $ # FreeBSD Id: ports/misc/pdmenu/Makefile,v 1.11 2001/01/16 17:31:42 sobomax Exp DISTNAME= ${PKGNAME:S|-|_|} @@ -10,7 +10,7 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.kitenet.net/programs/pdmenu/ COMMENT= Simple console menu program -DEPENDS+= libslang-*:../../devel/libslang +DEPENDS+= libslang-[0-9]*:../../devel/libslang GNU_CONFIGURE= YES USE_GMAKE= YES diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index fcb582c6d2e..6b035ab79f8 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/08/16 04:45:52 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2001/09/27 23:18:26 jlam Exp $ # DISTNAME= rpm-2.5.4 @@ -12,7 +12,7 @@ COMMENT= The Red Hat Package Manager BUILD_USES_MSGFMT= yes -CONFLICTS+= rpm2cpio-* +CONFLICTS+= rpm2cpio-[0-9]* GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index 01f13c4c643..331f25956d4 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/03/13 09:41:27 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/09/27 23:18:26 jlam Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -12,10 +12,10 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.sun.com/staroffice/ COMMENT= Integrated office suite -BUILD_DEPENDS+= unzip-*:../../archivers/unzip +BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux -CONFLICTS= staroffice-* +CONFLICTS= staroffice-[0-9]* RESTRICTED= "Redistribution not permitted" NO_SRC_ON_FTP= ${RESTRICTED} -- cgit v1.2.3