svn commit: r324620 - in head/devel/libzvbi: . files
Oliver Lehmann
oliver at FreeBSD.org
Mon Aug 12 09:27:36 UTC 2013
Author: oliver
Date: Mon Aug 12 09:27:35 2013
New Revision: 324620
URL: http://svnweb.freebsd.org/changeset/ports/324620
Log:
update libzvbi to 0.2.34
Deleted:
head/devel/libzvbi/files/patch-src-exp-gfx.c
Modified:
head/devel/libzvbi/Makefile
head/devel/libzvbi/distinfo (contents, props changed)
head/devel/libzvbi/files/patch-src-teletext.c (contents, props changed)
Modified: head/devel/libzvbi/Makefile
==============================================================================
--- head/devel/libzvbi/Makefile Mon Aug 12 09:12:47 2013 (r324619)
+++ head/devel/libzvbi/Makefile Mon Aug 12 09:27:35 2013 (r324620)
@@ -6,8 +6,7 @@
#
PORTNAME= libzvbi
-PORTVERSION= 0.2.33
-PORTREVISION= 4
+PORTVERSION= 0.2.34
CATEGORIES= devel
MASTER_SITES= SF/zapping/zvbi/${PORTVERSION}
DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION}
@@ -32,6 +31,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|#cpu (\([^)]*\))|defined(__\1__)|g' \
${WRKSRC}/src/misc.h \
${WRKSRC}/src/exp-gfx.c
+ @${REINPLACE_CMD} -e 's|, ts|, \&ts|' ${WRKSRC}/test/date.c
@${REINPLACE_CMD} -e 's|zvbi-atsc-cc$$(EXEEXT)||g; \
s|zvbi-atsc-cc\.1||g' ${WRKSRC}/contrib/Makefile.in
Modified: head/devel/libzvbi/distinfo
==============================================================================
--- head/devel/libzvbi/distinfo Mon Aug 12 09:12:47 2013 (r324619)
+++ head/devel/libzvbi/distinfo Mon Aug 12 09:27:35 2013 (r324620)
@@ -1,2 +1,2 @@
-SHA256 (zvbi-0.2.33.tar.bz2) = 09a709f6de5f42e7039cca2732a6ea211a397bb666b9110ee52658603be4fb7e
-SIZE (zvbi-0.2.33.tar.bz2) = 935601
+SHA256 (zvbi-0.2.34.tar.bz2) = 29cfbb7ee1981e4553670d0dc4e079d192fd5f5d85f07e49795be55a600c6dab
+SIZE (zvbi-0.2.34.tar.bz2) = 1046741
Modified: head/devel/libzvbi/files/patch-src-teletext.c
==============================================================================
--- head/devel/libzvbi/files/patch-src-teletext.c Mon Aug 12 09:12:47 2013 (r324619)
+++ head/devel/libzvbi/files/patch-src-teletext.c Mon Aug 12 09:27:35 2013 (r324620)
@@ -1,5 +1,5 @@
---- src/teletext.c.orig 2011-12-14 22:01:23.000000000 +0100
-+++ src/teletext.c 2011-12-14 22:01:30.000000000 +0100
+--- src/teletext.c.orig 2013-07-02 06:03:54.000000000 +0200
++++ src/teletext.c 2013-08-07 20:24:40.000000000 +0200
@@ -1258,180 +1258,177 @@
int pdc_hr;
@@ -356,10 +356,10 @@
if (row > active_row)
- flush_row();
+ flush_row;
+ else
+ flush(active_column + 1);
- active_row = row;
- active_column = column;
-@@ -1750,7 +1747,7 @@
+@@ -1752,7 +1749,7 @@
break;
case 0x15 ... 0x17: /* object definition */
@@ -368,7 +368,7 @@
printv("enh obj definition 0x%02x 0x%02x\n", p->mode, p->data);
printv("enh terminated\n");
goto swedish;
-@@ -1766,7 +1763,7 @@
+@@ -1768,7 +1765,7 @@
case 0x1F: /* termination marker */
default:
terminate:
More information about the svn-ports-head
mailing list