pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmcd Fixed PLIST. Bumped PKGREVISION. Allowed in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18d97b8ed9dd
branches:  trunk
changeset: 508592:18d97b8ed9dd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Feb 22 00:06:21 2006 +0000

description:
Fixed PLIST. Bumped PKGREVISION. Allowed installation as unprivileged user.

diffstat:

 audio/xmcd/Makefile         |   4 ++--
 audio/xmcd/PLIST            |  13 ++++++++++++-
 audio/xmcd/patches/patch-ad |  15 ++++++++++++---
 3 files changed, 26 insertions(+), 6 deletions(-)

diffs (70 lines):

diff -r 6c7e08185352 -r 18d97b8ed9dd audio/xmcd/Makefile
--- a/audio/xmcd/Makefile       Tue Feb 21 23:20:38 2006 +0000
+++ b/audio/xmcd/Makefile       Wed Feb 22 00:06:21 2006 +0000
@@ -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 -r 6c7e08185352 -r 18d97b8ed9dd audio/xmcd/PLIST
--- a/audio/xmcd/PLIST  Tue Feb 21 23:20:38 2006 +0000
+++ b/audio/xmcd/PLIST  Wed Feb 22 00:06:21 2006 +0000
@@ -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/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 -r 6c7e08185352 -r 18d97b8ed9dd audio/xmcd/patches/patch-ad
--- a/audio/xmcd/patches/patch-ad       Tue Feb 21 23:20:38 2006 +0000
+++ b/audio/xmcd/patches/patch-ad       Wed Feb 22 00:06:21 2006 +0000
@@ -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 @@
  
  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
  



Home | Main Index | Thread Index | Old Index