Index: head/audio/openal-soft/Makefile =================================================================== --- head/audio/openal-soft/Makefile (revision 497346) +++ head/audio/openal-soft/Makefile (revision 497347) @@ -1,73 +1,73 @@ # $FreeBSD$ PORTNAME= openal-soft PORTVERSION= 1.19.1 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://openal-soft.org/openal-releases/ +MASTER_SITES= https://openal-soft.org/openal-releases/ MAINTAINER= tobik@FreeBSD.org COMMENT= Software implementation of the OpenAL specification LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= openal-200[0-9]* USES= cmake compiler:c11 tar:bzip2 USE_BINUTILS= yes USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_INSTALL_DATADIR:STRING="${PREFIX}/etc" CMAKE_OFF= ALSOFT_BACKEND_ALSA \ ALSOFT_DLOPEN \ ALSOFT_EXAMPLES \ ALSOFT_REQUIRE_SOLARIS \ ALSOFT_REQUIRE_QSA CMAKE_ON= ALSOFT_BACKEND_WAVE \ ALSOFT_UTILS # use gold linker due to some problems with ld.bfd on 12-STABLE, # cf. PR 235603 # do not link with librt and libdl. LDFLAGS+= -fuse-ld=gold \ -Wl,--as-needed OPTIONS_DEFINE= EXAMPLES CONFIG JACK OSS PORTAUDIO PULSEAUDIO SDL SNDIO OPTIONS_DEFAULT= OSS OPTIONS_SUB= yes CONFIG_DESC= Install configuration utility (needs Qt 5) CONFIG_CMAKE_BOOL_OFF= ALSOFT_NO_CONFIG_UTIL CONFIG_CMAKE_ON= -DALSOFT_NO_QT5:BOOL=OFF CONFIG_USES= qt:5 CONFIG_USE= QT=core,gui,widgets,buildtools_build,qmake_build JACK_CMAKE_BOOL= ALSOFT_REQUIRE_JACK ALSOFT_BACKEND_JACK JACK_LIB_DEPENDS= libjack.so:audio/jack OSS_CMAKE_BOOL= ALSOFT_REQUIRE_OSS ALSOFT_BACKEND_OSS PORTAUDIO_CMAKE_BOOL= ALSOFT_REQUIRE_PORTAUDIO ALSOFT_BACKEND_PORTAUDIO PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PULSEAUDIO_CMAKE_BOOL= ALSOFT_REQUIRE_PULSEAUDIO ALSOFT_BACKEND_PULSEAUDIO PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio SDL_CMAKE_BOOL= ALSOFT_REQUIRE_SDL2 ALSOFT_BACKEND_SDL2 SDL_USES= localbase SDL_USE= SDL=sdl2 SNDIO_CMAKE_BOOL= ALSOFT_REQUIRE_SNDIO ALSOFT_BACKEND_SNDIO SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio post-patch: @${REINPLACE_CMD} 's|/etc/openal|${ETCDIR}|' \ ${WRKSRC}/Alc/alconfig.c post-install-EXAMPLES-on: (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/audio/openal-soft/pkg-descr =================================================================== --- head/audio/openal-soft/pkg-descr (revision 497346) +++ head/audio/openal-soft/pkg-descr (revision 497347) @@ -1,9 +1,9 @@ OpenAL Soft is a software implementation of the OpenAL 3D audio API. OpenAL provides capabilities for playing audio in a virtual 3D environment. Distance attenuation, doppler shift, and directional sound emitters are among the features handled by the API. More advanced effects, including air absorption, low-pass filters, and reverb, are available through the EFX extension. It also facilitates streaming audio, multi-channel buffers, and audio capture. -WWW: http://openal-soft.org/ +WWW: https://openal-soft.org/