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


1.5
date	2005.07.21.09.03.48;	author pav;	state dead;
branches;
next	1.4;

1.4
date	2001.07.06.09.52.36;	author wjv;	state Exp;
branches;
next	1.3;

1.3
date	2001.06.05.12.51.07;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.03.10.20.37;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.28.12.44.15;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 1.3.5

PR:		ports/83823
Submitted by:	Travis Poppe <tlp@@liquidx.org>
@
text
@--- src/Makefile.orig	Fri Jul  6 02:33:08 2001
+++ src/Makefile	Fri Jul  6 05:14:05 2001
@@@@ -17,14 +17,15 @@@@
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 PROG=		cksfv
-CFLAGS+=	-Wall -Werror -O2 -g
+CC?=		gcc
+CFLAGS+=	-Wall -g
 SRCS=		cksfv.c print.c crc32.c readsfv.c newsfv.c
 
 cksfv: $(SRCS)
-	gcc -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(SRCS)
+	$(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(SRCS)
 
 install: cksfv
-	cp $(PROG) /usr/local/bin
+	$(BSD_INSTALL_PROGRAM) $(PROG) $(PREFIX)/bin
 
 clean:
 	rm -f *.o *~ *.core core $(PROG)
@


1.4
log
@Update to version 1.3, minor fixes.

PR:		28764
Submitted by:	Patrick Li <pat@@databits.net>
@
text
@@


1.3
log
@Fix a build failure

PR: 27869
Submitted by: MAINTAINER
@
text
@d1 2
a2 2
--- src/Makefile.orig	Fri Dec 29 02:34:33 2000
+++ src/Makefile	Mon Jun  4 10:01:32 2001
d9 1
a9 1
+CFLAGS+=	-Wall -O2 -g
@


1.2
log
@Update to 1.2

PR: 24038
Submitted by: MAINTAINER
@
text
@d2 1
a2 1
+++ src/Makefile	Wed Jan  3 11:28:07 2001
d7 1
d9 1
a9 1
 CFLAGS+=	-Wall -Werror -O2 -g
@


1.1
log
@New Port: security/cksfv
Create or manipulate Simple File Verification (SFV) checksum files

PR:		22075
Submitted by:	Johann Visagie <johann@@egenetics.com>
@
text
@d1 2
a2 2
--- src/Makefile.orig	Mon May 22 23:57:05 2000
+++ src/Makefile	Wed Oct 18 10:14:25 2000
d8 1
a8 1
 CFLAGS+=	-Wall -Werror -O2
d12 2
a13 2
-	gcc $(CFLAGS) -o $(PROG) $(SRCS)
+	$(CC) $(CFLAGS) -o $(PROG) $(SRCS)
d20 1
a20 1
 	rm -f *.o *~ *.core $(PROG)
@

