Date: Fri, 28 Oct 2016 10:10:48 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424820 - in head/print/cups-connector: . files Message-ID: <201610281010.u9SAAmLb069970@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610281010.u9SAAmLb069970>