summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/CF/add-cfmachport.patch
diff options
context:
space:
mode:
authorDan Peebles <thetypesaretoobig@gmail.com>2015-02-08 01:53:52 -0500
committerDan Peebles <thetypesaretoobig@gmail.com>2015-02-08 01:53:52 -0500
commit29f265dfd28ce5567106a7a1df3bd6c1fbd8406f (patch)
tree3973e0a11ae1737f8d307ec07651cf5c12498210 /pkgs/os-specific/darwin/apple-source-releases/CF/add-cfmachport.patch
parentf43c324cee6ed5fdbe679b70b71caaca1c4629a8 (diff)
downloadnixlib-29f265dfd28ce5567106a7a1df3bd6c1fbd8406f.tar
nixlib-29f265dfd28ce5567106a7a1df3bd6c1fbd8406f.tar.gz
nixlib-29f265dfd28ce5567106a7a1df3bd6c1fbd8406f.tar.bz2
nixlib-29f265dfd28ce5567106a7a1df3bd6c1fbd8406f.tar.lz
nixlib-29f265dfd28ce5567106a7a1df3bd6c1fbd8406f.tar.xz
nixlib-29f265dfd28ce5567106a7a1df3bd6c1fbd8406f.tar.zst
nixlib-29f265dfd28ce5567106a7a1df3bd6c1fbd8406f.zip
Add a big bundle of packages from apple source releases. Many of them only provide headers or stubs, but are what's needed for the upcoming pure-darwin stdenv, and don't do any harm for now.
Diffstat (limited to 'pkgs/os-specific/darwin/apple-source-releases/CF/add-cfmachport.patch')
-rw-r--r--pkgs/os-specific/darwin/apple-source-releases/CF/add-cfmachport.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgs/os-specific/darwin/apple-source-releases/CF/add-cfmachport.patch b/pkgs/os-specific/darwin/apple-source-releases/CF/add-cfmachport.patch
new file mode 100644
index 000000000000..a1018d389c14
--- /dev/null
+++ b/pkgs/os-specific/darwin/apple-source-releases/CF/add-cfmachport.patch
@@ -0,0 +1,22 @@
+--- CF-855.17/CoreFoundation.h  2015-01-03 00:17:41.000000000 -0500
++++ CF-855.17/CoreFoundation.h.new  2015-01-03 00:18:35.000000000 -0500
+@@ -72,6 +72,7 @@
+ #include <CoreFoundation/CFDictionary.h>
+ #include <CoreFoundation/CFError.h>
+ #include <CoreFoundation/CFLocale.h>
++#include <CoreFoundation/CFMachPort.h>
+ #include <CoreFoundation/CFNumber.h>
+ #include <CoreFoundation/CFNumberFormatter.h>
+ #include <CoreFoundation/CFPreferences.h>
+
+--- CF-855.17/Makefile  2015-01-03 00:32:52.000000000 -0500
++++ CF-855.17/Makefile.new  2015-01-03 00:33:07.000000000 -0500
+@@ -9,7 +9,7 @@
+ HFILES = $(wildcard *.h)
+ INTERMEDIATE_HFILES = $(addprefix $(OBJBASE)/CoreFoundation/,$(HFILES))
+ 
+-PUBLIC_HEADERS=CFArray.h CFBag.h CFBase.h CFBinaryHeap.h CFBitVector.h CFBundle.h CFByteOrder.h CFCalendar.h CFCharacterSet.h CFData.h CFDate.h CFDateFormatter.h CFDictionary.h CFError.h CFLocale.h CFMessagePort.h CFNumber.h CFNumberFormatter.h CFPlugIn.h CFPlugInCOM.h CFPreferences.h CFPropertyList.h CFRunLoop.h CFSet.h CFSocket.h CFStream.h CFString.h CFStringEncodingExt.h CFTimeZone.h CFTree.h CFURL.h CFURLAccess.h CFUUID.h CFUserNotification.h CFXMLNode.h CFXMLParser.h CFAvailability.h CFUtilities.h CoreFoundation.h
++PUBLIC_HEADERS=CFArray.h CFBag.h CFBase.h CFBinaryHeap.h CFBitVector.h CFBundle.h CFByteOrder.h CFCalendar.h CFCharacterSet.h CFData.h CFDate.h CFDateFormatter.h CFDictionary.h CFError.h CFLocale.h CFMachPort.h CFMessagePort.h CFNumber.h CFNumberFormatter.h CFPlugIn.h CFPlugInCOM.h CFPreferences.h CFPropertyList.h CFRunLoop.h CFSet.h CFSocket.h CFStream.h CFString.h CFStringEncodingExt.h CFTimeZone.h CFTree.h CFURL.h CFURLAccess.h CFUUID.h CFUserNotification.h CFXMLNode.h CFXMLParser.h CFAvailability.h CFUtilities.h CoreFoundation.h
+ 
+ PRIVATE_HEADERS=CFBundlePriv.h CFCharacterSetPriv.h CFError_Private.h CFLogUtilities.h CFPriv.h CFRuntime.h CFStorage.h CFStreamAbstract.h CFStreamPriv.h CFStreamInternal.h CFStringDefaultEncoding.h CFStringEncodingConverter.h CFStringEncodingConverterExt.h CFUniChar.h CFUnicodeDecomposition.h CFUnicodePrecomposition.h ForFoundationOnly.h CFBurstTrie.h CFICULogging.h
+