head	1.6;
access;
symbols
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.5
	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
	ARCHIE_1:1.1.1.1
	WHISTLE_ARCHIE:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2006.04.06.13.54.44;	author archie;	state dead;
branches;
next	1.5;

1.5
date	2000.02.18.01.53.50;	author archie;	state Exp;
branches;
next	1.4;

1.4
date	2000.02.02.21.42.18;	author archie;	state Exp;
branches;
next	1.3;

1.3
date	2000.01.26.01.55.14;	author archie;	state Exp;
branches;
next	1.2;

1.2
date	99.03.10.22.27.53;	author archie;	state Exp;
branches;
next	1.1;

1.1
date	98.01.09.23.23.51;	author julian;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.01.09.23.23.51;	author julian;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove the skip port. Created before there was an IPSec implementation on
FreeBSD, it is now extremely obsolete. In any case it doesn't compile. Earlier
version of this port can still be used on older versions of FreeBSD of course.
@
text
@diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/freebsd/Makefile.defs work.new/skip/freebsd/Makefile.defs
--- skipsrc-1.0.orig/skip/freebsd/Makefile.defs	Fri Oct 25 13:12:42 1996
+++ work.new/skip/freebsd/Makefile.defs	Wed Feb  2 11:30:42 2000
@@@@ -93,7 +93,7 @@@@
 
 # Kernel compilation flags
 #
-K_FLAGS_FREEBSD_gnu	= -DKERNEL -DFREEBSD
+K_FLAGS_FREEBSD_gnu	= -DKERNEL -D_KERNEL -DKLD_MODULE
 
 # OS Libraries
 #
@


1.5
log
@The "-I/sys" hack should no longer be necessary to build this port
thanks to bde's rev 1.109 fix to <sys/systm.h>.

PR:		ports/16496
@
text
@@


1.4
log
@Add -I/sys to the KLD compilation flags. This is a workaround,
but not a fix, for ports/16496.

PR:		ports/16496
Submitted by:	Matthew Reimer <mreimer@@vpop.net>
@
text
@d9 1
a9 1
+K_FLAGS_FREEBSD_gnu	= -DKERNEL -D_KERNEL -DKLD_MODULE -I/sys
@


1.3
log
@Bash this port until it compiles under -current again.
@
text
@d3 1
a3 1
+++ work.new/skip/freebsd/Makefile.defs	Mon Jan 24 13:45:40 2000
d9 1
a9 1
+K_FLAGS_FREEBSD_gnu	= -DKERNEL -D_KERNEL -DKLD_MODULE
@


1.2
log
@Build SKIP port as a KLD instead of an LKM.
@
text
@d1 4
a4 9
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/include/skip_conf.h work.new/skip/include/skip_conf.h
--- skipsrc-1.0.orig/skip/include/skip_conf.h	Fri Oct 25 13:12:44 1996
+++ work.new/skip/include/skip_conf.h	Mon Mar  8 21:33:38 1999
@@@@ -58,7 +58,7 @@@@
 #define SKIP_CERTSBASE			SKIP_DIR"certdb"
 #define SKIP_SECRET_CACHE		SKIP_DIR"secret_cache"
 #define SKIP_RAW_FILE			SKIP_DIR"raw_keys"
-#define SKIP_PID			SKIP_DIR"skipd.pid"
+#define SKIP_PID			"/var/run/skipd.pid"
d6 7
a12 2
 /* 
  * Key manager Crypt algorithms supported
@


1.1
log
@Initial revision
@
text
@d1 12
a12 12
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/skipca.C skipsrc-1.0/skip/keymgrd/skipca.C
--- skipsrc-1.0.orig/skip/keymgrd/skipca.C	Fri Oct 25 13:12:53 1996
+++ skipsrc-1.0/skip/keymgrd/skipca.C	Fri Dec  5 15:26:53 1997
@@@@ -307,7 +307,7 @@@@
 	}
 	if (overwrite) {
 		int ret;
-		sprintf(buf,"/usr/bin/rm -rf %s", CA_PATH);
+		sprintf(buf,"/bin/rm -rf %s", CA_PATH);
 		ret = system(buf);
 		if (ret) {
 			fprintf(stderr,"Unable to Clean old directory %s \n",
@


1.1.1.1
log
@Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
@
text
@@
