ports/58485: [patch] www/grail: fix typo
Clement Laforet
sheepkiller at cultdeadsheep.org
Fri Oct 24 11:50:14 UTC 2003
>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 at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386
>Description:
IGNORE message contains not escaped quote.
>How-To-Repeat:
[root at lucifer|(514)| grail]# cd /usr/ports/www/grail/
[root at 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:
More information about the freebsd-ports-bugs
mailing list