head	1.4;
access;
symbols
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.10.10.09.23.22;	author vs;	state dead;
branches;
next	1.3;

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

1.2
date	2001.12.08.20.55.27;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.25.11.49.35;	author kris;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Fix MASTER_SITES and use MAKE_ARGS instead of patch.

PR:		ports/87193
Submitted by:	maintainer
@
text
@--- Makefile.in.orig	Wed Oct 27 14:37:37 2004
+++ Makefile.in	Wed Oct 27 14:38:00 2004
@@@@ -3,7 +3,7 @@@@
 bindir = @@bindir@@
 mandir = @@mandir@@/man1
 LIBS = @@LIBS@@
-CFLAGS  = @@CFLAGS@@ -O
+CFLAGS  = @@CFLAGS@@
 LDFLAGS = @@LDFLAGS@@
 
 RM = rm -f
@


1.3
log
@- Update to 0.23

PR:		ports/73187
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@@


1.2
log
@upgrade to 0.16

PR:		32595
Submitted by:	maintainer
@
text
@d1 4
a4 3
--- Makefile.in.orig	Sat Dec  8 13:29:30 2001
+++ Makefile.in	Sat Dec  8 13:29:36 2001
@@@@ -4,7 +4,7 @@@@
d7 3
a10 2
-CFLAGS = -O
+CFLAGS ?= -O
a11 2
 INSTALL  = install -c -m
 
@


1.1
log
@Respect CFLAGS
@
text
@d1 2
a2 2
--- Makefile.in.orig	Tue Apr  3 05:41:44 2001
+++ Makefile.in	Fri May 25 04:47:52 2001
d7 2
a8 2
-CFLAGS = -O -Wall
+CFLAGS += -Wall
@

