Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 13:10:37 -0500 (EST)
From:      Munish Chopra <mchopra@engmail.uwaterloo.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44619: Add missing option for audio/abcde
Message-ID:  <200210291810.g9TIAbDd050510@opiate.thirteenandtwo.org>

next in thread | raw e-mail | index | archive | help

>Number:         44619
>Category:       ports
>Synopsis:       Add missing option for audio/abcde
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 29 10:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Munish Chopra
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #22: Tue Oct 22 19:22:36 EDT 2002 root@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386


	
>Description:
	DAGRABOPTS was missing from the abcde.conf patch.
    
    Noticed by: Are Bryne <are.bryne@communique.no>
>How-To-Repeat:
	
>Fix:

--- patch-ab.orig	Tue Oct 29 12:57:39 2002
+++ patch-ab	Tue Oct 29 13:05:42 2002
@@ -1,5 +1,5 @@
---- abcde.conf.orig	Mon Aug  5 16:38:21 2002
-+++ abcde.conf	Mon Aug  5 16:44:55 2002
+--- abcde.conf.orig	Tue Oct 29 13:00:04 2002
++++ abcde.conf	Tue Oct 29 13:04:22 2002
 @@ -27,7 +27,7 @@
  
  # CD reader program to use - currently recognized options are 'cdparanoia'
@@ -18,25 +18,26 @@
  #CDDISCID=cd-discid
  #CDDBTOOL=cddb-tool
  #EJECT=eject
-@@ -71,7 +71,7 @@
+@@ -71,7 +71,8 @@
  #ID3V2OPTS=
  #CDPARANOIAOPTS=
  #CDDA2WAVOPTS=
 -#WGETOPTS=
++#DAGRABOPTS=
 +#FETCHOPTS=
  #CDDBTOOLOPTS=
  #EJECTOPTS=
  #DISTMP3OPTS=
-@@ -96,7 +96,7 @@
+@@ -96,7 +97,7 @@
  #NOCDDBQUERY=n
  
  # CD device you want to read from
 -#CDROM=/dev/cdrom
-+#CDROM=/dev/acd0c
++CDROM=/dev/acd0c
  
  # If you'd like to make a default location that overrides the current
  # directory for putting mp3's, uncomment this.
-@@ -115,10 +115,10 @@
+@@ -115,10 +116,10 @@
  # OUTPUTTYPE, ALBUMFILE, ARTISTFILE, TRACKFILE, and TRACKNUM.
  # Make sure to single-quote this variable. abcde will automatically create
  # the directory portion of this filename.
@@ -45,7 +46,7 @@
  
  # Like OUTPUTFORMAT but for Various Artists discs.
 -#VAOUTPUTFORMAT='${ARTISTFILE}/${TRACKFILE}.${OUTPUTTYPE}'
-+#VAOUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}.${OUTPUTTYPE}'
++VAOUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${ARTISTFILE}-${TRACKNUM}-${TRACKFILE}.${OUTPUTTYPE}'
  
  # Define how many encoders to run at once. This makes for huge speedups
  # on SMP systems. Defaults to 1. Equivalent to -j.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210291810.g9TIAbDd050510>