From e40f9967453dd3dfecd73fb9fa905f1d4cf2f1b4 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 20 May 2019 20:52:31 +0000 Subject: [PATCH] another batch of ncurses->curses WANTLIB updates, skipping any that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's multipackaging work --- audio/fluidsynth/Makefile | 6 +++--- audio/herrie/Makefile | 6 +++--- audio/mikmod/Makefile | 5 +++-- audio/mp3blaster/Makefile | 6 +++--- audio/nap/Makefile | 6 +++--- audio/ocp/Makefile | 6 +++--- comms/colrdx/Makefile | 6 +++--- comms/lcdproc/Makefile | 6 +++--- comms/tlf/Makefile | 6 +++--- databases/sqlite/Makefile | 6 +++--- databases/sqsh/Makefile | 6 +++--- devel/arm-elf/gdb/Makefile | 6 +++--- devel/arm-none-eabi/gdb/Makefile | 6 +++--- devel/avr/gdb/Makefile | 9 +++++---- devel/cscope/Makefile | 5 +++-- devel/cunit/Makefile | 8 ++++---- devel/gdb/Makefile | 6 +++--- devel/msp430/gdb/Makefile | 6 +++--- devel/ruby-ncurses/Makefile | 6 +++--- devel/simulavr/Makefile | 5 +++-- editors/beav/Makefile | 6 +++--- editors/bvi/Makefile | 5 +++-- editors/dhex/Makefile | 6 +++--- editors/hexcurse/Makefile | 7 ++++--- editors/hnb/Makefile | 6 +++--- editors/ht/Makefile | 6 +++--- editors/se/Makefile | 6 +++--- editors/traditional-vi/Makefile | 6 +++--- editors/tweak/Makefile | 6 +++--- editors/xwpe/Makefile | 6 +++--- education/dvorak7min/Makefile | 7 ++++--- education/epte/Makefile | 5 +++-- emulators/x48/Makefile | 5 +++-- games/bastet/Makefile | 6 +++--- games/bluemoon/Makefile | 6 +++--- games/braincurses/Makefile | 6 +++--- games/cgames/Makefile | 6 +++--- games/cmatrix/Makefile | 7 ++++--- games/gnugo/Makefile | 6 +++--- games/sl/Makefile | 5 +++-- games/vitetris/Makefile | 6 +++--- games/vms-empire/Makefile | 6 +++--- games/zangband/Makefile | 6 +++--- games/ztrack/Makefile | 6 ++++-- graphics/aalib/Makefile | 7 ++++--- japanese/less/Makefile | 8 +++++--- lang/apl/Makefile | 6 +++--- lang/librep/Makefile | 6 +++--- lang/pfe/Makefile | 8 ++++---- math/freemat/Makefile | 6 +++--- math/libqalculate/Makefile | 6 +++--- math/mathomatic/Makefile | 6 +++--- math/pari/Makefile | 7 ++++--- misc/ccze/Makefile | 6 +++--- misc/clex/Makefile | 6 +++--- misc/gnuwatch/Makefile | 5 +++-- multimedia/xine-ui/Makefile | 6 +++--- net/argus-clients/Makefile | 6 +++--- net/dnstop/Makefile | 6 +++--- net/ekg/Makefile | 6 +++--- net/epic4/Makefile | 6 +++--- net/freetalk/Makefile | 6 +++--- net/honeyd/Makefile | 6 +++--- net/mtr/Makefile | 6 +++--- net/ncftp/Makefile | 5 +++-- net/nload/Makefile | 6 +++--- net/silc-client/Makefile | 6 +++--- net/slurm/Makefile | 5 +++-- net/spectrum-tools/Makefile | 8 ++++---- net/tn5250/Makefile | 5 +++-- net/yafc/Makefile | 6 +++--- net/yaz/Makefile | 6 +++--- net/ytalk/Makefile | 7 ++++--- productivity/devtodo/Makefile | 6 +++--- security/ikeman/Makefile | 6 +++--- security/zkt/Makefile | 5 +++-- sysutils/dtpstree/Makefile | 6 +++--- sysutils/ipmitool/Makefile | 6 +++--- sysutils/libstatgrab/Makefile | 6 +++--- sysutils/lookat/Makefile | 5 +++-- sysutils/multitail/Makefile | 5 +++-- sysutils/tmate/Makefile | 6 +++--- sysutils/whowatch/Makefile | 6 +++--- textproc/sablotron/Makefile | 6 +++--- textproc/urlview/Makefile | 6 +++--- www/retawq/Makefile | 6 +++--- x11/xrestop/Makefile | 6 +++--- 87 files changed, 275 insertions(+), 250 deletions(-) diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index dd42fb1b0b9..9653c3ca736 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.27 2019/05/20 04:47:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 20:52:31 sthen Exp $ COMMENT = SoundFont2 software synthesizer DISTNAME = fluidsynth-1.1.6 -REVISION = 4 +REVISION = 5 SHARED_LIBS += fluidsynth 1.0 # 6.2 @@ -12,7 +12,7 @@ HOMEPAGE = http://www.fluidsynth.org/ # LGPLv2+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB = FLAC c glib-2.0 gthread-2.0 iconv intl m ncurses ogg pcre +WANTLIB = FLAC c glib-2.0 gthread-2.0 iconv intl m curses ogg pcre WANTLIB += pthread readline sndfile sndio vorbis vorbisenc MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=fluidsynth/} diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 448671e6c75..1accd4de77a 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.31 2018/12/05 20:19:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.32 2019/05/20 20:52:31 sthen Exp $ COMMENT= minimalistic console-based audio player DISTNAME= herrie-2.2 -REVISION= 5 +REVISION= 6 CATEGORIES= audio HOMEPAGE= http://herrie.info/ @@ -11,7 +11,7 @@ HOMEPAGE= http://herrie.info/ # BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB += c ncurses ogg pthread mad>=2 id3tag>=3 sndfile>=1 +WANTLIB += c curses ogg pthread mad>=2 id3tag>=3 sndfile>=1 WANTLIB += vorbis>=5 vorbisfile>=4 glib-2.0>=1000 gthread-2.0>=1000 WANTLIB += curl>=9 ao intl diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index fa1798ee415..02e8cd68a98 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2017/06/15 10:01:42 fcambus Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 20:52:31 sthen Exp $ COMMENT = module audio player DISTNAME = mikmod-3.2.8 +REVISION = 0 CATEGORIES = audio @@ -12,7 +13,7 @@ HOMEPAGE = http://mikmod.sourceforge.net/ # GPLv2+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c m mikmod ncurses pthread sndio +WANTLIB += c m mikmod curses pthread sndio MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mikmod/} diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile index 7cc60a234e3..c52be17ee22 100644 --- a/audio/mp3blaster/Makefile +++ b/audio/mp3blaster/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2019/05/18 12:13:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 20:52:31 sthen Exp $ COMMENT= text console audio player with an interactive interface DISTNAME= mp3blaster-3.2.6 -REVISION= 2 +REVISION= 3 CATEGORIES= audio HOMEPAGE= http://mp3blaster.sourceforge.net/ MAINTAINER= Brian Callahan @@ -11,7 +11,7 @@ MAINTAINER= Brian Callahan # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c m ncurses ogg pthread sidplay sndio ${COMPILER_LIBCXX} vorbis vorbisfile +WANTLIB= ${COMPILER_LIBCXX} c m curses ogg pthread sidplay sndio vorbis vorbisfile MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3blaster/} diff --git a/audio/nap/Makefile b/audio/nap/Makefile index e3a57859299..d1046313fd4 100644 --- a/audio/nap/Makefile +++ b/audio/nap/Makefile @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.33 2019/05/07 17:04:58 danj Exp $ +# $OpenBSD: Makefile,v 1.34 2019/05/20 20:52:31 sthen Exp $ COMMENT= gnu curses-based napster client VERSION= 1.5.3 DISTNAME= nap-${VERSION} -REVISION= 3 +REVISION= 4 CATEGORIES= audio HOMEPAGE= http://nap.sourceforge.net/ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses +WANTLIB= c curses MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nap/} \ http://www.mathstat.dal.ca/~selinger/nap/dist/ diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 62dffb41acb..423ae791dbc 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2018/12/05 20:19:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 20:52:31 sthen Exp $ BROKEN-alpha = arctar.c:384: internal compiler error: in extract_insn, at recog.c:2077 COMMENT = UNIX port of Open Cubic Player DISTNAME = ocp-0.1.21 -REVISION = 6 +REVISION = 7 CATEGORIES = audio HOMEPAGE = http://stian.cubic.org/project-ocp.php @@ -15,7 +15,7 @@ MAINTAINER = Frederic Cambus # GPLv2+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += FLAC SDL adplug binio c iconv m mad ncurses ogg pthread +WANTLIB += FLAC SDL adplug binio c iconv m mad curses ogg pthread WANTLIB += sidplay ${COMPILER_LIBCXX} vorbis vorbisfile z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opencubicplayer/} diff --git a/comms/colrdx/Makefile b/comms/colrdx/Makefile index 390edaf5ca7..b299d80c2b4 100644 --- a/comms/colrdx/Makefile +++ b/comms/colrdx/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.9 2018/05/12 14:29:01 espie Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 20:52:31 sthen Exp $ COMMENT= curses DX cluster watcher DISTNAME= colrdx-1.02 -REVISION= 1 +REVISION= 2 CATEGORIES= comms hamradio HOMEPAGE= http://www.qsl.net/pg4i/linux/colrdx.html PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses +WANTLIB= c curses MASTER_SITES= http://www.qsl.net/pg4i/download/ diff --git a/comms/lcdproc/Makefile b/comms/lcdproc/Makefile index 4d4a5d714cb..e80539223bb 100644 --- a/comms/lcdproc/Makefile +++ b/comms/lcdproc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.17 2018/09/04 12:46:09 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2019/05/20 20:52:31 sthen Exp $ COMMENT = interface to various LCD displays DISTNAME = lcdproc-0.5.5 -REVISION = 11 +REVISION = 12 CATEGORIES = comms devel HOMEPAGE = http://www.lcdproc.org @@ -13,7 +13,7 @@ LIB_DEPENDS = devel/libftdi \ devel/libhid # XXX If we ever get an xmlto update, we could build some user docs #BUILD_DEPENDS = textproc/xmlto -WANTLIB += c ftdi hid kvm ncurses pthread usb +WANTLIB += c ftdi hid kvm curses pthread usb USE_GMAKE = Yes diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index 3a618086bbc..2b29bd95bc8 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2019/05/19 19:13:45 naddy Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 20:52:31 sthen Exp $ PORTROACH= skipv:bm_start @@ -6,7 +6,7 @@ COMMENT= radio contest logger DISTNAME= tlf-1.2.1 CATEGORIES= comms hamradio -REVISION= 0 +REVISION= 1 HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html @@ -16,7 +16,7 @@ WRKDIST= ${WRKDIR}/tlf-${DISTNAME} # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c glib-2.0 hamlib>=2 iconv intl m ncurses panel pthread sndio +WANTLIB= c glib-2.0 hamlib>=2 iconv intl m curses panel pthread sndio AUTOCONF_VERSION= 2.69 AUTOMAKE_VERSION= 1.11 diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index 1b60c6a9bbc..591ad78b4fd 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2017/11/25 13:27:48 espie Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 20:52:31 sthen Exp $ COMMENT= Embedded SQL implementation DISTNAME= sqlite-2.8.17 FIX_EXTRACT_PERMISSIONS = Yes -REVISION = 4 +REVISION = 5 CATEGORIES= databases SHARED_LIBS += sqlite 8.6 # .0.0 @@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes AUTOCONF_VERSION=2.59 USE_GMAKE= Yes -WANTLIB= c ncurses readline +WANTLIB= c curses readline FLAVORS=no_tcl FLAVOR?= diff --git a/databases/sqsh/Makefile b/databases/sqsh/Makefile index c4b9f370246..932ed7407b6 100644 --- a/databases/sqsh/Makefile +++ b/databases/sqsh/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2016/09/13 11:44:07 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 20:52:31 sthen Exp $ COMMENT= SQL shell for FreeTDS DISTNAME= sqsh-2.5.16.1 -REVISION= 0 +REVISION= 1 WRKDIST= ${WRKDIR}/sqsh-2.5 EXTRACT_SUFX= .tgz @@ -14,7 +14,7 @@ HOMEPAGE= http://sourceforge.net/projects/sqsh/ # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB += c ct>=2 iconv ncurses m pthread readline +WANTLIB += c ct>=2 iconv curses m pthread readline MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqsh/} diff --git a/devel/arm-elf/gdb/Makefile b/devel/arm-elf/gdb/Makefile index 8ac5a582bb9..71fd0002a18 100644 --- a/devel/arm-elf/gdb/Makefile +++ b/devel/arm-elf/gdb/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.11 2013/11/09 23:19:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 20:52:31 sthen Exp $ COMMENT= gdb for arm-elf cross-development DISTNAME= gdb-7.1 -REVISION= 2 +REVISION= 3 HOMEPAGE= https://www.gnu.org/software/gdb/ -WANTLIB= c expat m ncurses z +WANTLIB= c expat m curses z MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} DIST_SUBDIR= gdb diff --git a/devel/arm-none-eabi/gdb/Makefile b/devel/arm-none-eabi/gdb/Makefile index d9830e41703..2a80a3a04af 100644 --- a/devel/arm-none-eabi/gdb/Makefile +++ b/devel/arm-none-eabi/gdb/Makefile @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile,v 1.5 2017/06/02 23:17:08 schwarze Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 20:52:31 sthen Exp $ COMMENT= gdb for arm-none-eabi cross-development DISTNAME= gdb-7.9.1 EXTRACT_SUFX= .tar.xz -REVISION= 2 +REVISION= 3 HOMEPAGE= https://www.gnu.org/software/gdb/ -WANTLIB= c expat m ncurses pthread z +WANTLIB= c expat m curses pthread z MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} DIST_SUBDIR= gdb diff --git a/devel/avr/gdb/Makefile b/devel/avr/gdb/Makefile index e7f6098d642..81864a9031f 100644 --- a/devel/avr/gdb/Makefile +++ b/devel/avr/gdb/Makefile @@ -1,17 +1,18 @@ -# $OpenBSD: Makefile,v 1.19 2018/09/08 15:16:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 20:52:32 sthen Exp $ -COMMENT= Atmel AVR 8-bit RISC microcontrollers' GNU gdb +COMMENT= Atmel AVR 8-bit RISC microcontrollers GNU gdb VER= 6.8 DISTNAME= gdb-${VER} PKGNAME= avr-gdb-${VER} -REVISION= 9 +REVISION= 10 HOMEPAGE= https://www.gnu.org/software/gdb/gdb.html # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c expat m ncurses + +WANTLIB= c expat m curses MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} DIST_SUBDIR= gdb diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index b04fc018060..883b18f3207 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.21 2018/10/04 13:56:22 benoit Exp $ +# $OpenBSD: Makefile,v 1.22 2019/05/20 20:52:32 sthen Exp $ COMMENT = code browsing program DISTNAME = cscope-15.9 CATEGORIES = devel +REVISION = 0 HOMEPAGE = http://cscope.sourceforge.net/ @@ -13,7 +14,7 @@ MAINTAINER = Benoit Lecocq PERMIT_PACKAGE_CDROM = Yes # uses pledge() -WANTLIB = c ncurses +WANTLIB = c curses MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cscope/} diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index e75aa25b432..1ba747f44d9 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2019/05/06 19:51:38 danj Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 20:52:32 sthen Exp $ COMMENT = c unit testing framework VER = 2.1-2 DISTNAME = CUnit-${VER} PKGNAME = cunit-${VER:S/-/./} -REVISION = 1 +REVISION = 2 SHARED_LIBS = cunit 1.0 @@ -16,6 +16,8 @@ HOMEPAGE = http://cunit.sourceforge.net/ # LGPL PERMIT_PACKAGE_CDROM = Yes +WANTLIB += curses + MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cunit/} EXTRACT_SUFX = -src.tar.bz2 @@ -27,6 +29,4 @@ CONFIGURE_ENV = LDFLAGS="-lncurses" CONFIGURE_ARGS += --enable-curses AUTOCONF_VERSION = 2.67 -WANTLIB += ncurses - .include diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 2fe32141787..33cab331367 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.58 2018/11/01 20:36:08 jca Exp $ +# $OpenBSD: Makefile,v 1.59 2019/05/20 20:52:32 sthen Exp $ COMMENT= GNU debugger CATEGORIES= devel DISTNAME= gdb-7.12.1 -REVISION= 5 +REVISION= 6 HOMEPAGE= https://www.gnu.org/software/gdb/ @@ -19,7 +19,7 @@ EXTRACT_SUFX= .tar.xz MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/gdb -WANTLIB = c expat kvm m ncurses pthread ${MODPY_WANTLIB} ${COMPILER_LIBCXX} util +WANTLIB = c expat kvm m curses pthread ${MODPY_WANTLIB} ${COMPILER_LIBCXX} util COMPILER = base-clang ports-gcc base-gcc diff --git a/devel/msp430/gdb/Makefile b/devel/msp430/gdb/Makefile index a5a38441a4e..4b92e3968f5 100644 --- a/devel/msp430/gdb/Makefile +++ b/devel/msp430/gdb/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2015/07/21 15:52:23 jasper Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 20:52:32 sthen Exp $ TOOL= gdb TOOL_V= 7.2a LTS_V= 20111205 -REVISION= 1 +REVISION= 2 GNU_TOOL= Yes @@ -14,7 +14,7 @@ RUN_DEPENDS= devel/msp430/binutils>=2.21.1a \ devel/msp430/gcc>=4.6.3 BUILD_DEPENDS= ${RUN_DEPENDS} -WANTLIB= c expat m ncurses z +WANTLIB= c expat m curses z CONFIGURE_ARGS+= --disable-werror diff --git a/devel/ruby-ncurses/Makefile b/devel/ruby-ncurses/Makefile index 057b4cb1a19..99f3f72db6b 100644 --- a/devel/ruby-ncurses/Makefile +++ b/devel/ruby-ncurses/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.43 2018/06/13 22:26:52 jeremy Exp $ +# $OpenBSD: Makefile,v 1.44 2019/05/20 20:52:32 sthen Exp $ COMMENT= Ruby interface to ncurses VERSION= 1.2.4 DISTNAME= ncurses-ruby-${VERSION} PKGNAME= ncurses-${VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES= devel HOMEPAGE= https://github.com/eclubb/ncurses-ruby @@ -13,7 +13,7 @@ HOMEPAGE= https://github.com/eclubb/ncurses-ruby # LGPL 2.1 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= form menu ncurses panel +WANTLIB= form menu curses panel MODULES= lang/ruby diff --git a/devel/simulavr/Makefile b/devel/simulavr/Makefile index ec274bee33e..b52974821b8 100644 --- a/devel/simulavr/Makefile +++ b/devel/simulavr/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2017/05/02 19:28:24 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 20:52:32 sthen Exp $ COMMENT= AVR simulator DISTNAME= simulavr-0.1.2.7 CATEGORIES= devel +REVISION= 0 HOMEPAGE= http://www.nongnu.org/simulavr/ @@ -12,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${MASTER_SITE_SAVANNAH:=simulavr/} -WANTLIB= c ncurses +WANTLIB= c curses CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --enable-curses=yes \ diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 7b83548f877..527461b837e 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2018/05/29 07:52:12 espie Exp $ +# $OpenBSD: Makefile,v 1.32 2019/05/20 20:52:32 sthen Exp $ COMMENT= binary editor and viewer @@ -8,13 +8,13 @@ REV= 18 DISTNAME= beav-140 PKGNAME= beav-${VERSION}.${REV} -REVISION = 2 +REVISION = 3 CATEGORIES= editors # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses +WANTLIB= c curses MASTER_SITES= ${MASTER_SITE_DEBIAN:=main/b/beav/} diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index 50b05b9116d..4cfb885ba08 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -1,17 +1,18 @@ -# $OpenBSD: Makefile,v 1.19 2014/10/27 21:59:32 naddy Exp $ +# $OpenBSD: Makefile,v 1.20 2019/05/20 20:52:32 sthen Exp $ COMMENT= binary visual display editor, based on vi DISTNAME= bvi-1.4.0 CATEGORIES= editors HOMEPAGE= http://bvi.sourceforge.net/ +REVISION= 0 MAINTAINER= Christian Weisgerber # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses +WANTLIB= c curses MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bvi/} EXTRACT_SUFX= .src.tar.gz diff --git a/editors/dhex/Makefile b/editors/dhex/Makefile index 245810c3ec1..5a8e7e789ad 100644 --- a/editors/dhex/Makefile +++ b/editors/dhex/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2018/01/08 00:22:54 jca Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 20:52:32 sthen Exp $ COMMENT = ncurses-based hex-editor with diff mode V = 0.68 DISTNAME = dhex_${V} PKGNAME = dhex-${V} CATEGORIES = editors -REVISION = 0 +REVISION = 1 HOMEPAGE = http://www.dettus.net/dhex/ MAINTAINER = Thanasoulas Spiros @@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes MASTER_SITES = http://www.dettus.net/dhex/ -WANTLIB = c ncurses +WANTLIB = c curses MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}" NO_TEST = Yes diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index 5ac181dd6b7..2d3e8f0d338 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2018/05/20 08:27:18 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 20:52:32 sthen Exp $ COMMENT= user-friendly ncurses-based hexeditor with many features DISTNAME= hexcurse-1.55 CATEGORIES= editors -REVISION = 0 +REVISION = 1 HOMEPAGE= http://www.jewfish.net/description.php?title=HexCurse @@ -12,7 +12,8 @@ MAINTAINER= Michael Knudsen # GPL PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses + +WANTLIB= c curses MASTER_SITES= http://jewfish.net/downloads/ diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 5bfbdc4cd15..fbf67049c42 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2015/01/21 06:13:48 bentley Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 20:52:32 sthen Exp $ COMMENT= hierarchical notebook DISTNAME= hnb-1.9.17 -REVISION= 1 +REVISION= 2 CATEGORIES= editors HOMEPAGE= http://hnb.sourceforge.net/ @@ -11,7 +11,7 @@ HOMEPAGE= http://hnb.sourceforge.net/ # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses +WANTLIB= c curses MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hnb/} diff --git a/editors/ht/Makefile b/editors/ht/Makefile index 4cf1b82aa47..6982aa9c1a8 100644 --- a/editors/ht/Makefile +++ b/editors/ht/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.32 2018/10/24 14:28:01 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2019/05/20 20:52:32 sthen Exp $ COMMENT = file editor/viewer/analyzer for executables DISTNAME = ht-2.1.0 CATEGORIES = editors -REVISION = 5 +REVISION = 6 HOMEPAGE = http://hte.sourceforge.net/ @@ -13,7 +13,7 @@ MAINTAINER = Benoit Lecocq # GPLv2 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c m ncurses ${COMPILER_LIBCXX} +WANTLIB = c m curses ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc diff --git a/editors/se/Makefile b/editors/se/Makefile index 5b8aa64939d..80d5e6973fa 100644 --- a/editors/se/Makefile +++ b/editors/se/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2017/05/14 16:37:07 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 20:52:32 sthen Exp $ COMMENT = screen oriented version of the classic text editor ed DISTNAME = se-3.0.1 -REVISION = 1 +REVISION = 2 CATEGORIES = editors HOMEPAGE = http://se-editor.org/ @@ -12,7 +12,7 @@ MASTER_SITES = http://se-editor.org/dist/ # PD PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c ncurses +WANTLIB = c curses CONFIGURE_STYLE = gnu diff --git a/editors/traditional-vi/Makefile b/editors/traditional-vi/Makefile index 877aac27bcd..566bfb1c256 100644 --- a/editors/traditional-vi/Makefile +++ b/editors/traditional-vi/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2016/05/07 12:40:56 pascal Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 20:52:32 sthen Exp $ COMMENT = traditional vi and ex DISTNAME = ex-050325 PKGNAME = traditional-vi-20050325 -REVISION = 0 +REVISION = 1 CATEGORIES = editors @@ -15,7 +15,7 @@ MAINTAINER = Pascal Stumpf # BSD-style, libuxre is LGPLv2.1 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c ncurses +WANTLIB = c curses MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ex-vi/} EXTRACT_SUFX = .tar.bz2 diff --git a/editors/tweak/Makefile b/editors/tweak/Makefile index a280e51eb92..0e051f0427e 100644 --- a/editors/tweak/Makefile +++ b/editors/tweak/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2019/01/17 10:13:40 bentley Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 20:52:32 sthen Exp $ COMMENT = efficient hex editor DISTNAME = tweak-3.02 -REVISION = 1 +REVISION = 2 CATEGORIES = editors @@ -14,7 +14,7 @@ MAINTAINER = Frederic Cambus # BSD PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c ncurses +WANTLIB += c curses MASTER_SITES = https://www.chiark.greenend.org.uk/~sgtatham/tweak/ diff --git a/editors/xwpe/Makefile b/editors/xwpe/Makefile index af786f19fe5..f9ee1816c25 100644 --- a/editors/xwpe/Makefile +++ b/editors/xwpe/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.35 2017/10/23 17:10:38 sthen Exp $ +# $OpenBSD: Makefile,v 1.36 2019/05/20 20:52:32 sthen Exp $ COMMENT= powerful programming editor DISTNAME= xwpe-1.5.30a -REVISION= 2 +REVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/editors/X/} \ @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/editors/X/} \ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= ICE SM X11 c ncurses xcb z +WANTLIB= ICE SM X11 c curses xcb z ALL_TARGET= xwpe diff --git a/education/dvorak7min/Makefile b/education/dvorak7min/Makefile index 5b1419e0e62..2098aa60508 100644 --- a/education/dvorak7min/Makefile +++ b/education/dvorak7min/Makefile @@ -1,14 +1,15 @@ -# $OpenBSD: Makefile,v 1.12 2019/05/07 17:07:29 danj Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 20:52:32 sthen Exp $ COMMENT= typing tutor for dvorak keyboards DISTNAME= dvorak7min-1.6.1 -REVISION= 1 +REVISION= 2 CATEGORIES= education # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses + +WANTLIB= c curses MASTER_SITES= https://distfiles.nl/ diff --git a/education/epte/Makefile b/education/epte/Makefile index 488efffd160..e23d9e74d7f 100644 --- a/education/epte/Makefile +++ b/education/epte/Makefile @@ -1,16 +1,17 @@ -# $OpenBSD: Makefile,v 1.6 2014/11/01 10:18:08 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.7 2019/05/20 20:52:33 sthen Exp $ COMMENT= electronic periodic table of the elements DISTNAME= epte-2.0.8 CATEGORIES= education +REVISION= 0 HOMEPAGE= http://www.toddmiller.com/epte/ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB += c ncurses +WANTLIB += c curses WRKDIST= ${WRKDIR}/epte MAKE_FILE= makefile diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 35ef84b05e2..02aef005b6b 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -1,16 +1,17 @@ -# $OpenBSD: Makefile,v 1.25 2019/05/20 04:47:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.26 2019/05/20 20:52:33 sthen Exp $ COMMENT= HP48sx emulator DISTNAME= x48-0.6.4 CATEGORIES= emulators +REVISION= 0 MAINTAINER= Todd T. Fries # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= X11 Xext c ncurses readline util +WANTLIB= X11 Xext c curses readline util MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=x48.berlios/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/bastet/Makefile b/games/bastet/Makefile index 51f00365156..649e6211b0c 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2018/12/13 19:53:23 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 20:52:33 sthen Exp $ # Block.s: Assembler messages: # Block.s:73: Error: junk `(%rip)' after expression @@ -12,7 +12,7 @@ COMMENT = bastard tetris GH_ACCOUNT = fph GH_PROJECT = bastet GH_TAGNAME = 0.43.2 -REVISION = 1 +REVISION = 2 CATEGORIES = games @@ -21,7 +21,7 @@ HOMEPAGE = http://fph.altervista.org/prog/bastet.html # GPLv3+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB = boost_program_options c ncurses m ${COMPILER_LIBCXX} +WANTLIB = boost_program_options c curses m ${COMPILER_LIBCXX} COMPILER = base-clang ports-clang diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile index 465edf7ccf6..bd019a84326 100644 --- a/games/bluemoon/Makefile +++ b/games/bluemoon/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.5 2018/06/27 21:03:44 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 20:52:33 sthen Exp $ COMMENT = console-based 52-card solitare game DISTNAME = bluemoon-2.12 CATEGORIES = games -REVISION = 1 +REVISION = 2 HOMEPAGE = http://www.catb.org/~esr/bluemoon/ # BSD PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c ncurses +WANTLIB += c curses MASTER_SITES = http://www.catb.org/~esr/bluemoon/ diff --git a/games/braincurses/Makefile b/games/braincurses/Makefile index 6aa2f9413fc..97540dab44c 100644 --- a/games/braincurses/Makefile +++ b/games/braincurses/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2018/10/24 14:28:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 20:52:33 sthen Exp $ COMMENT= clone of the Mastermind game DISTNAME= braincurses-0.5b -REVISION = 2 +REVISION = 3 CATEGORIES= games HOMEPAGE= http://sourceforge.net/projects/braincurses/ @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=braincurses/} -WANTLIB= c m ncurses ${COMPILER_LIBCXX} +WANTLIB= c m curses ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc diff --git a/games/cgames/Makefile b/games/cgames/Makefile index c024d789104..34a99b8c082 100644 --- a/games/cgames/Makefile +++ b/games/cgames/Makefile @@ -1,18 +1,18 @@ -# $OpenBSD: Makefile,v 1.4 2018/04/26 20:08:23 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 20:52:33 sthen Exp $ PORTROACH = skipv:2.2 COMMENT = free console games suite DISTNAME = cgames-2.2a CATEGORIES = games -REVISION = 0 +REVISION = 1 HOMEPAGE = http://www.muppetlabs.com/~breadbox/software/cgames.html # GPLv2+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c ncurses +WANTLIB += c curses MASTER_SITES = http://www.muppetlabs.com/~breadbox/pub/software/ diff --git a/games/cmatrix/Makefile b/games/cmatrix/Makefile index b552c5169c3..414fdbd8cc9 100644 --- a/games/cmatrix/Makefile +++ b/games/cmatrix/Makefile @@ -1,15 +1,16 @@ -# $OpenBSD: Makefile,v 1.8 2015/03/31 09:44:48 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 20:52:33 sthen Exp $ COMMENT= scrolling 'Matrix'-like screen DISTNAME= cmatrix-1.2a CATEGORIES= games misc -REVISION= 0 +REVISION= 1 HOMEPAGE= http://www.asty.org/cmatrix/ # GPL PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses + +WANTLIB= c curses MASTER_SITES= ${HOMEPAGE}/dist/ diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index eba51ad6730..9020168a4fe 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.29 2015/02/16 22:57:08 naddy Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 20:52:33 sthen Exp $ COMMENT = GNU version of Go DISTNAME = gnugo-3.8 -REVISION = 0 +REVISION = 1 CATEGORIES = games HOMEPAGE = https://www.gnu.org/software/gnugo/ PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c m ncurses +WANTLIB = c m curses MASTER_SITES = ${MASTER_SITE_GNU:=gnugo/} diff --git a/games/sl/Makefile b/games/sl/Makefile index ab61ddaffc0..2635cfa58f2 100644 --- a/games/sl/Makefile +++ b/games/sl/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2017/04/10 14:01:55 fcambus Exp $ +# $OpenBSD: Makefile,v 1.8 2019/05/20 20:52:33 sthen Exp $ COMMENT = Steam Locomotive GH_ACCOUNT = mtoyoda GH_PROJECT = sl GH_TAGNAME = 5.02 +REVISION = 0 CATEGORIES = games @@ -13,7 +14,7 @@ MAINTAINER = Gallon Sylvestre # BSD-like PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c ncurses +WANTLIB = c curses NO_TEST = Yes ALL_TARGET = sl diff --git a/games/vitetris/Makefile b/games/vitetris/Makefile index 0a6abea15ac..6c54a491cda 100644 --- a/games/vitetris/Makefile +++ b/games/vitetris/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2018/08/09 03:20:31 kirby Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 20:52:33 sthen Exp $ COMMENT = terminal-based tetris clone in vein of nintendo tetris DISTNAME = vitetris-0.57 CATEGORIES = games -REVISION = 2 +REVISION = 3 HOMEPAGE = http://victornils.net/tetris/ @@ -12,7 +12,7 @@ MAINTAINER = Ryan Freeman # BSD PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c ncurses +WANTLIB = c curses MASTER_SITES = http://victornils.net/tetris/ diff --git a/games/vms-empire/Makefile b/games/vms-empire/Makefile index 9c99958bde4..e4da30934bb 100644 --- a/games/vms-empire/Makefile +++ b/games/vms-empire/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2018/06/29 22:16:15 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2019/05/20 20:52:33 sthen Exp $ COMMENT = turn-based empire game DISTNAME = vms-empire-1.14 -REVISION = 2 +REVISION = 3 CATEGORIES = games @@ -12,7 +12,7 @@ HOMEPAGE = http://www.catb.org/~esr/vms-empire/ # GPLv2 PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c ncurses +WANTLIB += c curses MASTER_SITES = http://www.catb.org/~esr/vms-empire/ diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 7ce2edb3c2c..86f025243e3 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.26 2019/05/18 12:13:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.27 2019/05/20 20:52:33 sthen Exp $ COMMENT= Zangband (Zelazny Angband) with color, X11 support VERSION= 2.6.2 DISTNAME= zangband-${VERSION} -REVISION = 5 +REVISION = 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zangband/} PERMIT_PACKAGE_CDROM= not-for-profit redistribution only PERMIT_PACKAGE_FTP= Yes -WANTLIB= c ncurses +WANTLIB= c curses HOMEPAGE= http://www.zangband.org/ diff --git a/games/ztrack/Makefile b/games/ztrack/Makefile index 672c673d242..f56b7d27d08 100644 --- a/games/ztrack/Makefile +++ b/games/ztrack/Makefile @@ -1,13 +1,15 @@ -# $OpenBSD: Makefile,v 1.5 2013/10/11 23:49:41 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 20:52:33 sthen Exp $ COMMENT= ncurses based pseudo-3D driving game DISTNAME= ztrack-1.0 CATEGORIES= games +REVISION= 0 # Public Domain PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses + +WANTLIB= c curses MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/arcade/} diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 2efe9bc7b85..79ad4069a5b 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.44 2016/03/11 19:59:14 naddy Exp $ +# $OpenBSD: Makefile,v 1.45 2019/05/20 20:52:33 sthen Exp $ COMMENT= ascii art library DISTNAME= aalib-1.4rc5 PKGNAME= aalib-1.4 -REVISION= 6 +REVISION= 7 SHARED_LIBS= aa 2.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aa-project/} @@ -13,7 +13,8 @@ HOMEPAGE= http://aa-project.sourceforge.net/aalib/ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c m ncurses X11 xcb + +WANTLIB= c m curses X11 xcb CONFIGURE_STYLE= gnu diff --git a/japanese/less/Makefile b/japanese/less/Makefile index 0b6a9abb950..72afc273db7 100644 --- a/japanese/less/Makefile +++ b/japanese/less/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2017/04/23 09:18:21 yasuoka Exp $ +# $OpenBSD: Makefile,v 1.27 2019/05/20 20:52:33 sthen Exp $ COMMENT= enhanced less with iso-2022-jp and UTF-8 encodings support @@ -11,12 +11,14 @@ GH_TAGNAME= v${V} PKGNAME= ja-less-${V} CATEGORIES= japanese HOMEPAGE= http://web.archive.org/web/20070220213232/http://www25.big.or.jp/~jam/less +REVISION= 0 MAINTAINER = YASUOKA Masahiko -# BSD +# BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses + +WANTLIB= c curses CONFIGURE_STYLE= gnu dest diff --git a/lang/apl/Makefile b/lang/apl/Makefile index 0c6392e55fd..0c7721c1e07 100644 --- a/lang/apl/Makefile +++ b/lang/apl/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2018/10/24 14:28:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2019/05/20 20:52:33 sthen Exp $ COMMENT = interpreter for the programming language APL DISTNAME = apl-1.7 CATEGORIES = lang -REVISION = 0 +REVISION = 1 SHARED_LIBS += _sql 0.0 # 0.0 SHARED_LIBS += _template_F0 0.0 # 0.0 @@ -18,7 +18,7 @@ MAINTAINER = Giuseppe Cocomazzi # GPLv3+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c m ncurses pthread ${COMPILER_LIBCXX} +WANTLIB += c m curses pthread ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc diff --git a/lang/librep/Makefile b/lang/librep/Makefile index d3be2a7296c..f2950929b33 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.68 2018/11/02 18:48:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.69 2019/05/20 20:52:33 sthen Exp $ COMMENT= Emacs Lisp-like runtime library VERSION= 0.92.3 DISTNAME= librep-${VERSION} -REVISION= 1 +REVISION= 2 SHARED_LIBS += rep 14.0 # .16.0 @@ -17,7 +17,7 @@ MAINTAINER= Jasper Lievisse Adriaanse # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ffi gdbm gmp iconv intl m ncurses pthread readline +WANTLIB= c ffi gdbm gmp iconv intl m curses pthread readline MASTER_SITES= https://download.tuxfamily.org/librep/ EXTRACT_SUFX= .tar.xz diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 59f8ca4d314..40ff8932fde 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.28 2017/07/28 23:34:26 naddy Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 20:52:34 sthen Exp $ BROKEN-powerpc= does not build, error: lvalue required as increment operand COMMENT= Portable Forth Environment DISTNAME= pfe-0.33.71 -REVISION= 1 +REVISION= 2 CATEGORIES= lang SHARED_LIBS += pfe 33.71 # .33.71 @@ -16,11 +16,11 @@ HOMEPAGE= http://pfe.sourceforge.net/ # LGPLv2 PERMIT_PACKAGE_CDROM= Yes +WANTLIB= c m curses + MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfe/} EXTRACT_SUFX= .tar.bz2 -WANTLIB= c m ncurses - CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --mandir=${PREFIX}/man diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 867eb7f2b22..7d75850507b 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.35 2018/10/24 14:28:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.36 2019/05/20 20:52:34 sthen Exp $ COMMENT= environment for rapid engineering and scientific processing BROKEN-hppa = undefined reference to lapack funcs V= 4.0 DISTNAME= FreeMat-${V}-Source -REVISION= 4 +REVISION= 5 PKGNAME= freemat-${V} CATEGORIES= graphics math @@ -16,7 +16,7 @@ HOMEPAGE= http://freemat.sourceforge.net/ PERMIT_PACKAGE_CDROM= Yes WANTLIB += GL GLU QtGui QtNetwork QtOpenGL QtSvg QtXml amd c fftw3 -WANTLIB += fftw3f m ncurses pcre portaudio pthread ${COMPILER_LIBCXX} umfpack +WANTLIB += fftw3f m curses pcre portaudio pthread ${COMPILER_LIBCXX} umfpack WANTLIB += z COMPILER = base-clang ports-gcc base-gcc diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 51fb0d96c88..d33636fc0ae 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2019/05/18 12:13:33 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 20:52:34 sthen Exp $ COMMENT = applied math library CATEGORIES = math devel DISTNAME = libqalculate-0.9.7 -REVISION = 5 +REVISION = 6 HOMEPAGE = http://qalculate.sourceforge.net/ SHARED_LIBS = qalculate 0.0 # 5.0 @@ -11,7 +11,7 @@ SHARED_LIBS = qalculate 0.0 # 5.0 # GPLv2+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c cln glib-2.0 gmp iconv intl lzma m ncurses pcre pthread readline +WANTLIB += c cln glib-2.0 gmp iconv intl lzma m curses pcre pthread readline WANTLIB += ${COMPILER_LIBCXX} xml2 z COMPILER = base-clang ports-gcc base-gcc diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 038e75328e1..b25a1946087 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2018/06/27 21:03:57 espie Exp $ +# $OpenBSD: Makefile,v 1.29 2019/05/20 20:52:34 sthen Exp $ COMMENT = small, portable, general purpose computer algebra system DISTNAME = mathomatic-16.0.0 -REVISION = 0 +REVISION = 1 CATEGORIES = math @@ -12,7 +12,7 @@ HOMEPAGE = http://mathomatic.org/ # LGPLv2.1 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c m ncurses readline +WANTLIB = c m curses readline MASTER_SITES = ${HOMEPAGE} EXTRACT_SUFX = .tar.bz2 diff --git a/math/pari/Makefile b/math/pari/Makefile index ace76b2790c..c3c064dcf68 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2019/01/29 11:43:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 20:52:34 sthen Exp $ COMMENT= number theory-oriented computer algebra system DISTNAME= pari-2.1.7 -REVISION= 0 +REVISION= 1 EXTRACT_SUFX= .tgz CATEGORIES= math @@ -11,7 +11,8 @@ HOMEPAGE= http://pari.math.u-bordeaux.fr/ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= X11 c m ncurses readline + +WANTLIB= X11 c m curses readline MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/2.1/ diff --git a/misc/ccze/Makefile b/misc/ccze/Makefile index 7d293ce7e5b..9654fc29470 100644 --- a/misc/ccze/Makefile +++ b/misc/ccze/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2013/10/11 23:50:09 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 20:52:34 sthen Exp $ COMMENT= log colorizer DISTNAME= ccze-0.2.1 -REVISION= 3 +REVISION= 4 CATEGORIES= misc MAINTAINER= Robert Nagy @@ -13,7 +13,7 @@ MASTER_SITES= https://distfiles.bsdfrog.org/ # GPL PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses pcre +WANTLIB= c curses pcre LIB_DEPENDS= devel/pcre diff --git a/misc/clex/Makefile b/misc/clex/Makefile index 11a43441435..7371084286b 100644 --- a/misc/clex/Makefile +++ b/misc/clex/Makefile @@ -1,17 +1,17 @@ -# $OpenBSD: Makefile,v 1.15 2019/05/01 19:57:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 20:52:34 sthen Exp $ COMMENT= commandline shell and file manager DISTNAME= clex-3.15 CATEGORIES= misc -REVISION= 0 +REVISION= 1 HOMEPAGE= http://www.clex.sk/ # GPL PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses +WANTLIB= c curses MASTER_SITES= ${HOMEPAGE:=download/} diff --git a/misc/gnuwatch/Makefile b/misc/gnuwatch/Makefile index 954bc278e77..45db293dba7 100644 --- a/misc/gnuwatch/Makefile +++ b/misc/gnuwatch/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2013/10/11 23:50:10 naddy Exp $ +# $OpenBSD: Makefile,v 1.11 2019/05/20 20:52:34 sthen Exp $ COMMENT= GNU watch command DISTNAME= procps-3.2.8 PKGNAME= ${DISTNAME:S/procps/gnuwatch/} CATEGORIES= misc +REVISION= 0 MAINTAINER= Jasper Lievisse Adriaanse @@ -13,7 +14,7 @@ HOMEPAGE= http://procps.sourceforge.net/ # GPLv2/LGPLv2.1 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= ncurses c +WANTLIB= curses c MASTER_SITES= ${HOMEPAGE} diff --git a/multimedia/xine-ui/Makefile b/multimedia/xine-ui/Makefile index d997ed46308..4fc845344da 100644 --- a/multimedia/xine-ui/Makefile +++ b/multimedia/xine-ui/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2018/07/01 18:33:37 espie Exp $ +# $OpenBSD: Makefile,v 1.45 2019/05/20 20:52:34 sthen Exp $ COMMENT= multimedia player @@ -6,7 +6,7 @@ DISTNAME= xine-ui-0.99.10 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} EXTRACT_SUFX= .tar.xz -REVISION= 2 +REVISION= 3 HOMEPAGE= https://www.xine-project.org/ @@ -14,7 +14,7 @@ HOMEPAGE= https://www.xine-project.org/ PERMIT_PACKAGE_CDROM= Yes WANTLIB += X11 Xext Xft Xinerama Xss Xtst Xv Xxf86vm c curl iconv -WANTLIB += intl jpeg m ncurses png pthread readline xine z +WANTLIB += intl jpeg m curses png pthread readline xine z RUN_DEPENDS= devel/desktop-file-utils \ misc/shared-mime-info \ diff --git a/net/argus-clients/Makefile b/net/argus-clients/Makefile index 032283f6508..c0faf2ecf0b 100644 --- a/net/argus-clients/Makefile +++ b/net/argus-clients/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2017/06/17 17:45:23 schwarze Exp $ +# $OpenBSD: Makefile,v 1.16 2019/05/20 20:52:34 sthen Exp $ COMMENT = utilities to read and parse Argus data DISTNAME = argus-clients-3.0.8.2 -REVISION = 1 +REVISION = 2 CATEGORIES = net HOMEPAGE = http://qosient.com/argus/ @@ -14,7 +14,7 @@ MAINTAINER = Steven Mestdagh # GPLv2 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c m ncurses readline z pthread ft +WANTLIB = c m curses readline z pthread ft NO_TEST = Yes diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile index cebd44973dd..50ed84857de 100644 --- a/net/dnstop/Makefile +++ b/net/dnstop/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.13 2017/07/05 10:22:05 sthen Exp $ +# $OpenBSD: Makefile,v 1.14 2019/05/20 20:52:34 sthen Exp $ COMMENT = pcap-based DNS query monitor DISTNAME = dnstop-20140915 -REVISION = 0 +REVISION = 1 CATEGORIES = net # 3-clause BSD PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c ncurses pcap +WANTLIB += c curses pcap CONFIGURE_STYLE = gnu diff --git a/net/ekg/Makefile b/net/ekg/Makefile index c1448ef482f..e7d50ce0980 100644 --- a/net/ekg/Makefile +++ b/net/ekg/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2019/01/21 14:33:26 jca Exp $ +# $OpenBSD: Makefile,v 1.12 2019/05/20 20:52:34 sthen Exp $ COMMENT= Gadu-Gadu IM protocol client DISTNAME= ekg-1.7 -REVISION= 2 +REVISION= 3 CATEGORIES= net HOMEPAGE= http://ekg.chmurka.net/ @@ -11,7 +11,7 @@ HOMEPAGE= http://ekg.chmurka.net/ # GPLv2 - LGPL PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c crypto gadu ncurses pthread ssl z +WANTLIB= c crypto gadu curses pthread ssl z MASTER_SITES= ${HOMEPAGE}archive/ diff --git a/net/epic4/Makefile b/net/epic4/Makefile index 00f5b071d3e..f60c89e2b5f 100644 --- a/net/epic4/Makefile +++ b/net/epic4/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.74 2016/07/08 16:48:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.75 2019/05/20 20:52:34 sthen Exp $ COMMENT= (E)nhanced (P)rogrammable (I)RC-II (C)lient VERSION= 2.10.5 -REVISION= 0 +REVISION= 1 HELP_DATE= 20050315 DISTNAME= epic4-${VERSION} CATEGORIES= net @@ -17,7 +17,7 @@ MAINTAINER= Adam Jeanguenat # BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c crypto m ncurses perl pthread ssl +WANTLIB= c crypto m curses perl pthread ssl FAKE_FLAGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" diff --git a/net/freetalk/Makefile b/net/freetalk/Makefile index 195ce306d1d..6b24ca6b694 100644 --- a/net/freetalk/Makefile +++ b/net/freetalk/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2018/10/24 14:28:08 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2019/05/20 20:52:34 sthen Exp $ COMMENT= console based Jabber client DISTNAME= freetalk-3.2 -REVISION= 5 +REVISION= 6 CATEGORIES= net @@ -12,7 +12,7 @@ HOMEPAGE= https://www.gnu.org/software/freetalk/ # GPLv3 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c glib-2.0 gmp iconv idn intl ltdl m ncurses pthread \ +WANTLIB= c glib-2.0 gmp iconv idn intl ltdl m curses pthread \ readline ${COMPILER_LIBCXX} guile loudmouth-1>=3 COMPILER = base-clang ports-gcc base-gcc diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index a73d4be8d1f..0cd2052f02f 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.41 2018/10/07 00:58:40 sthen Exp $ +# $OpenBSD: Makefile,v 1.42 2019/05/20 20:52:34 sthen Exp $ COMMENT= utility to create virtual hosts on a network DISTNAME= honeyd-1.5c -REVISION= 11 +REVISION= 12 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -12,7 +12,7 @@ HOMEPAGE= http://www.honeyd.org/ # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB += c edit event m ncurses pcap pthread util z +WANTLIB += c edit event m curses pcap pthread util z WANTLIB += ${MODPY_WANTLIB} dnet>=1 pcre>=1 eventextra>=1 .if ${MACHINE_ARCH} == "sparc64" diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 14a3231b383..3b21be20d91 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2018/11/05 17:23:41 sthen Exp $ +# $OpenBSD: Makefile,v 1.67 2019/05/20 20:52:34 sthen Exp $ COMMENT= Matt's traceroute - network diagnostic tool#' @@ -6,7 +6,7 @@ GH_ACCOUNT= traviscross GH_PROJECT= mtr GH_TAGNAME= v0.92 -REVISION= 1 +REVISION= 2 EPOCH= 0 CATEGORIES= net @@ -19,7 +19,7 @@ HOMEPAGE= https://www.bitwizard.nl/mtr/ PERMIT_PACKAGE_CDROM= yes # diff for pledge(), not yet enabled -WANTLIB += c m ncurses +WANTLIB += c m curses MASTER_SITES= https://www.bitwizard.nl/mtr/files/ \ ftp://ftp.bitwizard.nl/mtr/ diff --git a/net/ncftp/Makefile b/net/ncftp/Makefile index 50faebba50a..09b484a7c17 100644 --- a/net/ncftp/Makefile +++ b/net/ncftp/Makefile @@ -1,17 +1,18 @@ -# $OpenBSD: Makefile,v 1.44 2017/05/29 15:12:23 naddy Exp $ +# $OpenBSD: Makefile,v 1.45 2019/05/20 20:52:35 sthen Exp $ COMMENT= FTP client with advanced user interface DISTNAME= ncftp-3.2.6 CATEGORIES= net HOMEPAGE= http://www.ncftp.com/ncftp/ +REVISION= 0 MAINTAINER= Daniel Dickman # Artistic PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses +WANTLIB= c curses MASTER_SITES= https://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ \ ftp://ftp.ncftp.com/ncftp/ diff --git a/net/nload/Makefile b/net/nload/Makefile index 07ab935fa54..57f83c52038 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2018/10/24 14:28:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 20:52:35 sthen Exp $ COMMENT= network traffic and bandwidth usage in real time DISTNAME= nload-0.7.4 -REVISION = 4 +REVISION = 5 CATEGORIES= net HOMEPAGE= http://www.roland-riegel.de/nload/ @@ -12,7 +12,7 @@ MAINTAINER= Gonzalo L. R. # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c form m ncurses ${COMPILER_LIBCXX} +WANTLIB= c form m curses ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 5759c023b54..6d965d43596 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.79 2018/11/17 01:06:24 naddy Exp $ +# $OpenBSD: Makefile,v 1.80 2019/05/20 20:52:35 sthen Exp $ COMMENT= Secure Internet Live Conferencing (SILC) client DISTNAME= silc-client-1.1.11 -REVISION= 5 +REVISION= 6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silc/} EXTRACT_SUFX= .tar.bz2 @@ -15,7 +15,7 @@ MAINTAINER= Brad Smith # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c crypto glib-2.0>=1000 gmodule-2.0>=1000 iconv intl ncurses +WANTLIB= c crypto glib-2.0>=1000 gmodule-2.0>=1000 iconv intl curses WANTLIB+= pcre pthread ssl LIB_DEPENDS+= devel/glib2 diff --git a/net/slurm/Makefile b/net/slurm/Makefile index 61ace1260dc..80c5b31654f 100644 --- a/net/slurm/Makefile +++ b/net/slurm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2015/09/23 09:44:55 dcoppa Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 20:52:35 sthen Exp $ COMMENT = network traffic monitor and statistics @@ -8,6 +8,7 @@ GH_PROJECT = slurm GH_TAGNAME = upstream/${GH_VERSION} DISTNAME = ${GH_PROJECT}-${GH_VERSION} CATEGORIES = net +REVISION = 0 HOMEPAGE = http://github.com/mattthias/slurm/wiki/ @@ -16,7 +17,7 @@ MAINTAINER = Ryan Freeman # GPLv2+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c ncurses +WANTLIB = c curses MODULES = devel/cmake diff --git a/net/spectrum-tools/Makefile b/net/spectrum-tools/Makefile index 28e2a695760..a2d75c524a8 100644 --- a/net/spectrum-tools/Makefile +++ b/net/spectrum-tools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2017/11/04 14:50:02 naddy Exp $ +# $OpenBSD: Makefile,v 1.23 2019/05/20 20:52:35 sthen Exp $ COMMENT-main = graphical tools for the MetaGeek Wi-spy spectrum analyser COMMENT-utils = tools for the MetaGeek Wi-spy spectrum analyser @@ -10,8 +10,8 @@ PKGNAME = spectrum-tools-$V FULLPKGNAME-main = spectrum-tools-${V:S/-//g} FULLPKGNAME-utils = spectrum-tools-utils-${V:S/-//g} -REVISION-main= 3 -REVISION-utils= 0 +REVISION-main= 4 +REVISION-utils= 1 CATEGORIES = net @@ -32,7 +32,7 @@ WANTLIB-main = ${cWANTLIB} \ gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-x11-2.0 \ intl pango-1.0 pangocairo-1.0 pangoft2-1.0 z -WANTLIB-utils = ${cWANTLIB} ncurses +WANTLIB-utils = ${cWANTLIB} curses LIB_DEPENDS-utils = devel/libusb-compat diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index d6cc3b5e6af..21e983ec9a4 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2016/03/11 19:59:16 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2019/05/20 20:52:35 sthen Exp $ COMMENT= 5250 telnet protocol and terminal DISTNAME= tn5250-0.17.4 +REVISION= 0 SHARED_LIBS= 5250 0.0 @@ -15,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tn5250/} -WANTLIB= ncurses c ssl crypto +WANTLIB= curses c ssl crypto CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --enable-os-dir=no --with-ssl diff --git a/net/yafc/Makefile b/net/yafc/Makefile index ea49488e87b..71ea4c8ec91 100644 --- a/net/yafc/Makefile +++ b/net/yafc/Makefile @@ -1,18 +1,18 @@ -# $OpenBSD: Makefile,v 1.31 2019/05/01 16:04:26 danj Exp $ +# $OpenBSD: Makefile,v 1.32 2019/05/20 20:52:35 sthen Exp $ COMMENT= powerful console ftp client with many features DISTNAME= yafc-1.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafc/} -REVISION= 5 +REVISION= 6 HOMEPAGE= http://yafc.sourceforge.net/ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB += c ncurses readline +WANTLIB += c curses readline CONFIGURE_STYLE= gnu MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/support diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 254959ff2c9..e0eebb21258 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.24 2018/10/24 14:28:09 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2019/05/20 20:52:35 sthen Exp $ COMMENT= Z39.50/SR client and API library DISTNAME= yaz-3.0.49 CATEGORIES= net -REVISION= 9 +REVISION= 10 SHARED_LIBS+= yaz 1.1 # 3.0 SHARED_LIBS+= yaz_icu 1.2 # 3.0 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.indexdata.dk/yaz/ # Revised BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c iconv intl m ncurses pthread readline z \ +WANTLIB= c iconv intl m curses pthread readline z \ xml2 gpg-error gcrypt exslt xslt icudata \ icui18n icuuc lzma ${COMPILER_LIBCXX} diff --git a/net/ytalk/Makefile b/net/ytalk/Makefile index 1e564f8bdcf..f6bddab7fb9 100644 --- a/net/ytalk/Makefile +++ b/net/ytalk/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.34 2017/10/23 17:11:02 sthen Exp $ +# $OpenBSD: Makefile,v 1.35 2019/05/20 20:52:35 sthen Exp $ COMMENT= enhanced talk that allows for multiple parties DISTNAME= ytalk-3.1.1 -REVISION= 3 +REVISION= 4 CATEGORIES= net MASTER_SITES= https://distfiles.nl/ @@ -10,7 +10,8 @@ MASTER_SITES= https://distfiles.nl/ MAINTAINER= Marc Espie PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses + +WANTLIB= c curses AUTOCONF_VERSION=2.13 CONFIGURE_STYLE= autoconf dest diff --git a/productivity/devtodo/Makefile b/productivity/devtodo/Makefile index 2e71a4fa4f3..73ee265930a 100644 --- a/productivity/devtodo/Makefile +++ b/productivity/devtodo/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 2018/12/17 18:41:56 jca Exp $ +# $OpenBSD: Makefile,v 1.30 2019/05/20 20:52:35 sthen Exp $ COMMENT= reminder/task program aimed at developers DISTNAME= devtodo-0.1.20 -REVISION = 5 +REVISION = 6 CATEGORIES= productivity devel HOMEPAGE= http://swapoff.org/devtodo1.html @@ -14,7 +14,7 @@ MASTER_SITES= http://swapoff.org/files/devtodo/ \ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c m ncurses readline ${COMPILER_LIBCXX} +WANTLIB= c m curses readline ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc diff --git a/security/ikeman/Makefile b/security/ikeman/Makefile index f7cce39dff9..173ca668f9b 100644 --- a/security/ikeman/Makefile +++ b/security/ikeman/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2017/06/20 14:59:39 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/20 20:52:35 sthen Exp $ COMMENT = interactive PKI manager for isakmpd(8) or iked(8) DISTNAME = ikeman-0.2 -REVISION = 2 +REVISION = 3 CATEGORIES = security @@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes MASTER_SITES = ${HOMEPAGE} -WANTLIB += c crypto ncurses +WANTLIB += c crypto curses NO_TEST = Yes diff --git a/security/zkt/Makefile b/security/zkt/Makefile index 060806c6af2..dac937340e1 100644 --- a/security/zkt/Makefile +++ b/security/zkt/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2017/09/13 16:27:53 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 20:52:35 sthen Exp $ COMMENT= DNSsec Zone Key Tool DISTNAME= zkt-1.1.4 CATEGORIES= security +REVISION= 0 HOMEPAGE= http://www.hznet.de/dns/zkt/ @@ -12,7 +13,7 @@ MAINTAINER= Jakob Schlyter # BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses +WANTLIB= c curses RUN_DEPENDS= net/isc-bind BUILD_DEPENDS= net/isc-bind diff --git a/sysutils/dtpstree/Makefile b/sysutils/dtpstree/Makefile index e295f24c8ff..10363ef8259 100644 --- a/sysutils/dtpstree/Makefile +++ b/sysutils/dtpstree/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2018/10/24 14:28:10 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2019/05/20 20:52:35 sthen Exp $ COMMENT = display a tree of processes DISTNAME = dtpstree-1.0.3 -REVISION = 3 +REVISION = 4 CATEGORIES = sysutils HOMEPAGE = http://code.douglasthrift.net/trac/dtpstree @@ -13,7 +13,7 @@ MAINTAINER = Douglas William Thrift # Apache 2.0 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c kvm m ncurses ${COMPILER_LIBCXX} +WANTLIB = c kvm m curses ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 94f7360a118..3a6e7d2a371 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.22 2017/09/25 10:06:12 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2019/05/20 20:52:35 sthen Exp $ COMMENT= manage and configure devices that support IPMI DISTNAME= ipmitool-1.8.18 -REVISION= 0 +REVISION= 1 CATEGORIES= sysutils HOMEPAGE= http://ipmitool.sourceforge.net/ @@ -13,7 +13,7 @@ MAINTAINER= Stuart Henderson # BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB= m ncurses edit crypto c +WANTLIB= m curses edit crypto c MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipmitool/} diff --git a/sysutils/libstatgrab/Makefile b/sysutils/libstatgrab/Makefile index 3cdf577568e..071d63aef9b 100644 --- a/sysutils/libstatgrab/Makefile +++ b/sysutils/libstatgrab/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2018/06/01 15:44:28 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 20:52:35 sthen Exp $ COMMENT= system statistics gathering library DISTNAME= libstatgrab-0.91 -REVISION= 3 +REVISION= 4 CATEGORIES= sysutils HOMEPAGE= http://www.i-scream.org/libstatgrab/ @@ -13,7 +13,7 @@ SHARED_LIBS += statgrab 1.0 # 10.0 # LGPLv2.1/GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ncurses m pthread +WANTLIB= c curses m pthread MASTER_SITES= http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \ fhttp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ diff --git a/sysutils/lookat/Makefile b/sysutils/lookat/Makefile index 28398ecd15d..c324bbf8325 100644 --- a/sysutils/lookat/Makefile +++ b/sysutils/lookat/Makefile @@ -1,17 +1,18 @@ -# $OpenBSD: Makefile,v 1.3 2015/12/30 10:46:47 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2019/05/20 20:52:36 sthen Exp $ V = 1.4.4 COMMENT = user-friendly text pager DISTNAME = lookat_bekijk-${V} PKGNAME = lookat-${V} CATEGORIES = sysutils textproc +REVISION = 0 HOMEPAGE = http://www.wagemakers.be/english/programs/lookat # GPLv2+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c ncurses +WANTLIB += c curses MASTER_SITES = http://www.wagemakers.be/downloads/lookat/ diff --git a/sysutils/multitail/Makefile b/sysutils/multitail/Makefile index c4d492bd56a..0f7adc28305 100644 --- a/sysutils/multitail/Makefile +++ b/sysutils/multitail/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.31 2016/08/01 12:29:36 awolk Exp $ +# $OpenBSD: Makefile,v 1.32 2019/05/20 20:52:36 sthen Exp $ COMMENT= multi-window tail(1) utility DISTNAME= multitail-6.4.2 CATEGORIES= sysutils +REVISION= 0 HOMEPAGE= http://www.vanheusden.com/multitail/ @@ -15,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tgz -WANTLIB= c m ncurses util panel +WANTLIB= c m curses util panel NO_TEST= Yes diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile index 7e95065dd7e..60f54e978c2 100644 --- a/sysutils/tmate/Makefile +++ b/sysutils/tmate/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2019/05/20 04:47:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2019/05/20 20:52:36 sthen Exp $ COMMENT = instant terminal sharing based on tmux GH_ACCOUNT = tmate-io GH_PROJECT = tmate GH_TAGNAME = 2.2.1 -REVISION = 0 +REVISION = 1 CATEGORIES = sysutils MAINTAINER = Wesley MOUEDINE ASSABY @@ -13,7 +13,7 @@ MAINTAINER = Wesley MOUEDINE ASSABY # BSD PERMIT_PACKAGE_CDROM = Yes -WANTLIB += c event_core event_extra msgpackc ncurses ssh util +WANTLIB += c event_core event_extra msgpackc curses ssh util LIB_DEPENDS = devel/libevent2 \ devel/msgpack \ diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile index 145b21fa00b..03da19d274d 100644 --- a/sysutils/whowatch/Makefile +++ b/sysutils/whowatch/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2013/10/11 23:51:03 naddy Exp $ +# $OpenBSD: Makefile,v 1.19 2019/05/20 20:52:36 sthen Exp $ COMMENT= interactive utility that displays info about online users DISTNAME= whowatch-1.4 -REVISION = 2 +REVISION = 3 CATEGORIES= sysutils HOMEPAGE= http://wizard.ae.krakow.pl/~mike/ @@ -15,7 +15,7 @@ MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c kvm ncurses +WANTLIB= c kvm curses CONFIGURE_STYLE= autoconf dest AUTOCONF_VERSION=2.13 diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 77cdfcef14c..0ba76d1a077 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.47 2018/10/24 14:28:11 sthen Exp $ +# $OpenBSD: Makefile,v 1.48 2019/05/20 20:52:36 sthen Exp $ COMMENT = fast, compact and portable XSL/XSLT processor V = 1.0.3 DISTNAME = Sablot-${V} PKGNAME = sablotron-${V} -REVISION = 5 +REVISION = 6 SHARED_LIBS = sablot 103.0 # .100.3 CATEGORIES = textproc @@ -14,7 +14,7 @@ HOMEPAGE = http://freshmeat.net/projects/sablotron/ # MPL1.1 / GPLv3 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c expat iconv m ncurses readline ${COMPILER_LIBCXX} +WANTLIB = c expat iconv m curses readline ${COMPILER_LIBCXX} COMPILER = base-clang ports-gcc base-gcc diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index fb7312a2481..2967f0f4d30 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.27 2016/03/21 17:41:52 mestre Exp $ +# $OpenBSD: Makefile,v 1.28 2019/05/20 20:52:36 sthen Exp $ COMMENT= curses-based URL ripper DISTNAME= urlview-0.9 -REVISION= 7 +REVISION= 8 CATEGORIES= textproc MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/contrib/ \ ftp://ftp.gbnet.net/pub/mutt-international/contrib/ @@ -30,7 +30,7 @@ LIB_DEPENDS= devel/libslang CONFIGURE_ARGS= --with-slang=${LOCALBASE} CONFIGURE_ENV= LIBS=-lcurses .else -WANTLIB+= ncurses +WANTLIB+= curses .endif pre-build: diff --git a/www/retawq/Makefile b/www/retawq/Makefile index e05774d8d95..44b1cbfffdc 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2019/05/04 01:18:59 danj Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/20 20:52:36 sthen Exp $ COMMENT = interactive, multi-threaded text mode web browser DISTNAME = retawq-0.2.6c -REVISION = 3 +REVISION = 4 CATEGORIES = www HOMEPAGE = http://retawq.sourceforge.net @@ -12,7 +12,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=retawq/} # GPLv2 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = c crypto pthread ncurses ssl +WANTLIB = c crypto pthread curses ssl CONFIGURE_STYLE = simple CONFIGURE_ARGS = --enable-ipv6 --set-tls=2 diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index ae5d7b173e4..42a18d9ecbd 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.14 2017/10/23 17:11:07 sthen Exp $ +# $OpenBSD: Makefile,v 1.15 2019/05/20 20:52:36 sthen Exp $ COMMENT= top-like X server resources usage display tool DISTNAME= xrestop-0.4 -REVISION= 2 +REVISION= 3 CATEGORIES= x11 @@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes MASTER_SITES= http://projects.o-hand.com/sources/xrestop/ -WANTLIB= XRes Xext X11 Xau Xdmcp ncurses c xcb +WANTLIB= XRes Xext X11 Xau Xdmcp curses c xcb SEPARATE_BUILD= Yes