From 2ae42609f884f45800d4f6f85ef2be53cc578a00 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 22 Feb 2006 00:06:21 +0000 Subject: Fixed PLIST. Bumped PKGREVISION. Allowed installation as unprivileged user. --- audio/xmcd/Makefile | 4 ++-- audio/xmcd/PLIST | 13 ++++++++++++- audio/xmcd/patches/patch-ad | 15 ++++++++++++--- 3 files changed, 26 insertions(+), 6 deletions(-) (limited to 'audio/xmcd') diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 74ea150327f..804955167ef 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2006/02/05 23:08:17 joerg Exp $ +# $NetBSD: Makefile,v 1.58 2006/02/22 00:06:21 rillig Exp $ DISTNAME= xmcd-3.0.2 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/src/ diff --git a/audio/xmcd/PLIST b/audio/xmcd/PLIST index bf83f67d166..df46af8ae36 100644 --- a/audio/xmcd/PLIST +++ b/audio/xmcd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/09/21 23:19:14 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/02/22 00:06:21 rillig Exp $ bin/cda bin/xmcd bin/xmcd_start @@ -52,6 +52,17 @@ lib/X11/xmcd/config/common.cfg.dist lib/X11/xmcd/config/config.sh lib/X11/xmcd/config/device.cfg.dist lib/X11/xmcd/config/wwwwarp.cfg.dist +lib/X11/xmcd/discog/Blues/General_Blues/index.html +lib/X11/xmcd/discog/Classical/General_Classical/index.html +lib/X11/xmcd/discog/Country/General_Country/index.html +lib/X11/xmcd/discog/Data/General_Data/index.html +lib/X11/xmcd/discog/Folk/General_Folk/index.html +lib/X11/xmcd/discog/Jazz/General_Jazz/index.html +lib/X11/xmcd/discog/Newage/General_Newage/index.html +lib/X11/xmcd/discog/Rock/General_Rock/index.html +lib/X11/xmcd/discog/Soundtrack/General_Soundtrack/index.html +lib/X11/xmcd/discog/Unclassifiable/General_Unclassifiable/index.html +lib/X11/xmcd/discog/World/Reggae/index.html lib/X11/xmcd/discog/bkgnd.gif lib/X11/xmcd/discog/cda.html lib/X11/xmcd/discog/discog.html diff --git a/audio/xmcd/patches/patch-ad b/audio/xmcd/patches/patch-ad index b2bbe44c758..f10f6227300 100644 --- a/audio/xmcd/patches/patch-ad +++ b/audio/xmcd/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.8 2002/10/08 11:50:04 jlam Exp $ +$NetBSD: patch-ad,v 1.9 2006/02/22 00:06:21 rillig Exp $ ---- install.sh.orig Tue Aug 7 17:14:54 2001 -+++ install.sh +--- install.sh.orig 2001-08-08 02:14:54.000000000 +0200 ++++ install.sh 2006-02-22 00:59:18.000000000 +0100 @@ -57,7 +57,7 @@ XBINOWNER=root XBINGROUP=bin ERRFILE=/tmp/xmcd.err @@ -20,6 +20,15 @@ $NetBSD: patch-ad,v 1.8 2002/10/08 11:50:04 jlam Exp $ if [ -z "$OS_SYS" ] then +@@ -693,7 +693,7 @@ then + $ECHO "\n\nYou should be the super user to install xmcd." + + YNDEF=n +- if [ -z "$BATCH" ] && get_yn "\n Proceed with installation anyway" ++ if true + then + $ECHO "\nWARNING: Without super-user privilege, some files may" + $ECHO "not be properly installed, or they may be installed" @@ -1226,20 +1226,11 @@ do done -- cgit v1.2.3