diff options
author | jdp <jdp@FreeBSD.org> | 2000-02-20 18:30:06 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2000-02-20 18:30:06 +0000 |
commit | 3f671c233a0237ecfe0e0fc6074ee19d1c9aca4c (patch) | |
tree | be3f901a47db6db544195e78c72d02be35fc6dc6 /net/cvsup/files | |
parent | 0403453ef161e70e51ab9db6626a3dd82813b74a (diff) | |
download | FreeBSD-ports-3f671c233a0237ecfe0e0fc6074ee19d1c9aca4c.zip FreeBSD-ports-3f671c233a0237ecfe0e0fc6074ee19d1c9aca4c.tar.gz |
Add patch to handle file flags properly under FreeBSD-4.x. Solves
this crash on the client:
***
*** runtime error:
*** ASSERT failed
*** file "/usr/ports/net/cvsup/work/cvsup-16.1/suplib/src/POSIX/FileAttrOS.m3", line 52
***
Diffstat (limited to 'net/cvsup/files')
-rw-r--r-- | net/cvsup/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/cvsup/files/patch-aa b/net/cvsup/files/patch-aa new file mode 100644 index 0000000..be3f462 --- /dev/null +++ b/net/cvsup/files/patch-aa @@ -0,0 +1,12 @@ +--- suplib/src/m3makefile.orig Sat May 15 14:41:27 1999 ++++ suplib/src/m3makefile Sun Feb 20 09:52:12 2000 +@@ -55,7 +55,8 @@ + end + + if equal(TARGET, "FreeBSD2") or equal(TARGET, "FreeBSD2p") +-or equal(TARGET, "FreeBSD3") or equal(TARGET, "FBSD_ALPHA") ++or equal(TARGET, "FreeBSD3") or equal(TARGET, "FreeBSD4") ++or equal(TARGET, "FBSD_ALPHA") + include_dir("FreeBSD") + import_lib("md", "/usr/lib") + else |