Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2006 22:07:57 -0500 (CDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ume@FreeBSD.org
Subject:   ports/99143: [PATCH] audio/gkrellmms: portlint(1) and grammar fixes
Message-ID:  <200606190307.k5J37vOY005557@Laptop.mine.box>
Resent-Message-ID: <200606190310.k5J3AKbc027824@freefall.freebsd.org>

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

>Number:         99143
>Category:       ports
>Synopsis:       [PATCH] audio/gkrellmms: portlint(1) and grammar fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 03:10:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #5: Fri Jun 16 22:55:11 CDT 2006
>Description:
- make portlint happy
- make the grammar freaks happy

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

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

--- gkrellmms-2.1.22_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/gkrellmms2/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- Makefile	7 Mar 2006 08:25:45 -0000	1.38
+++ Makefile	19 Jun 2006 03:07:36 -0000
@@ -41,11 +41,11 @@
 
 .if !defined(WITH_BEEP_MEDIA_PLAYER) && !defined(WITH_XMMS)
 .if defined(WITHOUT_BEEP_MEDIA_PLAYER) && defined(WITHOUT_XMMS)
-BROKEN=		"You need to select beep or XMMS.  Run 'make config' again!"
+BROKEN=		You need to select beep or XMMS.  Run 'make config' again!
 .endif
 WITH_XMMS=	yes
 .elif defined(WITH_BEEP_MEDIA_PLAYER) && defined(WITH_XMMS)
-BROKEN=		"beep and XMMS is mutually exclusive.  Run 'make config' again!"
+BROKEN=		beep and XMMS are mutually exclusive.  Run 'make config' again!
 .endif
 .if defined(WITH_BEEP_MEDIA_PLAYER)
 LIB_DEPENDS=	beep.2:${PORTSDIR}/multimedia/beep-media-player
--- gkrellmms-2.1.22_3.patch ends here ---

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



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