summaryrefslogtreecommitdiff
path: root/misc/nxtvepg/Makefile
diff options
context:
space:
mode:
authormagick <magick@pkgsrc.org>2002-08-31 09:25:04 +0000
committermagick <magick@pkgsrc.org>2002-08-31 09:25:04 +0000
commit615a128f21842948847d640ff1132da28f05f3b2 (patch)
treef80e227b665789d9d5ed66f012b3be10e0a5e78b /misc/nxtvepg/Makefile
parentb7562e100271acf00c0ea139629b1f6daa769fe8 (diff)
downloadpkgsrc-615a128f21842948847d640ff1132da28f05f3b2.tar.gz
Update nxtvepg to 2.2.1
Changes since 0.7.4 (Windows changes ommitted): From 2.2.0 (aka 0.7.4) to 2.2.1 (August/24/2002) This release contains the following fixes: * Major bugfix: nxtvepg crashed frequently due to a memory overwrite bug in the description text display function. The bug exists in all previous versions! (It surfaced only now because some very long description texts were transmitted by the German provider Kabel1.) * Bugfix in database merge: merge failed when no networks were manually selected yet * Network name column in the programme listing now automatically adapts its width so that network names no longer get cut off. Thanks to Thierry M?n?trier for his excellent feedback. From 2.1.2 (aka 0.7.4) to 2.2.0 (August/18/2002) This release contains the following new features and fixes: * Network selection config dialog: allow to specify time windows for each network (e.g. for ARTE 19:00 - 06:00 o'clock). Programmes that are completely outside this window are suppressed in the listing. * PDC theme descriptors were translated to French and German; the language can be either selected automatically or manually. Thanks to Matthieu for triggering this improvement and for the French translation. * The programme database can be exported into a text file in TAB separated format, so that it can be directly loaded into an SQL database. (This feature has been added to support the HTML converter E*plore EPG nexTView written in PHP by sysmik) * Bugfix in the EPG scan due to which on channels which could not be identified via VPS/PDC no EPG provider was found. Thanks to Helge Kreutzmann for pointing out this problem. * Manual size changes of the help window are now remembered; also improved a few details in help text formatting.
Diffstat (limited to 'misc/nxtvepg/Makefile')
-rw-r--r--misc/nxtvepg/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile
index b5de9dd520a..8446d69d1a6 100644
--- a/misc/nxtvepg/Makefile
+++ b/misc/nxtvepg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2002/06/09 10:59:34 magick Exp $
+# $NetBSD: Makefile,v 1.17 2002/08/31 09:25:04 magick Exp $
-DISTNAME= nxtvepg-0.7.4
+DISTNAME= nxtvepg-2.2.1
CATEGORIES= misc
MASTER_SITES= http://www.nefkom.net/tomzo/prj/nxtvepg/src/
@@ -21,5 +21,9 @@ pre-configure:
${SED} -e "s|@PERL5@|${PERL5}|g" pod2help.pl.orig > pod2help.pl; \
${CHMOD} +x ${WRKSRC}/pod2help.pl
+pre-build:
+ cd ${WRKSRC}; \
+ ${GMAKE} depend
+
.include "../../x11/tk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"