svn commit: r484014 - branches/2018Q4/multimedia/asdcplib

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:52:14 UTC 2018


Author: antoine
Date: Sun Nov  4 12:52:13 2018
New Revision: 484014
URL: https://svnweb.freebsd.org/changeset/ports/484014

Log:
  MFH: r484013
  
  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:
  branches/2018Q4/multimedia/asdcplib/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/multimedia/asdcplib/Makefile
==============================================================================
--- branches/2018Q4/multimedia/asdcplib/Makefile	Sun Nov  4 12:51:54 2018	(r484013)
+++ branches/2018Q4/multimedia/asdcplib/Makefile	Sun Nov  4 12:52:13 2018	(r484014)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://download.cinecert.com/asdcplib/
 MAINTAINER=	olgeni at 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


More information about the svn-ports-branches mailing list