svn commit: r542097 - branches/2020Q3/print/cloud-print-connector

Antoine Brodin antoine at FreeBSD.org
Sun Jul 12 20:08:29 UTC 2020


Author: antoine
Date: Sun Jul 12 20:08:29 2020
New Revision: 542097
URL: https://svnweb.freebsd.org/changeset/ports/542097

Log:
  MFH: r542096
  
  Mark BROKEN
  
  cups.c:42:12: error: incomplete definition of type 'struct _ipp_s'
  
  Reported by:	pkg-fallout

Modified:
  branches/2020Q3/print/cloud-print-connector/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/print/cloud-print-connector/Makefile
==============================================================================
--- branches/2020Q3/print/cloud-print-connector/Makefile	Sun Jul 12 20:08:08 2020	(r542096)
+++ branches/2020Q3/print/cloud-print-connector/Makefile	Sun Jul 12 20:08:29 2020	(r542097)
@@ -12,6 +12,8 @@ COMMENT=	Share CUPS printers via Google Cloud Print
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		cups.c:42:12: error: incomplete definition of type 'struct _ipp_s'
+
 LIB_DEPENDS=	libcups.so:print/cups \
 		libavahi-client.so:net/avahi-app \
 		libavahi-common.so:net/avahi-app


More information about the svn-ports-all mailing list