ports/152027: Update lang/pcc to 101107
Pedro F. Giffuni
giffunip at tutopia.com
Sun Nov 7 20:30:15 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list