summaryrefslogtreecommitdiff
path: root/net/sipxcommserverlib/files/patch-src_test_Makefile.am
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/sipxcommserverlib/files/patch-src_test_Makefile.am
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/sipxcommserverlib/files/patch-src_test_Makefile.am')
-rw-r--r--net/sipxcommserverlib/files/patch-src_test_Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/sipxcommserverlib/files/patch-src_test_Makefile.am b/net/sipxcommserverlib/files/patch-src_test_Makefile.am
deleted file mode 100644
index 5d17556f52d8..000000000000
--- a/net/sipxcommserverlib/files/patch-src_test_Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
---- ./src/test/Makefile.am.orig Sun Jan 7 16:20:05 2007
-+++ ./src/test/Makefile.am Sun Jan 7 16:34:25 2007
-@@ -9,8 +9,8 @@
- OdbcWrapperTest.cpp
- db_CXXFLAGS = -DTESTDATABASE=\"$(SIPXTEST_DATABASE)\"
- db_deps = db_setup
--PG_USER = postgres
--SCHEMA_FILE = $(top_srcdir)/../sipXproxy/etc/database/schema.sql
-+PG_USER = pgsql
-+SCHEMA_FILE = $(top_srcdir)/../sipxproxy-3.6.0/etc/database/schema.sql
- else
- db_FILES =
- db_CXXFLAGS =
-@@ -19,7 +19,7 @@
-
- ## All tests under this GNU variable should run relatively quickly
- ## and of course require no setup
--TESTS = testsuite sipx_config_value_test
-+TESTS = testsuite sipx_config_value/test
-
- check_PROGRAMS = testsuite sandbox
-
-@@ -78,6 +78,6 @@
- psql -U $(PG_USER) -d $(SIPXTEST_DATABASE) \
- -f $(SCHEMA_FILE) &>/dev/null; \
- else \
-- @echo "Schema file $(SCHEMA_FILE) not found"; \
-+ echo "Schema file $(SCHEMA_FILE) not found"; \
- fi
- @echo "Done."