aboutsummaryrefslogtreecommitdiff
path: root/multimedia/cx88
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-04-25 13:59:11 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-04-25 13:59:11 +0000
commit227598bb9f0fbe5dc151d5e8000acf73e9e807c9 (patch)
tree07339259d8687fd2f7e584194a8ed51ec22321ff /multimedia/cx88
parent4302224d825681a912b523eba8fae3296b0b94ff (diff)
downloadports-227598bb9f0fbe5dc151d5e8000acf73e9e807c9.tar.gz
ports-227598bb9f0fbe5dc151d5e8000acf73e9e807c9.zip
Notes
Diffstat (limited to 'multimedia/cx88')
-rw-r--r--multimedia/cx88/Makefile10
-rw-r--r--multimedia/cx88/distinfo6
-rw-r--r--multimedia/cx88/files/patch-iicdev-Makefile11
3 files changed, 5 insertions, 22 deletions
diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile
index f21c786d0193..f9b72e2edd20 100644
--- a/multimedia/cx88/Makefile
+++ b/multimedia/cx88/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cx88
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= multimedia kld
MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/
@@ -15,7 +15,7 @@ COMMENT= Drivers for Conexant CX23880/1/2/3/5/7/8-based TV/radio capture cards
LIB_DEPENDS= tuner.1:${PORTSDIR}/multimedia/libtuner
BUILD_DEPENDS= ${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \
- libtuner>=1.0.4:${PORTSDIR}/multimedia/libtuner
+ libtuner>=1.0.5:${PORTSDIR}/multimedia/libtuner
KMODDIR= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR}
@@ -26,12 +26,6 @@ MAKE_JOBS_UNSAFE= yes
.if ${OSVERSION} < 700055
IGNORE= requires FreeBSD 7.0-RELEASE or later
-.elif ${OSVERSION} >= 900000
-BROKEN= does not build
-.endif
-
-.if ${ARCH} == "powerpc"
-BROKEN= Does not compile on powerpc
.endif
.if !exists(/usr/src/sys/Makefile)
diff --git a/multimedia/cx88/distinfo b/multimedia/cx88/distinfo
index 4d862310c762..e9d4b9f8d0ec 100644
--- a/multimedia/cx88/distinfo
+++ b/multimedia/cx88/distinfo
@@ -1,3 +1,3 @@
-MD5 (cx88-1.2.1.tar.gz) = c0fcc5a3be91d6481d4a9371c8cfd469
-SHA256 (cx88-1.2.1.tar.gz) = 9edbb0c3e9d45c1b78850539cf5d9aabaa3fe16aff3ef6bcb81cf035f1554f73
-SIZE (cx88-1.2.1.tar.gz) = 132872
+MD5 (cx88-1.2.2.tar.gz) = cf2faadb8636267da2c431a55f9d2201
+SHA256 (cx88-1.2.2.tar.gz) = fcca0b55d6226cc2e87e8a26f74135756951ea758083a5a1d6b17adc3996085d
+SIZE (cx88-1.2.2.tar.gz) = 136643
diff --git a/multimedia/cx88/files/patch-iicdev-Makefile b/multimedia/cx88/files/patch-iicdev-Makefile
deleted file mode 100644
index 8e7b40764c4f..000000000000
--- a/multimedia/cx88/files/patch-iicdev-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- iicdev/Makefile.orig 2008-09-30 23:45:21.000000000 +0400
-+++ iicdev/Makefile 2009-09-17 18:51:51.000000000 +0400
-@@ -1,7 +1,7 @@
- SRCS=device_if.h bus_if.h iicdev.h iicdev.c iicdev_ioctl.h
- KMOD=iicdev
-
--IOCTL_HEADER_DIR ?= /usr/local/include
-+IOCTL_HEADER_DIR ?= ${PREFIX}/include
-
- .if defined(DIAGNOSTIC)
- CFLAGS+= -D_DIAGNOSTIC