svn commit: r389945 - head/print/p5-Net-CUPS

Antoine Brodin antoine at FreeBSD.org
Wed Jun 17 17:15:10 UTC 2015


Author: antoine
Date: Wed Jun 17 17:15:09 2015
New Revision: 389945
URL: https://svnweb.freebsd.org/changeset/ports/389945

Log:
  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:
  head/print/p5-Net-CUPS/Makefile

Modified: head/print/p5-Net-CUPS/Makefile
==============================================================================
--- head/print/p5-Net-CUPS/Makefile	Wed Jun 17 17:13:04 2015	(r389944)
+++ head/print/p5-Net-CUPS/Makefile	Wed Jun 17 17:15:09 2015	(r389945)
@@ -11,6 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vg at 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


More information about the svn-ports-all mailing list