mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.3.0
- Fix build on -CURRENT PR: ports/152428 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer)
This commit is contained in:
parent
7c31fdc641
commit
24051aa2b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264872
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cx88
|
||||
PORTVERSION= 1.2.2
|
||||
PORTVERSION= 1.3.0
|
||||
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.5:${PORTSDIR}/multimedia/libtuner
|
||||
libtuner>=1.0.6:${PORTSDIR}/multimedia/libtuner
|
||||
|
||||
KMODDIR= /boot/modules
|
||||
PLIST_SUB+= KMODDIR=${KMODDIR}
|
||||
@ -26,8 +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 !exists(/usr/src/sys/Makefile)
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (cx88-1.2.2.tar.gz) = cf2faadb8636267da2c431a55f9d2201
|
||||
SHA256 (cx88-1.2.2.tar.gz) = fcca0b55d6226cc2e87e8a26f74135756951ea758083a5a1d6b17adc3996085d
|
||||
SIZE (cx88-1.2.2.tar.gz) = 136643
|
||||
SHA256 (cx88-1.3.0.tar.gz) = 07a5d4521d7d10f247401193d5dd0585ff3505f9d59dfa2dfec00a7d4d1b2124
|
||||
SIZE (cx88-1.3.0.tar.gz) = 160911
|
||||
|
@ -24,7 +24,10 @@ cx88ir.ko
|
||||
cx88mpegcore.ko
|
||||
cx88mpeg.ko
|
||||
cx88video.ko
|
||||
cx88audiocore.ko
|
||||
cx88audio.ko
|
||||
cx23885.ko
|
||||
cx23885av.ko
|
||||
cx23885avfw.ko
|
||||
@exec kldxref %D
|
||||
@unexec kldxref %D
|
||||
|
Loading…
Reference in New Issue
Block a user