Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 12:51:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484013 - head/multimedia/asdcplib
Message-ID:  <201811041251.wA4Cps5F094869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 12:51:54 2018
New Revision: 484013
URL: https://svnweb.freebsd.org/changeset/ports/484013

Log:
  Mark BROKEN: fails to build
  
  PCMParserList.cpp:115:3: error: comparison between pointer and integer ('const char *' and 'int')
    ASDCP_TEST_NULL_STR(argv);
    ^~~~~~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/multimedia/asdcplib/Makefile

Modified: head/multimedia/asdcplib/Makefile
==============================================================================
--- head/multimedia/asdcplib/Makefile	Sun Nov  4 12:49:09 2018	(r484012)
+++ head/multimedia/asdcplib/Makefile	Sun Nov  4 12:51:54 2018	(r484013)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://download.cinecert.com/asdcplib/
 MAINTAINER=	olgeni@FreeBSD.org
 COMMENT=	Open source implementation of SMPTE and the MXF Interop format
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
 GNU_CONFIGURE=	yes



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