diff options
author | Lars Engels <lme@FreeBSD.org> | 2010-11-16 19:09:56 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2010-11-16 19:09:56 +0000 |
commit | ddfbacd87edbcae7c740fc0f51bb7374037723f9 (patch) | |
tree | 488b67a2a1a814663e3df74c273a7d8bc037502e /lang/pcc | |
parent | 5ab5966488c9380bb6b710dcda6f1e6d365f21a8 (diff) | |
download | ports-ddfbacd87edbcae7c740fc0f51bb7374037723f9.tar.gz ports-ddfbacd87edbcae7c740fc0f51bb7374037723f9.zip |
Notes
Diffstat (limited to 'lang/pcc')
-rw-r--r-- | lang/pcc/Makefile | 5 | ||||
-rw-r--r-- | lang/pcc/distinfo | 5 | ||||
-rw-r--r-- | lang/pcc/files/patch-configure | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index 2d0d8d479731..898b17e4a36a 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -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 diff --git a/lang/pcc/distinfo b/lang/pcc/distinfo index 42482fb05a9f..67c3009a298c 100644 --- a/lang/pcc/distinfo +++ b/lang/pcc/distinfo @@ -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 --git a/lang/pcc/files/patch-configure b/lang/pcc/files/patch-configure index 3bd4ecebaa3e..36da158c7122 100644 --- a/lang/pcc/files/patch-configure +++ b/lang/pcc/files/patch-configure @@ -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 ;; |