summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/zaptel/Makefile4
-rw-r--r--misc/zaptel/distinfo6
-rw-r--r--misc/zaptel/files/patch-qozap::Makefile14
-rw-r--r--misc/zaptel/files/patch-zaphfc::Makefile22
-rw-r--r--misc/zaptel/files/patch-zaptel::Makefile14
-rw-r--r--misc/zaptel/pkg-message4
-rw-r--r--net/zaptel12/Makefile4
-rw-r--r--net/zaptel12/distinfo6
-rw-r--r--net/zaptel12/files/patch-qozap::Makefile14
-rw-r--r--net/zaptel12/files/patch-zaphfc::Makefile22
-rw-r--r--net/zaptel12/files/patch-zaptel::Makefile14
-rw-r--r--net/zaptel12/pkg-message4
12 files changed, 114 insertions, 14 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile
index b2409e0..4a09f21 100644
--- a/misc/zaptel/Makefile
+++ b/misc/zaptel/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= zaptel
-PORTVERSION= 0.11
+PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://www.pbxpress.com/~gonzo/
-DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
+DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A FreeBSD Driver for FXO, FXS, BRI and PRI Telephony Cards
diff --git a/misc/zaptel/distinfo b/misc/zaptel/distinfo
index 02ef95e..6c159de 100644
--- a/misc/zaptel/distinfo
+++ b/misc/zaptel/distinfo
@@ -1,3 +1,3 @@
-MD5 (zaptel-freebsd-0.11.tar.gz) = 0e0c967b720ec7fb64d1bbcd91a6f250
-SHA256 (zaptel-freebsd-0.11.tar.gz) = 1b36597b5a1d87f1bb8b1fc12bdba9edd4b063a3ffc937a9e684842daebaea34
-SIZE (zaptel-freebsd-0.11.tar.gz) = 457064
+MD5 (zaptel-bsd-1.0.tar.gz) = 0c01495e126bb319e3ebcb0cb046e621
+SHA256 (zaptel-bsd-1.0.tar.gz) = 19c8bf1264325c75a6f94533b9ddbeaec6712fc5a9297b44dc83c8cd06af4220
+SIZE (zaptel-bsd-1.0.tar.gz) = 235155
diff --git a/misc/zaptel/files/patch-qozap::Makefile b/misc/zaptel/files/patch-qozap::Makefile
new file mode 100644
index 0000000..96e2efe
--- /dev/null
+++ b/misc/zaptel/files/patch-qozap::Makefile
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- qozap/Makefile
++++ qozap/Makefile
+@@ -7,7 +7,7 @@
+ KMOD= qozap
+ SRCS= qozap.c qozap_freebsd.c
+ SRCS+= device_if.h bus_if.h isa_if.h pci_if.h
+-CFLAGS+=-I../zaptel
++CFLAGS+=-I../zaptel -DCONFIG_PCI=1
+ WERROR= -Wall
+
+ #DEBUG_FLAGS= -g
diff --git a/misc/zaptel/files/patch-zaphfc::Makefile b/misc/zaptel/files/patch-zaphfc::Makefile
new file mode 100644
index 0000000..be960a6
--- /dev/null
+++ b/misc/zaptel/files/patch-zaphfc::Makefile
@@ -0,0 +1,22 @@
+
+$FreeBSD$
+
+--- zaphfc/Makefile.orig
++++ zaphfc/Makefile
+@@ -1,4 +1,4 @@
+-# $Id$
++# $Id: Makefile,v 1.1 2006/07/06 05:51:19 root Exp root $
+
+
+ # CWARNFLAGS= -D__nothing_because_have_cplusplus_comments__
+@@ -7,9 +7,7 @@
+ KMOD= zaphfc
+ SRCS= zaphfc.c zaphfc_freebsd.c
+ SRCS+= device_if.h bus_if.h isa_if.h pci_if.h
+-CFLAGS+=-I../zaptel
++CFLAGS+=-I../zaptel -DCONFIG_PCI=1 -g
+ WERROR= -Wall
+-
+-DEBUG_FLAGS= -g
+
+ .include <bsd.kmod.mk>
diff --git a/misc/zaptel/files/patch-zaptel::Makefile b/misc/zaptel/files/patch-zaptel::Makefile
new file mode 100644
index 0000000..6d16635
--- /dev/null
+++ b/misc/zaptel/files/patch-zaptel::Makefile
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- zaptel/Makefile
++++ zaptel/Makefile
+@@ -3,7 +3,7 @@
+ .PATH: /sys/dev/pci
+ SRCS=zaptel.c zt_chan.c zt_timer.c zt_zone.c zt_conf.c arith.h tones.h zaptel.h zaptel-compat.h
+ KMOD=zaptel
+-CFLAGS+=-g
++CFLAGS+=-g -DZAPATA_DEBUG=0
+ CLEANFILES+=gendigits tones.h
+ WERROR=-Wall
+
diff --git a/misc/zaptel/pkg-message b/misc/zaptel/pkg-message
index ede328a..b7430586 100644
--- a/misc/zaptel/pkg-message
+++ b/misc/zaptel/pkg-message
@@ -14,13 +14,13 @@ To unload it:
It'll also load the driver automatically when the system is started.
-Report problems to Alexander Timoshenko <gonzo@portaone.com>. Please note that
+Report problems to Alexander Timoshenko <gonzo@pbxpress.com>. Please note that
it is still "work in progress" so that your bug reports are welcome and will
help to improve quality of the drivers.
Great thanks to all companies and individuals who made this driver happen,
including but not limited to, John Todd, Chris Coleman, Alexander Timoshenko,
-Porta Software Ltd, Max Khon, LF.net, Luigi Rizzo and others contributors.
+PBXpress, Inc, Max Khon, LF.net, Luigi Rizzo and others contributors.
Thanks and enjoy!
diff --git a/net/zaptel12/Makefile b/net/zaptel12/Makefile
index b2409e0..4a09f21 100644
--- a/net/zaptel12/Makefile
+++ b/net/zaptel12/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= zaptel
-PORTVERSION= 0.11
+PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://www.pbxpress.com/~gonzo/
-DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
+DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A FreeBSD Driver for FXO, FXS, BRI and PRI Telephony Cards
diff --git a/net/zaptel12/distinfo b/net/zaptel12/distinfo
index 02ef95e..6c159de 100644
--- a/net/zaptel12/distinfo
+++ b/net/zaptel12/distinfo
@@ -1,3 +1,3 @@
-MD5 (zaptel-freebsd-0.11.tar.gz) = 0e0c967b720ec7fb64d1bbcd91a6f250
-SHA256 (zaptel-freebsd-0.11.tar.gz) = 1b36597b5a1d87f1bb8b1fc12bdba9edd4b063a3ffc937a9e684842daebaea34
-SIZE (zaptel-freebsd-0.11.tar.gz) = 457064
+MD5 (zaptel-bsd-1.0.tar.gz) = 0c01495e126bb319e3ebcb0cb046e621
+SHA256 (zaptel-bsd-1.0.tar.gz) = 19c8bf1264325c75a6f94533b9ddbeaec6712fc5a9297b44dc83c8cd06af4220
+SIZE (zaptel-bsd-1.0.tar.gz) = 235155
diff --git a/net/zaptel12/files/patch-qozap::Makefile b/net/zaptel12/files/patch-qozap::Makefile
new file mode 100644
index 0000000..96e2efe
--- /dev/null
+++ b/net/zaptel12/files/patch-qozap::Makefile
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- qozap/Makefile
++++ qozap/Makefile
+@@ -7,7 +7,7 @@
+ KMOD= qozap
+ SRCS= qozap.c qozap_freebsd.c
+ SRCS+= device_if.h bus_if.h isa_if.h pci_if.h
+-CFLAGS+=-I../zaptel
++CFLAGS+=-I../zaptel -DCONFIG_PCI=1
+ WERROR= -Wall
+
+ #DEBUG_FLAGS= -g
diff --git a/net/zaptel12/files/patch-zaphfc::Makefile b/net/zaptel12/files/patch-zaphfc::Makefile
new file mode 100644
index 0000000..be960a6
--- /dev/null
+++ b/net/zaptel12/files/patch-zaphfc::Makefile
@@ -0,0 +1,22 @@
+
+$FreeBSD$
+
+--- zaphfc/Makefile.orig
++++ zaphfc/Makefile
+@@ -1,4 +1,4 @@
+-# $Id$
++# $Id: Makefile,v 1.1 2006/07/06 05:51:19 root Exp root $
+
+
+ # CWARNFLAGS= -D__nothing_because_have_cplusplus_comments__
+@@ -7,9 +7,7 @@
+ KMOD= zaphfc
+ SRCS= zaphfc.c zaphfc_freebsd.c
+ SRCS+= device_if.h bus_if.h isa_if.h pci_if.h
+-CFLAGS+=-I../zaptel
++CFLAGS+=-I../zaptel -DCONFIG_PCI=1 -g
+ WERROR= -Wall
+-
+-DEBUG_FLAGS= -g
+
+ .include <bsd.kmod.mk>
diff --git a/net/zaptel12/files/patch-zaptel::Makefile b/net/zaptel12/files/patch-zaptel::Makefile
new file mode 100644
index 0000000..6d16635
--- /dev/null
+++ b/net/zaptel12/files/patch-zaptel::Makefile
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- zaptel/Makefile
++++ zaptel/Makefile
+@@ -3,7 +3,7 @@
+ .PATH: /sys/dev/pci
+ SRCS=zaptel.c zt_chan.c zt_timer.c zt_zone.c zt_conf.c arith.h tones.h zaptel.h zaptel-compat.h
+ KMOD=zaptel
+-CFLAGS+=-g
++CFLAGS+=-g -DZAPATA_DEBUG=0
+ CLEANFILES+=gendigits tones.h
+ WERROR=-Wall
+
diff --git a/net/zaptel12/pkg-message b/net/zaptel12/pkg-message
index ede328a..b7430586 100644
--- a/net/zaptel12/pkg-message
+++ b/net/zaptel12/pkg-message
@@ -14,13 +14,13 @@ To unload it:
It'll also load the driver automatically when the system is started.
-Report problems to Alexander Timoshenko <gonzo@portaone.com>. Please note that
+Report problems to Alexander Timoshenko <gonzo@pbxpress.com>. Please note that
it is still "work in progress" so that your bug reports are welcome and will
help to improve quality of the drivers.
Great thanks to all companies and individuals who made this driver happen,
including but not limited to, John Todd, Chris Coleman, Alexander Timoshenko,
-Porta Software Ltd, Max Khon, LF.net, Luigi Rizzo and others contributors.
+PBXpress, Inc, Max Khon, LF.net, Luigi Rizzo and others contributors.
Thanks and enjoy!
OpenPOWER on IntegriCloud