From owner-svn-ports-head@freebsd.org Fri Oct 28 10:10:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 508E0C237FB; Fri, 28 Oct 2016 10:10:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A98D2F9; Fri, 28 Oct 2016 10:10:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9SAAmNv069972; Fri, 28 Oct 2016 10:10:48 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9SAAmLb069970; Fri, 28 Oct 2016 10:10:48 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201610281010.u9SAAmLb069970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 28 Oct 2016 10:10:48 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 10:10:49 -0000 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 ++#include + #include // size_t + #include // free, calloc, malloc + #include // AF_UNSPEC