pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Fix CHECK_WRKREF_SKIP so we can build n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc0b4a8a7a9a
branches:  trunk
changeset: 399722:bc0b4a8a7a9a
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Sun Sep 27 18:43:55 2009 +0000

description:
Fix CHECK_WRKREF_SKIP so we can build now with PKG_DEVELOPER again.

diffstat:

 multimedia/vlc/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 30e89659946b -r bc0b4a8a7a9a multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Sun Sep 27 17:52:22 2009 +0000
+++ b/multimedia/vlc/Makefile   Sun Sep 27 18:43:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2009/09/26 07:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2009/09/27 18:43:55 ahoka Exp $
 #
 
 DISTNAME=              vlc-${VLC_VERSION}
@@ -111,12 +111,13 @@
 
 REPLACE_SH+=           vlc-config.in.in
 
-# VLC embeds the build environment info to help debuging
+# VLC embeds the build environment info to help debuging.
+# Change it if it's bumped after a VLC upgrade!
 #
 CHECK_WRKREF_SKIP=     lib/libvlccore.a \
                        lib/libvlccore.so \
                        lib/libvlccore.so.2 \
-                       lib/libvlccore.so.2.0.0
+                       lib/libvlccore.so.2.1.0
 
 .include "../../audio/libmpcdec/buildlink3.mk"
 .include "../../audio/flac/buildlink3.mk"



Home | Main Index | Thread Index | Old Index