svn commit: r426588 - in head: games/cake net/opensips net/widentd net/wizd

John Marino marino at FreeBSD.org
Sun Nov 20 13:36:51 UTC 2016


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:


More information about the svn-ports-all mailing list