Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 15:55:01 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
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
Message-ID:  <201712271555.vBRFt1Fw072388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ifaddrs.h>
  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} "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712271555.vBRFt1Fw072388>