From owner-svn-ports-all@freebsd.org Thu Dec 27 22:46:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11A471425A50; Thu, 27 Dec 2018 22:46:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD7AC8F5D0; Thu, 27 Dec 2018 22:46:21 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0BD81A36E; Thu, 27 Dec 2018 22:46:21 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBRMkL7A092399; Thu, 27 Dec 2018 22:46:21 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBRMkLKu092398; Thu, 27 Dec 2018 22:46:21 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201812272246.wBRMkLKu092398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 27 Dec 2018 22:46:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488577 - head/audio/festalon X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/audio/festalon X-SVN-Commit-Revision: 488577 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AD7AC8F5D0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 27 Dec 2018 22:46:22 -0000 Author: ehaupt Date: Thu Dec 27 22:46:21 2018 New Revision: 488577 URL: https://svnweb.freebsd.org/changeset/ports/488577 Log: - Remove some cruft now that the xmms slave port has been removed - Pacify portlint - i386 has been broken since 10.x, rather mark it ONLY_FOR_ARCHS Modified: head/audio/festalon/Makefile Modified: head/audio/festalon/Makefile ============================================================================== --- head/audio/festalon/Makefile Thu Dec 27 21:59:21 2018 (r488576) +++ head/audio/festalon/Makefile Thu Dec 27 22:46:21 2018 (r488577) @@ -3,34 +3,29 @@ PORTNAME= festalon PORTVERSION= 0.5.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= http://projects.raphnet.net/festalon/ \ LOCAL/ehaupt -PKGNAMEPREFIX?= MAINTAINER= ehaupt@FreeBSD.org -COMMENT?= Command line player for .nsf and .hes audio files +COMMENT= Command line player for .nsf and .hes audio files LICENSE= GPLv2 -BROKEN_i386= does not build on i386 FreeBSD 10.x and later +ONLY_FOR_ARCHS= amd64 LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate -USES+= libtool pkgconfig tar:bzip2 +USES= libtool pkgconfig tar:bzip2 +USE_SDL= yes + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -ONLY_FOR_ARCHS= i386 amd64 - OPTIONS_DEFINE= DOCS -.if ${PKGNAMEPREFIX} == "" - -USE_SDL= yes - PLIST_FILES= bin/festalon PORTDOCS= README @@ -39,6 +34,5 @@ do-install: ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif .include