From owner-svn-ports-head@freebsd.org Mon Dec 18 15:44:58 2017 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 EDC4CE94B97; Mon, 18 Dec 2017 15:44:58 +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 B704880464; Mon, 18 Dec 2017 15:44:58 +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 vBIFivDc069094; Mon, 18 Dec 2017 15:44:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBIFivKT069092; Mon, 18 Dec 2017 15:44:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712181544.vBIFivKT069092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 18 Dec 2017 15:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456639 - head/audio/funktrackergold X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/audio/funktrackergold X-SVN-Commit-Revision: 456639 X-SVN-Commit-Repository: ports 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.25 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: Mon, 18 Dec 2017 15:44:59 -0000 Author: amdmi3 Date: Mon Dec 18 15:44:57 2017 New Revision: 456639 URL: https://svnweb.freebsd.org/changeset/ports/456639 Log: - Add LICENSE_FILE - Pet portlint - Switch to options helpers - Update WWW Modified: head/audio/funktrackergold/Makefile head/audio/funktrackergold/pkg-descr Modified: head/audio/funktrackergold/Makefile ============================================================================== --- head/audio/funktrackergold/Makefile Mon Dec 18 15:25:49 2017 (r456638) +++ head/audio/funktrackergold/Makefile Mon Dec 18 15:44:57 2017 (r456639) @@ -11,8 +11,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Curses MOD/FNK music tracker LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= DOCS +BROKEN_armv6= fails to compile: function definition is not allowed here +BROKEN_armv7= fails to compile: function definition is not allowed here +BROKEN_mips= fails to compile: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_mips64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable +BROKEN_powerpc64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable USES= compiler:nestedfct ncurses tar:tgz @@ -22,14 +27,12 @@ MAKE_ARGS= EXTRA_LDFLAGS="-lpthread" PORTDOCS= INSTALL PLIST_FILES= bin/funkgold -BROKEN_armv6= fails to compile: function definition is not allowed here -BROKEN_armv7= fails to compile: function definition is not allowed here -BROKEN_mips= fails to compile: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_mips64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable -BROKEN_powerpc64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} Modified: head/audio/funktrackergold/pkg-descr ============================================================================== --- head/audio/funktrackergold/pkg-descr Mon Dec 18 15:25:49 2017 (r456638) +++ head/audio/funktrackergold/pkg-descr Mon Dec 18 15:44:57 2017 (r456639) @@ -2,4 +2,4 @@ FunktrackerGOLD is a curses based tracker for the MOD formats. Information on using Funktracker can be found in share/doc/funktrackergold/README -WWW: http://www.boutell.com/lsm/lsmbyid.cgi/000831 +WWW: https://boutell.com/lsm/lsmbyid.cgi/000831