Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 15:06:20 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521837 - head/audio/oss
Message-ID:  <202001021506.002F6KfW042117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001021506.002F6KfW042117>