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 /japanese | |
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 'japanese')
-rw-r--r-- | japanese/mh/Makefile | 4 | ||||
-rw-r--r-- | japanese/namazu1/Makefile | 4 | ||||
-rw-r--r-- | japanese/namazu2/Makefile | 4 | ||||
-rw-r--r-- | japanese/texfamily/Makefile | 4 | ||||
-rw-r--r-- | japanese/vfxdvik/Makefile | 4 | ||||
-rw-r--r-- | japanese/xjman/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index 7fa1ac94df1..93bf92bfe41 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/08/06 21:31:34 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/09/27 23:18:14 jlam Exp $ # FreeBSD Id: Makefile,v 1.13 1999/02/10 18:13:21 motoyuki Exp $ DISTNAME= mh-6.8.4-JP-3.03 @@ -13,7 +13,7 @@ COMMENT= Rand MH mail handling system + Japanese patches DEPENDS= ja-less>=332:../../japanese/less -CONFLICTS= nmh-* ja-mh-*_JP_* +CONFLICTS= nmh-[0-9]* ja-mh-*_JP_* .include "../../mk/bsd.prefs.mk" diff --git a/japanese/namazu1/Makefile b/japanese/namazu1/Makefile index 71ad011d7a6..2f242b79a28 100644 --- a/japanese/namazu1/Makefile +++ b/japanese/namazu1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/25 04:17:54 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:14 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/03/31 11:52:07 flathill Exp $ DISTNAME= namazu-1.3.0.11 @@ -29,7 +29,7 @@ INSTALL_FILE= ${WRKDIR}/INSTALL USE_PERL5= yes GNU_CONFIGURE= yes -CONFLICTS+= namazu-* +CONFLICTS+= namazu-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME}/src CONTRIBDIR= ${WRKDIR}/${DISTNAME}/contrib diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index 030b0ca4e20..169b3377884 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/24 03:56:01 taca Exp $ +# $NetBSD: Makefile,v 1.8 2001/09/27 23:18:15 jlam Exp $ # FreeBSD Id: ports/japanese/namazu2/Makefile,v 1.16 2000/10/26 20:56:25 knu Exp DISTNAME= namazu-2.0.7 @@ -34,7 +34,7 @@ GNU_CONFIGURE= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig -CONFLICTS+= namazu-* +CONFLICTS+= namazu-[0-9]* post-build: @for FILE in \ diff --git a/japanese/texfamily/Makefile b/japanese/texfamily/Makefile index 3f6ffa81ab7..9a669c7d6b7 100644 --- a/japanese/texfamily/Makefile +++ b/japanese/texfamily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/04/18 00:33:10 kei Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:15 jlam Exp $ DISTNAME= TeXfamily-1.2.1 CATEGORIES= japanese @@ -23,7 +23,7 @@ MAINTAINER= kei@netbsd.org COMMENT= TeXfamily (pTeX, JTeX, MuLTeX) - executables DEPENDS+= TeXfamily-share-1.2.1:../../japanese/texfamily-share -DEPENDS+= ja-vflib-lib-*:../../japanese/vflib-lib +DEPENDS+= ja-vflib-lib-[0-9]*:../../japanese/vflib-lib DIST_SUBDIR= TeXfamily TETEX_DIR= ${BUILD_ROOT}/print/teTeX-bin/${WRKDIR:T}/teTeX-1.0 diff --git a/japanese/vfxdvik/Makefile b/japanese/vfxdvik/Makefile index 160f53f3674..86c91b04024 100644 --- a/japanese/vfxdvik/Makefile +++ b/japanese/vfxdvik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/06 05:13:48 kei Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:15 jlam Exp $ # DISTNAME= xdvik-22.15 @@ -15,7 +15,7 @@ HOMEPAGE= # no home page COMMENT= xdvik with vflib DEPENDS+= TeXfamily-1.2.1:../../japanese/texfamily -DEPENDS+= ja-vflib-lib-*:../../japanese/vflib-lib +DEPENDS+= ja-vflib-lib-[0-9]*:../../japanese/vflib-lib XDVI_DIR= ${WRKDIR}/${DISTNAME}/texk/xdvik diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile index a66076a5673..d1f021bb3c7 100644 --- a/japanese/xjman/Makefile +++ b/japanese/xjman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/16 15:25:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/09/27 23:18:15 jlam Exp $ # FreeBSD Id: ports/japanese/xjman/Makefile,v 1.10 1999/10/30 15:34:24 sada Exp DISTNAME= xjman-0.5 @@ -10,7 +10,7 @@ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://xjman.dsl.gr.jp/ COMMENT= Japanized X manual from "The X Japanese Documentation Project" -DEPENDS+= ja-man-*:../../japanese/man +DEPENDS+= ja-man-[0-9]*:../../japanese/man USE_X11BASE= yes PLIST_SRC= ${WRKDIR}/PLIST |