svn commit: r499070 - head/audio/openal

Tobias Kortkamp tobik at FreeBSD.org
Tue Apr 16 02:10:11 UTC 2019


Author: tobik
Date: Tue Apr 16 02:10:10 2019
New Revision: 499070
URL: https://svnweb.freebsd.org/changeset/ports/499070

Log:
  Deprecate audio/openal
  
  The OpenAL Sample Implementation has been abandonded upstream a
  while ago.  audio/openal-soft is a compatible and maintained
  replacement.
  
  PR:		236971

Modified:
  head/audio/openal/Makefile

Modified: head/audio/openal/Makefile
==============================================================================
--- head/audio/openal/Makefile	Tue Apr 16 00:43:22 2019	(r499069)
+++ head/audio/openal/Makefile	Tue Apr 16 02:10:10 2019	(r499070)
@@ -13,6 +13,9 @@ COMMENT=	3D positional spatialized sound library
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Abandonware. Use audio/openal-soft instead
+EXPIRATION_DATE=	2019-04-30
+
 CONFLICTS=	openal-soft-[0-9]*
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list