Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 09:38:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r364770 - branches/2014Q3/graphics/iccxml
Message-ID:  <201408130938.s7D9c7xH017350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Aug 13 09:38:07 2014
New Revision: 364770
URL: http://svnweb.freebsd.org/changeset/ports/364770
QAT: https://qat.redports.org/buildarchive/r364770/

Log:
  MFH: r364410
  
  Mark BROKEN: fails to build
  
  /bin/sh ../libtool --tag=CXX   --mode=compile c++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"IccXML\" -DVERSION=\"0.9.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRERROR=1 -I. -I.. -I../IccXML -I/usr/local/include/SampleICC -I/usr/local/include/libxml2 -I/usr/local/include      -O2 -pipe -fno-strict-aliasing -MT IccMpeXml.lo -MD -MP -MF .deps/IccMpeXml.Tpo -c -o IccMpeXml.lo IccMpeXml.cpp
  libtool: compile:  c++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"IccXML\" -DVERSION=\"0.9.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRERROR=1 -I. -I.. -I../IccXML -I/usr/local/include/SampleICC -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT IccMpeXml.lo -MD -MP -MF .deps/IccMpeXml.Tpo -c IccMpeXml.cpp  -fPIC -DPIC -o .libs/IccMpeXml.o
  In file included from IccMpeXml.cpp:65:
  IccUtilXml.h:197:23: warning: no newline at end of file
  In file included from IccMpeXml.cpp:65:
  IccUtilXml.h:73: error: redefinition of 'class CIccUTF16String'
  /usr/local/include/SampleICC/IccUtil.h:317: error: previous definition of 'class CIccUTF16String'
  IccUtilXml.h:112: error: default argument given for parameter 3 of 'const char* icUtf16ToUtf8(std::string&, const icUInt16Number*, int)'
  /usr/local/include/SampleICC/IccUtil.h:354: error: after previous specification in 'const char* icUtf16ToUtf8(std::string&, const icUInt16Number*, int)'
  IccUtilXml.h:113: error: default argument given for parameter 3 of 'const short unsigned int* icUtf8ToUtf16(CIccUTF16String&, const char*, int)'
  /usr/local/include/SampleICC/IccUtil.h:355: error: after previous specification in 'const short unsigned int* icUtf8ToUtf16(CIccUTF16String&, const char*, int)'
  gmake[1]: *** [IccMpeXml.lo] Error 1
  
  Reported by:	pkg-fallout

Modified:
  branches/2014Q3/graphics/iccxml/Makefile
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/graphics/iccxml/Makefile
==============================================================================
--- branches/2014Q3/graphics/iccxml/Makefile	Wed Aug 13 09:36:25 2014	(r364769)
+++ branches/2014Q3/graphics/iccxml/Makefile	Wed Aug 13 09:38:07 2014	(r364770)
@@ -10,6 +10,8 @@ DISTNAME=	IccXML-${PORTVERSION}
 MAINTAINER=	bsam@FreeBSD.org
 COMMENT=	Tools for reading and writing the ICC profile contents as XML files
 
+BROKEN=		Fails to build with sampleicc 1.6.8
+
 LIB_DEPENDS=	libSampleICC.so:${PORTSDIR}/graphics/sampleicc
 
 USES=		gmake pathfix pkgconfig libtool



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