All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
epgui/piremind.c:1355: error: 'EPGTCL_RPI_IDX_COUNT'
undeclared (first use in this function)
There is a '-include $(BUILD_DIR)/*/*.dep' line in the package
main Makefile, but it looks like this won't work and so
build-netbsd/epgtcl/dlg_remind.h wasn't created early enough which
contains this and other defines.
The major new features in release 2.7.6 is the German translation of
the complete manual and help pages. Also a few bugs which have been
reported since the previous release have been fixed.
* Added German translation of the complete manual and help pages.
(Many thanks to Olaf Noehring and Kurt Lettmaier for contributing
thetranslated manual.)
* A major bug which affected sequential removal of multiple reminders
was fixed. The bug could even crash nxtvepg. (Thanks again to Kurt
for reporting this bug.)
* XMLTV output was slightly changed to make it fully compliant with
the XMLTV DTD 0.6.
* Error diagnositcs in the provider scan were improved to avoid silent
failures without an indication of the cause. (Thanks to Andreas for
reporting this problem)
* Last but not least, the Windows release is now provided in form of
an installer instead of a plain ZIP archive. (Thanks to Néo for
suggesting and implementing the installer.)
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
Changes since 2.7.4:
- fixed HTML export (not all text format options were processed,
weekday color column was not implemented) and improved layout
- fixed timezone format in XMLTV output (DTD 0.5, local timezone only)
Thanks to Laurent Garnier for reporting the bug.
- XML export: format can now be selected via command line options
- added command line option -outfile <path>
- Improved network/channel identification by VPS/PDC during
interaction with TV applications (e.g. TV5 was not identified)
- Added support for reading channel table of K!TV 2.3
Thanks to Quenotte for providing a patch.
- Windows only: fixed !wintv! keyword handling in scripts bound
to reminder events (this was already supposed to be in 2.7.4 but
lost somehow)
- Windows only bugfix: "Record this show" did not appear in context
menu when connected to K!TV
- bugfix: missing error-check in time conversion lead to inconsistant
start/stop times around daylight saving time switch (which lead to
error "database corrupt" during reload)
Changes:
rom 2.7.3 to 2.7.4 (2004-Dec-27)
- bugfix EPG teletext number update in database: after external channel
changes from one provider directly onto another there was a possibility
that a wrong teletext number was stored for the first provider,
subsequently causing acquisition to fail; also changed the EPG scan to
update the teletext numbers stored in the databases
- added output of current EPG page number to "acquisition statistics"
in control menu
- added possibility to store "expire time" filter in shortcuts
- fixed timezone calculation for provider "VT4"
- Windows: updated DScaler TV card support; Note a new version of the
dsdrv4 driver will be installed the first time you start nxtvepg
(unless version 4.03 was already installed by another application)
- fixes in the way provider and network names were passed to Tcl/Tk
for display in main window status bar and various dialogs (only
relevant for names corrupted by transmission errors, but did cause
sporadic failure)
- fixed default setting for context menu: was empty since 2.7.1;
Windows only: also fixed !wintv! keyword handling in scripts bound
to reminder events
- fixed bug in text search filter for merged databases: sub-string
search ended after 258 characters
- added possibility to configure text foreground colors (at least for
programme list) to support an inverted color scheme
- added new display format option for composite attributes (i.e.
user-defined columns): set foreground color for entire column
- UNIX: added "XdTV" (former xawdecode) to internal list of TV apps
with which nxtvepg can exchange EPG info
- XML export: omit newline (i.e. line break) at start and end of
description text (on user request esp. for DTD version 5); also
in DTD version 6 descriptions merged from multiple providers are now
exported in separate description attributes instead of concatenating
the text into one with newlines inbetween.
- fixed bug in handling external video input source during EPG scan
which caused misleading help messages
- added work-around to catch "panic" (i.e. internal errors) in Tcl/Tk
library, esp. to cleanly shut down acquisition.
On Windows this fixes annoying popup messages when switching desktop
display to full-screen (e.g. upon start of some game).
- TV app. interaction developent tool vbirec: added possibility to send
commands and EPG OSD infos to a connected TV app (to allow testing
this feature without nxtvepg)
from 2.7.2 to 2.7.3 (2004-Sep-05)
- Fixed backwards compatibility with K!TV (since 2.7.2 there was an error
message "incompatible shared memory size")
- Fixed description of -clock option in output of -help
There is already a 2.7.3 but that fixes only some windows bugs
Changes since 2.6.0: (only an extract
2.7.0:
- changed shortcut presentation from flat list into hierarchical tree, i.e.
added possibility to use nested folders and also separator lines
- bugfix for shortcut lists which are too long to fit into the main window:
scrolling with middle mouse button did not work. Since there's no scrollbar
lower shortcuts were inacessible. Thanks to Udo for pointing this out in the
discussion forum and for providing feedback.
- added improved "teletext slicer" to reduce decoding errors on TV channels
with weak reception: was available since 2.5.2, but had to be selected at
compile time by -DZVBI_DECODER switch. Now configurable in TV card input
configuration dialog. (The slicer is derived from libzvbi and alevt.)
Also extended acquisition statistics output with decoding errors.
- improved TV app EPG OSD for channels with multiple networks (Arte/Fr5):
using user-configured "air times" in network selection configuration dialog
to determine which network is currently received in case VPS/PDC is not
available. Thanks to salokyn for the suggestion.
- added work-around for flip-flopping of program title popups on Arte/Fr5
in France: appearently Fr5 sends Fr5 PDC code, but Arte VPS. Solved by
allowing to suppress false EPG popups by means of air times configuration.
Thanks to Simon for test and debugging support.
- extended variable substitution for user-defined commands in context menu
configuration: an optional time offset can be added to start and stop times,
e.g. to start a recording 5 minutes before the official start time.
- Added new command line option -acqonce for daemon mode: automatically
stop acquisition and terminate the daemon after the given phase has been
completed for all providers.
- Linux: set channel change priority to "background" to prevent channel changes
while TV app is running (for v4l2 drivers, e.g. saa7134 or bttv9; requires
kernel >= 2.6.2 or recent v4l2 modules snapshots from http://bytesex.org/)
Thanks to Gerd Knorr for accepting this feature in his video4linux drivers.
- Windows: added new command line option -remctrl: can be used to remote
control an other, previously started GUI instance (i.e. non-daemon) of
nxtvepg. Currently supported are commands to start/stop acquisition,
close/raise/iconify the other instance's main window. See the manual
for details.
- Windows: extended hardware support to include new Microtune tuner MT2050
(e.g. used in new Pinnacle PCTV Rave and MSI TV @anywhere TV cards) and
Philips MK3 tuner in combination with TDA9887 (used in Leadtek's CX23881
card; Thanks to Gerard Chevalier for debugging support; Thanks to Gunther
Mayer for the MT2050 code which was originally posted to the v4l ML)
- introduced compatibility between database file names on Windows and Linux,
i.e. Windows can load databases written by Linux and vice versa without
renaming the files (note: use -dbdir command line option to specify the
path to the directory with the alternate OS's databases)
- right mouse button in main window now selects the programme entry below
the mouse before opening the context menu; Previously the selection was not
changed. Thanks to J?rg for the suggestion.
- bugfix in user-defined context menu commands based on !wintv! and !xawtv!:
argument count which was reported to the external program was wrong, hence
some apps did not accept the command. Thanks to Rami for debugging support.
- compile and build process improvements: added warning message to Makefile
make is started with "make nxtvepg" (you should type only "make") to prevent
make failure due to missing header files. Also note the build process was
restructured so that all generated files are placed into a sub-directory
called "build-<platform>" to allow building on multiple platforms in parallel
- bugfix in build procedure: tcl2c.c crashed on 64bit platforms
Thanks to Simon Barner and Gerd Knorr for the bug reports.
- fixed memory leak in Xawtv window detection (for every newly created
toplevel with a WM_CLASS property a few bytes were not freed)
- bugfix date scale: shows Sunday twice during switch from daylight saving
time back to regular time (00:00 localtime + 24h is still the same day at
that special day :) Note that wrong start times for TV programmes
after the time switch are faults on side if the content providers. Also
weekdays in the scale are now printed in the local language.
- added new EPG provider "VT4" (Belgium) as of March 2004.
Thanks to "N?o" for providing the info.
- UNIX: added support for libzvbi: requires change in Makefile (add compiler
switch -DUSE_LIBZVBI) and re-compilation; also added preliminary support
for VBI proxy (add compiler switch -DUSE_LIBZVBI_PROXY; note the proxy API
is still subject to change)
2.7.1:
- bugfix in "local time" option for XML database export (times were still
in GMT only, regardless if the option was enabled or not)
- added support for new XMLTV DTD 0.6 (note command line option -dump xml
uses the format which was used last in Control->"Export as XMLTV")
- fixed -daemonstop option for Linux and v4l2 devices (2.6 kernels): did
sometimes not work after the user interface was used.
- added support for new UNIX TV app: Zapping, i.e. reading channel table
from zapping.conf. (Note: interaction with nxtvepg was implemented in
zapping too: you can check it out from CVS at zapping.sourceforge.net)
- bugfix in acq stats (control menu): when connected to acquisition daemon
VPS/PDC info was not displayed
- added work-around for daylight saving time changes and local time zone
handling specifically for Turkish provider TRT.
- made programme list's context menu fully configurable: pre-defined
commands for filter and reminder control can be re-ordered now too
(in addition to external commands); also removed the need to press the
dialog's "Update" button after changes (which was a long standing entry
in the TODO list)
- UNIX/X11: display Nextview logo in main window title bar (only works for
window managers which support the WM_ICON feature, e.g. fvwm2 or Gnome)
- bugfix: columns in the main programme list were not resizable, i.e.
the pull-down menu appeared even when clicking onto the column header
button's right border ("single list" layout only)
- bugfix: option "-provider merged" did not work in daemon mode (acq for
merged database did work though, if pre-configured as default in the
.nxtvepgrc or INI file) Thanks to Georg for reporting this bug.
- Linux: bugfix in v4l2 support (fixes problems with PVR-350 cards.)
Thanks to Urs Schaufelberger and Hans Verkuil for the patch.
- Windows only: fixed weekday colors in datescale: did not match those
in the "weekday color" attribute in the programme list; thanks to
everyone who reported this bug in the forum.
2.7.2
- Fixed bugs in XMLTV database export, both in DTD5 and DTD6 versions
(introduced in version 2.7.1)
Thanks to Steffen Siebert for pointing these out.
- Added "tvtime" to the list of TV applications supporting interaction
with nxtvepg (via "xawtv-remote" connection; import of tvtime's channel
table is not supported yet though.) Thanks to Billy Biggs.
- Added new command line option "-clock" which allows to acquire the
current date and time from teletext and update the system time with it.
(Warning: implementation is still preliminary; usage of this option may
change in subsequent versions of nxtvepg.)
- Made the "tvsim" tools compilable on *BSD platforms, thanks to
Simon Barner (note: still untested; please report if it actually works.)
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.