svn commit: r521837 - head/audio/oss

Chris Rees crees at FreeBSD.org
Thu Jan 2 15:06:21 UTC 2020


Author: crees
Date: Thu Jan  2 15:06:20 2020
New Revision: 521837
URL: https://svnweb.freebsd.org/changeset/ports/521837

Log:
  audio/oss: timeout has been removed in favour of callback(9)
  
  I am working on a fix.

Modified:
  head/audio/oss/Makefile

Modified: head/audio/oss/Makefile
==============================================================================
--- head/audio/oss/Makefile	Thu Jan  2 14:23:32 2020	(r521836)
+++ head/audio/oss/Makefile	Thu Jan  2 15:06:20 2020	(r521837)
@@ -23,6 +23,12 @@ USES=		gnome tar:bzip2 kmod pkgconfig
 USE_GNOME=	gtk20 cairo gdkpixbuf2
 USE_RC_SUBR=	oss
 
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} > 1300067
+BROKEN=	Still uses removed timeout interface and needs updating
+.endif
+
 HAS_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
 CONFIGURE_ENV=	HOSTCC="${CC}"


More information about the svn-ports-all mailing list