On Thu, Nov 03, 2011 at 12:04:05PM -0400, Brad wrote: > An update to libdvbpsi 0.2.2.
An updated diff after the author re-rolled the release with a fix for a build issue I mentioned. Index: Makefile =================================================================== RCS file: /home/cvs/ports/graphics/libdvbpsi/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 16 May 2011 17:31:08 -0000 1.11 +++ Makefile 3 Nov 2011 14:02:39 -0000 @@ -2,11 +2,12 @@ COMMENT= library for decoding/generating MPEG TS/DVB PSI tables -V= 0.2.0 +V= 0.2.2 DISTNAME= libdvbpsi-${V} CATEGORIES= devel graphics MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${V}/ \ http://www.fr.videolan.org/pub/libdvbpsi/${V}/ +EXTRACT_SUFX= .tar.bz2 SHARED_LIBS= dvbpsi 7.0 @@ -21,6 +22,6 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes USE_LIBTOOL= Yes -CONFIGURE_STYLE=gnu +CONFIGURE_STYLE= gnu .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/cvs/ports/graphics/libdvbpsi/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 16 May 2011 17:31:08 -0000 1.7 +++ distinfo 3 Nov 2011 16:14:51 -0000 @@ -1,5 +1,5 @@ -MD5 (libdvbpsi-0.2.0.tar.gz) = s/8htyFd5wjU6wmpcLq1iA== -RMD160 (libdvbpsi-0.2.0.tar.gz) = /3T2Z3XhNrwXTIIpiepaTI46eU4= -SHA1 (libdvbpsi-0.2.0.tar.gz) = 0b9wKhXlG8L7CJRr3zLqQwUpq74= -SHA256 (libdvbpsi-0.2.0.tar.gz) = VputbUhDriCXUB1eZlh1eESeZv4Y3sgIQ3wr7Xw7484= -SIZE (libdvbpsi-0.2.0.tar.gz) = 429663 +MD5 (libdvbpsi-0.2.2.tar.bz2) = s4fgf/2ES2HHoFDEcwfA9w== +RMD160 (libdvbpsi-0.2.2.tar.bz2) = Rvpalv/zoGSFVKdK2jCWKnQrnn8= +SHA1 (libdvbpsi-0.2.2.tar.bz2) = Vi1GziVqZ4MJ98Ob6M8x7qS/Z1c= +SHA256 (libdvbpsi-0.2.2.tar.bz2) = mqYjRcj+0EpPWVJJZ/sVTj+bAmJWZqIAhhVV3LkWPtM= +SIZE (libdvbpsi-0.2.2.tar.bz2) = 330403 Index: patches/patch-configure =================================================================== RCS file: /home/cvs/ports/graphics/libdvbpsi/patches/patch-configure,v retrieving revision 1.5 diff -u -p -r1.5 patch-configure --- patches/patch-configure 16 May 2011 17:31:08 -0000 1.5 +++ patches/patch-configure 3 Nov 2011 14:03:51 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-configure,v 1.5 2011/05/16 17:31:08 jolan Exp $ ---- configure.orig Thu Apr 14 10:09:51 2011 -+++ configure Fri May 6 17:09:03 2011 -@@ -10663,8 +10663,6 @@ fi +--- configure.orig Thu Nov 3 09:34:45 2011 ++++ configure Thu Nov 3 10:03:38 2011 +@@ -11643,8 +11643,6 @@ fi if test "$release" = "true" then CFLAGS="${CFLAGS} -O6" Index: patches/patch-examples_connect_c =================================================================== RCS file: patches/patch-examples_connect_c diff -N patches/patch-examples_connect_c --- patches/patch-examples_connect_c 16 May 2011 17:31:08 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-examples_connect_c,v 1.3 2011/05/16 17:31:08 jolan Exp $ ---- examples/connect.c.orig Mon Feb 7 10:58:14 2011 -+++ examples/connect.c Fri May 6 17:08:14 2011 -@@ -38,7 +38,7 @@ - # include <netinet/if_ether.h> - #endif - #include <netdb.h> --#ifndef __FreeBSD__ -+#ifndef BSD - # include <netinet/ip.h> - #endif - #include <netinet/udp.h> Index: pkg/PLIST =================================================================== RCS file: /home/cvs/ports/graphics/libdvbpsi/pkg/PLIST,v retrieving revision 1.6 diff -u -p -r1.6 PLIST --- pkg/PLIST 16 May 2011 17:31:08 -0000 1.6 +++ pkg/PLIST 3 Nov 2011 14:07:24 -0000 @@ -1,4 +1,5 @@ @comment $OpenBSD: PLIST,v 1.6 2011/05/16 17:31:08 jolan Exp $ +%%SHARED%% include/dvbpsi/ include/dvbpsi/bat.h include/dvbpsi/cat.h @@ -46,6 +47,5 @@ include/dvbpsi/sis.h include/dvbpsi/tot.h lib/libdvbpsi.a lib/libdvbpsi.la -%%SHARED%% lib/pkgconfig/ lib/pkgconfig/libdvbpsi.pc -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.