diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-27 23:17:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-27 23:17:41 +0000 |
commit | f79573370a0e23409840de418068dce41749898e (patch) | |
tree | 8b6ec0cf582f0f57f043f5e5bfea5beac1dfda77 /comms | |
parent | 31861a39e0c8417fd033a8308d87d25dca31846f (diff) | |
download | pkgsrc-f79573370a0e23409840de418068dce41749898e.tar.gz |
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.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 6 | ||||
-rw-r--r-- | comms/jpilot/Makefile | 4 | ||||
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 | ||||
-rw-r--r-- | comms/minicom/Makefile | 6 | ||||
-rw-r--r-- | comms/pilotmgr/Makefile | 10 |
5 files changed, 15 insertions, 15 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 4b0d35d5a74..3606b7b1878 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/07/16 13:57:25 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2001/09/27 23:17:49 jlam Exp $ # DISTNAME= hylafax-4.1 @@ -11,14 +11,14 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.hylafax.org/ COMMENT= Telecommunication and fax server system -DEPENDS+= tiff-*:../../graphics/tiff +DEPENDS+= tiff-[0-9]*:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= mawk>=1.2.2:../../lang/mawk DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DIST_SUBDIR= hylafax -CONFLICTS= mgetty-* +CONFLICTS= mgetty-[0-9]* FAXUSER?= uucp FAXGROUP?= dialer diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 861eae0a795..08f96b72820 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/08/29 22:41:07 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2001/09/27 23:17:49 jlam Exp $ # DISTNAME= jpilot-0.99 @@ -12,7 +12,7 @@ COMMENT= desktop organizer application for the palm pilot BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_USES_MSGFMT= # defined -CONFLICTS+= jpilot-libplugin-* +CONFLICTS+= jpilot-libplugin-[0-9]* USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index f748c9ce434..7314209e672 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/08/22 02:21:44 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2001/09/27 23:17:50 jlam Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://alpha.greenie.net/mgetty/ COMMENT= Handle external logins, send and receive faxes -CONFLICTS= hylafax-* +CONFLICTS= hylafax-[0-9]* WRKSRC= ${WRKDIR}/${PKGNAME} INFO_FILES= mgetty.info diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 8b58d346357..db8fc06e143 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/04/02 20:06:11 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2001/09/27 23:17:50 jlam Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -13,8 +13,8 @@ HOMEPAGE= http://www.clinet.fi/~walker/minicom.html COMMENT= MS-DOS Telix serial communication program "workalike" BUILD_USES_MSGFMT= yes -DEPENDS+= gkermit-*:../../comms/gkermit -DEPENDS+= lrzsz-*:../../comms/lrzsz +DEPENDS+= gkermit-[0-9]*:../../comms/gkermit +DEPENDS+= lrzsz-[0-9]*:../../comms/lrzsz USE_LIBINTL= yes USE_GMAKE= yes diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index 556f5ce3b2e..3e3c32a8843 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/09/05 17:18:21 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2001/09/27 23:17:50 jlam Exp $ DISTNAME= pilotmgr-1.107p2 CATEGORIES= comms @@ -9,10 +9,10 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.moshpit.org/pilotmgr/ COMMENT= synchronize databases on any 3Com Palm device -DEPENDS+= {p5-Data-Dumper-*,perl>=5.6.1nb2}:../../lang/perl5 -DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 -DEPENDS+= p5-Tk-*:../../x11/p5-Tk -DEPENDS+= p5-pilot-link-*:../p5-pilot-link +DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl5 +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk +DEPENDS+= p5-pilot-link-[0-9]*:../p5-pilot-link USE_X11= # defined USE_PERL5= # defined |