diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-11-09 15:28:55 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-11-09 15:28:55 +0000 |
commit | 94c39798c45911bdd7e7752a1d7f89c432ece403 (patch) | |
tree | be8394697824666d679175f76acdbd3823f1a221 /mail/anubis/files/patch-src_headers.h | |
parent | - Update to 16.11.0, please see (diff) |
Add TEST option to toggle regression tests. They were previously running
by default and causing aarch64 builds to fail, presumably due to an emulation
issue. [1]
Add EMACS option to install emacs lisp files. Previously, if emacs was
already installed on the system, it would install these files in STAGEDIR
and would cause check-plist to error.
Convert USE_MYSQL to USES=mysql
Convert CPPFLAGS/LDFLAGS to USES=localbase
Add some missing dependencies reported by stage-qa
Remake patches
Bump PORTREVISION
Reported by: linimon (via private mail) [1]
Notes
Notes:
svn path=/head/; revision=425798
Diffstat (limited to 'mail/anubis/files/patch-src_headers.h')
-rw-r--r-- | mail/anubis/files/patch-src_headers.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/anubis/files/patch-src_headers.h b/mail/anubis/files/patch-src_headers.h new file mode 100644 index 000000000000..278a67f1ae19 --- /dev/null +++ b/mail/anubis/files/patch-src_headers.h @@ -0,0 +1,27 @@ +--- src/headers.h.orig 2014-05-22 05:42:44 UTC ++++ src/headers.h +@@ -43,11 +43,11 @@ + # define HAVE_PCRE + # endif /* HAVE_PCRE_H or HAVE_PCRE_PCRE_H */ + # endif /* HAVE_LIBPCRE */ +-# if defined(HAVE_LIBPAM) && defined(HAVE_LIBPAM_MISC) +-# if defined(HAVE_SECURITY_PAM_APPL_H) && defined(HAVE_SECURITY_PAM_MISC_H) ++# if defined(HAVE_LIBPAM) ++# if defined(HAVE_SECURITY_PAM_APPL_H) && defined(HAVE_SECURITY_OPENPAM_H) + # define HAVE_PAM +-# endif /* HAVE_SECURITY_PAM_APPL_H and HAVE_SECURITY_PAM_MISC_H */ +-# endif /* HAVE_LIBPAM and HAVE_LIBPAM_MISC */ ++# endif /* HAVE_SECURITY_PAM_APPL_H and HAVE_SECURITY_OPENPAM_H */ ++# endif /* HAVE_LIBPAM */ + # if defined(HAVE_LIBWRAP) && defined(HAVE_TCPD_H) + # define USE_LIBWRAP + # endif /* HAVE_LIBWRAP and HAVE_TCPD_H */ +@@ -111,7 +111,7 @@ + + #ifdef HAVE_PAM + # include <security/pam_appl.h> +-# include <security/pam_misc.h> ++# include <security/openpam.h> + #endif /* HAVE_PAM */ + + #if defined(WITH_GSASL) |