aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-gui/files
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2019-02-03 15:37:58 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2019-02-03 15:37:58 +0000
commit3f627ab4ceb27d868b1d614957e04bfa927d165b (patch)
tree8d55e3d4d3e216787ab6284b0e649a7a6d2f047d /x11-toolkits/gnustep-gui/files
parent6f24a15624ece550a72b46b91ed993a1f8a1d7ee (diff)
downloadports-3f627ab4ceb27d868b1d614957e04bfa927d165b.tar.gz
ports-3f627ab4ceb27d868b1d614957e04bfa927d165b.zip
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui/files')
-rw-r--r--x11-toolkits/gnustep-gui/files/AudioOutputSink.m.patch10
-rw-r--r--x11-toolkits/gnustep-gui/files/GNUmakefile.patch10
-rw-r--r--x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch11
-rw-r--r--x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m12
-rw-r--r--x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m12
-rw-r--r--x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m12
6 files changed, 0 insertions, 67 deletions
diff --git a/x11-toolkits/gnustep-gui/files/AudioOutputSink.m.patch b/x11-toolkits/gnustep-gui/files/AudioOutputSink.m.patch
deleted file mode 100644
index 4610c84a9431..000000000000
--- a/x11-toolkits/gnustep-gui/files/AudioOutputSink.m.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Tools/sound/AudioOutputSink.m.orig 2010-06-06 18:12:07.000000000 +0200
-+++ Tools/sound/AudioOutputSink.m 2010-06-06 18:12:53.000000000 +0200
-@@ -72,6 +72,7 @@
- return nil;
- }
-
-+ memset(&_format, 0, sizeof(_format));
- _format.channels = (int)channelCount;
- _format.rate = (int)sampleRate;
-
diff --git a/x11-toolkits/gnustep-gui/files/GNUmakefile.patch b/x11-toolkits/gnustep-gui/files/GNUmakefile.patch
deleted file mode 100644
index aea59ed45b14..000000000000
--- a/x11-toolkits/gnustep-gui/files/GNUmakefile.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Documentation/GNUmakefile.orig Fri Jun 11 20:58:40 2004
-+++ Documentation/GNUmakefile Sun Jun 13 09:42:28 2004
-@@ -77,6 +77,7 @@
- DOCUMENT_NAME += Gui GuiAdditions
- Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
- GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Additions
-+GuiUser_DOC_INSTALL_DIR = Developer/Gui/GuiUser
-
- -include GNUmakefile.preamble
-
diff --git a/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch b/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch
deleted file mode 100644
index 49032e3a22ee..000000000000
--- a/x11-toolkits/gnustep-gui/files/GNUmakefile.speech.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Tools/speech/GNUmakefile.orig 2013-07-11 15:50:51.000000000 +0000
-+++ Tools/speech/GNUmakefile 2013-07-11 15:51:07.000000000 +0000
-@@ -28,6 +28,6 @@
- -lflite_usenglish -lflite_cmulex -lflite
- endif
-
--GSSpeechServer_OBJCFLAGS = -std=c99 -g -Werror
-+GSSpeechServer_OBJCFLAGS = -std=c99 -g
-
- include $(GNUSTEP_MAKEFILES)/application.make
-
diff --git a/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m b/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m
deleted file mode 100644
index 7c664f3a833e..000000000000
--- a/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintInfo.m
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./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
diff --git a/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m b/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m
deleted file mode 100644
index 9391911c04ee..000000000000
--- a/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrintOperation.m
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./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.
diff --git a/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m b/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m
deleted file mode 100644
index 63da5df389fe..000000000000
--- a/x11-toolkits/gnustep-gui/files/patch-Printing__GSCUPS__GSCUPSPrinter.m
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./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";