diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /net-p2p/qtella/files/patch-include__sha1.h | |
parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'net-p2p/qtella/files/patch-include__sha1.h')
-rw-r--r-- | net-p2p/qtella/files/patch-include__sha1.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/qtella/files/patch-include__sha1.h b/net-p2p/qtella/files/patch-include__sha1.h deleted file mode 100644 index 90f64bc43f8f..000000000000 --- a/net-p2p/qtella/files/patch-include__sha1.h +++ /dev/null @@ -1,15 +0,0 @@ ---- include/sha1.h.orig Fri May 21 01:14:16 2004 -+++ include/sha1.h Mon Jan 29 22:02:09 2007 -@@ -5,7 +5,12 @@ - extern "C" { - #endif - -+#ifdef HAVE_STDINT_H - #include <stdint.h> -+#else -+#include <inttypes.h> -+#define int_least16_t int16_t -+#endif - /* - * If you do not have the ISO standard stdint.h header file, then you - * must typdef the following: |