Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2010 20:27:39 GMT
From:      "Pedro F. Giffuni" <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152027: Update lang/pcc to 101107
Message-ID:  <201011072027.oA7KRdWW098550@www.freebsd.org>
Resent-Message-ID: <201011072030.oA7KUFIN043974@freefall.freebsd.org>

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

>Number:         152027
>Category:       ports
>Synopsis:       Update lang/pcc to 101107
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 07 20:30:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD mogwai.giffuni.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
New version can now compile itself.
>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN pcc.orig/Makefile pcc/Makefile
--- pcc.orig/Makefile	2010-11-07 15:17:53.000000000 +0000
+++ pcc/Makefile	2010-11-07 15:19:02.000000000 +0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pcc
-DATESPEC=	100821
+DATESPEC=	101107
 PORTVERSION=	0.9.9.${DATESPEC}
 PORTREVISION?=	0
 CATEGORIES=	lang
diff -ruN pcc.orig/distinfo pcc/distinfo
--- pcc.orig/distinfo	2010-11-07 15:17:53.000000000 +0000
+++ pcc/distinfo	2010-11-07 15:19:28.000000000 +0000
@@ -1,3 +1,2 @@
-MD5 (pcc-100821.tgz) = 85bd8e22448608c28fbda1d39c0a585f
-SHA256 (pcc-100821.tgz) = 962a5228e909ca90323df8285d5f288f760568e5223ef3ecfebc867de4ad3105
-SIZE (pcc-100821.tgz) = 636536
+SHA256 (pcc-101107.tgz) = 8c6ec62f357e3528b052bb9552c4ef89dde60ba06a41aa33f7897e12d9078b08
+SIZE (pcc-101107.tgz) = 641011
diff -ruN pcc.orig/files/patch-configure pcc/files/patch-configure
--- pcc.orig/files/patch-configure	2010-11-07 15:17:53.000000000 +0000
+++ pcc/files/patch-configure	2010-11-07 15:23:54.000000000 +0000
@@ -1,8 +1,10 @@
-Index: configure
-@@ -1956,6 +1956,7 @@
+--- configure.orig	2010-10-31 18:20:51.000000000 +0000
++++ configure	2010-11-07 15:22:25.000000000 +0000
+@@ -1960,7 +1960,7 @@
  	esac
  	case "$target_cpu" in
  	    i386) targmach=i386 ;;
+-	    x86_64) targmach=amd64 ;;
 +	    amd64) targmach=amd64 ;;
  	esac
  	;;


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



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