aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-09-20 21:39:43 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-09-20 21:39:43 +0000
commitb4a7a1188330a1d2d95f259651fbe84dc57a1289 (patch)
treed5d02d9c5142f1d51becabb935d6199cf318a74d
parentbb3d930712b8cadb00e9c68a9d6322c476441861 (diff)
Notes
-rw-r--r--devel/ptlib/Makefile140
-rw-r--r--devel/ptlib/distinfo2
-rw-r--r--devel/ptlib/files/extra-src_ptlib_unix_socket.cxx13
-rw-r--r--devel/ptlib/files/patch-Makefile.in41
-rw-r--r--devel/ptlib/files/patch-include_ptclib_vsdl.h11
-rw-r--r--devel/ptlib/files/patch-make_lib.mak14
-rw-r--r--devel/ptlib/files/patch-plugins_configure395
-rw-r--r--devel/ptlib/files/patch-plugins_vidinput_bsd_h22
-rw-r--r--devel/ptlib/files/patch-src__ptlib__common__osutils.cxx27
-rw-r--r--devel/ptlib/files/patch-src__ptlib__unix__svcproc.cxx26
-rw-r--r--devel/ptlib/files/patch-src__ptlib__unix__tlib.cxx11
-rw-r--r--devel/ptlib/files/patch-src__ptlib__unix__tlibthrd.cxx47
-rw-r--r--devel/ptlib/files/patch-src_ptclib_vsdl.cxx11
-rw-r--r--devel/ptlib/pkg-descr7
-rw-r--r--devel/ptlib/pkg-plist184
-rw-r--r--net/ekiga/Makefile62
-rw-r--r--net/ekiga/distinfo2
-rw-r--r--net/ekiga/files/patch-src-devices-fakevideoinput39
-rw-r--r--net/ekiga/files/patch-src-gui-libintl31
-rw-r--r--net/ekiga/files/patch-src-gui-main.cpp11
-rw-r--r--net/ekiga/files/patch-ubuntu15
-rw-r--r--net/ekiga/pkg-descr7
-rw-r--r--net/ekiga/pkg-plist284
-rw-r--r--net/opal/Makefile58
-rw-r--r--net/opal/distinfo2
-rw-r--r--net/opal/files/patch-Makefile.in13
-rw-r--r--net/opal/files/patch-libspeex13
-rw-r--r--net/opal/files/patch-opal_inc.mak.in11
-rw-r--r--net/opal/pkg-descr9
-rw-r--r--net/opal/pkg-plist127
30 files changed, 0 insertions, 1635 deletions
diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile
deleted file mode 100644
index 6b18ede7464a..000000000000
--- a/devel/ptlib/Makefile
+++ /dev/null
@@ -1,140 +0,0 @@
-# Created by: Roger Hardiman <roger@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ptlib
-PORTVERSION= 2.4.4
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/ptlib/2.4
-DISTNAME= ptlib-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Cross platform C++ library, used by OpenH323
-
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-
-CONFLICTS= pwlib-1.* ptlib-2.6.*
-
-USES= bison gmake pkgconfig
-GNU_CONFIGURE= yes
-WANT_SDL= yes
-USE_OPENSSL= yes
-USE_LDCONFIG= yes
-
-NO_LATEST_LINK= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800059
-EXTRA_PATCHES= ${FILESDIR}/extra-src_ptlib_unix_socket.cxx
-.endif
-
-CONFIGURE_ENV= \
- OPENSSL_CFLAGS="-I/usr/include" \
- OPENSSL_LIBS="-lssl"
-CONFIGURE_ARGS+= \
- --disable-atomicity \
- --with-expat-dir="${LOCALBASE}" \
- --enable-oss \
- --enable-alsa=no \
- --disable-odbc
-ALL_TARGET= optshared
-
-# if explicitely asked for, depend upon it
-.if defined(WITH_SDL)
-USE_SDL+= sdl
-CONFIGURE_ENV+= SDL_CFLAGS="`sdl-config --cflags`" \
- SDL_LIBS="`sdl-config --libs`"
-MAKE_ENV+= SDL_CFLAGS="`sdl-config --cflags`" \
- SDL_LIBS="`sdl-config --libs`"
-.endif
-
-# if explicitely disabled, do not depend upon it
-.if defined(WITHOUT_SDL)
-CONFIGURE_ARGS+= --disable-sdl
-.endif
-
-# if nobody cares, use it if it is installed already
-.if !defined(WITHOUT_SDL) && !defined(WITH_SDL)
-.if ${HAVE_SDL:Msdl}
-USE_SDL+= sdl
-CONFIGURE_ENV+= SDL_CFLAGS="`sdl-config --cflags`" \
- SDL_LIBS="`sdl-config --libs`"
-MAKE_ENV+= SDL_CFLAGS="`sdl-config --cflags`" \
- SDL_LIBS="`sdl-config --libs`"
-.else
-CONFIGURE_ARGS+= --disable-sdl
-.endif
-.endif
-
-.if !defined(WITHOUT_PLUGINS)
-CONFIGURE_ARGS+= --enable-plugins
-.endif
-
-#disable OpenLDAP support in PWLIB
-.if defined(WITHOUT_LDAP)
-CONFIGURE_ARGS+= --disable-openldap
-.else
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+= --enable-openldap --with-ldap-dir="${LOCALBASE}"
-.endif
-
-# ONLY FOR THE BRAVE!
-# If someone owns a firewire(4) video device and wants to use it for
-# video-conferencing purposes, please download the files:
-# libraw1394.shar.gz, libavc1394.shar.gz and libdc1394.shar.gz from
-# ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/ports/
-# Extract the files in ${PORTSDIR}/devel and uncomment the following lines.
-#
-##enable libavc1394
-#.if defined(WITH_AVC1394)
-#LIB_DEPENDS+= avc1394.2:${PORTSDIR}/devel/libavc1394 \
-# dv.4:${PORTSDIR}/multimedia/libdv
-#CONFIGURE_ARGS+= --enable-avc
-#PLIST_SUB+= AVC1394=""
-#.else
-CONFIGURE_ARGS+= --disable-avc
-PLIST_SUB+= AVC1394="@comment "
-#.endif
-#
-##enable libdc1394
-#.if defined(WITH_DC1394)
-#LIB_DEPENDS+= dc1394_control.13:${PORTSDIR}/devel/libdc1394
-#CONFIGURE_ARGS+= --enable-dc
-#PLIST_SUB+= DC1394=""
-#.else
-CONFIGURE_ARGS+= --disable-dc
-PLIST_SUB+= DC1394="@comment "
-#.endif
-
-.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64")
-CFLAGS+= -fPIC
-.endif
-
-.if (${ARCH} == "i386") || (${ARCH} == "ia64") || (${ARCH} == "amd64") || (${ARCH} == "powerpc") || (${ARCH} == "sparc64")
-CONFIGURE_ARGS+=--enable-bsdvideo
-PLIST_SUB+= BSDVIDEO=""
-.else
-CONFIGURE_ARGS+=--disable-bsdvideo
-PLIST_SUB+= BSDVIDEO="@comment "
-.endif
-
-.if defined(WITH_V4L) || ( exists(${LOCALBASE}/include/linux/videodev.h) && \
- !defined(WITHOUT_V4L) )
-CONFIGURE_ARGS+=--enable-v4l
-PLIST_SUB+= V4L=""
-BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat
-.else
-CONFIGURE_ARGS+=--disable-v4l
-PLIST_SUB+= V4L="@comment "
-.endif
-
-post-patch:
-.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003
- @${REINPLACE_CMD} -e 's|P_PTHREADS_XPG6|0|' \
- ${WRKSRC}/src/ptlib/unix/tlibthrd.cxx
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/ptlib/distinfo b/devel/ptlib/distinfo
deleted file mode 100644
index c0c45ba10120..000000000000
--- a/devel/ptlib/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ptlib-2.4.4.tar.gz) = bb8ba95d522f0767d8e3bead7512a05fbffce5abaeb9ec1c6e1ed2ccc02a24d1
-SIZE (ptlib-2.4.4.tar.gz) = 4308282
diff --git a/devel/ptlib/files/extra-src_ptlib_unix_socket.cxx b/devel/ptlib/files/extra-src_ptlib_unix_socket.cxx
deleted file mode 100644
index 733c579b31d8..000000000000
--- a/devel/ptlib/files/extra-src_ptlib_unix_socket.cxx
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/ptlib/unix/socket.cxx.orig 2009-12-12 11:42:03.000000000 +0800
-+++ src/ptlib/unix/socket.cxx 2009-12-12 11:46:09.000000000 +0800
-@@ -1144,10 +1144,6 @@ PBoolean process_rtentry(struct rt_msghd
- if ((~rtm->rtm_flags&RTF_LLINFO)
- #if defined(P_NETBSD) || defined(P_QNX)
- && (~rtm->rtm_flags&RTF_CLONED) // Net BSD has flag one way
--#elif !defined(P_OPENBSD)
-- && (~rtm->rtm_flags&RTF_WASCLONED) // Free BSD/MAC has it another
--#else
-- // Open BSD does not have it at all!
- #endif
- ) {
-
diff --git a/devel/ptlib/files/patch-Makefile.in b/devel/ptlib/files/patch-Makefile.in
deleted file mode 100644
index cfd51e5ab9e7..000000000000
--- a/devel/ptlib/files/patch-Makefile.in
+++ /dev/null
@@ -1,41 +0,0 @@
---- Makefile.in.orig 2009-01-12 06:53:18.000000000 +0800
-+++ Makefile.in 2009-02-23 10:03:52.000000000 +0800
-@@ -85,11 +85,11 @@
- $(DESTDIR)$(PREFIX)/share/ptlib/make ; \
- do mkdir -p $$dir ; chmod 755 $$dir ; \
- done )
-- $(INSTALL) -m 444 $(PT_LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR)
-+ $(INSTALL) -m 444 $(PT_LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@ $(DESTDIR)$(LIBDIR)
- $(INSTALL) -m 444 $(PT_LIBDIR)/lib$(PTLIB_BASE)_s.a $(DESTDIR)$(LIBDIR)
- (cd $(DESTDIR)$(LIBDIR) ; \
- rm -f $(PTLIB_FILE) ; \
-- ln -sf $(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@ $(PTLIB_FILE) \
-+ ln -sf $(PTLIB_FILE).@MAJOR_VERSION@ $(PTLIB_FILE) \
- )
- ifeq (1, $(HAS_PLUGINS))
- if test -e $(PT_LIBDIR)/device/; then \
-@@ -120,9 +120,9 @@
- $(INSTALL) -m 755 make/ptlib-config $(DESTDIR)$(PREFIX)/share/ptlib/make/
- (cd $(DESTDIR)$(PREFIX)/bin; rm -f ptlib-config ; ln -snf ../share/ptlib/make/ptlib-config ptlib-config)
-
-- mkdir -p $(DESTDIR)$(LIBDIR)/pkgconfig
-- chmod 755 $(DESTDIR)$(LIBDIR)/pkgconfig
-- $(INSTALL) -m 644 ptlib.pc $(DESTDIR)$(LIBDIR)/pkgconfig/
-+ mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig
-+ chmod 755 $(DESTDIR)$(PREFIX)/libdata/pkgconfig
-+ $(INSTALL) -m 644 ptlib.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
- uninstall:
- rm -rf $(DESTDIR)$(PREFIX)/include/ptlib \
- $(DESTDIR)$(PREFIX)/include/ptclib \
-@@ -130,9 +130,9 @@
- $(DESTDIR)$(PREFIX)/include/ptbuildopts.h \
- $(DESTDIR)$(PREFIX)/share/ptlib \
- $(DESTDIR)$(LIBDIR)/$(DEV_PLUGIN_DIR) \
-- $(DESTDIR)$(LIBDIR)/pkgconfig/ptlib.pc
-+ $(DESTDIR)$(PREFIX)/libdata/pkgconfig/ptlib.pc
- rm -f $(DESTDIR)$(LIBDIR)/lib$(PTLIB_BASE)_s.a \
- $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE) \
-- $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@
-+ $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@
-
- # End of Makefile.in
diff --git a/devel/ptlib/files/patch-include_ptclib_vsdl.h b/devel/ptlib/files/patch-include_ptclib_vsdl.h
deleted file mode 100644
index 9a375b4df972..000000000000
--- a/devel/ptlib/files/patch-include_ptclib_vsdl.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/ptclib/vsdl.h.orig 2008-09-25 14:51:15.000000000 +0800
-+++ include/ptclib/vsdl.h 2008-09-25 14:52:15.000000000 +0800
-@@ -33,7 +33,7 @@
-
- #include <ptlib.h>
- #if defined(P_FREEBSD)
--#include <SDL11/SDL.h>
-+#include <SDL.h>
- #else
- #include <SDL/SDL.h>
- #endif
diff --git a/devel/ptlib/files/patch-make_lib.mak b/devel/ptlib/files/patch-make_lib.mak
deleted file mode 100644
index 4100edf647e7..000000000000
--- a/devel/ptlib/files/patch-make_lib.mak
+++ /dev/null
@@ -1,14 +0,0 @@
---- make/lib.mak.orig 2008-10-17 17:02:51.000000000 +0800
-+++ make/lib.mak 2009-02-23 10:18:32.000000000 +0800
-@@ -30,9 +30,9 @@
-
- ifneq ($(OSTYPE),Darwin)
- ifeq ($(BUILD_TYPE),.)
-- LIBNAME_PAT = $(LIB_FILENAME).$(MAJOR_VERSION).$(MINOR_VERSION).$(BUILD_NUMBER)
-+ LIBNAME_PAT = $(LIB_FILENAME).$(MAJOR_VERSION)
- else
-- LIBNAME_PAT = $(LIB_FILENAME).$(MAJOR_VERSION).$(MINOR_VERSION)-$(BUILD_TYPE)$(BUILD_NUMBER)
-+ LIBNAME_PAT = $(LIB_FILENAME).$(MAJOR_VERSION)
- endif
- else
- ifeq ($(BUILD_TYPE),.)
diff --git a/devel/ptlib/files/patch-plugins_configure b/devel/ptlib/files/patch-plugins_configure
deleted file mode 100644
index 3dba91a2b335..000000000000
--- a/devel/ptlib/files/patch-plugins_configure
+++ /dev/null
@@ -1,395 +0,0 @@
---- plugins/configure.orig 2008-09-15 16:26:48.000000000 +0800
-+++ plugins/configure 2009-02-23 20:09:39.000000000 +0800
-@@ -4993,6 +4993,268 @@ fi
-
-
- if test "${enable_bsdvideo}z" = "yesz" ; then
-+ if test "${ac_cv_header_ioctl_meteor_h+set}" = set; then
-+ { echo "$as_me:$LINENO: checking for dev/bktr/ioctl_meteor.h" >&5
-+echo $ECHO_N "checking for dev/bktr/ioctl_meteor.h... $ECHO_C" >&6; }
-+if test "${ac_cv_header_ioctl_meteor_h+set}" = set; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_ioctl_meteor_h" >&5
-+echo "${ECHO_T}$ac_cv_header_ioctl_meteor_h" >&6; }
-+else
-+ # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking dev/bktr/ioctl_meteor.h usability" >&5
-+echo $ECHO_N "checking dev/bktr/ioctl_meteor.h usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+$ac_includes_default
-+#include <dev/bktr/ioctl_meteor.h>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+ *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+ (eval "$ac_compile") 2>conftest.er1
-+ ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } && {
-+ test -z "$ac_c_werror_flag" ||
-+ test ! -s conftest.err
-+ } && test -s conftest.$ac_objext; then
-+ ac_header_compiler=yes
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking dev/bktr/ioctl_meteor.h presence" >&5
-+echo $ECHO_N "checking dev/bktr/ioctl_meteor.h presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+#include <dev/bktr/ioctl_meteor.h>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+ *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+ ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } >/dev/null && {
-+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+ test ! -s conftest.err
-+ }; then
-+ ac_header_preproc=yes
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So? What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+ yes:no: )
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_meteor.h: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_meteor.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_meteor.h: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_meteor.h: proceeding with the compiler's result" >&2;}
-+ ac_header_preproc=yes
-+ ;;
-+ no:yes:* )
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_meteor.h: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_meteor.h: present but cannot be compiled" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_meteor.h: check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_meteor.h: check for missing prerequisite headers?" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_meteor.h: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_meteor.h: see the Autoconf documentation" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_meteor.h: section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_meteor.h: section \"Present But Cannot Be Compiled\"" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_meteor.h: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_meteor.h: proceeding with the preprocessor's result" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_meteor.h: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_meteor.h: in the future, the compiler will take precedence" >&2;}
-+
-+ ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for dev/bktr/ioctl_meteor.h" >&5
-+echo $ECHO_N "checking for dev/bktr/ioctl_meteor.h... $ECHO_C" >&6; }
-+if test "${ac_cv_header_ioctl_meteor_h+set}" = set; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+ ac_cv_header_ioctl_meteor_h=$ac_header_preproc
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_ioctl_meteor_h" >&5
-+echo "${ECHO_T}$ac_cv_header_ioctl_meteor_h" >&6; }
-+
-+fi
-+if test $ac_cv_header_ioctl_meteor_h = yes; then
-+ BSDVIDEOHDR=1
-+fi
-+
-+
-+ if test "${ac_cv_header_ioctl_bt848_h+set}" = set; then
-+ { echo "$as_me:$LINENO: checking for dev/bktr/ioctl_bt848.h" >&5
-+echo $ECHO_N "checking for dev/bktr/ioctl_bt848.h... $ECHO_C" >&6; }
-+if test "${ac_cv_header_ioctl_bt848_h+set}" = set; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_ioctl_bt848_h" >&5
-+echo "${ECHO_T}$ac_cv_header_ioctl_bt848_h" >&6; }
-+else
-+ # Is the header compilable?
-+{ echo "$as_me:$LINENO: checking dev/bktr/ioctl_bt848.h usability" >&5
-+echo $ECHO_N "checking dev/bktr/ioctl_bt848.h usability... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+$ac_includes_default
-+#include <dev/bktr/ioctl_bt848.h>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (ac_try="$ac_compile"
-+case "(($ac_try" in
-+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+ *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+ (eval "$ac_compile") 2>conftest.er1
-+ ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } && {
-+ test -z "$ac_c_werror_flag" ||
-+ test ! -s conftest.err
-+ } && test -s conftest.$ac_objext; then
-+ ac_header_compiler=yes
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ ac_header_compiler=no
-+fi
-+
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6; }
-+
-+# Is the header present?
-+{ echo "$as_me:$LINENO: checking dev/bktr/ioctl_bt848.h presence" >&5
-+echo $ECHO_N "checking dev/bktr/ioctl_bt848.h presence... $ECHO_C" >&6; }
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h. */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h. */
-+#include <dev/bktr/ioctl_bt848.h>
-+_ACEOF
-+if { (ac_try="$ac_cpp conftest.$ac_ext"
-+case "(($ac_try" in
-+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+ *) ac_try_echo=$ac_try;;
-+esac
-+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
-+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
-+ ac_status=$?
-+ grep -v '^ *+' conftest.er1 >conftest.err
-+ rm -f conftest.er1
-+ cat conftest.err >&5
-+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+ (exit $ac_status); } >/dev/null && {
-+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-+ test ! -s conftest.err
-+ }; then
-+ ac_header_preproc=yes
-+else
-+ echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ ac_header_preproc=no
-+fi
-+
-+rm -f conftest.err conftest.$ac_ext
-+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6; }
-+
-+# So? What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+ yes:no: )
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_bt848.h: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_bt848.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_bt848.h: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_bt848.h: proceeding with the compiler's result" >&2;}
-+ ac_header_preproc=yes
-+ ;;
-+ no:yes:* )
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_bt848.h: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_bt848.h: present but cannot be compiled" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_bt848.h: check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_bt848.h: check for missing prerequisite headers?" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_bt848.h: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_bt848.h: see the Autoconf documentation" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_bt848.h: section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_bt848.h: section \"Present But Cannot Be Compiled\"" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_bt848.h: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_bt848.h: proceeding with the preprocessor's result" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: dev/bktr/ioctl_bt848.h: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: dev/bktr/ioctl_bt848.h: in the future, the compiler will take precedence" >&2;}
-+
-+ ;;
-+esac
-+{ echo "$as_me:$LINENO: checking for dev/bktr/ioctl_bt848.h" >&5
-+echo $ECHO_N "checking for dev/bktr/ioctl_bt848.h... $ECHO_C" >&6; }
-+if test "${ac_cv_header_ioctl_bt848_h+set}" = set; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+ ac_cv_header_ioctl_bt848_h=$ac_header_preproc
-+fi
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_ioctl_bt848_h" >&5
-+echo "${ECHO_T}$ac_cv_header_ioctl_bt848_h" >&6; }
-+
-+fi
-+if test $ac_cv_header_ioctl_bt848_h = yes; then
-+ BSDVIDEOHDR=1
-+fi
-+
-+
-+# old path
-+if test "$ac_cv_header_ioctl_bt848_h" != yes -a "$ac_cv_header_ioctl_meteor_h" != yes; then
- if test "${ac_cv_header_machine_ioctl_meteor_h+set}" = set; then
- { echo "$as_me:$LINENO: checking for machine/ioctl_meteor.h" >&5
- echo $ECHO_N "checking for machine/ioctl_meteor.h... $ECHO_C" >&6; }
-@@ -5123,18 +5385,18 @@ if test $ac_cv_header_machine_ioctl_mete
- fi
-
-
-- if test "${ac_cv_header_i386_ioctl_meteor_h+set}" = set; then
-- { echo "$as_me:$LINENO: checking for i386/ioctl_meteor.h" >&5
--echo $ECHO_N "checking for i386/ioctl_meteor.h... $ECHO_C" >&6; }
--if test "${ac_cv_header_i386_ioctl_meteor_h+set}" = set; then
-+ if test "${ac_cv_header_machine_ioctl_bt848_h+set}" = set; then
-+ { echo "$as_me:$LINENO: checking for machine/ioctl_bt848.h" >&5
-+echo $ECHO_N "checking for machine/ioctl_bt848.h... $ECHO_C" >&6; }
-+if test "${ac_cv_header_machine_ioctl_bt848_h+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- fi
--{ echo "$as_me:$LINENO: result: $ac_cv_header_i386_ioctl_meteor_h" >&5
--echo "${ECHO_T}$ac_cv_header_i386_ioctl_meteor_h" >&6; }
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_machine_ioctl_bt848_h" >&5
-+echo "${ECHO_T}$ac_cv_header_machine_ioctl_bt848_h" >&6; }
- else
- # Is the header compilable?
--{ echo "$as_me:$LINENO: checking i386/ioctl_meteor.h usability" >&5
--echo $ECHO_N "checking i386/ioctl_meteor.h usability... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: checking machine/ioctl_bt848.h usability" >&5
-+echo $ECHO_N "checking machine/ioctl_bt848.h usability... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -5142,7 +5404,7 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
- $ac_includes_default
--#include <i386/ioctl_meteor.h>
-+#include <machine/ioctl_bt848.h>
- _ACEOF
- rm -f conftest.$ac_objext
- if { (ac_try="$ac_compile"
-@@ -5174,15 +5436,15 @@ rm -f core conftest.err conftest.$ac_obj
- echo "${ECHO_T}$ac_header_compiler" >&6; }
-
- # Is the header present?
--{ echo "$as_me:$LINENO: checking i386/ioctl_meteor.h presence" >&5
--echo $ECHO_N "checking i386/ioctl_meteor.h presence... $ECHO_C" >&6; }
-+{ echo "$as_me:$LINENO: checking machine/ioctl_bt848.h presence" >&5
-+echo $ECHO_N "checking machine/ioctl_bt848.h presence... $ECHO_C" >&6; }
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--#include <i386/ioctl_meteor.h>
-+#include <machine/ioctl_bt848.h>
- _ACEOF
- if { (ac_try="$ac_cpp conftest.$ac_ext"
- case "(($ac_try" in
-@@ -5215,43 +5477,44 @@ echo "${ECHO_T}$ac_header_preproc" >&6;
- # So? What about this header?
- case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
- yes:no: )
-- { echo "$as_me:$LINENO: WARNING: i386/ioctl_meteor.h: accepted by the compiler, rejected by the preprocessor!" >&5
--echo "$as_me: WARNING: i386/ioctl_meteor.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-- { echo "$as_me:$LINENO: WARNING: i386/ioctl_meteor.h: proceeding with the compiler's result" >&5
--echo "$as_me: WARNING: i386/ioctl_meteor.h: proceeding with the compiler's result" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: machine/ioctl_bt848.h: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: machine/ioctl_bt848.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: machine/ioctl_bt848.h: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: machine/ioctl_bt848.h: proceeding with the compiler's result" >&2;}
- ac_header_preproc=yes
- ;;
- no:yes:* )
-- { echo "$as_me:$LINENO: WARNING: i386/ioctl_meteor.h: present but cannot be compiled" >&5
--echo "$as_me: WARNING: i386/ioctl_meteor.h: present but cannot be compiled" >&2;}
-- { echo "$as_me:$LINENO: WARNING: i386/ioctl_meteor.h: check for missing prerequisite headers?" >&5
--echo "$as_me: WARNING: i386/ioctl_meteor.h: check for missing prerequisite headers?" >&2;}
-- { echo "$as_me:$LINENO: WARNING: i386/ioctl_meteor.h: see the Autoconf documentation" >&5
--echo "$as_me: WARNING: i386/ioctl_meteor.h: see the Autoconf documentation" >&2;}
-- { echo "$as_me:$LINENO: WARNING: i386/ioctl_meteor.h: section \"Present But Cannot Be Compiled\"" >&5
--echo "$as_me: WARNING: i386/ioctl_meteor.h: section \"Present But Cannot Be Compiled\"" >&2;}
-- { echo "$as_me:$LINENO: WARNING: i386/ioctl_meteor.h: proceeding with the preprocessor's result" >&5
--echo "$as_me: WARNING: i386/ioctl_meteor.h: proceeding with the preprocessor's result" >&2;}
-- { echo "$as_me:$LINENO: WARNING: i386/ioctl_meteor.h: in the future, the compiler will take precedence" >&5
--echo "$as_me: WARNING: i386/ioctl_meteor.h: in the future, the compiler will take precedence" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: machine/ioctl_bt848.h: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: machine/ioctl_bt848.h: present but cannot be compiled" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: machine/ioctl_bt848.h: check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: machine/ioctl_bt848.h: check for missing prerequisite headers?" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: machine/ioctl_bt848.h: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: machine/ioctl_bt848.h: see the Autoconf documentation" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: machine/ioctl_bt848.h: section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: machine/ioctl_bt848.h: section \"Present But Cannot Be Compiled\"" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: machine/ioctl_bt848.h: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: machine/ioctl_bt848.h: proceeding with the preprocessor's result" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: machine/ioctl_bt848.h: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: machine/ioctl_bt848.h: in the future, the compiler will take precedence" >&2;}
-
- ;;
- esac
--{ echo "$as_me:$LINENO: checking for i386/ioctl_meteor.h" >&5
--echo $ECHO_N "checking for i386/ioctl_meteor.h... $ECHO_C" >&6; }
--if test "${ac_cv_header_i386_ioctl_meteor_h+set}" = set; then
-+{ echo "$as_me:$LINENO: checking for machine/ioctl_bt848.h" >&5
-+echo $ECHO_N "checking for machine/ioctl_bt848.h... $ECHO_C" >&6; }
-+if test "${ac_cv_header_machine_ioctl_bt848_h+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-- ac_cv_header_i386_ioctl_meteor_h=$ac_header_preproc
-+ ac_cv_header_machine_ioctl_bt848_h=$ac_header_preproc
- fi
--{ echo "$as_me:$LINENO: result: $ac_cv_header_i386_ioctl_meteor_h" >&5
--echo "${ECHO_T}$ac_cv_header_i386_ioctl_meteor_h" >&6; }
-+{ echo "$as_me:$LINENO: result: $ac_cv_header_machine_ioctl_bt848_h" >&5
-+echo "${ECHO_T}$ac_cv_header_machine_ioctl_bt848_h" >&6; }
-
- fi
--if test $ac_cv_header_i386_ioctl_meteor_h = yes; then
-+if test $ac_cv_header_machine_ioctl_bt848_h = yes; then
- BSDVIDEOHDR=1
- fi
--
-+fi
-+# old path - end
-
- if test "${ac_cv_header_dev_ic_bt8xx_h+set}" = set; then
- { echo "$as_me:$LINENO: checking for dev/ic/bt8xx.h" >&5
diff --git a/devel/ptlib/files/patch-plugins_vidinput_bsd_h b/devel/ptlib/files/patch-plugins_vidinput_bsd_h
deleted file mode 100644
index 204c610a4b3d..000000000000
--- a/devel/ptlib/files/patch-plugins_vidinput_bsd_h
+++ /dev/null
@@ -1,22 +0,0 @@
---- plugins/vidinput_bsd/vidinput_bsd.h.orig 2009-01-12 06:52:59.000000000 +0800
-+++ plugins/vidinput_bsd/vidinput_bsd.h 2009-02-23 16:33:18.000000000 +0800
-@@ -17,8 +17,10 @@
- #include <sys/param.h>
- # if __FreeBSD_version >= 502100
- #include <dev/bktr/ioctl_meteor.h>
-+#include <dev/bktr/ioctl_bt848.h>
- # else
- #include <machine/ioctl_meteor.h>
-+#include <machine/ioctl_bt848.h>
- # endif
- #endif
-
-@@ -62,7 +64,7 @@ public:
-
- static PStringList GetInputDeviceNames();
-
-- PStringList GetDeviceNames() const
-+ PStringArray GetDeviceNames() const
- { return GetInputDeviceNames(); }
-
- PINDEX GetMaxFrameBytes();
diff --git a/devel/ptlib/files/patch-src__ptlib__common__osutils.cxx b/devel/ptlib/files/patch-src__ptlib__common__osutils.cxx
deleted file mode 100644
index 742e7d8b2fe1..000000000000
--- a/devel/ptlib/files/patch-src__ptlib__common__osutils.cxx
+++ /dev/null
@@ -1,27 +0,0 @@
---- ./src/ptlib/common/osutils.cxx.orig 2009-02-14 22:04:50.000000000 +0100
-+++ ./src/ptlib/common/osutils.cxx 2009-02-14 22:04:55.000000000 +0100
-@@ -2152,21 +2152,21 @@
- PReadWriteMutex::Nest * PReadWriteMutex::GetNest() const
- {
- PWaitAndSignal mutex(nestingMutex);
-- return nestedThreads.GetAt(POrdinalKey((PINDEX)PThread::GetCurrentThreadId()));
-+ return nestedThreads.GetAt(POrdinalKey((unsigned long)PThread::GetCurrentThreadId()));
- }
-
-
- void PReadWriteMutex::EndNest()
- {
- nestingMutex.Wait();
-- nestedThreads.RemoveAt(POrdinalKey((PINDEX)PThread::GetCurrentThreadId()));
-+ nestedThreads.RemoveAt(POrdinalKey((unsigned long)PThread::GetCurrentThreadId()));
- nestingMutex.Signal();
- }
-
-
- PReadWriteMutex::Nest & PReadWriteMutex::StartNest()
- {
-- POrdinalKey threadId = (PINDEX)PThread::GetCurrentThreadId();
-+ POrdinalKey threadId = (unsigned long)PThread::GetCurrentThreadId();
-
- nestingMutex.Wait();
-
diff --git a/devel/ptlib/files/patch-src__ptlib__unix__svcproc.cxx b/devel/ptlib/files/patch-src__ptlib__unix__svcproc.cxx
deleted file mode 100644
index 6fe5f399d6b0..000000000000
--- a/devel/ptlib/files/patch-src__ptlib__unix__svcproc.cxx
+++ /dev/null
@@ -1,26 +0,0 @@
---- ./src/ptlib/unix/svcproc.cxx.orig 2009-02-14 22:03:27.000000000 +0100
-+++ ./src/ptlib/unix/svcproc.cxx 2009-02-14 22:03:32.000000000 +0100
-@@ -165,7 +165,7 @@
- #elif defined(BE_THREADS)
- thread_id tid = ::find_thread(NULL);
- #else
-- unsigned tid = (unsigned) pthread_self();
-+ unsigned long tid = (unsigned long)pthread_self();
- #endif
- *out << "ThreadID=0x"
- << setfill('0') << ::hex
-@@ -719,12 +719,12 @@
- #elif defined(BE_THREADS)
- thread_id tid = ::find_thread(NULL);
- #else
-- unsigned tid = (unsigned) pthread_self();
-+ unsigned long tid = (unsigned long)pthread_self();
- #endif
- PThread * thread_ptr = activeThreads.GetAt(tid);
-
- char msg[200];
-- sprintf(msg, "\nCaught %s, thread_id=%u", sigmsg, tid);
-+ sprintf(msg, "\nCaught %s, thread_id=%lu", sigmsg, tid);
-
- if (thread_ptr != NULL) {
- PString thread_name = thread_ptr->GetThreadName();
diff --git a/devel/ptlib/files/patch-src__ptlib__unix__tlib.cxx b/devel/ptlib/files/patch-src__ptlib__unix__tlib.cxx
deleted file mode 100644
index c0f11e3062ac..000000000000
--- a/devel/ptlib/files/patch-src__ptlib__unix__tlib.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/ptlib/unix/tlib.cxx.orig 2009-02-14 22:02:51.000000000 +0100
-+++ ./src/ptlib/unix/tlib.cxx 2009-02-14 22:03:09.000000000 +0100
-@@ -400,7 +400,7 @@
- {
- if (PProcessInstance != NULL) {
- PWaitAndSignal m(PProcessInstance->threadMutex);
-- PThread & thread = PProcessInstance->activeThreads[(unsigned)id];
-+ PThread & thread = PProcessInstance->activeThreads[(unsigned long)id];
- return thread.GetThreadName();
- }
- return psprintf("%08x", id);
diff --git a/devel/ptlib/files/patch-src__ptlib__unix__tlibthrd.cxx b/devel/ptlib/files/patch-src__ptlib__unix__tlibthrd.cxx
deleted file mode 100644
index 4339d642a33e..000000000000
--- a/devel/ptlib/files/patch-src__ptlib__unix__tlibthrd.cxx
+++ /dev/null
@@ -1,47 +0,0 @@
---- ./src/ptlib/unix/tlibthrd.cxx.orig 2009-02-14 22:04:11.000000000 +0100
-+++ ./src/ptlib/unix/tlibthrd.cxx 2009-02-14 22:04:18.000000000 +0100
-@@ -216,7 +216,7 @@
- {
- PWaitAndSignal m(threadMutex);
-
-- if (!activeThreads.Contains((unsigned)id))
-+ if (!activeThreads.Contains((unsigned long)id))
- return PFalse;
-
- return pthread_kill(id, sig) == 0;
-@@ -254,7 +254,7 @@
- #endif
-
- ((PProcess *)this)->activeThreads.DisallowDeleteObjects();
-- ((PProcess *)this)->activeThreads.SetAt((unsigned)PX_threadId, this);
-+ ((PProcess *)this)->activeThreads.SetAt((unsigned long)PX_threadId, this);
-
- PX_firstTimeStart = PFalse;
- }
-@@ -370,7 +370,7 @@
- PAssertPTHREAD(pthread_create, (&PX_threadId, &threadAttr, PX_ThreadStart, this));
-
- // put the thread into the thread list
-- process.activeThreads.SetAt((unsigned)PX_threadId, this);
-+ process.activeThreads.SetAt((unsigned long)PX_threadId, this);
- if (process.activeThreads.GetSize() > highWaterMark)
- newHighWaterMark = highWaterMark = process.activeThreads.GetSize();
-
-@@ -693,7 +693,7 @@
- {
- PProcess & process = PProcess::Current();
- process.threadMutex.Wait();
-- PThread * thread = process.activeThreads.GetAt((unsigned)pthread_self());
-+ PThread * thread = process.activeThreads.GetAt((unsigned long)pthread_self());
- process.threadMutex.Signal();
- return thread;
- }
-@@ -834,7 +834,7 @@
- }
-
- // remove this thread from the active thread list
-- process.activeThreads.SetAt((unsigned)id, NULL);
-+ process.activeThreads.SetAt((unsigned long)id, NULL);
-
- // delete the thread if required, note this is done this way to avoid
- // a race condition, the thread ID cannot be zeroed before the if!
diff --git a/devel/ptlib/files/patch-src_ptclib_vsdl.cxx b/devel/ptlib/files/patch-src_ptclib_vsdl.cxx
deleted file mode 100644
index 5485f017ae53..000000000000
--- a/devel/ptlib/files/patch-src_ptclib_vsdl.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ptclib/vsdl.cxx.orig 2008-09-25 14:50:57.000000000 +0800
-+++ src/ptclib/vsdl.cxx 2008-09-25 14:51:48.000000000 +0800
-@@ -44,7 +44,7 @@
- extern "C" {
-
- #if defined(P_FREEBSD)
--#include <SDL11/SDL.h>
-+#include <SDL.h>
- #else
- #include <SDL/SDL.h>
- #endif
diff --git a/devel/ptlib/pkg-descr b/devel/ptlib/pkg-descr
deleted file mode 100644
index c6a71d32ca39..000000000000
--- a/devel/ptlib/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-PWLib is a multi-platform code library that can be used to write
-applications that will compile and run on the BSD Unixes, Windows, Linux
-and a few other Unix variants. It was developed by Equivalence Ltd Pty.
-
-It is used by the OpenH323 library.
-
-WWW: http://www.openh323.org/
diff --git a/devel/ptlib/pkg-plist b/devel/ptlib/pkg-plist
deleted file mode 100644
index 44cc2c7ec5b7..000000000000
--- a/devel/ptlib/pkg-plist
+++ /dev/null
@@ -1,184 +0,0 @@
-bin/ptlib-config
-include/ptbuildopts.h
-include/ptclib/asnber.h
-include/ptclib/asner.h
-include/ptclib/asnper.h
-include/ptclib/asnxer.h
-include/ptclib/cypher.h
-include/ptclib/delaychan.h
-include/ptclib/dtmf.h
-include/ptclib/enum.h
-include/ptclib/ftp.h
-include/ptclib/guid.h
-include/ptclib/html.h
-include/ptclib/http.h
-include/ptclib/httpform.h
-include/ptclib/httpsvc.h
-include/ptclib/inetmail.h
-include/ptclib/inetprot.h
-include/ptclib/ipacl.h
-include/ptclib/memfile.h
-include/ptclib/mime.h
-include/ptclib/modem.h
-include/ptclib/paec.h
-include/ptclib/pasn.h
-include/ptclib/pdns.h
-include/ptclib/pils.h
-include/ptclib/pldap.h
-include/ptclib/pnat.h
-include/ptclib/podbc.h
-include/ptclib/psasl.h
-include/ptclib/psnmp.h
-include/ptclib/psoap.h
-include/ptclib/psockbun.h
-include/ptclib/pssl.h
-include/ptclib/pstun.h
-include/ptclib/ptts.h
-include/ptclib/pvfiledev.h
-include/ptclib/pvidfile.h
-include/ptclib/pwavfile.h
-include/ptclib/pwavfiledev.h
-include/ptclib/pxml.h
-include/ptclib/pxmlrpc.h
-include/ptclib/pxmlrpcs.h
-include/ptclib/qchannel.h
-include/ptclib/random.h
-include/ptclib/rfc1155.h
-include/ptclib/shttpsvc.h
-include/ptclib/snmp.h
-include/ptclib/sockagg.h
-include/ptclib/socks.h
-include/ptclib/telnet.h
-include/ptclib/url.h
-include/ptclib/vsdl.h
-include/ptclib/vxml.h
-include/ptclib/xmpp.h
-include/ptclib/xmpp_c2s.h
-include/ptclib/xmpp_muc.h
-include/ptclib/xmpp_roster.h
-include/ptlib.h
-include/ptlib/MacMainIf.h
-include/ptlib/args.h
-include/ptlib/array.h
-include/ptlib/channel.h
-include/ptlib/conchan.h
-include/ptlib/config.h
-include/ptlib/contain.h
-include/ptlib/contain.inl
-include/ptlib/critsec.h
-include/ptlib/devplugin.h
-include/ptlib/dict.h
-include/ptlib/dynalink.h
-include/ptlib/ethsock.h
-include/ptlib/file.h
-include/ptlib/filepath.h
-include/ptlib/icmpsock.h
-include/ptlib/indchan.h
-include/ptlib/int64.h
-include/ptlib/ipdsock.h
-include/ptlib/ipsock.h
-include/ptlib/ipxsock.h
-include/ptlib/lists.h
-include/ptlib/mail.h
-include/ptlib/mutex.h
-include/ptlib/notifier.h
-include/ptlib/notifier_ext.h
-include/ptlib/object.h
-include/ptlib/osutil.inl
-include/ptlib/pdirect.h
-include/ptlib/pfactory.h
-include/ptlib/pipechan.h
-include/ptlib/plugin.h
-include/ptlib/pluginmgr.h
-include/ptlib/pprocess.h
-include/ptlib/psharedptr.h
-include/ptlib/pstring.h
-include/ptlib/psync.h
-include/ptlib/ptime.h
-include/ptlib/qos.h
-include/ptlib/remconn.h
-include/ptlib/safecoll.h
-include/ptlib/semaphor.h
-include/ptlib/serchan.h
-include/ptlib/sfile.h
-include/ptlib/smartptr.h
-include/ptlib/socket.h
-include/ptlib/sockets.h
-include/ptlib/sound.h
-include/ptlib/spxsock.h
-include/ptlib/svcproc.h
-include/ptlib/syncpoint.h
-include/ptlib/syncthrd.h
-include/ptlib/tcpsock.h
-include/ptlib/textfile.h
-include/ptlib/thread.h
-include/ptlib/timeint.h
-include/ptlib/timer.h
-include/ptlib/udpsock.h
-include/ptlib/unix/ptlib/beaudio.h
-include/ptlib/unix/ptlib/bevideo.h
-include/ptlib/unix/ptlib/channel.h
-include/ptlib/unix/ptlib/conchan.h
-include/ptlib/unix/ptlib/config.h
-include/ptlib/unix/ptlib/contain.h
-include/ptlib/unix/ptlib/critsec.h
-include/ptlib/unix/ptlib/dynalink.h
-include/ptlib/unix/ptlib/ethsock.h
-include/ptlib/unix/ptlib/file.h
-include/ptlib/unix/ptlib/filepath.h
-include/ptlib/unix/ptlib/icmpsock.h
-include/ptlib/unix/ptlib/ipdsock.h
-include/ptlib/unix/ptlib/ipsock.h
-include/ptlib/unix/ptlib/maccoreaudio.h
-include/ptlib/unix/ptlib/mutex.h
-include/ptlib/unix/ptlib/pdirect.h
-include/ptlib/unix/ptlib/pipechan.h
-include/ptlib/unix/ptlib/pmachdep.h
-include/ptlib/unix/ptlib/pprocess.h
-include/ptlib/unix/ptlib/ptime.h
-include/ptlib/unix/ptlib/ptlib.inl
-include/ptlib/unix/ptlib/remconn.h
-include/ptlib/unix/ptlib/resampler.h
-include/ptlib/unix/ptlib/semaphor.h
-include/ptlib/unix/ptlib/serchan.h
-include/ptlib/unix/ptlib/sfile.h
-include/ptlib/unix/ptlib/shmvideo.h
-include/ptlib/unix/ptlib/socket.h
-include/ptlib/unix/ptlib/sound.h
-include/ptlib/unix/ptlib/svcproc.h
-include/ptlib/unix/ptlib/syncpoint.h
-include/ptlib/unix/ptlib/tcpsock.h
-include/ptlib/unix/ptlib/textfile.h
-include/ptlib/unix/ptlib/thread.h
-include/ptlib/unix/ptlib/timeint.h
-include/ptlib/unix/ptlib/timer.h
-include/ptlib/unix/ptlib/udpsock.h
-include/ptlib/unix/ptlib/video.h
-include/ptlib/unix/ptlib/videoio.h
-include/ptlib/vconvert.h
-include/ptlib/video.h
-include/ptlib/videoio.h
-include/ptlib/videoio1394dc.h
-lib/libpt.so
-lib/libpt.so.2
-lib/libpt_s.a
-libdata/pkgconfig/ptlib.pc
-share/ptlib/make/common.mak
-share/ptlib/make/lib.mak
-share/ptlib/make/plugins.mak
-share/ptlib/make/ptbuildopts.mak
-share/ptlib/make/ptlib-config
-share/ptlib/make/ptlib.mak
-share/ptlib/make/unix.mak
-%%BSDVIDEO%%lib/ptlib-2.4.4/devices/videoinput/bsdvideo_pwplugin.so
-%%BSDVIDEO%%lib/ptlib-2.4.4/devices/sound/oss_pwplugin.so
-@dirrm share/ptlib/make
-@dirrm share/ptlib
-@dirrm include/ptlib/unix/ptlib
-@dirrm include/ptlib/unix
-@dirrm include/ptlib
-@dirrm include/ptclib
-%%BSDVIDEO%%@dirrm lib/ptlib-2.4.4/devices/videoinput
-%%BSDVIDEO%%@dirrm lib/ptlib-2.4.4/devices/sound
-%%BSDVIDEO%%@dirrm lib/ptlib-2.4.4/devices
-%%BSDVIDEO%%@dirrm lib/ptlib-2.4.4
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile
deleted file mode 100644
index abb7b1146890..000000000000
--- a/net/ekiga/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# Created by: roger@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= ekiga
-PORTVERSION= 2.0.11
-PORTREVISION= 13
-CATEGORIES= net gnome
-MASTER_SITES= GNOME
-
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= VoIP phone for GNOME
-
-LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal
-
-OPTIONS_DEFINE= AVAHI DBUS
-OPTIONS_DEFAULT= AVAHI DBUS
-
-CONFLICTS= ekiga-3.*
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USES= gettext
-USE_SDL= sdl
-INSTALLS_OMF= yes
-USE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \
- evolutiondataserver intlhack
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \
- --with-opal-dir=${LOCALBASE}
-
-GCONF_SCHEMAS= ekiga.schemas
-MAN1= ekiga.1
-
-pre-configure:
- ${REINPLACE_CMD} -e "s,PWLIB_REC_VERSION=.*,PWLIB_REC_VERSION=`ptlib-config \
- --version`," \
- -e "s,OPAL_REC_VERSION=.*,OPAL_REC_VERSION=`${AWK} \
- '/define OPAL_VERSION/ \
- {printf $$NF}' ${LOCALBASE}/include/opal/opal/buildopts.h`," \
- ${WRKSRC}/configure
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MAVAHI}
-LIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi-app
-CONFIGURE_ARGS+=--enable-avahi
-.else
-CONFIGURE_ARGS+=--disable-avahi
-.endif
-
-.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus
-CONFIGURE_ARGS+=--enable-dbus
-PLIST_SUB+= DBUS:=""
-.else
-CONFIGURE_ARGS+=--disable-dbus
-PLIST_SUB+= DBUS:="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo
deleted file mode 100644
index e9e263b4f62e..000000000000
--- a/net/ekiga/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ekiga-2.0.11.tar.bz2) = 5bd9f811685ec6d73b59ebcb66b8c26e673d40452b75d7a0d5dc9bf203fb5766
-SIZE (ekiga-2.0.11.tar.bz2) = 5550887
diff --git a/net/ekiga/files/patch-src-devices-fakevideoinput b/net/ekiga/files/patch-src-devices-fakevideoinput
deleted file mode 100644
index 066fd69cfba9..000000000000
--- a/net/ekiga/files/patch-src-devices-fakevideoinput
+++ /dev/null
@@ -1,39 +0,0 @@
-Remove the guts from a function, that no longer compiles with
-PWLib-1.12. Since the whole file is dealing with the situation,
-when there is, in fact, no video -- the user is shown a logo
-instead -- it is unclear, what good was this function providing
-even when it worked.
-
-Better patches are actively solicited...
-
- -mi
-
---- src/devices/fakevideoinput.cpp 2007-09-18 05:00:19.000000000 -0400
-+++ src/devices/fakevideoinput.cpp 2008-03-06 17:13:47.000000000 -0500
-@@ -334,26 +334,4 @@
- PVideoInputDevice_Picture::WaitFinishPreviousFrame ()
- {
-- if (frameTimeError == 0) {
--
-- frameTimeError += msBetweenFrames;
-- return;
-- }
--
-- PTime now;
-- PTimeInterval delay = now - previousFrameTime;
-- frameTimeError += msBetweenFrames;
-- frameTimeError -= (int) delay.GetMilliSeconds();
-- frameTimeError += 1000 / frameRate;
--
-- previousFrameTime = now;
--
-- if (frameTimeError > 0) {
-- PTRACE(6, "FakeVideo\t Sleep for " << frameTimeError << " milli seconds");
--#ifdef P_LINUX
-- usleep(frameTimeError * 1000);
--#else
-- PThread::Current()->Sleep(frameTimeError);
--#endif
-- }
- }
-
diff --git a/net/ekiga/files/patch-src-gui-libintl b/net/ekiga/files/patch-src-gui-libintl
deleted file mode 100644
index 5b987de36ae7..000000000000
--- a/net/ekiga/files/patch-src-gui-libintl
+++ /dev/null
@@ -1,31 +0,0 @@
---- src/gui/addressbook.cpp.orig Sun Mar 12 20:11:33 2006
-+++ src/gui/addressbook.cpp Tue Apr 4 12:17:23 2006
-@@ -38,6 +38,7 @@
-
- #include "../../config.h"
-
-+#include <libintl.h>
- #include "addressbook.h"
- #include "main.h"
- #include "chat.h"
---- src/gui/main.cpp.orig Sun Mar 12 20:11:34 2006
-+++ src/gui/main.cpp Tue Apr 4 12:17:27 2006
-@@ -38,6 +38,7 @@
-
- #include "../../config.h"
-
-+#include <libintl.h>
- #include "main.h"
- #include "callshistory.h"
-
-@@ -78,10 +79,6 @@
- #include <gdk/gdkx.h>
- #else
- #include "winpaths.h"
--#endif
--
--#if defined(P_FREEBSD) || defined (P_MACOSX)
--#include <libintl.h>
- #endif
-
- #include <libxml/parser.h>
diff --git a/net/ekiga/files/patch-src-gui-main.cpp b/net/ekiga/files/patch-src-gui-main.cpp
deleted file mode 100644
index 44833bfeee1e..000000000000
--- a/net/ekiga/files/patch-src-gui-main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gui/main.cpp.orig Thu Jun 22 10:00:56 2006
-+++ src/gui/main.cpp Thu Jun 22 10:03:18 2006
-@@ -1282,7 +1282,7 @@
- gtk_container_set_border_width (GTK_CONTAINER (button), 0);
- gtk_container_add (GTK_CONTAINER (button), box);
-
-- gtk_widget_add_accelerator (button, "activate",
-+ gtk_widget_add_accelerator (button, "clicked",
- mw->accel, key_kp [i],
- (GdkModifierType) 0, (GtkAccelFlags) 0);
-
diff --git a/net/ekiga/files/patch-ubuntu b/net/ekiga/files/patch-ubuntu
deleted file mode 100644
index d52544e497ae..000000000000
--- a/net/ekiga/files/patch-ubuntu
+++ /dev/null
@@ -1,15 +0,0 @@
-A small patch found among Ubuntu and Debian ports of Ekiga.
-
- -mi
-
---- lib/gmconf/gmconf-glib.c 2007-09-18 09:00:21.000000000 +0000
-+++ lib/gmconf/gmconf-glib.c 2007-10-06 18:34:01.000000000 +0000
-@@ -1473,7 +1473,7 @@
- }
-
- gboolean
--gm_conf_is_key_writable (gchar *key)
-+gm_conf_is_key_writable (const gchar *key)
- {
- g_return_val_if_fail (key != NULL, FALSE);
-
diff --git a/net/ekiga/pkg-descr b/net/ekiga/pkg-descr
deleted file mode 100644
index 6413ccfc2d24..000000000000
--- a/net/ekiga/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Ekiga is a free Voice over IP phone allowing you to do free calls over the
-Internet.
-
-Ekiga is the first Open Source application to support both H.323 and SIP, as
-well as audio and video. Ekiga was formerly known as GnomeMeeting.
-
-WWW: http://www.ekiga.org/
diff --git a/net/ekiga/pkg-plist b/net/ekiga/pkg-plist
deleted file mode 100644
index 73ceb9acfa21..000000000000
--- a/net/ekiga/pkg-plist
+++ /dev/null
@@ -1,284 +0,0 @@
-bin/ekiga
-bin/ekiga-config-tool
-%%DBUS:%%bin/ekiga-helper
-libdata/bonobo/servers/ekiga.server
-%%DBUS:%%share/dbus-1/services/net.ekiga.helper.service
-%%DBUS:%%share/dbus-1/services/net.ekiga.instance.service
-share/applications/ekiga.desktop
-share/gnome/help/ekiga/C/ekiga.xml
-share/gnome/help/ekiga/C/figures/accounts_d1.png
-share/gnome/help/ekiga/C/figures/accounts_h323.png
-share/gnome/help/ekiga/C/figures/accounts_sip.png
-share/gnome/help/ekiga/C/figures/audio_codecs.png
-share/gnome/help/ekiga/C/figures/call_d1.png
-share/gnome/help/ekiga/C/figures/chat_d1.png
-share/gnome/help/ekiga/C/figures/config_d1.png
-share/gnome/help/ekiga/C/figures/config_d10.png
-share/gnome/help/ekiga/C/figures/config_d2.png
-share/gnome/help/ekiga/C/figures/config_d3.png
-share/gnome/help/ekiga/C/figures/config_d4.png
-share/gnome/help/ekiga/C/figures/config_d5.png
-share/gnome/help/ekiga/C/figures/config_d6.png
-share/gnome/help/ekiga/C/figures/config_d7.png
-share/gnome/help/ekiga/C/figures/config_d8.png
-share/gnome/help/ekiga/C/figures/config_d9.png
-share/gnome/help/ekiga/C/figures/lumi.png
-share/gnome/help/ekiga/C/figures/stats.png
-share/gnome/help/ekiga/pt_BR/ekiga.xml
-share/gnome/help/ekiga/pt_BR/figures/accounts_d1.png
-share/gnome/help/ekiga/pt_BR/figures/accounts_h323.png
-share/gnome/help/ekiga/pt_BR/figures/accounts_sip.png
-share/gnome/help/ekiga/pt_BR/figures/audio_codecs.png
-share/gnome/help/ekiga/pt_BR/figures/call_d1.png
-share/gnome/help/ekiga/pt_BR/figures/chat_d1.png
-share/gnome/help/ekiga/pt_BR/figures/config_d1.png
-share/gnome/help/ekiga/pt_BR/figures/config_d10.png
-share/gnome/help/ekiga/pt_BR/figures/config_d2.png
-share/gnome/help/ekiga/pt_BR/figures/config_d3.png
-share/gnome/help/ekiga/pt_BR/figures/config_d4.png
-share/gnome/help/ekiga/pt_BR/figures/config_d5.png
-share/gnome/help/ekiga/pt_BR/figures/config_d6.png
-share/gnome/help/ekiga/pt_BR/figures/config_d7.png
-share/gnome/help/ekiga/pt_BR/figures/config_d8.png
-share/gnome/help/ekiga/pt_BR/figures/config_d9.png
-share/gnome/help/ekiga/pt_BR/figures/lumi.png
-share/gnome/help/ekiga/pt_BR/figures/stats.png
-share/gnome/help/ekiga/bg/ekiga.xml
-share/gnome/help/ekiga/bg/figures/accounts_d1.png
-share/gnome/help/ekiga/bg/figures/accounts_h323.png
-share/gnome/help/ekiga/bg/figures/accounts_sip.png
-share/gnome/help/ekiga/bg/figures/audio_codecs.png
-share/gnome/help/ekiga/bg/figures/call_d1.png
-share/gnome/help/ekiga/bg/figures/chat_d1.png
-share/gnome/help/ekiga/bg/figures/config_d1.png
-share/gnome/help/ekiga/bg/figures/config_d10.png
-share/gnome/help/ekiga/bg/figures/config_d2.png
-share/gnome/help/ekiga/bg/figures/config_d3.png
-share/gnome/help/ekiga/bg/figures/config_d4.png
-share/gnome/help/ekiga/bg/figures/config_d5.png
-share/gnome/help/ekiga/bg/figures/config_d6.png
-share/gnome/help/ekiga/bg/figures/config_d7.png
-share/gnome/help/ekiga/bg/figures/config_d8.png
-share/gnome/help/ekiga/bg/figures/config_d9.png
-share/gnome/help/ekiga/bg/figures/lumi.png
-share/gnome/help/ekiga/bg/figures/stats.png
-share/gnome/help/ekiga/de/ekiga.xml
-share/gnome/help/ekiga/de/figures/accounts_d1.png
-share/gnome/help/ekiga/de/figures/accounts_h323.png
-share/gnome/help/ekiga/de/figures/accounts_sip.png
-share/gnome/help/ekiga/de/figures/audio_codecs.png
-share/gnome/help/ekiga/de/figures/call_d1.png
-share/gnome/help/ekiga/de/figures/chat_d1.png
-share/gnome/help/ekiga/de/figures/config_d1.png
-share/gnome/help/ekiga/de/figures/config_d10.png
-share/gnome/help/ekiga/de/figures/config_d2.png
-share/gnome/help/ekiga/de/figures/config_d3.png
-share/gnome/help/ekiga/de/figures/config_d4.png
-share/gnome/help/ekiga/de/figures/config_d5.png
-share/gnome/help/ekiga/de/figures/config_d6.png
-share/gnome/help/ekiga/de/figures/config_d7.png
-share/gnome/help/ekiga/de/figures/config_d8.png
-share/gnome/help/ekiga/de/figures/config_d9.png
-share/gnome/help/ekiga/de/figures/lumi.png
-share/gnome/help/ekiga/de/figures/stats.png
-share/gnome/help/ekiga/es/ekiga.xml
-share/gnome/help/ekiga/es/figures/accounts_d1.png
-share/gnome/help/ekiga/es/figures/accounts_h323.png
-share/gnome/help/ekiga/es/figures/accounts_sip.png
-share/gnome/help/ekiga/es/figures/audio_codecs.png
-share/gnome/help/ekiga/es/figures/call_d1.png
-share/gnome/help/ekiga/es/figures/chat_d1.png
-share/gnome/help/ekiga/es/figures/config_d1.png
-share/gnome/help/ekiga/es/figures/config_d10.png
-share/gnome/help/ekiga/es/figures/config_d2.png
-share/gnome/help/ekiga/es/figures/config_d3.png
-share/gnome/help/ekiga/es/figures/config_d4.png
-share/gnome/help/ekiga/es/figures/config_d5.png
-share/gnome/help/ekiga/es/figures/config_d6.png
-share/gnome/help/ekiga/es/figures/config_d7.png
-share/gnome/help/ekiga/es/figures/config_d8.png
-share/gnome/help/ekiga/es/figures/config_d9.png
-share/gnome/help/ekiga/es/figures/lumi.png
-share/gnome/help/ekiga/es/figures/stats.png
-share/gnome/help/ekiga/fr/ekiga.xml
-share/gnome/help/ekiga/fr/figures/accounts_d1.png
-share/gnome/help/ekiga/fr/figures/accounts_h323.png
-share/gnome/help/ekiga/fr/figures/accounts_sip.png
-share/gnome/help/ekiga/fr/figures/audio_codecs.png
-share/gnome/help/ekiga/fr/figures/call_d1.png
-share/gnome/help/ekiga/fr/figures/chat_d1.png
-share/gnome/help/ekiga/fr/figures/config_d1.png
-share/gnome/help/ekiga/fr/figures/config_d10.png
-share/gnome/help/ekiga/fr/figures/config_d2.png
-share/gnome/help/ekiga/fr/figures/config_d3.png
-share/gnome/help/ekiga/fr/figures/config_d4.png
-share/gnome/help/ekiga/fr/figures/config_d5.png
-share/gnome/help/ekiga/fr/figures/config_d6.png
-share/gnome/help/ekiga/fr/figures/config_d7.png
-share/gnome/help/ekiga/fr/figures/config_d8.png
-share/gnome/help/ekiga/fr/figures/config_d9.png
-share/gnome/help/ekiga/fr/figures/lumi.png
-share/gnome/help/ekiga/fr/figures/stats.png
-share/gnome/help/ekiga/sv/ekiga.xml
-share/gnome/help/ekiga/sv/figures/accounts_d1.png
-share/gnome/help/ekiga/sv/figures/accounts_h323.png
-share/gnome/help/ekiga/sv/figures/accounts_sip.png
-share/gnome/help/ekiga/sv/figures/audio_codecs.png
-share/gnome/help/ekiga/sv/figures/call_d1.png
-share/gnome/help/ekiga/sv/figures/chat_d1.png
-share/gnome/help/ekiga/sv/figures/config_d1.png
-share/gnome/help/ekiga/sv/figures/config_d10.png
-share/gnome/help/ekiga/sv/figures/config_d2.png
-share/gnome/help/ekiga/sv/figures/config_d3.png
-share/gnome/help/ekiga/sv/figures/config_d4.png
-share/gnome/help/ekiga/sv/figures/config_d5.png
-share/gnome/help/ekiga/sv/figures/config_d6.png
-share/gnome/help/ekiga/sv/figures/config_d7.png
-share/gnome/help/ekiga/sv/figures/config_d8.png
-share/gnome/help/ekiga/sv/figures/config_d9.png
-share/gnome/help/ekiga/sv/figures/lumi.png
-share/gnome/help/ekiga/sv/figures/stats.png
-share/gnome/help/ekiga/uk/ekiga.xml
-share/gnome/help/ekiga/uk/figures/accounts_d1.png
-share/gnome/help/ekiga/uk/figures/accounts_h323.png
-share/gnome/help/ekiga/uk/figures/accounts_sip.png
-share/gnome/help/ekiga/uk/figures/audio_codecs.png
-share/gnome/help/ekiga/uk/figures/call_d1.png
-share/gnome/help/ekiga/uk/figures/chat_d1.png
-share/gnome/help/ekiga/uk/figures/config_d1.png
-share/gnome/help/ekiga/uk/figures/config_d10.png
-share/gnome/help/ekiga/uk/figures/config_d2.png
-share/gnome/help/ekiga/uk/figures/config_d3.png
-share/gnome/help/ekiga/uk/figures/config_d4.png
-share/gnome/help/ekiga/uk/figures/config_d5.png
-share/gnome/help/ekiga/uk/figures/config_d6.png
-share/gnome/help/ekiga/uk/figures/config_d7.png
-share/gnome/help/ekiga/uk/figures/config_d8.png
-share/gnome/help/ekiga/uk/figures/config_d9.png
-share/gnome/help/ekiga/uk/figures/lumi.png
-share/gnome/help/ekiga/uk/figures/stats.png
-share/omf/ekiga/ekiga-C.omf
-share/omf/ekiga/ekiga-bg.omf
-share/omf/ekiga/ekiga-de.omf
-share/omf/ekiga/ekiga-es.omf
-share/omf/ekiga/ekiga-fr.omf
-share/omf/ekiga/ekiga-pt_BR.omf
-share/omf/ekiga/ekiga-sv.omf
-share/omf/ekiga/ekiga-uk.omf
-share/pixmaps/ekiga.png
-share/pixmaps/ekiga/ekiga-logo.png
-share/pixmaps/ekiga/ekiga.png
-share/sounds/ekiga/busytone.wav
-share/sounds/ekiga/dialtone.wav
-share/sounds/ekiga/newmessage.wav
-share/sounds/ekiga/ring.wav
-share/sounds/ekiga/voicemail.wav
-share/locale/am/LC_MESSAGES/ekiga.mo
-share/locale/ar/LC_MESSAGES/ekiga.mo
-share/locale/az/LC_MESSAGES/ekiga.mo
-share/locale/be/LC_MESSAGES/ekiga.mo
-share/locale/bg/LC_MESSAGES/ekiga.mo
-share/locale/bn/LC_MESSAGES/ekiga.mo
-share/locale/bn_IN/LC_MESSAGES/ekiga.mo
-share/locale/bs/LC_MESSAGES/ekiga.mo
-share/locale/ca/LC_MESSAGES/ekiga.mo
-share/locale/cs/LC_MESSAGES/ekiga.mo
-share/locale/cy/LC_MESSAGES/ekiga.mo
-share/locale/da/LC_MESSAGES/ekiga.mo
-share/locale/de/LC_MESSAGES/ekiga.mo
-share/locale/dz/LC_MESSAGES/ekiga.mo
-share/locale/el/LC_MESSAGES/ekiga.mo
-share/locale/en_CA/LC_MESSAGES/ekiga.mo
-share/locale/en_GB/LC_MESSAGES/ekiga.mo
-share/locale/es/LC_MESSAGES/ekiga.mo
-share/locale/et/LC_MESSAGES/ekiga.mo
-share/locale/eu/LC_MESSAGES/ekiga.mo
-share/locale/fa/LC_MESSAGES/ekiga.mo
-share/locale/fi/LC_MESSAGES/ekiga.mo
-share/locale/fr/LC_MESSAGES/ekiga.mo
-share/locale/ga/LC_MESSAGES/ekiga.mo
-share/locale/gl/LC_MESSAGES/ekiga.mo
-share/locale/gu/LC_MESSAGES/ekiga.mo
-share/locale/he/LC_MESSAGES/ekiga.mo
-share/locale/hi/LC_MESSAGES/ekiga.mo
-share/locale/hr/LC_MESSAGES/ekiga.mo
-share/locale/hu/LC_MESSAGES/ekiga.mo
-share/locale/id/LC_MESSAGES/ekiga.mo
-share/locale/is/LC_MESSAGES/ekiga.mo
-share/locale/it/LC_MESSAGES/ekiga.mo
-share/locale/ja/LC_MESSAGES/ekiga.mo
-share/locale/ka/LC_MESSAGES/ekiga.mo
-share/locale/ko/LC_MESSAGES/ekiga.mo
-share/locale/ku/LC_MESSAGES/ekiga.mo
-share/locale/lt/LC_MESSAGES/ekiga.mo
-share/locale/lv/LC_MESSAGES/ekiga.mo
-share/locale/mk/LC_MESSAGES/ekiga.mo
-share/locale/ml/LC_MESSAGES/ekiga.mo
-share/locale/mn/LC_MESSAGES/ekiga.mo
-share/locale/mr/LC_MESSAGES/ekiga.mo
-share/locale/ms/LC_MESSAGES/ekiga.mo
-share/locale/nb/LC_MESSAGES/ekiga.mo
-share/locale/ne/LC_MESSAGES/ekiga.mo
-share/locale/nl/LC_MESSAGES/ekiga.mo
-share/locale/oc/LC_MESSAGES/ekiga.mo
-share/locale/or/LC_MESSAGES/ekiga.mo
-share/locale/pa/LC_MESSAGES/ekiga.mo
-share/locale/pl/LC_MESSAGES/ekiga.mo
-share/locale/pt/LC_MESSAGES/ekiga.mo
-share/locale/pt_BR/LC_MESSAGES/ekiga.mo
-share/locale/ro/LC_MESSAGES/ekiga.mo
-share/locale/ru/LC_MESSAGES/ekiga.mo
-share/locale/rw/LC_MESSAGES/ekiga.mo
-share/locale/sk/LC_MESSAGES/ekiga.mo
-share/locale/sl/LC_MESSAGES/ekiga.mo
-share/locale/sq/LC_MESSAGES/ekiga.mo
-share/locale/sr/LC_MESSAGES/ekiga.mo
-share/locale/sr@Latn/LC_MESSAGES/ekiga.mo
-share/locale/sv/LC_MESSAGES/ekiga.mo
-share/locale/ta/LC_MESSAGES/ekiga.mo
-share/locale/th/LC_MESSAGES/ekiga.mo
-share/locale/tr/LC_MESSAGES/ekiga.mo
-share/locale/uk/LC_MESSAGES/ekiga.mo
-share/locale/vi/LC_MESSAGES/ekiga.mo
-share/locale/wa/LC_MESSAGES/ekiga.mo
-share/locale/xh/LC_MESSAGES/ekiga.mo
-share/locale/zh_CN/LC_MESSAGES/ekiga.mo
-share/locale/zh_HK/LC_MESSAGES/ekiga.mo
-share/locale/zh_TW/LC_MESSAGES/ekiga.mo
-@dirrm share/sounds/ekiga
-@dirrm share/pixmaps/ekiga
-@dirrm share/omf/ekiga
-@dirrm share/gnome/help/ekiga/uk/figures
-@dirrm share/gnome/help/ekiga/uk
-@dirrm share/gnome/help/ekiga/sv/figures
-@dirrm share/gnome/help/ekiga/sv
-@dirrm share/gnome/help/ekiga/pt_BR/figures
-@dirrm share/gnome/help/ekiga/pt_BR
-@dirrm share/gnome/help/ekiga/fr/figures
-@dirrm share/gnome/help/ekiga/fr
-@dirrm share/gnome/help/ekiga/es/figures
-@dirrm share/gnome/help/ekiga/es
-@dirrm share/gnome/help/ekiga/de/figures
-@dirrm share/gnome/help/ekiga/de
-@dirrm share/gnome/help/ekiga/bg/figures
-@dirrm share/gnome/help/ekiga/bg
-@dirrm share/gnome/help/ekiga/C/figures
-@dirrm share/gnome/help/ekiga/C
-@dirrm share/gnome/help/ekiga
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/applications
diff --git a/net/opal/Makefile b/net/opal/Makefile
deleted file mode 100644
index 424b58b63ef1..000000000000
--- a/net/opal/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Created by: Roger Hardiman <roger@freebsd.org>
-# $FreeBSD$
-
-PORTNAME= opal
-PORTVERSION= 2.2.11
-PORTREVISION= 7
-CATEGORIES= net
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= VoIP abstraction library
-
-OPTIONS_DEFINE= FFMPEG SPEEX
-OPTIONS_DEFAULT=FFMPEG SPEEX
-FFMPEG_DESC= H263 audio/video codec support
-SPEEX_DESC= Use audio/speex instead of bundled version
-
-LIB_DEPENDS= pt_r:${PORTSDIR}/devel/pwlib
-
-CONFLICTS= opal-3.*
-
-# In opal's Makefile the default make's target is optshared
-ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` optshared
-USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu`
-
-CPPFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-# Be sure to compile position-independent objects for the shared libraries
-CFLAGS+= -fPIC
-
-.if ${OSVERSION} >= 900000
-BROKEN= does not compile on 9.X
-.endif
-
-.if ${PORT_OPTIONS:MFFMPEG}
-LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
-CONFIGURE_ARGS+=--enable-h263avcodec=${LOCALBASE}/include/ffmpeg
-.else
-CONFIGURE_ARGS+=--disable-h263avcodec
-.endif
-
-.if ${PORT_OPTIONS:MSPEEX}
-LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex
-CONFIGURE_ARGS+=--enable-localspeex=yes
-.else
-CONFIGURE_ARGS+=--enable-localspeex=no
-.endif
-
-
-.include <bsd.port.post.mk>
diff --git a/net/opal/distinfo b/net/opal/distinfo
deleted file mode 100644
index 67c5ef576f0a..000000000000
--- a/net/opal/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (opal-2.2.11.tar.gz) = 0990ead39728f23a1ce39997f41a8484c59809ccec0e770b9bc4f795a85a29c4
-SIZE (opal-2.2.11.tar.gz) = 4165191
diff --git a/net/opal/files/patch-Makefile.in b/net/opal/files/patch-Makefile.in
deleted file mode 100644
index 43ac050eaf72..000000000000
--- a/net/opal/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Sat Apr 22 16:06:54 2006
-+++ Makefile.in Thu Jun 22 09:39:04 2006
-@@ -427,10 +427,6 @@
- SOURCES += $(OPAL_SRCDIR)/lids/vpblid.cxx
- endif
-
--ifdef HAS_SANGOMA
--SOURCES += $(OPAL_SRCDIR)/lids/sangomalid.cxx
--endif
--
-
- ##################
- # Software codecs
diff --git a/net/opal/files/patch-libspeex b/net/opal/files/patch-libspeex
deleted file mode 100644
index 5e452da8fc77..000000000000
--- a/net/opal/files/patch-libspeex
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/codec/speex/libspeex/kiss_fft.h.orig Thu Jun 22 09:56:34 2006
-+++ src/codec/speex/libspeex/kiss_fft.h Thu Jun 22 09:56:53 2006
-@@ -6,10 +6,6 @@
- #include <math.h>
- #include <memory.h>
-
--#if !(defined(P_MACOSX) || defined(P_FREEBSD))
--#include <malloc.h> // RMF
--#endif
--
- #ifdef __cplusplus
- extern "C" {
- #endif
diff --git a/net/opal/files/patch-opal_inc.mak.in b/net/opal/files/patch-opal_inc.mak.in
deleted file mode 100644
index 1b879aae2153..000000000000
--- a/net/opal/files/patch-opal_inc.mak.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- opal_inc.mak.in.orig Fri Apr 7 08:12:16 2006
-+++ opal_inc.mak.in Fri Apr 7 08:13:55 2006
-@@ -103,7 +103,7 @@
- endif
-
-
--OPAL_BASE = opal_$(PLATFORM_TYPE)_$(OPAL_SUFFIX)
-+OPAL_BASE = opal_$(OPAL_SUFFIX)
- OPAL_FILE = lib$(OPAL_BASE)$(LIB_TYPE).$(LIB_SUFFIX)
-
- LDFLAGS += -L$(OPAL_LIBDIR)
diff --git a/net/opal/pkg-descr b/net/opal/pkg-descr
deleted file mode 100644
index c232d9469719..000000000000
--- a/net/opal/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-OPAL is the "next generation" of OpenH323 that has a new architecture. Not only
-does it support H.323 and SIP, but new VoIP protocols or devices can be added
-very easily. It is being actively developed and is used by several projects
-such as Ekiga (http://www.ekiga.org)
-
-BTW: OPAL is an acronym for Open Phone Abstraction Library, but that is not
-really important :)
-
-WWW: http://www.voxgratia.org/
diff --git a/net/opal/pkg-plist b/net/opal/pkg-plist
deleted file mode 100644
index 27baed23afbd..000000000000
--- a/net/opal/pkg-plist
+++ /dev/null
@@ -1,127 +0,0 @@
-include/opal/asn/gcc.h
-include/opal/asn/h225.h
-include/opal/asn/h235.h
-include/opal/asn/h245.h
-include/opal/asn/h248.h
-include/opal/asn/h4501.h
-include/opal/asn/h45010.h
-include/opal/asn/h45011.h
-include/opal/asn/h4502.h
-include/opal/asn/h4503.h
-include/opal/asn/h4504.h
-include/opal/asn/h4505.h
-include/opal/asn/h4506.h
-include/opal/asn/h4507.h
-include/opal/asn/h4508.h
-include/opal/asn/h4509.h
-include/opal/asn/h501.h
-include/opal/asn/mcs.h
-include/opal/asn/t38.h
-include/opal/asn/x880.h
-include/opal/codec/allcodecs.h
-include/opal/codec/echocancel.h
-include/opal/codec/g711codec.h
-include/opal/codec/g726codec.h
-include/opal/codec/g729codec.h
-include/opal/codec/gsmcodec.h
-include/opal/codec/h261codec.h
-include/opal/codec/h263codec.h
-include/opal/codec/ilbccodec.h
-include/opal/codec/lpc10codec.h
-include/opal/codec/mscodecs.h
-include/opal/codec/opalwavfile.h
-include/opal/codec/rfc2833.h
-include/opal/codec/silencedetect.h
-include/opal/codec/speexcodec.h
-include/opal/codec/vidcodec.h
-include/opal/h323/channels.h
-include/opal/h323/gkclient.h
-include/opal/h323/gkserver.h
-include/opal/h323/h225ras.h
-include/opal/h323/h235auth.h
-include/opal/h323/h323.h
-include/opal/h323/h323annexg.h
-include/opal/h323/h323caps.h
-include/opal/h323/h323con.h
-include/opal/h323/h323ep.h
-include/opal/h323/h323neg.h
-include/opal/h323/h323pdu.h
-include/opal/h323/h323rtp.h
-include/opal/h323/h323trans.h
-include/opal/h323/h450pdu.h
-include/opal/h323/h501pdu.h
-include/opal/h323/peclient.h
-include/opal/h323/q931.h
-include/opal/h323/svcctrl.h
-include/opal/h323/transaddr.h
-include/opal/iax2/causecode.h
-include/opal/iax2/frame.h
-include/opal/iax2/iax2.h
-include/opal/iax2/iax2con.h
-include/opal/iax2/iax2ep.h
-include/opal/iax2/iax2medstrm.h
-include/opal/iax2/iedata.h
-include/opal/iax2/ies.h
-include/opal/iax2/processor.h
-include/opal/iax2/receiver.h
-include/opal/iax2/remote.h
-include/opal/iax2/safestrings.h
-include/opal/iax2/sound.h
-include/opal/iax2/transmit.h
-include/opal/iax2/version.h
-include/opal/lids/QTIoctl.h
-include/opal/lids/alllids.h
-include/opal/lids/ixjDefs.h
-include/opal/lids/ixjidb.h
-include/opal/lids/ixjlid.h
-include/opal/lids/lid.h
-include/opal/lids/lidep.h
-include/opal/lids/sangomalid.h
-include/opal/lids/vblasterlid.h
-include/opal/lids/vpbapi.h
-include/opal/lids/vpblid.h
-include/opal/opal/buildopts.h
-include/opal/opal/call.h
-include/opal/opal/connection.h
-include/opal/opal/endpoint.h
-include/opal/opal/guid.h
-include/opal/opal/ivr.h
-include/opal/opal/manager.h
-include/opal/opal/mediacmd.h
-include/opal/opal/mediafmt.h
-include/opal/opal/mediastrm.h
-include/opal/opal/opalvxml.h
-include/opal/opal/patch.h
-include/opal/opal/pcss.h
-include/opal/opal/transcoders.h
-include/opal/opal/transports.h
-include/opal/rtp/jitter.h
-include/opal/rtp/rtp.h
-include/opal/sip/sdp.h
-include/opal/sip/sip.h
-include/opal/sip/sipcon.h
-include/opal/sip/sipep.h
-include/opal/sip/sippdu.h
-include/opal/t120/h323t120.h
-include/opal/t120/t120proto.h
-include/opal/t120/x224.h
-include/opal/t38/h323t38.h
-include/opal/t38/t38proto.h
-lib/libopal.so
-lib/libopal_r.so
-lib/libopal_r.so.2
-lib/libopal_r.so.2.2
-lib/libopal_r.so.%%PORTVERSION%%
-%%DATADIR%%/opal_inc.mak
-@dirrm %%DATADIR%%
-@dirrm include/opal/t38
-@dirrm include/opal/t120
-@dirrm include/opal/sip
-@dirrm include/opal/rtp
-@dirrm include/opal/opal
-@dirrm include/opal/lids
-@dirrm include/opal/iax2
-@dirrm include/opal/h323
-@dirrm include/opal/codec
-@dirrm include/opal/asn
-@dirrm include/opal