diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2006-04-06 13:54:46 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2006-04-06 13:54:46 +0000 |
commit | e64e4b6ab5004af418598e36930d480a5b6d1771 (patch) | |
tree | 94f29403f0bd90d0d8b4db260a491de4dc9d9806 /security/skip/files/patch-dc | |
parent | - Update to new master site and updated tarball (diff) |
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.
Notes
Notes:
svn path=/head/; revision=158956
Diffstat (limited to 'security/skip/files/patch-dc')
-rw-r--r-- | security/skip/files/patch-dc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/skip/files/patch-dc b/security/skip/files/patch-dc deleted file mode 100644 index 951c4b77b003..000000000000 --- a/security/skip/files/patch-dc +++ /dev/null @@ -1,19 +0,0 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/tools/skiptool/Makefile work.new/skip/tools/skiptool/Makefile ---- skipsrc-1.0.orig/skip/tools/skiptool/Makefile Fri Oct 25 13:13:05 1996 -+++ work.new/skip/tools/skiptool/Makefile Mon Jan 24 12:35:42 2000 -@@ -97,11 +97,15 @@ - - # Compiler flags. - -+PREFIX?= @@PREFIX@@ -+ - DYNAMIC_PATH = $(DYNAMIC_$(OSNAME)) - CFLAGS += $(U_DEBUG) $(OS) -DSKIP_RELEASE="\"$(SKIP_RELEASE)\"" - SKIPINC_DIR = -I../lib -I$(COMM_INC) -I$(DRVDIR) - CPPFLAGS += -I$(WIN_HOME)/include -DMAIN $(SKIPINC_DIR) - CPPFLAGS += -I$(WIN_HOME)/include/pixrect -+CPPFLAGS += -I${PREFIX}/include -+CPPFLAGS += -I${PREFIX}/include/pixrect - LDFLAGS += -L$(WIN_HOME)/lib $(DYNAMIC_PATH) - LDLIBS += ../lib/$(SKIP_LIB) $(OS_LIB) -lxview -lolgx -lX11 - |