From owner-svn-ports-head@freebsd.org Sun Nov 20 13:36:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBEA6C4A93B; Sun, 20 Nov 2016 13:36:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7008382E; Sun, 20 Nov 2016 13:36:51 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKDaoK3084766; Sun, 20 Nov 2016 13:36:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKDaobS084762; Sun, 20 Nov 2016 13:36:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611201336.uAKDaobS084762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 20 Nov 2016 13:36:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426588 - in head: games/cake net/opensips net/widentd net/wizd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 13:36:51 -0000 Author: marino Date: Sun Nov 20 13:36:50 2016 New Revision: 426588 URL: https://svnweb.freebsd.org/changeset/ports/426588 Log: games/cake, net/(wident|wiz|opensips): Document ncurses requirement Approved by: ncurses blanket Modified: head/games/cake/Makefile head/net/opensips/Makefile head/net/widentd/Makefile head/net/wizd/Makefile Modified: head/games/cake/Makefile ============================================================================== --- head/games/cake/Makefile Sun Nov 20 13:32:37 2016 (r426587) +++ head/games/cake/Makefile Sun Nov 20 13:36:50 2016 (r426588) @@ -13,7 +13,7 @@ COMMENT= Quake3 map viewer (and powerful LICENSE= GPLv2 -USES= gmake jpeg zip +USES= gmake jpeg ncurses zip USE_GL= glut USE_XORG= x11 xext xmu xt xi sm ice Modified: head/net/opensips/Makefile ============================================================================== --- head/net/opensips/Makefile Sun Nov 20 13:32:37 2016 (r426587) +++ head/net/opensips/Makefile Sun Nov 20 13:36:50 2016 (r426588) @@ -42,7 +42,7 @@ DOCSDIR= share/doc/opensips USE_RC_SUBR= opensips -USES= gmake perl5 pkgconfig shebangfix ssl +USES= gmake ncurses perl5 pkgconfig shebangfix ssl USE_GCC= yes NOPRECIOUSMAKEVARS= yes Modified: head/net/widentd/Makefile ============================================================================== --- head/net/widentd/Makefile Sun Nov 20 13:32:37 2016 (r426587) +++ head/net/widentd/Makefile Sun Nov 20 13:36:50 2016 (r426588) @@ -11,7 +11,7 @@ COMMENT= RFC1413 auth/identd daemon prov LICENSE= BSD3CLAUSE -USES= uidfix tar:xz +USES= ncurses uidfix tar:xz MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MAKE_ENV+= NO_WERROR="defined" Modified: head/net/wizd/Makefile ============================================================================== --- head/net/wizd/Makefile Sun Nov 20 13:32:37 2016 (r426587) +++ head/net/wizd/Makefile Sun Nov 20 13:36:50 2016 (r426588) @@ -17,7 +17,7 @@ RUN_DEPENDS= nkf:japanese/nkf DOS2UNIX_FILES= Makefile nkfwrap/Makefile nkfwrap/nkfwrap_test.c \ wizd_http.c wizd_menu.c USE_RC_SUBR= wizd -USES= dos2unix jpeg zip +USES= dos2unix jpeg ncurses zip EXTRACT_AFTER_ARGS= -d ${WRKSRC} post-patch: