svn commit: r540612 - in head/print/xfce4-print: . files

Guido Falsi madpilot at FreeBSD.org
Sat Jun 27 14:55:18 UTC 2020


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 at 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


More information about the svn-ports-all mailing list