Update to 1.2.5

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-02-08 00:11:21 +00:00
parent 945c0fa722
commit efcf8584e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75067
3 changed files with 3 additions and 12 deletions

View file

@ -7,13 +7,14 @@
#
PORTNAME= libdvdcss
PORTVERSION= 1.2.4
PORTVERSION= 1.2.5
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
USE_BZIP2= yes
USE_XLIB= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes

View file

@ -1 +1 @@
MD5 (libdvdcss-1.2.4.tar.gz) = 1b2a396b4384fa31e20574766e2b03df
MD5 (libdvdcss-1.2.5.tar.bz2) = d9d2bf44041e10f28ef0b92ecc126e3d

View file

@ -1,10 +0,0 @@
--- src/device.h.orig Tue Aug 27 15:12:05 2002
+++ src/device.h Tue Aug 27 15:13:30 2002
@@ -29,6 +29,7 @@
#if defined( WIN32 )
# include <io.h> /* read() */
#else
+# include <sys/types.h>
# include <sys/uio.h> /* struct iovec */
#endif