Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 03:50:39 +0300 (MSK)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45123: devel/bison broken due to unescaped PORTCOMMENT
Message-ID:  <200211080050.gA80odK4013393@woozle.rinet.ru>

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

>Number:         45123
>Category:       ports
>Synopsis:       devel/bison broken due to unescaped PORTCOMMENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 07 17:00:08 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 4-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 4-STABLE 


>Description:

recent conversion from pkg-comment to PORTCOMMENT Makefile variable
brokes bison building (actually, mancompress phase)

I suppose other Makefiles should be checked for parenthesis in PORTCOMMENT

>How-To-Repeat:

cd /usr/ports/devel/bison
make install

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/bison/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile    6 Nov 2002 22:44:22 -0000       1.36
+++ Makefile    8 Nov 2002 00:47:01 -0000
@@ -14,7 +14,7 @@
 
 MAINTAINER=    ports@FreeBSD.org
 
-PORTCOMMENT=   A parser generator from FSF, (mostly) compatible with Yacc
+PORTCOMMENT=   'A parser generator from FSF, (mostly) compatible with Yacc'
 
 LIB_DEPENDS=   intl.4:${PORTSDIR}/devel/gettext
 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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