From owner-svn-ports-head@freebsd.org Sat Nov 19 16:04:57 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 A8458C4A2A1; Sat, 19 Nov 2016 16:04:57 +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 601C61783; Sat, 19 Nov 2016 16:04:57 +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 uAJG4uxl038833; Sat, 19 Nov 2016 16:04:56 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAJG4uBh038829; Sat, 19 Nov 2016 16:04:56 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611191604.uAJG4uBh038829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 19 Nov 2016 16:04:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426383 - in head/audio: pms squash tcd waon 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: Sat, 19 Nov 2016 16:04:57 -0000 Author: marino Date: Sat Nov 19 16:04:55 2016 New Revision: 426383 URL: https://svnweb.freebsd.org/changeset/ports/426383 Log: audio: pms, squash, tcd, waon: Document ncurses requirement Approved by: ncurses blanket Modified: head/audio/pms/Makefile head/audio/squash/Makefile head/audio/tcd/Makefile head/audio/waon/Makefile Modified: head/audio/pms/Makefile ============================================================================== --- head/audio/pms/Makefile Sat Nov 19 15:56:53 2016 (r426382) +++ head/audio/pms/Makefile Sat Nov 19 16:04:55 2016 (r426383) @@ -12,7 +12,7 @@ COMMENT= ncurses-based client for the Mu LICENSE= GPLv3 -USES= gettext pkgconfig tar:bzip2 +USES= gettext ncurses pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 Modified: head/audio/squash/Makefile ============================================================================== --- head/audio/squash/Makefile Sat Nov 19 15:56:53 2016 (r426382) +++ head/audio/squash/Makefile Sat Nov 19 16:04:55 2016 (r426383) @@ -18,7 +18,7 @@ LIB_DEPENDS+= libFLAC.so:audio/flac \ libao.so:audio/libao RUN_DEPENDS= id3v2:audio/id3v2 -USES= tar:bzip2 gmake +USES= gmake ncurses tar:bzip2 USE_RUBY= yes MAKE_ARGS= CC="${CC}" Modified: head/audio/tcd/Makefile ============================================================================== --- head/audio/tcd/Makefile Sat Nov 19 15:56:53 2016 (r426382) +++ head/audio/tcd/Makefile Sat Nov 19 16:04:55 2016 (r426383) @@ -12,6 +12,7 @@ COMMENT= Simple, user-friendly ncurses-b LICENSE= GPLv2 +USES= ncurses USE_SDL= sdl GNU_CONFIGURE= yes Modified: head/audio/waon/Makefile ============================================================================== --- head/audio/waon/Makefile Sat Nov 19 15:56:53 2016 (r426382) +++ head/audio/waon/Makefile Sat Nov 19 16:04:55 2016 (r426383) @@ -17,7 +17,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate -USES= pkgconfig +USES= ncurses pkgconfig USE_GNOME= gtk20 PLIST_FILES= bin/waon bin/pv bin/gwaon \