Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 04:40:38 +0300 (MSK)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45125: lang/gcc31 broken due to unescaped PORTCOMMENT
Message-ID:  <200211080140.gA81eceD014032@woozle.rinet.ru>

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

>Number:         45125
>Category:       ports
>Synopsis:       lang/gcc31 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:50:01 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 move pkg-comment to PORTCOMMENT brokes gcc31 installation


>How-To-Repeat:
cd /usr/ports/lang/gcc31
make install

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/gcc31/Makefile,v
retrieving revision 1.134
diff -u -r1.134 Makefile
--- Makefile    6 Nov 2002 22:45:48 -0000       1.134
+++ Makefile    8 Nov 2002 01:35:40 -0000
@@ -26,7 +26,7 @@
 
 MAINTAINER=    ports@FreeBSD.org
 
-PORTCOMMENT=   GNU Compiler Collection 3.1 (inprogress version)
+PORTCOMMENT=   'GNU Compiler Collection 3.1 (inprogress version)'
 
 NO_CDROM=      'dated material'
 LATEST_LINK=   gcc31


>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?200211080140.gA81eceD014032>