diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-04-08 10:59:28 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-04-08 10:59:28 +0000 |
commit | 0a74f338821d454d0ef32e132a155f6e3485c254 (patch) | |
tree | b0f98f0b34885de9364243eafcf53e7c6d6ffa1c /net/irrd/files/patch-configure | |
parent | [NEW] net/irrd-legacy: Legacy V 2.X of net/irrd (diff) |
net/irrd: Update version 2.3.10=>4.0.8
- Change LICENSE to BSD2CLAUSE from BSD4CLAUSE
- Utilizes UID and GID irrd for 252
- Take MAINTAINERSHIP
- Mentioned in UPDATING
- Both irrd-legacy and irrd can bes installed and run concurrently
Approved by: ume (private mail)
Notes
Notes:
svn path=/head/; revision=531106
Diffstat (limited to 'net/irrd/files/patch-configure')
-rw-r--r-- | net/irrd/files/patch-configure | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/irrd/files/patch-configure b/net/irrd/files/patch-configure deleted file mode 100644 index 094af76d68de..000000000000 --- a/net/irrd/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig 2006-09-12 17:40:55 UTC -+++ configure -@@ -2638,7 +2638,6 @@ - THREAD_CFLAGS="-D_THREAD_SAFE -pthread" - fi - CRYPT_LIB="-lcrypt" -- ac_pthrlib="c_r" - ;; - linux* ) - CRYPT_LIB="-lcrypt" -@@ -6011,7 +6010,7 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --#include <netinet/in.h> -+#include <netinet6/in6.h> - - _ACEOF - if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |