From owner-svn-ports-all@freebsd.org Wed Dec 27 15:55:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D21BE9DB76; Wed, 27 Dec 2017 15:55:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 371D46AE22; Wed, 27 Dec 2017 15:55:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBRFt20j072393; Wed, 27 Dec 2017 15:55:02 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBRFt1Fw072388; Wed, 27 Dec 2017 15:55:01 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201712271555.vBRFt1Fw072388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 27 Dec 2017 15:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457376 - in head: . devel devel/pwlib net net/asterisk13 net/asterisk13/files net/ohphone net/openh323 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: . devel devel/pwlib net net/asterisk13 net/asterisk13/files net/ohphone net/openh323 X-SVN-Commit-Revision: 457376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 15:55:03 -0000 Author: tijl Date: Wed Dec 27 15:55:01 2017 New Revision: 457376 URL: https://svnweb.freebsd.org/changeset/ports/457376 Log: Remove devel/pwlib, net/openh323 and net/ohphone. The OpenH323 project was split into OpalVoip and H323Plus in 2007, both also available as ports. Remove dependency on net/openh323 from net/asterisk13. The chan_h323 module has been replaced with chan_ooh323 which no longer depends on openh323. Deleted: head/devel/pwlib/ head/net/ohphone/ head/net/openh323/ Modified: head/MOVED head/devel/Makefile head/net/Makefile head/net/asterisk13/Makefile head/net/asterisk13/files/patch-configure Modified: head/MOVED ============================================================================== --- head/MOVED Wed Dec 27 15:39:00 2017 (r457375) +++ head/MOVED Wed Dec 27 15:55:01 2017 (r457376) @@ -9825,3 +9825,6 @@ textproc/py-elasticsearch-py|textproc/py-elasticsearch japanese/egg-canna||2017-12-25|Has expired: Requires Emacs versions before 23 editors/tree-widget||2017-12-26|Has expired: Now part of Emacs www/py-flup|www/py-flup6|2017-12-26|forked, for py3k support +net/openh323||2017-12-27|Abandoned in 2007, continued as net/h323plus +net/ohphone||2017-12-27|Part of OpenH323 project, abandoned in 2007 +devel/pwlib||2017-12-27|Part of OpenH323 project, abandoned in 2007, continued as devel/ptlib Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 27 15:39:00 2017 (r457375) +++ head/devel/Makefile Wed Dec 27 15:55:01 2017 (r457376) @@ -4129,7 +4129,6 @@ SUBDIR += pure-stldict SUBDIR += pure-stllib SUBDIR += pushmi - SUBDIR += pwlib SUBDIR += py-Acquisition SUBDIR += py-AddOns SUBDIR += py-Automat Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Dec 27 15:39:00 2017 (r457375) +++ head/net/Makefile Wed Dec 27 15:55:01 2017 (r457376) @@ -498,7 +498,6 @@ SUBDIR += nyancat SUBDIR += nylon SUBDIR += ocserv - SUBDIR += ohphone SUBDIR += olsrd SUBDIR += omnitty SUBDIR += onenetd @@ -509,7 +508,6 @@ SUBDIR += openbgpd SUBDIR += openbsc SUBDIR += openggsn - SUBDIR += openh323 SUBDIR += openldap24-client SUBDIR += openldap24-sasl-client SUBDIR += openldap24-server Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Wed Dec 27 15:39:00 2017 (r457375) +++ head/net/asterisk13/Makefile Wed Dec 27 15:55:01 2017 (r457376) @@ -161,11 +161,6 @@ ODBC_CONFIGURE_ON= --with-ltdl ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC \ libltdl.so:devel/libltdl -OOH323_CPPFLAGS= -I${LOCALBASE}/include/openh323 -OOH323_LIB_DEPENDS= libpt_r.so:devel/pwlib \ - libh323_r.so:net/openh323 -OOH323_MAKE_ENV= OPENH323DIR=${LOCALBASE}/share/openh323 - PGSQL_CONFIGURE_WITH= postgres PGSQL_USES= pgsql Modified: head/net/asterisk13/files/patch-configure ============================================================================== --- head/net/asterisk13/files/patch-configure Wed Dec 27 15:39:00 2017 (r457375) +++ head/net/asterisk13/files/patch-configure Wed Dec 27 15:55:01 2017 (r457376) @@ -30,15 +30,6 @@ #include int main () -@@ -30490,7 +30490,7 @@ $as_echo "${OPENH323_BUILD}" >&6; } - - fi - -- PLATFORM_OPENH323="h323_${PWLIB_PLATFORM}_${OPENH323_SUFFIX}" -+ PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}" - - if test "${HAS_OPENH323:-unset}" != "unset"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5 @@ -30588,13 +30588,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_LUA}" != "no"; ast_ext_lib_check_save_CFLAGS="${CFLAGS}" CFLAGS="${CFLAGS} "