From owner-svn-ports-branches@FreeBSD.ORG Wed Jun 17 17:16:12 2015 Return-Path: Delivered-To: svn-ports-branches@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E24D6F35; Wed, 17 Jun 2015 17:16:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D0F038D3; Wed, 17 Jun 2015 17:16:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HHGCXh009283; Wed, 17 Jun 2015 17:16:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HHGCR6009282; Wed, 17 Jun 2015 17:16:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506171716.t5HHGCR6009282@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Jun 2015 17:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389946 - branches/2015Q2/print/p5-Net-CUPS X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 17:16:13 -0000 Author: antoine Date: Wed Jun 17 17:16:12 2015 New Revision: 389946 URL: https://svnweb.freebsd.org/changeset/ports/389946 Log: MFH: r389945 Mark BROKEN: Fails to configure or build =================================================== ===> Configuring for p5-Net-CUPS-0.61_3 Net::CUPS Configuration Running cups-config ... 2.0.3 The version of the Common Unix Printing System installed on your system is too old for this module to work properly. Please upgrade the version of CUPS on your system to version 1.2.2 or higher and re-run Makefile.PL to install this module. Can't open Makefile: No such file or directory. =========================================================================== =================================================== ===> Building for p5-Net-CUPS-0.61_3 make[1]: cannot open Makefile. Reported by: pkg-fallout Modified: branches/2015Q2/print/p5-Net-CUPS/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/print/p5-Net-CUPS/Makefile ============================================================================== --- branches/2015Q2/print/p5-Net-CUPS/Makefile Wed Jun 17 17:15:09 2015 (r389945) +++ branches/2015Q2/print/p5-Net-CUPS/Makefile Wed Jun 17 17:16:12 2015 (r389946) @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vg@FreeBSD.org COMMENT= Interface to the CUPS API +BROKEN= Fails to configure or build + BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client LIB_DEPENDS= libcupsimage.so:${PORTSDIR}/print/cups-image \ libcupsfilters.so:${PORTSDIR}/print/cups-filters