svn commit: r540590 - in head/print/dymo-cups-drivers: . files

Hans Petter Selasky hselasky at FreeBSD.org
Sat Jun 27 09:54:44 UTC 2020


Author: hselasky
Date: Sat Jun 27 09:54:43 2020
New Revision: 540590
URL: https://svnweb.freebsd.org/changeset/ports/540590

Log:
  Fix build after cups port was updated.
  
  Patch obtained from:
  https://github.com/matthiasbock/dymo-cups-drivers/commit/948abc3500f45578a386182c0d2a55bcfcbc2c66
  
  PR:		247577
  Approved by:	pi (implicit)

Added:
  head/print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h   (contents, props changed)
Modified:
  head/print/dymo-cups-drivers/Makefile

Modified: head/print/dymo-cups-drivers/Makefile
==============================================================================
--- head/print/dymo-cups-drivers/Makefile	Sat Jun 27 09:44:58 2020	(r540589)
+++ head/print/dymo-cups-drivers/Makefile	Sat Jun 27 09:54:43 2020	(r540590)
@@ -2,7 +2,7 @@
 
 PORTNAME=	dymo-cups-drivers
 PORTVERSION=	1.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print
 MASTER_SITES=	http://download.dymo.com/Software/Linux/
 

Added: head/print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/dymo-cups-drivers/files/patch-src_common_CupsPrintEnvironment.h	Sat Jun 27 09:54:43 2020	(r540590)
@@ -0,0 +1,11 @@
+--- src/common/CupsPrintEnvironment.h.orig	2020-06-27 09:49:12 UTC
++++ src/common/CupsPrintEnvironment.h
+@@ -21,6 +21,8 @@
+ #ifndef h952b1c81_8931_433a_8479_7ae6d8e85a86
+ #define h952b1c81_8931_433a_8479_7ae6d8e85a86
+ 
++#include <cups/backend.h>
++#include <cups/sidechannel.h>
+ #include "PrinterDriver.h"
+ 
+ namespace DymoPrinterDriver


More information about the svn-ports-head mailing list