summaryrefslogtreecommitdiff
path: root/net/sipxtacklib/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-28 22:52:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-28 22:52:24 +0000
commitd568c421a23a0bade57a78baa0e6602acafafb8e (patch)
treed5047c76dee4e3373a0f170ab9987c7507332286 /net/sipxtacklib/files
parentMark for deprecation, since unmaintained, failing to work with current (diff)
2009-03-27 net/sipxcalllib: old version, needs updating
2009-03-27 net/sipxcommserverlib: old version, needs updating, and does not compile 2009-03-27 net/sipxconfig: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxmediaadapterlib: old version, needs updating 2009-03-27 net/sipxmedialib: old version, needs updating 2009-03-27 net/sipxpbx: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxproxy: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxportlib: old version, needs updating 2009-03-27 net/sipxpublisher: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxregistry: depends on broken port net/sipxcommserverlib 2009-03-27 net/sipxtacklib: old version, needs updating 2009-03-27 net/sipxvxml: old version, needs updating
Notes
Notes: svn path=/head/; revision=231220
Diffstat (limited to 'net/sipxtacklib/files')
-rw-r--r--net/sipxtacklib/files/patch-doc-Makefile.am11
-rw-r--r--net/sipxtacklib/files/patch-doc-Makefile.in11
-rw-r--r--net/sipxtacklib/files/patch-src_Makefile.am12
-rw-r--r--net/sipxtacklib/files/patch-src_Makefile.in11
-rw-r--r--net/sipxtacklib/files/patch-src_net_HttpMessage.cpp15
-rw-r--r--net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp11
-rw-r--r--net/sipxtacklib/files/patch-src_resparse_res_data.c22
7 files changed, 0 insertions, 93 deletions
diff --git a/net/sipxtacklib/files/patch-doc-Makefile.am b/net/sipxtacklib/files/patch-doc-Makefile.am
deleted file mode 100644
index e8bc77b5966d..000000000000
--- a/net/sipxtacklib/files/patch-doc-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.am.orgi Mon Jan 29 12:10:45 2007
-+++ doc/Makefile.am Mon Jan 29 12:11:05 2007
-@@ -31,7 +31,7 @@
- rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
- @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
- find @PACKAGE@ -type f -print \
-- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
-+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
-
- clean: clean-doc
-
diff --git a/net/sipxtacklib/files/patch-doc-Makefile.in b/net/sipxtacklib/files/patch-doc-Makefile.in
deleted file mode 100644
index 642873349762..000000000000
--- a/net/sipxtacklib/files/patch-doc-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orgi Mon Jan 29 12:10:55 2007
-+++ doc/Makefile.in Mon Jan 29 12:11:15 2007
-@@ -481,7 +481,7 @@
- rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
- @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@
- find @PACKAGE@ -type f -print \
-- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
-+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/%
-
- clean: clean-doc
-
diff --git a/net/sipxtacklib/files/patch-src_Makefile.am b/net/sipxtacklib/files/patch-src_Makefile.am
deleted file mode 100644
index 9b556c155fd3..000000000000
--- a/net/sipxtacklib/files/patch-src_Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/Makefile.am.orig Thu Dec 28 18:02:19 2006
-+++ ./src/Makefile.am Thu Dec 28 18:02:39 2006
-@@ -38,8 +38,7 @@
- libsipXtack_la_LIBADD = \
- @SIPXPORT_LIBS@ \
- @SSL_LIBS@ \
-- @PCRE_LIBS@ \
-- -lresolv
-+ @PCRE_LIBS@
- if ISGCC
- libsipXtack_la_LIBADD += -lstdc++
- endif
diff --git a/net/sipxtacklib/files/patch-src_Makefile.in b/net/sipxtacklib/files/patch-src_Makefile.in
deleted file mode 100644
index 3e31dfd349e5..000000000000
--- a/net/sipxtacklib/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/Makefile.in.orig Thu Dec 28 18:02:25 2006
-+++ ./src/Makefile.in Thu Dec 28 18:02:45 2006
-@@ -352,7 +352,7 @@
- -DSIPX_CONFDIR=\"@SIPX_CONFDIR@\"
-
- libsipXtack_la_LIBADD = @SIPXPORT_LIBS@ @SSL_LIBS@ @PCRE_LIBS@ \
-- -lresolv $(am__append_1)
-+ $(am__append_1)
- libsipXtack_la_SOURCES = \
- $(top_builddir)/config/sipxtacklib-buildstamp.h \
- $(top_builddir)/config/sipxtacklib-buildstamp.cpp \
diff --git a/net/sipxtacklib/files/patch-src_net_HttpMessage.cpp b/net/sipxtacklib/files/patch-src_net_HttpMessage.cpp
deleted file mode 100644
index a15bd05eab18..000000000000
--- a/net/sipxtacklib/files/patch-src_net_HttpMessage.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/net/HttpMessage.cpp.orig Sat Sep 29 15:57:14 2007
-+++ src/net/HttpMessage.cpp Sat Sep 29 15:59:10 2007
-@@ -3304,10 +3304,10 @@
- decodedCookie);
- #endif
- // Parse out the userId and password
-- int userPasswordSeparatorIndex = (int) strchr(decodedCookie, ':');
-+ uintptr_t userPasswordSeparatorIndex = (uintptr_t) strchr(decodedCookie, ':');
- if(userPasswordSeparatorIndex)
- {
-- userPasswordSeparatorIndex -= (int) decodedCookie;
-+ userPasswordSeparatorIndex -= (uintptr_t) decodedCookie;
-
- userId->append(decodedCookie, userPasswordSeparatorIndex);
- password->append(&decodedCookie[userPasswordSeparatorIndex + 1],
diff --git a/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp b/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp
deleted file mode 100644
index 285fae08016e..000000000000
--- a/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/net/SipUserAgent.cpp.orig Thu Dec 28 17:59:14 2006
-+++ ./src/net/SipUserAgent.cpp Thu Dec 28 18:00:20 2006
-@@ -83,6 +83,8 @@
- # define PLATFORM_UA_PARAM " (Linux)"
- #elif defined(sun)
- # define PLATFORM_UA_PARAM " (Solaris)"
-+#elif defined(__FreeBSD__)
-+# define PLATFORM_UA_PARAM " (FreeBSD)"
- #endif
- #endif /* PLATFORM_UA_PARAM */
-
diff --git a/net/sipxtacklib/files/patch-src_resparse_res_data.c b/net/sipxtacklib/files/patch-src_resparse_res_data.c
deleted file mode 100644
index 6d1613f146a2..000000000000
--- a/net/sipxtacklib/files/patch-src_resparse_res_data.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/resparse/res_data.c.orig Wed Sep 5 14:44:28 2007
-+++ src/resparse/res_data.c Wed Sep 5 14:46:36 2007
-@@ -20,6 +20,9 @@
- #endif /* LIBC_SCCS and not lint */
-
- #include <sys/types.h>
-+#if defined(__FreeBSD__)
-+#include <sys/param.h>
-+#endif
- #include <time.h>
-
- /* Reordered includes and separated into win/vx --GAT */
-@@ -51,7 +54,8 @@
-
- #include "resparse/res_config.h"
-
--#ifndef __pingtel_on_posix__
-+#if !defined(__pingtel_on_posix__) || (defined(__FreeBSD__) && __FreeBSD_version > 700040)
-+/* libc _res_opcodes was removed from FreeBSD 7.x */
- const char *_res_opcodes[] = {
- "QUERY",
- "IQUERY",