Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 14:55:18 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540612 - in head/print/xfce4-print: . files
Message-ID:  <202006271455.05REtIS6093193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sat Jun 27 14:55:18 2020
New Revision: 540612
URL: https://svnweb.freebsd.org/changeset/ports/540612

Log:
  Remove CUPS option. It's not working anymore since the cups update
  to 2.3.3.
  
  The port was already using a deprecated interface exposing cups
  internal structures. Support for this has been recently removed
  upstream.
  
  PR:		247580
  Submitted by:	O. Hartmann <ohartmann@walstatt.org>

Deleted:
  head/print/xfce4-print/files/
Modified:
  head/print/xfce4-print/Makefile

Modified: head/print/xfce4-print/Makefile
==============================================================================
--- head/print/xfce4-print/Makefile	Sat Jun 27 14:51:52 2020	(r540611)
+++ head/print/xfce4-print/Makefile	Sat Jun 27 14:55:18 2020	(r540612)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-print
 PORTVERSION=	4.6.1
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	print xfce
 MASTER_SITES=	XFCE/archive
 DISTNAME=	xfprint-${DISTVERSIONFULL}
@@ -32,15 +32,12 @@ INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=		LETTER NLS
 OPTIONS_SINGLE=		PRINTMETHOD
-OPTIONS_SINGLE_PRINTMETHOD=	LPR CUPS
+OPTIONS_SINGLE_PRINTMETHOD=	LPR
 OPTIONS_DEFAULT=	LPR
 OPTIONS_SUB=		yes
 
 LETTER_DESC=	Use letter paper format instead of A4
 LPR_DESC=	LPR printing system support
-
-CUPS_CONFIGURE_ENABLE=	cups
-CUPS_LIB_DEPENDS=	libcups.so:print/cups
 
 LETTER_CONFIGURE_ENABLE=letter
 LPR_CONFIGURE_ENABLE=	bsdlpr



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