svn commit: r484013 - head/multimedia/asdcplib

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 12:51:55 UTC 2018


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 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-all mailing list