Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 13:45:12 +0200
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/58485: [patch] www/grail: fix typo
Message-ID:  <20031024114553.2D21943FBF@mx1.FreeBSD.org>
Resent-Message-ID: <200310241150.h9OBoAXf047685@freefall.freebsd.org>

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

>Number:         58485
>Category:       ports
>Synopsis:       [patch] www/grail: fix typo
>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:   Fri Oct 24 04:50:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds/org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	IGNORE message contains not escaped quote.
	
>How-To-Repeat:

	[root@lucifer|(514)| grail]# cd /usr/ports/www/grail/
	[root@lucifer|(515)| grail]# make 
	Syntax error: Unterminated quoted string
	*** Error code 2

	Stop in /usr/ports/www/grail.

>Fix:

	

--- grail.diff begins here ---
Index: grail/Makefile
===================================================================
RCS file: /WORK/REPO/ports/www/grail/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- grail/Makefile	27 Sep 2003 01:01:07 -0000	1.28
+++ grail/Makefile	24 Oct 2003 11:39:03 -0000
@@ -18,7 +18,7 @@
 
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
 
-IGNORE=		"Doesn't seem to work with Python 2.x"
+IGNORE=		"Doesn\'t seem to work with Python 2.x"
 
 USE_PYTHON=	yes
 GRAILSUBDIR=	share/grail
--- grail.diff ends here ---


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



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