diff options
author | David Chisnall <theraven@FreeBSD.org> | 2013-08-28 18:26:01 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2013-08-28 18:26:01 +0000 |
commit | 3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (patch) | |
tree | ab5064afd823ae17563635026226e53774a6614d /databases/gdl2/files/patch-EOQualifier.h | |
parent | Update devel/monodevelop to 4.0.12 and unbreak build. (diff) |
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them.
Approved by: bapt
Notes
Notes:
svn path=/head/; revision=325546
Diffstat (limited to 'databases/gdl2/files/patch-EOQualifier.h')
-rw-r--r-- | databases/gdl2/files/patch-EOQualifier.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/gdl2/files/patch-EOQualifier.h b/databases/gdl2/files/patch-EOQualifier.h deleted file mode 100644 index 04de0dac122e..000000000000 --- a/databases/gdl2/files/patch-EOQualifier.h +++ /dev/null @@ -1,10 +0,0 @@ ---- EOControl/EOQualifier.h.orig 2007-07-12 08:39:22.000000000 +0200 -+++ EOControl/EOQualifier.h 2009-11-14 23:11:00.000000000 +0100 -@@ -29,6 +29,7 @@ - - #ifdef GNUSTEP - #include <Foundation/NSObject.h> -+#include <Foundation/NSArray.h> - #else - #include <Foundation/Foundation.h> - #endif |