diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 21:16:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 21:16:35 +0000 |
commit | 7dc0abbf5419130e2cdbed5ee27d89612f830e35 (patch) | |
tree | 44261f8efd5a45201d45576fce6918470533bc6d /comms | |
parent | 43e448da34bd27802a32f6fde00ac824bca0d353 (diff) | |
download | ports-7dc0abbf5419130e2cdbed5ee27d89612f830e35.tar.gz ports-7dc0abbf5419130e2cdbed5ee27d89612f830e35.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/vpb2/Makefile | 41 | ||||
-rw-r--r-- | comms/vpb2/distinfo | 2 | ||||
-rw-r--r-- | comms/vpb2/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | comms/vpb2/files/patch-configure.in | 27 | ||||
-rw-r--r-- | comms/vpb2/files/patch-genericfreebsd.cpp | 10 | ||||
-rw-r--r-- | comms/vpb2/files/patch-playrec.cpp | 10 | ||||
-rw-r--r-- | comms/vpb2/files/patch-vpbreg.cpp | 11 | ||||
-rw-r--r-- | comms/vpb2/pkg-descr | 6 | ||||
-rw-r--r-- | comms/vpb2/pkg-plist | 8 |
10 files changed, 0 insertions, 127 deletions
diff --git a/comms/Makefile b/comms/Makefile index 14fa5e090397..1af1ad12a613 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -106,7 +106,6 @@ SUBDIR += uticom SUBDIR += viewfax SUBDIR += vpb-driver - SUBDIR += vpb2 SUBDIR += vrflash SUBDIR += wwl SUBDIR += wy60 diff --git a/comms/vpb2/Makefile b/comms/vpb2/Makefile deleted file mode 100644 index 54de9fc19fd6..000000000000 --- a/comms/vpb2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: vpb2 -# Date created: 07 Sept 2000 -# Whom: David Sugar <dyfet@gnu.org> -# -# $FreeBSD$ -# - -PORTNAME= vpb2 -PORTVERSION= 2.0.3 -PORTREVISION= 1 -CATEGORIES= comms -MASTER_SITES= ftp://www.voxilla.org/pub/vpb/ - -MAINTAINER= dyfet@gnu.org -COMMENT= User mode API for Voicetronix 4 port analog DSP telephony cards - -DEPRECATED= "mastersite disappeared, no longer maintained by author" -EXPIRATION_DATE= 2005-12-31 - -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:213 libtool:13:inc -USE_REINPLACE= yes -INSTALLS_SHLIB= yes - -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ - LDFLAGS=${PTHREAD_LIBS} - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - -post-extract: - @${FIND} ${WRKSRC} -name "Makefile.in" | \ - ${XARGS} ${REINPLACE_CMD} -e 's|-release \$$\(LT_RELEASE\)||g' - -post-patch: - ${REINPLACE_CMD} -e "s|PREFIX|${PREFIX}|" ${WRKSRC}/vpbreg.cpp - -.include <bsd.port.post.mk> diff --git a/comms/vpb2/distinfo b/comms/vpb2/distinfo deleted file mode 100644 index ce5b9ece9540..000000000000 --- a/comms/vpb2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (vpb2-2.0.3.tar.gz) = 5f79fd8bf091832d7734c66fcc19c517 -SIZE (vpb2-2.0.3.tar.gz) = 334890 diff --git a/comms/vpb2/files/patch-Makefile.in b/comms/vpb2/files/patch-Makefile.in deleted file mode 100644 index 81bb55121ed3..000000000000 --- a/comms/vpb2/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Dec 28 11:51:29 2003 -+++ Makefile.in Sun Dec 28 11:51:38 2003 -@@ -119,7 +119,7 @@ - mtisa_SOURCES = mtisa.cpp - mtisa_LDADD = libvpb2.la - --etc_prefix = / -+etc_prefix = $(prefix) - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs - CONFIG_HEADER = config.h diff --git a/comms/vpb2/files/patch-configure.in b/comms/vpb2/files/patch-configure.in deleted file mode 100644 index 4d339fefa10a..000000000000 --- a/comms/vpb2/files/patch-configure.in +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.in.orig Sun Dec 28 11:55:40 2003 -+++ configure.in Sun Dec 28 11:55:52 2003 -@@ -23,24 +23,6 @@ - OST_MAINTAINER_MODE - OST_CXX_PROGRAMMING - --AC_CACHE_CHECK(whether ${CC-cc} accepts -pthread, -- ost_cv_prog_cc_pthread, -- [echo 'void f(){}' >conftest.c -- if test -z "`${CC-cc} -pthread -c conftest.c 2>&1`"; then -- ost_cv_prog_cc_pthread=yes -- else -- ost_cv_prog_cc_pthread=no -- fi -- rm -f conftest* -- ]) --if test $ost_cv_prog_cc_pthread = yes ; then -- LIBS="$LIBS -pthread" --else -- AC_CHECK_LIB(c_r, pthread_self, -- LIBS="$LIBS -lc_r", -- AC_CHECK_LIB(pthread, pthread_self, -- LIBS="$LIBS -lpthread")) --fi - - AC_SUBST(LT_RELEASE) - AC_OUTPUT(Makefile vpb2.spec freebsd/Makefile) diff --git a/comms/vpb2/files/patch-genericfreebsd.cpp b/comms/vpb2/files/patch-genericfreebsd.cpp deleted file mode 100644 index 220dab63406f..000000000000 --- a/comms/vpb2/files/patch-genericfreebsd.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- genericfreebsd.cpp.orig Sun Dec 28 10:54:45 2003 -+++ genericfreebsd.cpp Sun Dec 28 10:55:01 2003 -@@ -28,6 +28,7 @@ - \*---------------------------------------------------------------------------*/ - - #include "config.h" -+#include "contypes.h" - - #include <assert.h> - #include <pthread.h> diff --git a/comms/vpb2/files/patch-playrec.cpp b/comms/vpb2/files/patch-playrec.cpp deleted file mode 100644 index 8da7bf062cc3..000000000000 --- a/comms/vpb2/files/patch-playrec.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- playrec.cpp.orig Sun Dec 28 10:53:19 2003 -+++ playrec.cpp Sun Dec 28 10:53:25 2003 -@@ -41,7 +41,6 @@ - #include "generic.h" - - #include <assert.h> --#include <memory> - #include <stdlib.h> - #include <stdio.h> - #include <fcntl.h> diff --git a/comms/vpb2/files/patch-vpbreg.cpp b/comms/vpb2/files/patch-vpbreg.cpp deleted file mode 100644 index d351fafd2b02..000000000000 --- a/comms/vpb2/files/patch-vpbreg.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- vpbreg.cpp.orig Sun Dec 28 11:07:43 2003 -+++ vpbreg.cpp Sun Dec 28 11:08:25 2003 -@@ -57,7 +57,7 @@ - - #define NUM_CARDS 1 // number of VPBs in PC - #define BASE 0x300 // ISA card base address --#define FIRMWARE_FILE "/etc/vpbmain.out" -+#define FIRMWARE_FILE "PREFIX/etc/vpbmain.out" - - /*-------------------------------------------------------------------------*\ - diff --git a/comms/vpb2/pkg-descr b/comms/vpb2/pkg-descr deleted file mode 100644 index 82405f1d3d9f..000000000000 --- a/comms/vpb2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Voicetronix API allows one to write applications for the Voicetronix -4 port analog DSP telephony cards. These cards are generally available -from Voictronix in Australia and will soon be made available for sales -in the United States. The API provides a single user mode library for -developing telephony applications under both FreeBSD and -GNU/Linux. Several test applications are included. diff --git a/comms/vpb2/pkg-plist b/comms/vpb2/pkg-plist deleted file mode 100644 index 7a1f7c32b854..000000000000 --- a/comms/vpb2/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/mtisa -bin/tload -bin/tvpb -etc/vpbmain.out -include/vpbapi.h -lib/libvpb2.a -lib/libvpb2.so -lib/libvpb2.so.0 |