Index: head/audio/rioutil/Makefile =================================================================== --- head/audio/rioutil/Makefile (revision 428813) +++ head/audio/rioutil/Makefile (revision 428814) @@ -1,24 +1,24 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= rioutil PORTVERSION= 1.5.0 PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Program to interface with the Rio600, Rio800, and psa[play devices LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool +USES= alias autoreconf gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-extract: @${RM} ${WRKSRC}/src/getopt* .include Index: head/audio/rosegarden/Makefile =================================================================== --- head/audio/rosegarden/Makefile (revision 428813) +++ head/audio/rosegarden/Makefile (revision 428814) @@ -1,49 +1,49 @@ # Created by: shanee@augusta.de # $FreeBSD$ PORTNAME= rosegarden PORTVERSION= 16.06 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= General purpose music editor and sequencer suite LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= dssi_osc_update:audio/dssi \ ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libasound.so:audio/alsa-lib \ libfftw3f.so:math/fftw3-float \ liblrdf.so:textproc/liblrdf RUN_DEPENDS= dssi_osc_update:audio/dssi \ flac:audio/flac \ wavpack:audio/wavpack \ xdg-open:devel/xdg-utils \ lilypond:print/lilypond -USES= cmake:outsource desktop-file-utils pkgconfig shared-mime-info \ - tar:bzip2 +USES= alias cmake:outsource desktop-file-utils pkgconfig \ + shared-mime-info tar:bzip2 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= LIRC OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= QT4 QT5 OPTIONS_DEFAULT= QT4 LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc LIRC_CMAKE_ON= -DENABLE_LIRC:BOOL=ON QT4_USE= qt4=gui,network,testlib,xml \ qt4=linguisttools_build,moc_build,qmake_build \ qt4=rcc_build,uic_build QT4_CMAKE_ON= -DUSE_QT4:BOOL=ON QT5_USES= compiler:c++11-lib QT5_USE= qt5=network,printsupport,testlib,widgets,xml \ qt5=buildtools_build,linguisttools_build,qmake_build QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON TOOLKIT_DESC= Qt toolkit .include Index: head/audio/s3mod/Makefile =================================================================== --- head/audio/s3mod/Makefile (revision 428813) +++ head/audio/s3mod/Makefile (revision 428814) @@ -1,23 +1,24 @@ # Created by: ugen # $FreeBSD$ PORTNAME= s3mod PORTVERSION= 1.09 DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/players MAINTAINER= ports@FreeBSD.org COMMENT= MOD/S3M player +USES= alias ALL_TARGET= freebsd PLIST_FILES= bin/s3mod post-extract: @${CP} ${WRKSRC}/DspDrivers/linux_dsp.c ${WRKSRC}/dsp.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/s3mod ${STAGEDIR}${PREFIX}/bin .include Index: head/audio/zinf/Makefile =================================================================== --- head/audio/zinf/Makefile (revision 428813) +++ head/audio/zinf/Makefile (revision 428814) @@ -1,53 +1,53 @@ # Created by: Roman Shterenzon # $FreeBSD$ PORTNAME= zinf PORTVERSION= 2.2.5 PORTREVISION= 20 CATEGORIES= audio ipv6 MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based MP3 player LIB_DEPENDS= libid3.so:audio/id3lib \ libgdbm.so:databases/gdbm -USES= gettext gmake libtool ncurses pathfix perl5 pkgconfig +USES= alias gettext gmake libtool ncurses pathfix perl5 pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 \ --disable-arts CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib OPTIONS_DEFINE= ESOUND VORBIS OPTIONS_DEFAULT=VORBIS OPTIONS_SUB= yes ESOUND_CONFIGURE_OFF= --disable-esd ESOUND_USE= GNOME=esound INSTALL_TARGET= install-strip VORBIS_CONFIGURE_OFF= --disable-vorbis VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis .include .if ${ARCH} == "i386" BUILD_DEPENDS+= nasm:devel/nasm CPPFLAGS+= "-D_M_IX86" .else CONFIGURE_ARGS+= --disable-x86opts .endif post-patch: @${REINPLACE_CMD} -e 's|Player::||' ${WRKSRC}/base/include/player.h post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/sdr/plugins ${INSTALL_DATA} ${FILESDIR}/sdr2.plugin.S100.audio.rtp.mpa.zinf \ ${STAGEDIR}${PREFIX}/etc/sdr/plugins .include