head	1.4;
access;
symbols
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	RELEASE_2_2_5:1.1.1.1
	jdp_1_0:1.1.1.1
	JDP:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2005.04.12.09.06.25;	author flz;	state dead;
branches;
next	1.3;

1.3
date	2000.05.23.01.02.39;	author green;	state Exp;
branches;
next	1.2;

1.2
date	99.03.23.11.30.35;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	97.07.30.22.10.23;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.07.30.22.10.23;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Merge and split existing patch-a[a-f] files.
- Fix types issues on 64-bits architectures.

PR:		ports/75878
Submitted by:	Ville-Pertti Keinonen <will@@exomi.com>
Approved by:	maintainer timeout (3 months)
@
text
@--- Makefile.orig	Sat Dec 20 10:57:08 1997
+++ Makefile	Mon May 22 18:38:56 2000
@@@@ -74,8 +74,9 @@@@
 #CC=cc
 #COPT=-O -DNOT_ANSI_C -DPROTOTYPES=0
 # for gcc, use
-CC=gcc
-COPT=-O2 -DPROTOTYPES=1
+CC?=gcc
+CFLAGS?=-O2
+CFLAGS+=-DPROTOTYPES=1
 
 #1B: paths:
 #some peple like /usr/local/sbin instead of /usr/local/etc
@@@@ -217,12 +218,18 @@@@
 ## not sure what to do for NeXT.  I think this works:
 #CFLAGS=$(COPT) -posix -D_BSD -DANYPORT -I$(RINCLUDES)
 
+## use these for FreeBSD
+CFLAGS+=-DBSD44 -DANYPORT -DSHORTLINKS
+LIBS=-lrpcsvc
+COMPAT=-lcompat
+RPCOPTS=
+
 
 #==========================================================================
 # (3/3) CONFIGURE: one last thing
 #==========================================================================
 # finally, comment out the next line:
-CC=you_forgot_to_edit_the_makefile
+#CC=you_forgot_to_edit_the_makefile
 
 # now you're done with local configuration.
 
@


1.3
log
@Update to cfs version 1.4.0 beta 2.

Submitted by:	Ollivier Robert <roberto@@FreeBSD.org>
@
text
@@


1.2
log
@Cause the makefile to respect CC and CFLAGS during compilation.
Reviewed by:	John Polstra (Maintainer)
@
text
@d1 3
a3 3
--- Makefile.orig	Wed Dec 25 15:43:50 1996
+++ Makefile	Mon Mar 22 23:12:48 1999
@@@@ -71,8 +71,9 @@@@
d8 1
a8 1
-COPT=-O2 -DPROTOTYPES=1 -DNOTDEF
d11 1
a11 1
+CFLAGS+=-DPROTOTYPES=1 -DNOTDEF
d14 2
a15 2
 BINDIR=/usr/local/bin
@@@@ -193,12 +194,18 @@@@
@


1.1
log
@Initial revision
@
text
@d1 15
a15 3
--- Makefile.orig	Wed Mar 20 09:59:03 1996
+++ Makefile	Wed Jul 30 12:04:03 1997
@@@@ -193,12 +193,18 @@@@
d20 1
a20 1
+CFLAGS=$(COPT) -DBSD44 -DANYPORT -DSHORTLINKS
@


1.1.1.1
log
@New port of CFS, the Cryptographic File System.
@
text
@@
