Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2007 18:42:22 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118676: [patch] lang/pcc update
Message-ID:  <200712131842.lBDIgMS0014515@www.freebsd.org>
Resent-Message-ID: <200712131850.lBDIo1ki053716@freefall.freebsd.org>

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

>Number:         118676
>Category:       ports
>Synopsis:       [patch] lang/pcc update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 13 18:50:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        FreeBSD 6-stable
>Organization:
private
>Environment:
>Description:
Up to 071213.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: lang/pcc/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pcc
-DATESPEC=	071021
+DATESPEC=	071213
 PORTVERSION=	0.9.8.${DATESPEC}
 PORTREVISION?=	0
 CATEGORIES=	lang
Index: lang/pcc/files/ccconfig.h
@@ -41,7 +41,7 @@
 #define	ENDFILES { "/usr/lib/crtend.o", "/usr/lib/crtn.o", NULL }
 #define STARTLABEL "_start"
 
-#if defined(mach_x86)
+#if defined(mach_i386)
 #define	CPPMDADD { "-D__i386__", "-D__i386", NULL, }
 #else
 #error defines for arch missing
Index: lang/pcc/distinfo
@@ -1,3 +1,3 @@
-MD5 (pcc-071021.tgz) = 685aee40231ed7f1167ba5b01988622f
-SHA256 (pcc-071021.tgz) = 5382cc1e9d4255f4549913671ebc7d0f34411a64f117ad206b39ada17c05013f
-SIZE (pcc-071021.tgz) = 362289
+MD5 (pcc-071213.tgz) = b6be296220a985bd1cd33cb250997041
+SHA256 (pcc-071213.tgz) = 38a00bfe5a3d4b8bd13282d03b50cae279fe78105ca3e8a07b27f7d8c83f9e0c
+SIZE (pcc-071213.tgz) = 404266


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



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