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 /cad | |
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 'cad')
-rw-r--r-- | cad/fasthenry/Makefile | 4 | ||||
-rw-r--r-- | cad/gwave/Makefile | 4 | ||||
-rw-r--r-- | cad/ipal-current/Makefile | 4 | ||||
-rw-r--r-- | cad/libgeda/Makefile | 4 | ||||
-rw-r--r-- | cad/ng-spice/Makefile | 4 | ||||
-rw-r--r-- | cad/oregano/Makefile | 8 | ||||
-rw-r--r-- | cad/spice/Makefile | 4 | ||||
-rw-r--r-- | cad/verilog-current/Makefile | 4 | ||||
-rw-r--r-- | cad/verilog/Makefile | 4 | ||||
-rw-r--r-- | cad/xchiplogo/Makefile | 4 |
10 files changed, 22 insertions, 22 deletions
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile index 42408264717..f3792a19338 100644 --- a/cad/fasthenry/Makefile +++ b/cad/fasthenry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 13:46:18 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/09/27 23:17:46 jlam Exp $ # DISTNAME= fasthenry-3.0-12Nov96 @@ -26,7 +26,7 @@ CONFIGURE_ARGS= default .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "alpha") -DEPENDS+= libffm-*:../../math/libffm +DEPENDS+= libffm-[0-9]*:../../math/libffm # optimized libffm (free fast math library) LIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lffm -lm MAKE_ENV+= LIBS="${LIBS}" diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile index 9597833cacd..18067288435 100644 --- a/cad/gwave/Makefile +++ b/cad/gwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:19 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/09/27 23:17:46 jlam Exp $ # DISTNAME= gwave-20001123 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.cs.unc.edu/~tell/gwave/ COMMENT= viewer for spice-like simulator output and other analog data DEPENDS+= guile-gtk>=0.19:../../devel/guile-gtk -DEPENDS+= plotutils-*:../../graphics/plotutils +DEPENDS+= plotutils-[0-9]*:../../graphics/plotutils GNU_CONFIGURE= YES # LDFLAGS to get -lreadline diff --git a/cad/ipal-current/Makefile b/cad/ipal-current/Makefile index 4689e4f1d2b..d84a80b96b5 100644 --- a/cad/ipal-current/Makefile +++ b/cad/ipal-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/27 03:19:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/09/27 23:17:46 jlam Exp $ # DISTNAME= ipal-20001210 @@ -10,7 +10,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.icarus.com/eda/ipal/index.html COMMENT= Libs and utils for manipulating PAL designs (development version) -BUILD_DEPENDS+= bison-*:../../devel/bison +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= gtk+>=1.2.7:../../x11/gtk GNU_CONFIGURE= YES diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 156325036d6..34781625b6f 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/07/17 03:06:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.8 2001/09/27 23:17:46 jlam Exp $ # DISTNAME= libgeda-${PKGVERSION} @@ -13,7 +13,7 @@ HOMEPAGE= http://www.geda.seul.org/ COMMENT= Library of shared modules for gEDA DEPENDS+= guile>=1.3.0:../../lang/guile -DEPENDS+= libstroke-*:../../devel/libstroke +DEPENDS+= libstroke-[0-9]*:../../devel/libstroke DEPENDS+= libgdgeda>=1.8:../../graphics/libgdgeda DEPENDS+= gtk+>=1.2.3:../../x11/gtk diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile index a80897153fe..88ff94bfa98 100644 --- a/cad/ng-spice/Makefile +++ b/cad/ng-spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/08/29 22:41:05 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/09/27 23:17:46 jlam Exp $ # DISTNAME= ng-spice-rework-13 @@ -10,7 +10,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://ieee.ing.uniroma1.it/ngspice/ COMMENT= Next generation circuit simulation program -CONFLICTS+= spice-* +CONFLICTS+= spice-[0-9]* USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 3259f56fcb9..e978849e8c7 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 13:46:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/27 23:17:46 jlam Exp $ # DISTNAME= oregano-0.20 @@ -9,9 +9,9 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.dtek.chalmers.se/~d4hult/oregano/ COMMENT= application for schematic capture/simulation of electrical circuits -DEPENDS+= gnome-core-*:../../x11/gnome-core -DEPENDS+= gnome-print-*:../../print/gnome-print -DEPENDS+= libglade-*:../../devel/libglade +DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core +DEPENDS+= gnome-print-[0-9]*:../../print/gnome-print +DEPENDS+= libglade-[0-9]*:../../devel/libglade GNU_CONFIGURE= YES USE_X11BASE= YES diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 569cb7d2670..fc2d7fc862f 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/09/09 20:36:16 agc Exp $ +# $NetBSD: Makefile,v 1.19 2001/09/27 23:17:47 jlam Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp # @@ -23,7 +23,7 @@ DEPENDS+= readline>=4.0:../../devel/readline USE_X11= yes WRKSRC= ${WRKDIR} -CONFLICTS= ng-spice-* +CONFLICTS= ng-spice-[0-9]* do-configure: ${RM} -f ${WRKSRC}/makefile diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 943b88cc3be..a9c2a8e850e 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/07/03 18:23:46 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.21 2001/09/27 23:17:47 jlam Exp $ # DISTNAME= verilog-20010630 @@ -10,7 +10,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://icarus.com/eda/verilog/index.html COMMENT= Verilog simulation and synthesis tool (development snapshot version) -BUILD_DEPENDS+= bison-*:../../devel/bison +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf DEPENDS+= ipal-current>=20001210:../../cad/ipal-current diff --git a/cad/verilog/Makefile b/cad/verilog/Makefile index 67728beb75b..b3736615349 100644 --- a/cad/verilog/Makefile +++ b/cad/verilog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/08/04 01:20:43 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/27 23:17:47 jlam Exp $ # DISTNAME= verilog-0.5 @@ -9,7 +9,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://icarus.com/eda/verilog/index.html COMMENT= Verilog simulation and synthesis tool (stable release version) -BUILD_DEPENDS+= bison-*:../../devel/bison +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf # # turn this back on when ipal comes along a little further diff --git a/cad/xchiplogo/Makefile b/cad/xchiplogo/Makefile index f72d9686116..0b040a047bb 100644 --- a/cad/xchiplogo/Makefile +++ b/cad/xchiplogo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 13:46:31 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/09/27 23:17:47 jlam Exp $ # DISTNAME= xchiplogo @@ -10,7 +10,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.eleceng.adelaide.edu.au/Personal/moini/chiplogo.html COMMENT= Program for generating pretty logos on VLSI chips -DEPENDS+= xforms-*:../../x11/xforms +DEPENDS+= xforms-[0-9]*:../../x11/xforms USE_X11= YES USE_XPM= YES |