aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-08-21 11:48:12 +0000
committerRene Ladan <rene@FreeBSD.org>2020-08-21 11:48:12 +0000
commit70855b22be57234e4d2f65217839547e64f0c4a4 (patch)
tree7fb6fa3e56bab5ade8354de87b4c35a15ba04cc4 /multimedia
parentbaa937028bf7bc96c3e3accaf5925242547722ca (diff)
downloadports-70855b22be57234e4d2f65217839547e64f0c4a4.tar.gz
ports-70855b22be57234e4d2f65217839547e64f0c4a4.zip
MFH: r545587
multimedia/w_scan: schedule for removal on 2020-09-01, software is abandonded. While here fix build by slapping -fcommon on it. Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2020Q3/; revision=545593
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/w_scan/Makefile4
-rw-r--r--multimedia/w_scan/pkg-descr6
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/w_scan/Makefile b/multimedia/w_scan/Makefile
index 16fbb4bcd579..e98489562ffb 100644
--- a/multimedia/w_scan/Makefile
+++ b/multimedia/w_scan/Makefile
@@ -13,11 +13,15 @@ COMMENT= Perform frequency scans for DVB and ATSC transmissions
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= No longer developed since September 2017, MASTER_SITES gone
+EXPIRATION_DATE=2020-09-01
+
BUILD_DEPENDS= v4l_compat>=1.0.20120501:multimedia/v4l_compat
GNU_CONFIGURE= yes
USES= dos2unix gettext iconv localbase tar:bzip2
DOS2UNIX_GLOB= *.c *.h
+CFLAGS+= -fcommon
LDFLAGS+= ${ICONV_LIB}
PORTDOCS= COPYING ChangeLog README
diff --git a/multimedia/w_scan/pkg-descr b/multimedia/w_scan/pkg-descr
index c8a2bfdab755..b0dab7e85d8f 100644
--- a/multimedia/w_scan/pkg-descr
+++ b/multimedia/w_scan/pkg-descr
@@ -1,11 +1,7 @@
-[From the README:]
-
-this is a small channel scan tool for vdr which generates ATSC, DVB-C,
+w_scan is a small channel scan tool for vdr which generates ATSC, DVB-C,
DVB-S/S2 and DVB-T channels.conf files.
It's 50% "scan" from linuxtv-dvb-apps-1.1.0, the differences are:
- no initial tuning data needed, because scanning without this data is exactly
what a scan tool like this should do
- it detects automatically which DVB/ATSC card to use.
-
-WWW: http://wirbel.htpc-forum.de/w_scan/index_en.html