head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2010.11.16.19.09.56;	author lme;	state Exp;
branches;
next	1.3;

1.3
date	2009.09.23.09.20.17;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.09.20.20.01.12;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	2007.09.18.02.48.52;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- 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)
@
text
@--- 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
 	;;
 
@


1.3
log
@- Update to 090922
- Allow on amd64

PR:		ports/132952
Submitted by:	Alex Kozlov <spam@@rm-rf.kiev.ua>
Approved by:	maintainer timeout (obrien; 6 months)
Feature safe:	yes
@
text
@d1 3
a3 2
Index: configure
@@@@ -1956,6 +1956,7 @@@@
d7 1
@


1.2
log
@Update to the Sept 20, 2007 snapshot of 0.9.8.
@
text
@d1 6
a6 4
--- configure.orig	2007-09-09 10:42:33.000000000 -0700
+++ configure	2007-09-17 19:12:41.000000000 -0700
@@@@ -1997,6 +1997,12 @@@@ case "$target_os" in
 	    i?86) targmach=x86 ;;
d9 1
a9 9
+    freebsd*)
+	targos=freebsd
+	case "$target_cpu" in
+	    i?86) targmach=x86 ;;
+	esac
+	;;
     linux*)
 	targos=linux
 	case "$target_cpu" in
@


1.1
log
@C99 modernization of the original Portable C Compiler by S. C. Johnson,
written in the late 70's.
@
text
@@

