Update to 20120415 .
This commit is contained in:
parent
58f4b725a9
commit
e4414d088b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296480
@ -6,14 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= w_scan
|
||||
PORTVERSION= 20111203
|
||||
PORTVERSION= 20120415
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://wirbel.htpc-forum.de/w_scan/
|
||||
|
||||
MAINTAINER= nox@FreeBSD.org
|
||||
COMMENT= Perform frequency scans for DVB and ATSC transmissions
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/frontend.h:${PORTSDIR}/multimedia/v4l_compat
|
||||
BUILD_DEPENDS= v4l_compat>=1.0.20120501:${PORTSDIR}/multimedia/v4l_compat
|
||||
|
||||
OPTIONS= LINUX "Install Linux binary too (linux-w_scan)" off
|
||||
|
||||
@ -29,6 +29,7 @@ PORTDOCS= COPYING ChangeLog README
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
MAN1= w_scan.1
|
||||
MAKE_JOBS_SAFE= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
.if defined(WITH_LINUX)
|
||||
USE_LINUX= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (w_scan-20111203.tar.bz2) = d51d8718dc9bebf2fecf5fde869adf1b8f30f366d07c0a6e2c983a4b8d2800cd
|
||||
SIZE (w_scan-20111203.tar.bz2) = 483525
|
||||
SHA256 (w_scan-20120415.tar.bz2) = 02b81bf6f64f3d1b9965e79e2e69a70e96766facf0f5a57499d1ca7262aa1847
|
||||
SIZE (w_scan-20120415.tar.bz2) = 361591
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -218,7 +218,7 @@ w_scan_SOURCES = atsc_psip_section.c ats
|
||||
parse-dvbscan.c parse-dvbscan.h satellites.c satellites.h \
|
||||
scan.c scan.h section.c section.h version.h iconv_codes.c \
|
||||
iconv_codes.h char-coding.c char-coding.h
|
||||
-bin_SCRIPTS = w_scan_start.sh
|
||||
+#bin_SCRIPTS = w_scan_start.sh
|
||||
dist_man_MANS = doc/w_scan.1
|
||||
EXTRA_DIST = doc pci.classes pci.ids usb.classes usb.ids w_scan w_scan_start.sh
|
||||
AM_CFLAGS = -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter
|
@ -2,4 +2,5 @@
|
||||
#include <stdint.h>
|
||||
s/^#include <linux\/types.h>/#include <stdint.h>/
|
||||
s/__u8/uint8_t/
|
||||
s/__u16/uint16_t/
|
||||
s/__u32/uint32_t/
|
||||
|
Loading…
Reference in New Issue
Block a user