Update to 1.2.8

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-09-08 01:25:49 +00:00
parent 02c49bd1c9
commit 2a936542d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88715
3 changed files with 3 additions and 19 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= libdvdcss
PORTVERSION= 1.2.5
PORTVERSION= 1.2.8
CATEGORIES= multimedia
MASTER_SITES= ftp://ftp.videolan.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
@ -18,8 +18,8 @@ COMMENT= Portable abstraction library for DVD decryption
NO_CDROM= CSS code may violate the DMCA
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes

View File

@ -1 +1 @@
MD5 (libdvdcss-1.2.5.tar.bz2) = d9d2bf44041e10f28ef0b92ecc126e3d
MD5 (libdvdcss-1.2.8.tar.bz2) = 0749d05f4cc14daaf20af9e40fd6a2f0

View File

@ -1,16 +0,0 @@
--- ltmain.sh.orig Tue Apr 16 17:17:17 2002
+++ ltmain.sh Tue Apr 16 17:17:55 2002
@@ -4246,11 +4246,13 @@
IFS="$save_ifs"
fi
+ if /usr/bin/false; then
# Install the pseudo-library for information purposes.
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"