From 3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Wed, 28 Aug 2013 18:26:01 +0000 Subject: 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 --- devel/performance/files/patch-GSFIFO.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/performance/files/patch-GSFIFO.h (limited to 'devel/performance/files/patch-GSFIFO.h') diff --git a/devel/performance/files/patch-GSFIFO.h b/devel/performance/files/patch-GSFIFO.h deleted file mode 100644 index 64082d394687..000000000000 --- a/devel/performance/files/patch-GSFIFO.h +++ /dev/null @@ -1,20 +0,0 @@ ---- GSFIFO.h.orig 2011-10-25 13:35:27.000000000 +0200 -+++ GSFIFO.h 2011-11-04 10:22:40.000000000 +0100 -@@ -25,7 +25,7 @@ - #import - - @class NSArray; --@class NSCondition; -+@class NSConditionLock; - @class NSNumber; - @class NSString; - @class NSThread; -@@ -82,7 +82,7 @@ - uint16_t timeout; - uint64_t fullCount; // Total waits for full FIFO - uint64_t emptyCount; // Total waits for empty FIFO -- NSCondition *condition; -+ NSConditionLock *condition; - NSString *name; - NSTimeInterval getWaitTotal; // Total time waiting for gets - NSTimeInterval putWaitTotal; // Total time waiting for puts -- cgit v1.2.3