svn commit: r424820 - in head/print/cups-connector: . files

Tijl Coosemans tijl at FreeBSD.org
Fri Oct 28 10:10:49 UTC 2016


Author: tijl
Date: Fri Oct 28 10:10:47 2016
New Revision: 424820
URL: https://svnweb.freebsd.org/changeset/ports/424820

Log:
  Fix build with CUPS 2.2.x.

Added:
  head/print/cups-connector/files/patch-cups_cups.h   (contents, props changed)
Modified:
  head/print/cups-connector/Makefile

Modified: head/print/cups-connector/Makefile
==============================================================================
--- head/print/cups-connector/Makefile	Fri Oct 28 09:41:05 2016	(r424819)
+++ head/print/cups-connector/Makefile	Fri Oct 28 10:10:47 2016	(r424820)
@@ -14,8 +14,6 @@ BUILD_DEPENDS=	go:lang/go \
 		cups>=0:print/cups \
 		avahi-app>=0:net/avahi-app
 
-BROKEN=		does not build
-
 USES=		compiler pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	google:DEFAULT codegangsta:cli coreos:gosystemd \

Added: head/print/cups-connector/files/patch-cups_cups.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups-connector/files/patch-cups_cups.h	Fri Oct 28 10:10:47 2016	(r424820)
@@ -0,0 +1,10 @@
+--- cups/cups.h.orig	2016-03-11 18:40:32 UTC
++++ cups/cups.h
+@@ -12,6 +12,7 @@ https://developers.google.com/open-sourc
+ #define _IPP_PRIVATE_STRUCTURES 1
+ 
+ #include <cups/cups.h>
++#include <cups/ppd.h>
+ #include <stddef.h>      // size_t
+ #include <stdlib.h>      // free, calloc, malloc
+ #include <sys/socket.h>  // AF_UNSPEC


More information about the svn-ports-all mailing list