1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/net/cvsup/files/patch-aa
John Polstra 3cf9d396da 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
***
2000-02-20 18:30:06 +00:00

13 lines
408 B
Plaintext

--- 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