non port: multimedia/w_scan/Makefile |
Number of commits found: 33 |
Friday, 21 Aug 2020
|
10:45 rene
multimedia/w_scan: schedule for removal on 2020-09-01, software is abandonded.
While here fix build by slapping -fcommon on it.
MFH: 2020Q3
|
Friday, 17 Apr 2020
|
08:35 hselasky
Fix build after LibV4L upgrade to v1.18.0.
PR: 245501
Approved by: pi (implicit)
|
Saturday, 29 Sep 2018
|
08:04 riggs
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
|
Wednesday, 5 Jul 2017
|
06:33 rene
multimedia/w_scan: update to 20170107, which adds support for DVB-T2
- take maintainership
- drop LINUX option, the Linux binary is no longer pre-shipped
- pet portlint
|
Thursday, 8 Dec 2016
|
19:23 tijl
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Monday, 5 Sep 2016
|
19:23 tijl
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework.
- bsd.port.mk:
- Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
- Put USE_LINUX_PREFIX handling after USES processing.
- Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
give these variables a different default value.
- When a package needs to run Linux ldconfig check before installation if
Linux support is enabled.
- emulators/linux_base-*:
- Use USES=linux and remove duplication.
- Remove files/lp. FreeBSD or CUPS lp(1) should work.
- Remove files/yp.conf. No longer seems to be used.
- Remove pkg-deinstall and move pkg-install into pkg-plist.
- Update pkg-descr and pkg-message.
- Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
to use FreeBSD mkdir so mkdir -p $path creates $path and not
/compat/linux/$path.
PR: 211645
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Monday, 20 Jun 2016
|
16:23 mat
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 8 Jan 2016
|
15:02 amdmi3
- Add LICENSE
- Pet portlint
- Switch to options helpers
- Switch to USES=localbase
|
Monday, 14 Dec 2015
|
02:52 eadler
Reset maintainer
|
Tuesday, 15 Jul 2014
|
16:27 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Saturday, 15 Mar 2014
|
15:36 nox
Switch my ports to USES= tar:...
|
Sunday, 26 Jan 2014
|
18:09 nox
Stagify.
|
Friday, 20 Sep 2013
|
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Friday, 13 Sep 2013
|
17:14 madpilot
- Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit)
|
Wednesday, 4 Sep 2013
|
18:06 madpilot
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Wednesday, 3 Oct 2012
|
15:48 nox
Add -l to PATCH_STRIP as svn strips \r from patch line endings.
|
Saturday, 16 Jun 2012
|
15:28 nox
Remove double quotes from OPTIONng *_DESC now that make showconfig
no longer needs them.
|
Saturday, 2 Jun 2012
|
19:37 nox
- Convert these to OPTIONng.
- Omit shlib major versions in LIB_DEPENDS to pet portlint.
|
Saturday, 12 May 2012
|
12:22 nox
Update to 20120415 .
|
Saturday, 3 Dec 2011
|
17:12 nox
- Update to 20111203 .
- Add knob to install the Linux version too (needs
multimedia/linux_dvbwrapper-kmod kldload'ed to run.)
- Add workaround to avoid invalid UTF-8 encodings when converting
from ISO_6937-2 (that the iconv used on FreeBSD doesn't know) -
if you need ISO_6937-2 converted properly you have to use the
Linux version for now. (Tho all the 8-bit channel names I see
here marked as the default ISO_6937-2 charset are in fact
ISO8859-1(5) i.e. the charset isn't marked properly on those
transponders and thus the Linux version would convert them wrongly
too.)
Feature safe: yes
|
Thursday, 20 Oct 2011
|
17:54 nox
Update to 20111011 .
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thursday, 18 Aug 2011
|
16:57 nox
Update to 20110702 .
|
Tuesday, 16 Aug 2011
|
22:39 nox
- Get rid of stray newlines in dvb-s vlc .xspf playlist output. (-L)
- Bump PORTREVISION.
Reported by: Hakisho Nukama (via irc)
|
Friday, 17 Jun 2011
|
19:53 nox
Update to 20110616.
|
Tuesday, 1 Mar 2011
|
20:46 nox
- Add patch to allow manually specifying adapter numbers up to 255.
- Bump PORTREVISION.
Submitted by: hselasky via private email
|
Sunday, 27 Feb 2011
|
19:34 nox
- Add patch to fix -L (vlc .xspf playlist output) for DVB-S.
- Bump PORTREVISION.
|
17:59 nox
Update to 20110206 version.
|
Tuesday, 15 Jun 2010
|
20:04 nox
Update to 20100529.
PR: ports/147885
Submitted by: lme
|
Sunday, 23 May 2010
|
18:59 nox
[From the README:]
this 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
|
Number of commits found: 33 |