summaryrefslogtreecommitdiff
path: root/net/kiax/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-26 10:26:54 +0000
committerwiz <wiz@pkgsrc.org>2017-09-26 10:26:54 +0000
commitae5685dfc979dd70b9f69468783b7431741f7989 (patch)
treecee945eb76dff1c09675480edc4417fe2da69fe7 /net/kiax/patches
parent7843a1f099ae31d8c53173372461e920c9206eff (diff)
downloadpkgsrc-ae5685dfc979dd70b9f69468783b7431741f7989.tar.gz
*: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
Diffstat (limited to 'net/kiax/patches')
-rw-r--r--net/kiax/patches/patch-aa12
-rw-r--r--net/kiax/patches/patch-ab13
-rw-r--r--net/kiax/patches/patch-ac13
-rw-r--r--net/kiax/patches/patch-ad13
-rw-r--r--net/kiax/patches/patch-ae45
-rw-r--r--net/kiax/patches/patch-af12
-rw-r--r--net/kiax/patches/patch-ai13
-rw-r--r--net/kiax/patches/patch-src_kiaxcontact.cpp13
8 files changed, 0 insertions, 134 deletions
diff --git a/net/kiax/patches/patch-aa b/net/kiax/patches/patch-aa
deleted file mode 100644
index 6ab0ab85edc..00000000000
--- a/net/kiax/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2009/08/29 13:31:04 wiz Exp $
-
---- bin/Makefile.orig 2009-08-29 13:25:19.000000000 +0000
-+++ bin/Makefile
-@@ -2,6 +2,6 @@ DEST_PATH=/usr/pkg/bin/
- all:
- echo 'none'
- install:
-- cp -f "kiax" $(DEST_PATH)
-+ cp -f "kiax" $(INSTALL_ROOT)$(DEST_PATH)
- clean:
- rm -f kiax
diff --git a/net/kiax/patches/patch-ab b/net/kiax/patches/patch-ab
deleted file mode 100644
index 808950ae7f9..00000000000
--- a/net/kiax/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2006/04/14 09:56:03 adam Exp $
-
---- lib/portaudio/pa_unix_oss/pa_unix_oss.c.orig 2006-02-05 00:51:06.000000000 +0100
-+++ lib/portaudio/pa_unix_oss/pa_unix_oss.c
-@@ -43,7 +43,7 @@
- #ifdef __linux__
- #include <linux/soundcard.h>
- #else
--#if defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
- #include <sys/soundcard.h>
- #else
- #include <machine/soundcard.h> /* JH20010905 */
diff --git a/net/kiax/patches/patch-ac b/net/kiax/patches/patch-ac
deleted file mode 100644
index 95f3fedf95d..00000000000
--- a/net/kiax/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2006/04/14 09:56:03 adam Exp $
-
---- lib/portmixer/px_unix_oss/px_unix_oss.c.orig 2006-02-05 00:54:14.000000000 +0100
-+++ lib/portmixer/px_unix_oss/px_unix_oss.c
-@@ -38,7 +38,7 @@
- #ifdef __linux__
- #include <linux/soundcard.h>
- #else
--#if defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
- #include <sys/soundcard.h>
- #else
- #include <machine/soundcard.h> /* JH20010905 */
diff --git a/net/kiax/patches/patch-ad b/net/kiax/patches/patch-ad
deleted file mode 100644
index 383e44e2359..00000000000
--- a/net/kiax/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2006/04/14 09:56:03 adam Exp $
-
---- lib/libiax2/src/iax-client.h.orig 2006-02-05 00:57:52.000000000 +0100
-+++ lib/libiax2/src/iax-client.h
-@@ -19,7 +19,7 @@
- #pragma warning(disable:4200)
- #endif
-
--#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(LINUX) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
- #else
- #define socklen_t int
- #endif
diff --git a/net/kiax/patches/patch-ae b/net/kiax/patches/patch-ae
deleted file mode 100644
index f4dbaa0e61f..00000000000
--- a/net/kiax/patches/patch-ae
+++ /dev/null
@@ -1,45 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2007/08/05 18:37:01 joerg Exp $
-
---- lib/libiax2/src/iax.c.orig 2006-06-07 22:03:53.000000000 +0000
-+++ lib/libiax2/src/iax.c
-@@ -18,7 +18,6 @@
- #include <winsock.h>
- #include <time.h>
- #include <stdlib.h>
--#include <malloc.h>
- #include <stdarg.h>
- #include <stdio.h>
- #include <fcntl.h>
-@@ -38,6 +37,7 @@ void gettimeofday(struct timeval *tv, vo
-
- #else
-
-+#include <sys/types.h>
- #include <netdb.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
-@@ -59,15 +59,6 @@ void gettimeofday(struct timeval *tv, vo
- #include <arpa/inet.h>
- #include <time.h>
-
--#if !defined(MACOSX) && !defined(__FreeBSD__)
--#include <malloc.h>
--#ifndef SOLARIS
--#if !defined(__NetBSD__) && !defined(__FreeBSD__)
--#include <error.h>
--#endif
--#endif
--#endif
--
- #endif
-
- #ifdef NEWJB
-@@ -97,7 +88,7 @@ void gettimeofday(struct timeval *tv, vo
- #ifdef SOLARIS
- #define IAX_SOCKOPTS MSG_DONTWAIT
- #else
--#if defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
- #define IAX_SOCKOPTS MSG_DONTWAIT
- #else /* Linux and others */
- #define IAX_SOCKOPTS MSG_DONTWAIT | MSG_NOSIGNAL
diff --git a/net/kiax/patches/patch-af b/net/kiax/patches/patch-af
deleted file mode 100644
index 33860cbdbed..00000000000
--- a/net/kiax/patches/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2006/01/25 00:00:03 reinoud Exp $
-
---- src/iaxwrapper.cpp.orig 2005-04-11 12:36:24.000000000 +0200
-+++ src/iaxwrapper.cpp
-@@ -18,6 +18,7 @@
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
- ***************************************************************************/
- #include "iaxwrapper.h"
-+#include <stdlib.h>
-
- IaxWrapper* callbackCaller;
-
diff --git a/net/kiax/patches/patch-ai b/net/kiax/patches/patch-ai
deleted file mode 100644
index e62bb291b5a..00000000000
--- a/net/kiax/patches/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.4 2006/07/07 16:50:35 reinoud Exp $
-
---- lib/libiax2/src/md5.c.orig 2006-06-07 23:53:12.000000000 +0200
-+++ lib/libiax2/src/md5.c
-@@ -2,7 +2,7 @@
- in the public domain as per the copyright below */
-
- #include <stdint.h>
--#if defined(__FreeBSD__) || defined(__NetBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
- # include <machine/endian.h>
- #elif defined(LINUX)
- # include <endian.h>
diff --git a/net/kiax/patches/patch-src_kiaxcontact.cpp b/net/kiax/patches/patch-src_kiaxcontact.cpp
deleted file mode 100644
index 81e910001f5..00000000000
--- a/net/kiax/patches/patch-src_kiaxcontact.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_kiaxcontact.cpp,v 1.1 2013/01/17 16:00:56 joerg Exp $
-
---- src/kiaxcontact.cpp.orig 2013-01-16 10:19:53.000000000 +0000
-+++ src/kiaxcontact.cpp
-@@ -21,7 +21,7 @@
-
- int KiaxContact::nextContact;
-
--KiaxContact::KiaxContact(QString cname="User", QString cnumber="12345678", QString caccountId="1") {
-+KiaxContact::KiaxContact(QString cname, QString cnumber, QString caccountId) {
- id = QString::number(QDateTime::currentDateTime().toTime_t()) + QString::number(KiaxContact::nextContact);
- KiaxContact::nextContact++;
- name = cname;