Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 16:40:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349775 - head/x11-toolkits/gnustep-gui/files
Message-ID:  <201403311640.s2VGeUr6075859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Mar 31 16:40:30 2014
New Revision: 349775
URL: http://svnweb.freebsd.org/changeset/ports/349775
QAT: https://qat.redports.org/buildarchive/r349775/

Log:
  Unbreak with new cups
  
  Obtained from:	OpenBSD
  With hat:	portmgr

Added:
  head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m   (contents, props changed)
  head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m   (contents, props changed)
  head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m   (contents, props changed)

Added: head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m	Mon Mar 31 16:40:30 2014	(r349775)
@@ -0,0 +1,12 @@
+--- ./Printing/GSCUPS/GSCUPSPrintInfo.m.orig	2011-02-07 18:08:33.000000000 +0000
++++ ./Printing/GSCUPS/GSCUPSPrintInfo.m	2014-03-31 15:14:03.000000000 +0000
+@@ -32,7 +32,9 @@
+ #import "AppKit/NSPrinter.h"
+ #import "GSCUPSPrintInfo.h"
+ #import "GSCUPSPrinter.h"
++#undef __BLOCKS__
+ #include <cups/cups.h>
++#define __BLOCKS__
+ 
+ 
+ @implementation GSCUPSPrintInfo

Added: head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m	Mon Mar 31 16:40:30 2014	(r349775)
@@ -0,0 +1,12 @@
+--- ./Printing/GSCUPS/GSCUPSPrintOperation.m.orig	2011-03-13 23:38:47.000000000 +0000
++++ ./Printing/GSCUPS/GSCUPSPrintOperation.m	2014-03-31 15:14:03.000000000 +0000
+@@ -41,7 +41,9 @@
+ #import <AppKit/NSPrintOperation.h>
+ #import "GSGuiPrivate.h"
+ #import "GSCUPSPrintOperation.h"
++#undef __BLOCKS__
+ #include <cups/cups.h>
++#define __BLOCKS__
+ 
+ 
+ //A subclass of GSPrintOperation, NOT NSPrintOperation.

Added: head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m	Mon Mar 31 16:40:30 2014	(r349775)
@@ -0,0 +1,12 @@
+--- ./Printing/GSCUPS/GSCUPSPrinter.m.orig	2011-03-14 21:45:39.000000000 +0000
++++ ./Printing/GSCUPS/GSCUPSPrinter.m	2014-03-31 15:14:03.000000000 +0000
+@@ -48,7 +48,9 @@
+ #import "GNUstepGUI/GSPrinting.h"
+ #import "GSCUPSPrinter.h"
+ 
++#undef __BLOCKS__
+ #include <cups/cups.h>
++#define __BLOCKS__
+ 
+ 
+ NSString *GSCUPSDummyPrinterName = @"GSCUPSDummyPrinter";



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