Index: head/audio/beast/Makefile =================================================================== --- head/audio/beast/Makefile (revision 452042) +++ head/audio/beast/Makefile (revision 452043) @@ -1,81 +1,79 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= beast PORTVERSION= 0.7.8 PORTREVISION= 9 CATEGORIES= audio -MASTER_SITES= http://testbit.eu/pub/dists/beast/v${PORTVERSION:R}/ +MASTER_SITES= https://beast.testbit.org/pub/v0/ MAINTAINER= ports@FreeBSD.org COMMENT= Powerful music composition and modular synthesis application - -BROKEN= No public distfiles LICENSE= LGPL21 LIB_DEPENDS= libasound.so:audio/alsa-lib \ libmad.so:audio/libmad \ libvorbisfile.so:audio/libvorbis \ libguile.so:lang/guile RUN_DEPENDS= xdg-open:devel/xdg-utils BROKEN_armv6= fails to package: bseblockutils.SSE.so: No such file or directory BROKEN_powerpc64= fails to package: bseblockutils.SSE.so: No such file or directory 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= --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 MAKE_JOBS_UNSAFE= yes .if ${ARCH} != amd64 && ${ARCH} != i386 SSE_FLAGS= SSE_VARS= .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 Index: head/audio/beast/pkg-descr =================================================================== --- head/audio/beast/pkg-descr (revision 452042) +++ head/audio/beast/pkg-descr (revision 452043) @@ -1,13 +1,13 @@ Beast is a powerful music composition and modular synthesis application. It supports a wide range of standards in the field, such as MIDI, WAV/AIFF/MP3/OggVorbis/etc audio files and LADSPA modules. It has excellent technical abilities like multitrack editing, unlimited undo/redo support, real-time synthesis support, 32bit audio rendering, full duplex support, multiprocessor support, precise timing down to sample granularity, on demand loading of partial wave files, on the fly decoding and full scriptability in scheme. The plugins, synthesis core and the user interface are actively being developed and translated into a variety of languages, regularly assimilating user feedback such as from our FeatureRequests page. -WWW: http://beast.testbit.eu/ +WWW: https://beast.testbit.org/