summaryrefslogtreecommitdiff
path: root/net/sipxconfig/files/patch-configure
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/sipxconfig/files/patch-configure
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/sipxconfig/files/patch-configure')
-rw-r--r--net/sipxconfig/files/patch-configure38
1 files changed, 0 insertions, 38 deletions
diff --git a/net/sipxconfig/files/patch-configure b/net/sipxconfig/files/patch-configure
deleted file mode 100644
index 72bf56b101ef..000000000000
--- a/net/sipxconfig/files/patch-configure
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.orig Tue Jan 9 15:13:38 2007
-+++ configure Tue Jan 9 15:14:11 2007
-@@ -2976,7 +2976,7 @@
- fi
-
-
-- if test "x$RUBY" == "x" ; then
-+ if test "x$RUBY" = "x" ; then
- { { echo "$as_me:$LINENO: error: ruby is required" >&5
- echo "$as_me: error: ruby is required" >&2;}
- { (exit 1); exit 1; }; }
-@@ -3085,7 +3085,7 @@
-
-
- minGemVersion=0.8.11
-- if test "x$GEM" == "x" ; then
-+ if test "x$GEM" = "x" ; then
- echo "$as_me:$LINENO: result: * to install ruby gems follow your distro instructions, " >&5
- echo "${ECHO_T}* to install ruby gems follow your distro instructions, " >&6
- echo "$as_me:$LINENO: result: * locate the rpm on pbone or run the following commands: " >&5
-@@ -3186,7 +3186,7 @@
- fi
-
-
-- if test "x$RAKE" == "x" ; then
-+ if test "x$RAKE" = "x" ; then
- { { echo "$as_me:$LINENO: error: rake is required. type 'gem install rake --no-rdoc'" >&5
- echo "$as_me: error: rake is required. type 'gem install rake --no-rdoc'" >&2;}
- { (exit 1); exit 1; }; }
-@@ -3239,7 +3239,7 @@
- # CHECK_RUBY_GEM([file-tail])
-
-
--if test x$enable_ruby_binding == xyes ; then
-+if test x$enable_ruby_binding = xyes ; then
- RUBY_BINDINGS_ENABLED="ruby-bindings-enabled="
-
- abs_srcdir=`cd $srcdir && pwd`