summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2000-01-15 18:46:22 +0000
committerjlam <jlam>2000-01-15 18:46:22 +0000
commit0621c71e9449c89ae7e01e779f4958a08d265513 (patch)
treec6a93602074e7aa963f2e7e309c2647a417b3145
parentfa6ba580f07a868252317511f0958a6f6db5940b (diff)
downloadpkgsrc-0621c71e9449c89ae7e01e779f4958a08d265513.tar.gz
Update dependency on ncurses to >=4.2
-rw-r--r--audio/cam/Makefile4
-rw-r--r--audio/emixer/Makefile4
-rw-r--r--audio/mikmod/Makefile4
-rw-r--r--audio/timidity/Makefile4
-rw-r--r--audio/xmcd/Makefile4
-rw-r--r--databases/postgresql/Makefile4
-rw-r--r--devel/cdk/Makefile4
-rw-r--r--devel/p5-Curses/Makefile4
-rw-r--r--devel/py-curses/Makefile4
-rw-r--r--editors/bvi/Makefile4
-rw-r--r--editors/hexedit/Makefile4
-rw-r--r--editors/vile/Makefile4
-rw-r--r--editors/vim-gtk/Makefile4
-rw-r--r--editors/vim-xaw/Makefile4
-rw-r--r--editors/vim/Makefile4
-rw-r--r--emulators/wine-current/Makefile4
-rw-r--r--games/dopewars/Makefile4
-rw-r--r--games/frotz/Makefile4
-rw-r--r--games/omega/Makefile7
-rw-r--r--graphics/libggi/Makefile4
-rw-r--r--ham/tnt/Makefile4
-rw-r--r--lang/ruby/Makefile4
-rw-r--r--mail/mutt/Makefile4
-rw-r--r--math/pspp/Makefile4
-rw-r--r--misc/dialog/Makefile4
-rw-r--r--misc/gnome-utils/Makefile4
-rw-r--r--misc/sci/Makefile4
-rw-r--r--misc/siag/Makefile4
-rw-r--r--misc/vfu/Makefile4
-rw-r--r--net/coda5_client/Makefile4
-rw-r--r--net/coda5_server/Makefile4
-rw-r--r--net/mtr/Makefile4
-rw-r--r--net/ncftp2/Makefile4
-rw-r--r--net/ntop/Makefile8
-rw-r--r--net/sniffit/Makefile6
-rw-r--r--net/tn5250/Makefile8
-rw-r--r--print/teTeX-bin/Makefile4
37 files changed, 81 insertions, 80 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile
index 6b06a8e7b2c..596cc7eb322 100644
--- a/audio/cam/Makefile
+++ b/audio/cam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/07/06 07:54:05 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2000/01/15 18:46:22 jlam Exp $
#
DISTNAME= cam-1.02
@@ -8,6 +8,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile
index aed5a2882b1..02d97a77e2c 100644
--- a/audio/emixer/Makefile
+++ b/audio/emixer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/15 18:46:23 jlam Exp $
#
DISTNAME= emixer-0.05.3
@@ -10,7 +10,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://emixer.linuxbox.com/
DEPENDS+= libslang-1.*:../../devel/libslang
-DEPENDS+= ncurses-4.*:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= mpg123-0.59*:../../audio/mpg123
post-extract:
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index c2c0b9ed3c7..d3c2cb39275 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/12/28 04:20:03 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2000/01/15 18:46:23 jlam Exp $
#
DISTNAME= mikmod-3.0.3
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.freenet.tlh.fl.us/~amstpi/ \
MAINTAINER= mycroft@NetBSD.ORG
HOMEPAGE= http://www.freenet.tlh.fl.us/~amstpi/mikmod.html
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
USE_GMAKE= yes
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index e1b1c37373c..3c376baa0d9 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2000/01/06 22:55:04 tron Exp $
+# $NetBSD: Makefile,v 1.23 2000/01/15 18:46:24 jlam Exp $
#
DISTNAME= timidity-0.2i
@@ -11,7 +11,7 @@ MAINTAINER= mycroft@NetBSD.ORG
HOMEPAGE= http://www.cgs.fi/~tt/timidity/
BUILD_DEPENDS= unzip:../../archivers/unzip
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= tk-8.0.5:../../x11/tk80
NO_CDROM= "Uses copyrighted patches"
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index c4d9e9300da..3c2675e9b14 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/08/08 22:56:13 tron Exp $
+# $NetBSD: Makefile,v 1.19 2000/01/15 18:46:24 jlam Exp $
#
DISTNAME= xmcd-2.5
@@ -8,7 +8,7 @@ MASTER_SITES= http://metalab.unc.edu/tkan/download/xmcd/src/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://metalab.unc.edu/tkan/xmcd/
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
USE_MOTIF= yes
USE_IMAKE= yes
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile
index 4e9ef9bc3c8..7c057effd8c 100644
--- a/databases/postgresql/Makefile
+++ b/databases/postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 1999/12/28 04:56:09 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2000/01/15 18:46:24 jlam Exp $
# FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp
#
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison
# Evil stuff follows: I haven't figured out how to add flags to configure to
# nicely disable the ncurses and readline checks in the configure script, yet.
.if exists(${LOCALBASE}/include/ncurses.h)
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
.if exists(${LOCALBASE}/include/readline.h)
DEPENDS+= readline-4.0:../../devel/readline
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index 974d99b503c..2ea6fd83e30 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/11/10 10:48:29 agc Exp $
+# $NetBSD: Makefile,v 1.6 2000/01/15 18:46:25 jlam Exp $
#
DISTNAME= latestCDK
@@ -23,7 +23,7 @@ ALL_TARGET= default
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.elif ${OPSYS} == "SunOS"
MAKE_ENV+= CPPFLAGS=
.endif
diff --git a/devel/p5-Curses/Makefile b/devel/p5-Curses/Makefile
index 25706fe88b7..e06087f3bc2 100644
--- a/devel/p5-Curses/Makefile
+++ b/devel/p5-Curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/07/06 07:59:20 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2000/01/15 18:46:25 jlam Exp $
# FreeBSD Id: Makefile,v 1.8 1998/04/04 13:58:26 vanilla Exp
#
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Curses/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Curses/Curses.html
-DEPENDS= ncurses-4.2:../../devel/ncurses
+DEPENDS= ncurses>=4.2:../../devel/ncurses
USE_PERL5= YES
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile
index 34e872d0123..41f2f5699eb 100644
--- a/devel/py-curses/Makefile
+++ b/devel/py-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/07/06 07:59:38 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2000/01/15 18:46:25 jlam Exp $
#
DISTNAME= cursesmodule-1.5b1
@@ -10,7 +10,7 @@ MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://starship.skyport.net/crew/amk/howto/curses/curses.html
DEPENDS+= python-1.5.2:../../lang/python
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
WRKSRC= ${WRKDIR}/cursesmodule
ALL_TARGET= default
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile
index 141b514035c..cb3f1496dee 100644
--- a/editors/bvi/Makefile
+++ b/editors/bvi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/11/12 15:32:48 agc Exp $
+# $NetBSD: Makefile,v 1.3 2000/01/15 18:46:25 jlam Exp $
#
DISTNAME= bvi-1.2.0.src
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 2f4efcb5baa..2235173bcd9 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/11/12 16:07:01 agc Exp $
+# $NetBSD: Makefile,v 1.8 2000/01/15 18:46:26 jlam Exp $
#
DISTNAME= hexedit-1.1.0
@@ -22,7 +22,7 @@ post-install:
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index f07d0d4b7cf..f1e944db222 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/01/01 05:03:59 agc Exp $
+# $NetBSD: Makefile,v 1.18 2000/01/15 18:46:26 jlam Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp
DISTNAME= vile-9.0
@@ -21,7 +21,7 @@ INSTALL_TARGET= install install-perl
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
CFLAGS+= -DHAVE_NCURSES_H
CONFIGURE_ARGS+= --with-screen=ncurses
.endif
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile
index 469403365d7..d6773aab4b6 100644
--- a/editors/vim-gtk/Makefile
+++ b/editors/vim-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/12/21 18:14:25 tron Exp $
+# $NetBSD: Makefile,v 1.11 2000/01/15 18:46:26 jlam Exp $
.include "../vim-share/Makefile.common"
@@ -23,7 +23,7 @@ INSTALL_TARGET= installvimbin
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
post-install:
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index 6435814866f..37d2adfdc94 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/12/21 17:36:33 pooka Exp $
+# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:27 jlam Exp $
.include "../vim-share/Makefile.common"
@@ -21,7 +21,7 @@ INSTALL_TARGET= installvimbin
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "NetBSD")
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
post-install:
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 39e66a47e1a..1d55462276d 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 1999/12/21 17:18:59 pooka Exp $
+# $NetBSD: Makefile,v 1.29 2000/01/15 18:46:27 jlam Exp $
.include "../vim-share/Makefile.common"
@@ -19,7 +19,7 @@ INSTALL_TARGET= installvimbin
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "NetBSD")
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
post-install:
diff --git a/emulators/wine-current/Makefile b/emulators/wine-current/Makefile
index 4fecbc301a6..d542c83fa60 100644
--- a/emulators/wine-current/Makefile
+++ b/emulators/wine-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/12/29 01:47:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/01/15 18:46:27 jlam Exp $
DISTNAME= Wine-990328
PKGNAME= wine-990328
@@ -10,7 +10,7 @@ MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.winehq.com/
DEPENDS+= xpm-3.4k:../../graphics/xpm
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
ONLY_FOR_PLATFORM= NetBSD-*-i386
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index ceb23d99907..6c3e0bebf20 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/07/06 08:55:47 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2000/01/15 18:46:27 jlam Exp $
DISTNAME= dopewars-1.4.3
CATEGORIES= games
@@ -7,7 +7,7 @@ MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
MAINTAINER= root@garbled.net
HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
ALL_TARGET= dopewars
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/games/frotz/Makefile b/games/frotz/Makefile
index b47623a7c86..4d364725690 100644
--- a/games/frotz/Makefile
+++ b/games/frotz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/08/14 06:59:41 fredb Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/15 18:46:28 jlam Exp $
#
DISTNAME= UnixFrotz232R2Std10
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
MAINTAINER= seebs@plethora.net
HOMEPAGE= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
WRKSRC= ${WRKDIR}/frotz-2.32
diff --git a/games/omega/Makefile b/games/omega/Makefile
index a761e03eb9e..c0d5860a466 100644
--- a/games/omega/Makefile
+++ b/games/omega/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/01/09 06:10:43 jwise Exp $
+# $NetBSD: Makefile,v 1.6 2000/01/15 18:46:28 jlam Exp $
# FreeBSD Id: ports/games/omega/Makefile,v 1.3 1999/08/25 06:04:09 obrien Exp
DISTNAME= omega-0.90-pa4
@@ -12,14 +12,13 @@ MAINTAINER= packages@netbsd.org
#HOMEPAGE= http://dolphin.openprojects.net/Omega/
HOMEPAGE= http://www.win.tue.nl/games/roguelike/omega
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
CONFLICTS= teTeX-bin-*
ALL_TARGET=
-#ncurses
-CFLAGS+= -I${PREFIX}/include
+CFLAGS+= -I${LOCALBASE}/include # for ncurses.h
do-install:
@ ${INSTALL_PROGRAM} -o games -g games -m 4711 ${WRKSRC}/omega \
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile
index 2c0dc84a1c6..0eb16702141 100644
--- a/graphics/libggi/Makefile
+++ b/graphics/libggi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/10/04 20:39:23 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:28 jlam Exp $
#
DISTNAME= libggi-2.0b2.1
@@ -9,7 +9,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.ggi-project.org/
DEPENDS+= libgii-0.6:../libgii
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--disable-debug \
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile
index 8892705c8a6..aa1a71bf4cb 100644
--- a/ham/tnt/Makefile
+++ b/ham/tnt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/09/06 21:42:44 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/01/15 18:46:29 jlam Exp $
#
DISTNAME= tnt1.9-pre3
@@ -11,7 +11,7 @@ MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://excelsior.kullen.rwth-aachen.de
DEPENDS+= dialog-0.6z:../../misc/dialog
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
USE_GMAKE= yes
IS_INTERACTIVE= yes
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 03c0a06e7a1..50d388aea70 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/12/14 07:16:04 sakamoto Exp $
+# $NetBSD: Makefile,v 1.8 2000/01/15 18:46:29 jlam Exp $
#
DISTNAME= ruby-1.4.3
@@ -16,7 +16,7 @@ HOMEPAGE= http://www.ruby-lang.org/
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= readline-4.0:../../devel/readline
GNU_CONFIGURE= yes
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index aaf3116db4e..2a07826ded0 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2000/01/09 01:28:34 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2000/01/15 18:46:29 jlam Exp $
DISTNAME= mutt-${MUTT_VERSION}
CATEGORIES= mail
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.mutt.org/
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index 70c0404e657..bbf93d24f49 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/01/14 14:01:58 rh Exp $
+# $NetBSD: Makefile,v 1.9 2000/01/15 18:46:29 jlam Exp $
#
DISTNAME= pspp-0.3.0
@@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pspp/
DEPENDS+= gettext-0.10.*:../../devel/gettext
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.if !exists(/usr/include/readline.h)
DEPENDS+= readline-4.0:../../devel/readline
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index c139e8b89a7..2f79daf23cb 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/07/06 08:04:14 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2000/01/15 18:46:30 jlam Exp $
#
DISTNAME= dialog-0.6z
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=utils/shell/}
MAINTAINER= jlam@netbsd.org
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
NO_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
index 22e381c07b4..f11dd68cffb 100644
--- a/misc/gnome-utils/Makefile
+++ b/misc/gnome-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/01/15 09:58:15 tron Exp $
+# $NetBSD: Makefile,v 1.15 2000/01/15 18:46:30 jlam Exp $
DISTNAME= gnome-utils-1.0.50
CATEGORIES= misc x11 gnome
@@ -8,7 +8,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= YES
diff --git a/misc/sci/Makefile b/misc/sci/Makefile
index de9a45f157b..0d417d6fcf1 100644
--- a/misc/sci/Makefile
+++ b/misc/sci/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/07/06 08:05:02 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2000/01/15 18:46:30 jlam Exp $
#
DISTNAME= sci.0.3.8
@@ -9,7 +9,7 @@ MASTER_SITES= http://linuxparts.com/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://linuxparts.com/software.html
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
WRKSRC= ${WRKDIR}/sci
diff --git a/misc/siag/Makefile b/misc/siag/Makefile
index 360ce880066..10407568993 100644
--- a/misc/siag/Makefile
+++ b/misc/siag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/11/11 02:07:19 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2000/01/15 18:46:31 jlam Exp $
DISTNAME= siag-3.1.20
CATEGORIES= misc textproc math
@@ -25,7 +25,7 @@ STRIPFLAG=
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
XAW_TYPE?= 3d
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile
index 5daab7fadc8..9a6f837cfd2 100644
--- a/misc/vfu/Makefile
+++ b/misc/vfu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/07/06 08:05:51 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2000/01/15 18:46:31 jlam Exp $
#
DISTNAME= vfu-1.51
@@ -9,7 +9,7 @@ EXTRACT_SUFX= -source.tgz
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.biscom.net/~cade/vfu/
-DEPENDS= ncurses-4.2:../../devel/ncurses
+DEPENDS= ncurses>=4.2:../../devel/ncurses
MAKE_FLAGS+= CCDEF="-DVFU_RCPATH1=\\\"${PREFIX}/etc/\\\" -DVFU_RCPATH2=\\\"${PREFIX}/\\\" -D__unix__" \
LDDEF="${LDFLAGS}"
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
index 835377b411a..933c5e23efe 100644
--- a/net/coda5_client/Makefile
+++ b/net/coda5_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1999/10/19 00:28:39 rvb Exp $
+# $NetBSD: Makefile,v 1.20 2000/01/15 18:46:31 jlam Exp $
#
DISTNAME= coda-5.3.2
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
DEPENDS+= readline-4.0:../../devel/readline
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
ONLY_FOR_PLATFORM= NetBSD-*-arm32 NetBSD-*-i386 NetBSD-*-ns32k
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile
index 9ec7138b728..5deaf7a4516 100644
--- a/net/coda5_server/Makefile
+++ b/net/coda5_server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1999/10/19 00:28:37 rvb Exp $
+# $NetBSD: Makefile,v 1.20 2000/01/15 18:46:31 jlam Exp $
#
DISTNAME= coda-5.3.2
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.coda.cs.cmu.edu/
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
DEPENDS+= readline-4.0:../../devel/readline
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-ns32k
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index a5a2609e5ee..e86951f3cc6 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/12/04 16:50:10 sommerfeld Exp $
+# $NetBSD: Makefile,v 1.3 2000/01/15 18:46:32 jlam Exp $
#
# New ports collection makefile for: mtr
# Version required: 0.41
@@ -18,7 +18,7 @@ HOMEPAGE= http://www.bitwizard.nl/mtr/
# not needed in current as of some time before 1999/12/1, but
# needed for 1.4.x, so just use ncurses..
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
#.if defined(USE_GTK)
#USE_XLIB= yes
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile
index 9697f2f6c7d..e5fa345c500 100644
--- a/net/ncftp2/Makefile
+++ b/net/ncftp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/08/18 09:11:31 agc Exp $
+# $NetBSD: Makefile,v 1.19 2000/01/15 18:46:32 jlam Exp $
# FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
#
@@ -17,7 +17,7 @@ BUILD_DEFS+= USE_SOCKS
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
.endif
# Check for readline.h as standard
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index eb49a4d9177..668c02457ca 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/07/06 08:06:29 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2000/01/15 18:46:32 jlam Exp $
DISTNAME= ntop-1.0
CATEGORIES= net
@@ -8,8 +8,8 @@ EXTRACT_SUFX= .src.tar.gz
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www-serra.unipi.it/~ntop/
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
@@ -19,6 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib # for -lncurses
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
pre-configure:
- ( cd ${WRKSRC}; autoconf )
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
.include "../../mk/bsd.pkg.mk"
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile
index 5f5f03bdb34..3fdc344ef1e 100644
--- a/net/sniffit/Makefile
+++ b/net/sniffit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/01/10 01:39:04 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2000/01/15 18:46:33 jlam Exp $
#
DISTNAME= sniffit.0.3.5
@@ -9,12 +9,12 @@ MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html
-DEPENDS= ncurses-4.2:../../devel/ncurses
+DEPENDS= ncurses>=4.2:../../devel/ncurses
NOT_FOR_PLATFORM= *-*-alpha # severe LP64 loss
HAS_CONFIGURE= YES
-CONFIGURE_ENV+= NCURSES_LOCATION=$(LOCALBASE)/include/ncurses.h
+CONFIGURE_ENV+= NCURSES_LOCATION=${LOCALBASE}/include/ncurses.h
ALL_TARGET=
do-install:
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile
index f182523fa28..b18ee8fa216 100644
--- a/net/tn5250/Makefile
+++ b/net/tn5250/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/08/04 17:00:26 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/01/15 18:46:33 jlam Exp $
#
DISTNAME= tn5250-0.12.51
@@ -8,9 +8,11 @@ MASTER_SITES= ftp://ftp.blarg.net/users/mmadore/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.blarg.net/~mmadore/5250.html
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include"
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile
index 6bb0455d6d0..a3cde6dc86e 100644
--- a/print/teTeX-bin/Makefile
+++ b/print/teTeX-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/01/09 06:10:43 jwise Exp $
+# $NetBSD: Makefile,v 1.12 2000/01/15 18:46:33 jlam Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -14,7 +14,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison
DEPENDS+= teTeX-share-1.0:../teTeX-share
DEPENDS+= dialog-0.6z:../../misc/dialog
DEPENDS+= libwww-5.2.8:../../www/libwww
-DEPENDS+= ncurses-4.2:../../devel/ncurses
+DEPENDS+= ncurses>=4.2:../../devel/ncurses
DEPENDS+= png-1.0.3:../../graphics/png
CONFLICTS+= omega-*