From 5cd700075edddb501cfa118b7e827842035b3e94 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 19 Jan 2008 11:24:41 +0000 Subject: callweaver: follow upstream from openpbx.org to callweaver.org and update to rc5 * openpbx.org is gone and thus fetching failed. * upgrade to rc5 since rc3 is no longer available * Follow upstream rename of project from openpbx.org to callweaver.org. replace all occurences of the openpbx string with callweaver in all files. * drop unneeded patches and create new ones (fix version check code) * drop openldap support and DEPENDS until bug 2806 is fixed to enable the package to build in OE * fix packaging * this is the "boy, am I glad I got it off the 'mtn status'-radar"-commit --- .../openpbx/openpbx.org-1.2_rc3/openssl.m4.patch | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 packages/openpbx/openpbx.org-1.2_rc3/openssl.m4.patch (limited to 'packages/openpbx/openpbx.org-1.2_rc3/openssl.m4.patch') diff --git a/packages/openpbx/openpbx.org-1.2_rc3/openssl.m4.patch b/packages/openpbx/openpbx.org-1.2_rc3/openssl.m4.patch deleted file mode 100644 index 55d0d33832..0000000000 --- a/packages/openpbx/openpbx.org-1.2_rc3/openssl.m4.patch +++ /dev/null @@ -1,46 +0,0 @@ -*** openpbx.org-1.2_rc3.old/acmacros/openssl.m4 Tue Mar 6 15:21:39 2007 ---- openpbx.org-1.2_rc3/acmacros/openssl.m4 Tue Mar 6 15:23:18 2007 -*************** -*** 3,13 **** - # - AC_DEFUN([CHECK_SSL], - [AC_MSG_CHECKING(if ssl is wanted) -! # AC_ARG_WITH(ssl, -! # [ --with-ssl enable ssl [will check /usr/local/ssl -! # /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr /usr/sfw ] -! # ], -! #[ AC_MSG_RESULT(yes) - for dir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr /usr/sfw; do - ssldir="$dir" - if test -f "$dir/include/openssl/ssl.h"; then ---- 3,13 ---- - # - AC_DEFUN([CHECK_SSL], - [AC_MSG_CHECKING(if ssl is wanted) -! AC_ARG_WITH(ssl, -! [ --with-ssl enable ssl [will check /usr/local/ssl -! /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr /usr/sfw ] -! ], -! [ AC_MSG_RESULT(yes) - for dir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr /usr/sfw; do - ssldir="$dir" - if test -f "$dir/include/openssl/ssl.h"; then -*************** -*** 33,40 **** - AC_SUBST([HAVE_SSL]) - AC_SUBST([SSL_LIBS]) - AC_SUBST([SSL_CFLAGS]) -! #], -! #[ -! # AC_MSG_RESULT(no) -! #]) - ])dnl ---- 33,40 ---- - AC_SUBST([HAVE_SSL]) - AC_SUBST([SSL_LIBS]) - AC_SUBST([SSL_CFLAGS]) -! ], -! [ -! AC_MSG_RESULT(no) -! ]) - ])dnl -- cgit v1.2.3