diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cheesecutter/Makefile | 9 | ||||
-rw-r--r-- | audio/fdk-aac/Makefile | 3 | ||||
-rw-r--r-- | audio/mhwaveedit/Makefile | 1 | ||||
-rw-r--r-- | audio/mixertui/Makefile | 9 | ||||
-rw-r--r-- | audio/nas/Makefile | 10 | ||||
-rw-r--r-- | audio/ncpamixer/Makefile | 11 | ||||
-rw-r--r-- | audio/opus/Makefile | 7 | ||||
-rw-r--r-- | audio/rhvoice/Makefile | 2 | ||||
-rw-r--r-- | audio/sfizz/Makefile | 4 |
9 files changed, 6 insertions, 50 deletions
diff --git a/audio/cheesecutter/Makefile b/audio/cheesecutter/Makefile index 065f178cbabf..add12ff50145 100644 --- a/audio/cheesecutter/Makefile +++ b/audio/cheesecutter/Makefile @@ -22,6 +22,7 @@ GH_ACCOUNT= ehaupt GH_PROJECT= CheeseCutter MAKEFILE= Makefile.ldc +MAKE_ARGS= DLDFLAGS=-L=-Wl,-z,nostart-stop-gc MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR} OPTIONS_DEFINE= EXAMPLES @@ -35,10 +36,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/${f}.fr.1 ${STAGEDIR}${MANPREFIX}/share/man/fr/man1 .endfor -.include <bsd.port.pre.mk> - -.if (${OSVERSION} >= 1301000) -MAKE_ARGS= DLDFLAGS=-L=-Wl,-z,nostart-stop-gc -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/fdk-aac/Makefile b/audio/fdk-aac/Makefile index b79dbc42c985..23a0f666818d 100644 --- a/audio/fdk-aac/Makefile +++ b/audio/fdk-aac/Makefile @@ -12,9 +12,6 @@ LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Andr LICENSE_FILE= ${WRKSRC}/NOTICE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= not yet ported to this architecture - USES= cmake USE_LDCONFIG= yes diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index 48fb601199ed..e301557e69db 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -24,7 +24,6 @@ CONFIGURE_ARGS= --without-alsalib \ --with-build-time="-" BROKEN_powerpc64= fails to compile on powerpc64: convert_inc.c: conflicting types for 'C_FLOAT_PCM32SBEPM' -BROKEN_sparc64= fails to compile on sparc64 OPTIONS_DEFINE= DOUBLE_SAMPLES JACK LADSPA OSS PORTAUDIO \ PULSEAUDIO SAMPLERATE SDL SNDFILE NLS diff --git a/audio/mixertui/Makefile b/audio/mixertui/Makefile index 013703c8cc7c..023a1d6ad061 100644 --- a/audio/mixertui/Makefile +++ b/audio/mixertui/Makefile @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 +USES= ncurses USE_GITLAB= yes GL_ACCOUNT= alfix @@ -24,12 +25,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/share/man/man8 -.include <bsd.port.options.mk> - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079 -USES+= ncurses -.else -USES+= ncurses:port -.endif - .include <bsd.port.mk> diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 38197cb04e4d..ebab2d4da15a 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -18,7 +18,7 @@ USE_LDCONFIG= yes MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}" MAKE_JOBS_UNSAFE= yes -.include <bsd.port.pre.mk> +FPIC= -fpic post-configure: # Work around shortcomings of the Imake.rules et. al: @@ -27,13 +27,7 @@ post-configure: -e 's,\(\$$(AR) \$$@ \$$\)(OBJS),\1(OBJS:S|^|unshared/|),' \ ${WRKSRC}/lib/audio/Makefile -.if ${ARCH} == "sparc64" -FPIC= -fPIC -.else -FPIC= -fpic -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaudio.so.2 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/ncpamixer/Makefile b/audio/ncpamixer/Makefile index 033bf81f161e..650b7c0a52cd 100644 --- a/audio/ncpamixer/Makefile +++ b/audio/ncpamixer/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= cmake compiler:c++17-lang +USES= cmake compiler:c++17-lang ncurses USE_GITHUB= yes GH_ACCOUNT= fulhax @@ -21,13 +21,4 @@ WRKSRC_SUBDIR= src PLIST_FILES= bin/${PORTNAME} -.include <bsd.port.options.mk> - -.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1300079 -USES+= ncurses -.else -USES+= ncurses:port -CFLAGS+= -I${LOCALBASE}/include/ncurses -.endif - .include <bsd.port.mk> diff --git a/audio/opus/Makefile b/audio/opus/Makefile index ff12a9325b3d..70abf5edd7b0 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -21,11 +21,4 @@ CONFIGURE_ARGS= --enable-custom-modes \ INSTALL_TARGET= install-strip TEST_TARGET= check -.include <bsd.port.options.mk> - -# drop after FreeBSD 12 EOL -.if ${ARCH} == "arm" -CONFIGURE_ARGS+=--enable-fixed-point -.endif - .include <bsd.port.mk> diff --git a/audio/rhvoice/Makefile b/audio/rhvoice/Makefile index aec0128857cb..d5c529dc0f79 100644 --- a/audio/rhvoice/Makefile +++ b/audio/rhvoice/Makefile @@ -12,8 +12,6 @@ LICENSE_COMB= multi LICENSE_FILE_LGPL21+ = ${WRKSRC}/licenses/lgpl-2.1.txt LICENSE_FILE_GPLv3+ = ${WRKSRC}/licenses/gpl-3.0.txt -BROKEN_FreeBSD_12_powerpc64= fails to configure: The C++ compiler is not working - USES= compiler:c++0x pkgconfig scons USE_LDCONFIG= yes diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile index 1d7c40b0fc3f..bf6b20b8827d 100644 --- a/audio/sfizz/Makefile +++ b/audio/sfizz/Makefile @@ -69,10 +69,6 @@ VST_CMAKE_BOOL= SFIZZ_VST .include <bsd.port.pre.mk> -.if (${OSVERSION} < 1301505) # 20d21e43514502c0a346f3c2cdb1d8cd8c7cc6b0 commit in 13 fixed booleans in stdatomic.h that were causing breakage -BROKEN= fails to compile: unknown type name '_Bool' -.endif - post-install-LV2-on: @${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/lib/lv2/sfizz.lv2/Contents/Binary/sfizz.so \ |