Date: Fri, 21 Aug 2020 10:45:12 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545587 - head/multimedia/w_scan Message-ID: <202008211045.07LAjC2v058042@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Aug 21 10:45:12 2020 New Revision: 545587 URL: https://svnweb.freebsd.org/changeset/ports/545587 Log: multimedia/w_scan: schedule for removal on 2020-09-01, software is abandonded. While here fix build by slapping -fcommon on it. MFH: 2020Q3 Modified: head/multimedia/w_scan/Makefile head/multimedia/w_scan/pkg-descr Modified: head/multimedia/w_scan/Makefile ============================================================================== --- head/multimedia/w_scan/Makefile Fri Aug 21 10:39:04 2020 (r545586) +++ head/multimedia/w_scan/Makefile Fri Aug 21 10:45:12 2020 (r545587) @@ -13,11 +13,15 @@ COMMENT= Perform frequency scans for DVB and ATSC tran 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 Modified: head/multimedia/w_scan/pkg-descr ============================================================================== --- head/multimedia/w_scan/pkg-descr Fri Aug 21 10:39:04 2020 (r545586) +++ head/multimedia/w_scan/pkg-descr Fri Aug 21 10:45:12 2020 (r545587) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008211045.07LAjC2v058042>