From amdmi3@amdmi3.ru  Wed Aug 13 14:27:15 2008
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C29D0106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Aug 2008 14:27:15 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 579F58FC36
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Aug 2008 14:27:15 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1KTHJk-0000LM-GA; Wed, 13 Aug 2008 18:27:16 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id DE4888F0E;
	Wed, 13 Aug 2008 18:27:12 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 741DE1702D; Wed, 13 Aug 2008 18:27:11 +0400 (MSD)
Message-Id: <20080813142711.741DE1702D@hades.panopticon>
Date: Wed, 13 Aug 2008 18:27:11 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: philip@FreeBSD.org
Subject: [PATCH] devel/p5-sdl: fix messages about possible options
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         126503
>Category:       ports
>Synopsis:       [PATCH] devel/p5-sdl: fix messages about possible options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    philip
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 13 14:30:01 UTC 2008
>Closed-Date:    Wed Aug 13 14:54:10 UTC 2008
>Last-Modified:  Wed Aug 13 15:00:03 UTC 2008
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008
>Description:
Was just passing by and ran into it - `You can disable support for ...' messages erroneously say `mikmod' instead of specific SDL components. 

Port maintainer (philip@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-sdl-1.20.3_7.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/p5-SDL/Makefile,v
retrieving revision 1.24
diff -u -u -r1.24 Makefile
--- Makefile	19 May 2008 13:11:57 -0000	1.24
+++ Makefile	13 Aug 2008 14:22:51 -0000
@@ -76,19 +76,19 @@
 
 pre-extract:
 .if !defined(WITHOUT_SDL_GFX)
-	@${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_GFX."
+	@${ECHO_MSG} "You can disable support for SDL_gfx by defining WITHOUT_SDL_GFX."
 .endif
 .if !defined(WITHOUT_SDL_IMAGE)
-	@${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_IMAGE."
+	@${ECHO_MSG} "You can disable support for SDL_image by defining WITHOUT_SDL_IMAGE."
 .endif
 .if !defined(WITHOUT_SDL_MIXER)
-	@${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_MIXER."
+	@${ECHO_MSG} "You can disable support for SDL_mixer by defining WITHOUT_SDL_MIXER."
 .endif
 .if !defined(WITHOUT_SDL_NET)
-	@${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_NET."
+	@${ECHO_MSG} "You can disable support for SDL_net by defining WITHOUT_SDL_NET."
 .endif
 .if !defined(WITHOUT_SDL_TTF)
-	@${ECHO_MSG} "You can disable support for mikmod by defining WITHOUT_SDL_TTF."
+	@${ECHO_MSG} "You can disable support for SDL_ttf by defining WITHOUT_SDL_TTF."
 .endif
 
 do-configure:
--- p5-sdl-1.20.3_7.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->philip 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Aug 13 14:30:19 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126503 
State-Changed-From-To: open->closed 
State-Changed-By: philip 
State-Changed-When: Wed Aug 13 14:54:09 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126503 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126503: commit references a PR
Date: Wed, 13 Aug 2008 14:53:57 +0000 (UTC)

 philip      2008-08-13 14:53:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-SDL         Makefile 
   Log:
   Fix messages about possible options.
   
   PR:             ports/126503
   Submitted by:   Dmitry Marakasov <amdmi3 -at- amdmi3.ru>
   
   Revision  Changes    Path
   1.25      +5 -5      ports/devel/p5-SDL/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
