head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	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.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2011.08.10.08.45.43;	author culot;	state Exp;
branches;
next	1.4;

1.4
date	2010.11.25.12.05.07;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2010.01.07.09.25.23;	author nemoliu;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.04.09.01.45;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.01.11.21.05;	author flz;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 20110807

PR:		ports/159630
Submitted by:	Pedro Giffuni <giffunip@@tutopia.com>
Approved by:	Yoshihiro Ota <ota@@j.email.ne.jp> (maintainer)
@
text
@--- makefile.orig	2011-06-11 14:13:08.000000000 +0000
+++ makefile	2011-08-09 10:58:25.000000000 +0000
@@@@ -22,18 +22,9 @@@@
 # THIS SOFTWARE.
 # ****************************************************************/
 
-CFLAGS = -g
-CFLAGS = -O2
-CFLAGS =
-
-CC = gcc -Wall -g
-CC = cc
-CC = gcc -Wall -g -Wwrite-strings
-CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
-CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
+CC ?= cc
 
-YACC = bison -y
-YACC = yacc
+YACC ?= yacc
 YFLAGS = -d
 
 OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o
@


1.4
log
@- Update to 20100523

Changes:
- fixed long-standing overflow bug in run.c; many thanks to
  nelson beebe for spotting it and providing the fix.
- fixed bug that didn't parse -vd=1 properly; thanks to santiago
  vila for spotting it.

PR:		ports/152025
Submitted by:	Pedro F. Giffuni <giffunip@@tutopia.com>
Approved by:	maintainer (timeout, 18 days)
@
text
@d1 3
a3 3
--- makefile.orig	2010-02-16 01:48:30.000000000 +0000
+++ makefile	2010-11-07 15:05:52.000000000 +0000
@@@@ -22,18 +22,11 @@@@
d15 2
a16 2
-CC = gcc -O4
+CFLAGS ?= -O2
a19 2
+CC ?= cc
+
@


1.3
log
@- Update to 20091126

PR:	ports/142206
Submitted by:	Pedro F. Giffuni <giffunip@@tutopia.com>
Approved by:	Yoshihiro Ota <ota@@j.email.ne.jp> (maintainer)
@
text
@d1 3
a3 3
--- makefile.orig	2009-02-09 20:20:44.000000000 +0000
+++ makefile	2009-12-31 15:05:35.000000000 +0000
@@@@ -22,19 +22,12 @@@@
d11 2
a14 2
-CC = gcc -Wall -g
-CC = cc
a17 2
+CC ?= cc
 
d20 1
@


1.2
log
@- Update to 20070501
- Add one fix from src/usr.bin/awk/lib.c.diff rev 1.2
- Normalize DIST_SUBDIR as other ports

PR:		ports/114227
Submitted by:	Pedro F. Giffuni <giffunip at tutopia.com>
@
text
@d1 3
a3 3
--- makefile.orig	Mon Apr 30 08:10:40 2007
+++ makefile	Mon Jul  2 18:32:10 2007
@@@@ -22,20 +22,11 @@@@
d10 1
a10 2
+CFLAGS ?= -O2
 
d16 2
a17 1
-CC = gcc -Wall -g
a19 1
-
d22 1
@


1.1
log
@- Update to snapshot 20050424.
- Rename patch-aa.
- Add SHA256 checksum.
- Remove one-line pkg-plist.

PR:		ports/89791
Submitted by:	Johan van Selst <johans@@stack.nl>
@
text
@d1 3
a3 3
--- makefile.orig	Mon Mar 28 15:40:31 2005
+++ makefile	Thu Dec  1 11:28:45 2005
@@@@ -22,16 +22,6 @@@@
d10 2
a11 1
-
d13 1
a13 2
-CC = gcc -fprofile-arcs -ftest-coverage
-		# followed by gcov onefile.c; cat onefile.c.gcov
d16 4
d21 3
a23 2
 YACC = bison -y
 YACC = yacc
d25 2
@

