From owner-svn-ports-head@freebsd.org Sun Nov 20 04:41:19 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 ACD66C48C53; Sun, 20 Nov 2016 04:41:19 +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 7B1221D4; Sun, 20 Nov 2016 04:41:19 +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 uAK4fIKc057763; Sun, 20 Nov 2016 04:41:18 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAK4fIEj057761; Sun, 20 Nov 2016 04:41:18 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611200441.uAK4fIEj057761@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 04:41:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426554 - in head: archivers/zipmix multimedia/gst123 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 04:41:19 -0000 Author: marino Date: Sun Nov 20 04:41:18 2016 New Revision: 426554 URL: https://svnweb.freebsd.org/changeset/ports/426554 Log: archivers/zipmix, multimedia/gst123: Document ncurses requirement Approved by: ncurses blanket Modified: head/archivers/zipmix/Makefile head/multimedia/gst123/Makefile Modified: head/archivers/zipmix/Makefile ============================================================================== --- head/archivers/zipmix/Makefile Sun Nov 20 04:33:15 2016 (r426553) +++ head/archivers/zipmix/Makefile Sun Nov 20 04:41:18 2016 (r426554) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_src MAINTAINER= portmaster@BSDforge.com COMMENT= Produce .ZIP file from two other ones with the best compressed files -USES= dos2unix zip +USES= dos2unix ncurses zip MAKEFILE= ${FILESDIR}/Makefile NO_WRKSUBDIR= yes Modified: head/multimedia/gst123/Makefile ============================================================================== --- head/multimedia/gst123/Makefile Sun Nov 20 04:33:15 2016 (r426553) +++ head/multimedia/gst123/Makefile Sun Nov 20 04:41:18 2016 (r426554) @@ -12,7 +12,7 @@ COMMENT= Command-line tool to play audio LICENSE= LGPL20 GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 +USES= gmake ncurses pkgconfig tar:bzip2 USE_GNOME= gtk20 CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true LDFLAGS+= -lncurses -L${LOCALBASE}/lib