ports/66880: audio/mp3blaster: wrong options describtion

Roman Bogorodskiy bogorodskiy at inbox.ru
Wed May 19 14:20:32 UTC 2004


>Number:         66880
>Category:       ports
>Synopsis:       audio/mp3blaster: wrong options describtion
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 19 07:20:26 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #0: Tue May 18 12:31:41 MSD 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/NOV i386

>Description:
	There is a such line in audio/mp3blaster port Makefile:

	@${ECHO_MSG} "  WITHOUT_SIDPLAY=yes     Turns on Sidplayer support"

	The WITHOUT_SIDPLAY option actually turns off Sidplayer support:

	.if !defined(WITHOUT_SIDPLAY)
	LIB_DEPENDS+=   sidplay.1:${PORTSDIR}/audio/libsidplay
	.else
	CONFIGURE_ARGS+=        --without-sidplay
	.endif

>How-To-Repeat:
>Fix:
	
--- Makefile.orig	Wed May 19 15:32:46 2004
+++ Makefile	Wed May 19 15:50:05 2004
@@ -54,7 +54,7 @@
 	@${ECHO_MSG} "MP3Blaster has the following tunable option(s):"
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "	WITH_LIRC=yes		Turns on LIRC support"
-	@${ECHO_MSG} "	WITHOUT_SIDPLAY=yes	Turns on Sidplayer support"
+	@${ECHO_MSG} "	WITHOUT_SIDPLAY=yes	Turns off Sidplayer support"
 	@${ECHO_MSG} "	WITHOUT_VORBIS=yes	Turns off Ogg Vorbis support"
 	@${ECHO_MSG} ""
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list