From owner-svn-ports-all@freebsd.org Sun Sep 13 13:27:54 2015 Return-Path: Delivered-To: svn-ports-all@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 07A37A0377B; Sun, 13 Sep 2015 13:27:54 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 EC8541A5D; Sun, 13 Sep 2015 13:27:53 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8DDRrgS065031; Sun, 13 Sep 2015 13:27:53 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8DDRr2B065030; Sun, 13 Sep 2015 13:27:53 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201509131327.t8DDRr2B065030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 13 Sep 2015 13:27:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396817 - head/audio/mp3blaster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2015 13:27:54 -0000 Author: novel Date: Sun Sep 13 13:27:53 2015 New Revision: 396817 URL: https://svnweb.freebsd.org/changeset/ports/396817 Log: The 'NAS" option had handlers but was not listed in OPTIONS, so add it to OPTIONS_DEFINE. Reported by: bapt Modified: head/audio/mp3blaster/Makefile Modified: head/audio/mp3blaster/Makefile ============================================================================== --- head/audio/mp3blaster/Makefile Sun Sep 13 13:18:16 2015 (r396816) +++ head/audio/mp3blaster/Makefile Sun Sep 13 13:27:53 2015 (r396817) @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --with-cxxflags="${CXXFL CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS+= -lpthread -L${LOCALBASE}/lib -OPTIONS_DEFINE= LIRC SIDPLAY VORBIS DOCS ESOUND +OPTIONS_DEFINE= LIRC NAS SIDPLAY VORBIS DOCS ESOUND OPTIONS_DEFAULT= SIDPLAY VORBIS SIDPLAY_DESC= Sidplayer support