Date: Thu, 27 Dec 2018 22:46:21 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488577 - head/audio/festalon Message-ID: <201812272246.wBRMkLKu092398@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812272246.wBRMkLKu092398>