Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 17:16:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
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
Message-ID:  <201506171716.t5HHGCR6009282@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  =======================<phase: configure      >============================
  ===>  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.
  ===========================================================================
  =======================<phase: build          >============================
  ===>  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506171716.t5HHGCR6009282>