- Update to 101107

- Pet portlint

Note: The new version can now compile itself.

PR:		ports/152027
Submitted by:	"Pedro F. Giffuni" <giffunip(AT)tutopia.com>
Approved by:	joeld (maintainer)
This commit is contained in:
Lars Engels 2010-11-16 19:09:56 +00:00
parent 5ab5966488
commit ddfbacd87e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264645
3 changed files with 9 additions and 7 deletions

View File

@ -7,7 +7,6 @@
#
PORTNAME= pcc
DATESPEC= 100821
PORTVERSION= 0.9.9.${DATESPEC}
PORTREVISION?= 0
CATEGORIES= lang
@ -18,7 +17,9 @@ DISTNAME= pcc-${DATESPEC}
EXTRACT_SUFX= .tgz
MAINTAINER= joel@FreeBSD.org
COMMENT= S.C.Johnson's Portable C Compiler brought into the C99 world.
COMMENT= S.C.Johnson's Portable C Compiler brought into the C99 world
DATESPEC= 101107
ONLY_FOR_ARCHS= i386 amd64

View File

@ -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

View File

@ -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
;;