From owner-svn-ports-all@freebsd.org Fri Oct 28 08:02:40 2016 Return-Path: Delivered-To: svn-ports-all@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 0D094C24211; Fri, 28 Oct 2016 08:02:40 +0000 (UTC) (envelope-from amdmi3@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 BF301191C; Fri, 28 Oct 2016 08:02:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9S82ckE022782; Fri, 28 Oct 2016 08:02:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9S82cwh022781; Fri, 28 Oct 2016 08:02:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610280802.u9S82cwh022781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 28 Oct 2016 08:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424809 - head/print/cups-connector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 08:02:40 -0000 Author: amdmi3 Date: Fri Oct 28 08:02:38 2016 New Revision: 424809 URL: https://svnweb.freebsd.org/changeset/ports/424809 Log: - Mark BROKEN: does not build # github.com/google/cups-connector/cups could not determine kind of name for C.cupsGetPPD3 *** Error code 2 Reported by: pkg-fallout Approved by: portmgr blanket Modified: head/print/cups-connector/Makefile Modified: head/print/cups-connector/Makefile ============================================================================== --- head/print/cups-connector/Makefile Fri Oct 28 07:52:58 2016 (r424808) +++ head/print/cups-connector/Makefile Fri Oct 28 08:02:38 2016 (r424809) @@ -14,6 +14,8 @@ 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 \