diff options
author | will <will@FreeBSD.org> | 2000-04-02 12:20:46 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-02 12:20:46 +0800 |
commit | e339633b8dbecd7a8945c1bc75c86f019e4e4319 (patch) | |
tree | bf6ab05853e12d26e219709e83f8607088502303 /security/oidentd/files | |
parent | 60556b3ce3e5050aef0dd7f8d424715732bfcd5b (diff) | |
download | freebsd-ports-gnome-e339633b8dbecd7a8945c1bc75c86f019e4e4319.tar.gz freebsd-ports-gnome-e339633b8dbecd7a8945c1bc75c86f019e4e4319.tar.zst freebsd-ports-gnome-e339633b8dbecd7a8945c1bc75c86f019e4e4319.zip |
Add oidentd to ports tree; it is an identd server which, properly
configured, can allow users to specify an arbitrary ident string.
Unfortunately, due to <sys/file.h> being outdated, this port is
marked BROKEN for all ${OSVERSION} prior to 400010, which is the
closest to src/sys/sys/file.h rev 1.16.2.2.
PR: 17660
Submitted by: Trevor Johnson <trevor@jpj.net>
Reviewed by: mharo (confirmation of BROKEN for < 400010)
Diffstat (limited to 'security/oidentd/files')
-rw-r--r-- | security/oidentd/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/oidentd/files/patch-aa b/security/oidentd/files/patch-aa new file mode 100644 index 000000000000..2453c871feac --- /dev/null +++ b/security/oidentd/files/patch-aa @@ -0,0 +1,14 @@ +--- src/freebsd.c.orig Tue Jan 18 02:37:19 2000 ++++ src/freebsd.c Wed Mar 29 09:39:27 2000 +@@ -22,9 +22,9 @@ + #include <sys/queue.h> + #include <sys/uio.h> + #include <sys/socketvar.h> +-#define KERNEL ++#define _KERNEL + #include <sys/file.h> +-#undef KERNEL ++#undef _KERNEL + #include <sys/user.h> + #include <sys/filedesc.h> + #include <sys/proc.h> |