From owner-svn-ports-all@freebsd.org Fri Nov 25 09:20:46 2016 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 860A4C53668; Fri, 25 Nov 2016 09:20:46 +0000 (UTC) (envelope-from amdmi3@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 559FAEF1; Fri, 25 Nov 2016 09:20:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAP9KjKc032895; Fri, 25 Nov 2016 09:20:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAP9Kjkc032894; Fri, 25 Nov 2016 09:20:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611250920.uAP9Kjkc032894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 Nov 2016 09:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427088 - head/audio/linux-neroaaccodec 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.23 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: Fri, 25 Nov 2016 09:20:46 -0000 Author: amdmi3 Date: Fri Nov 25 09:20:45 2016 New Revision: 427088 URL: https://svnweb.freebsd.org/changeset/ports/427088 Log: - Mark BROKEN: does not fetch (no such directory 'tools') - Switch to options helpers Modified: head/audio/linux-neroaaccodec/Makefile Modified: head/audio/linux-neroaaccodec/Makefile ============================================================================== --- head/audio/linux-neroaaccodec/Makefile Fri Nov 25 09:17:03 2016 (r427087) +++ head/audio/linux-neroaaccodec/Makefile Fri Nov 25 09:20:45 2016 (r427088) @@ -11,6 +11,8 @@ DISTNAME= NeroAACCodec-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Nero AAC reference quality MPEG-4 and 3GPP audio codec +BROKEN= does not fetch (no such directory 'tools') + USES= dos2unix linux zip DOS2UNIX_REGEX= .*\.txt ONLY_FOR_ARCHS= i386 amd64 @@ -23,9 +25,9 @@ PLIST_FILES= bin/neroAacDec \ bin/neroAacTag PORTDOCS= NeroAAC_tut.pdf \ - changelog.txt \ - license.txt \ - readme.txt + changelog.txt \ + license.txt \ + readme.txt OPTIONS_DEFINE= DOCS @@ -33,6 +35,8 @@ do-install: .for f in ${PLIST_FILES} ${INSTALL_PROGRAM} ${WRKSRC}/linux/${f:T} ${STAGEDIR}${PREFIX}/bin .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/