Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 09:54:43 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540590 - in head/print/dymo-cups-drivers: . files
Message-ID:  <202006270954.05R9shYs006689@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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