Index: head/audio/beast/Makefile =================================================================== --- head/audio/beast/Makefile (revision 395932) +++ head/audio/beast/Makefile (revision 395933) @@ -1,76 +1,68 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= beast PORTVERSION= 0.7.8 PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= http://dist.testbit.eu/beast/v${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Powerful music composition and modular synthesis application LICENSE= LGPL21 LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \ libmad.so:${PORTSDIR}/audio/libmad \ libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libguile.so:${PORTSDIR}/lang/guile RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils -OPTIONS_DEFINE= DEBUG -OPTIONS_DEFINE_i386= SSE - -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig shared-mime-info shebangfix tar:bzip2 +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ + shared-mime-info shebangfix tar:bzip2 SHEBANG_FILES= autotools/intltool-merge # Fails to build with GCC 4.9, cf. PR 196849. USE_GCC= 4.8 USE_GNOME= intltool libgnomecanvas GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --enable-osspcm=/dev/dsp \ --enable-ossmidi=/dev/midi USE_LDCONFIG= yes INSTALL_TARGET= install-strip CXXFLAGS+= -fpermissive CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" +OPTIONS_SUB= yes +OPTIONS_DEFINE= DEBUG +OPTIONS_DEFINE_i386= SSE +OPTIONS_DEFINE_amd64= SSE +OPTIONS_DEFAULT_i386= ${MACHINE_CPU:Msse:tu} +OPTIONS_DEFAULT_amd64= SSE + DEBUG_CONFIGURE_ENABLE= debug +SSE_VARS= SSE_FLAGS="-mmmx -msse" -.include - -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc: array bound is not an integer constant -.endif - -.if ${PORT_OPTIONS:MSSE} || ${ARCH} == "amd64" -PLIST_SUB+= SSE="" -SSE_FLAGS= -mmmx -msse -.else -PLIST_SUB+= SSE="@comment " -SSE_FLAGS= # none -.endif - post-patch: @${REINPLACE_CMD} -e \ '/^[[:space:]].*FLAGS -[Ofgp].*"/s|^|#| ; \ s|-mmmx -msse \(-ftree-vectorize\)|${SSE_FLAGS} \1| ; \ s|\(if test 0\) ==|\1 -eq| ; \ s|\(bseladspapath=\)$${|\1\\\$${| ; \ s|\(LDFLAGS=\)""|\1"$$LDFLAGS"|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|/bin/bash|${SH}|' ${WRKSRC}/mkrelease.sh @${REINPLACE_CMD} -e \ 's|BIRNET_.*_UINT == 0|1|' ${WRKSRC}/birnet/birnetcdefs.h @${REINPLACE_CMD} -e \ 's|; q|;| ; \ s|-o \(pipefail\)|\1|' ${WRKSRC}/docs/Makefile.in @${REINPLACE_CMD} -e \ 's|-DG_DISABLE_DEPRECATED||' ${WRKSRC}/bse/Makefile.am \ ${WRKSRC}/bse/Makefile.in -.include +.include