diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-17 23:06:24 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-17 23:06:24 +0800 |
commit | d7d2c7515819ffc4dcfc28d20f6580c202e95055 (patch) | |
tree | 695953e06e994e180f8069fdb1b212a48d56b531 /security | |
parent | 4dadb13f0ea428cacf12bdf342f5088f59ed0249 (diff) | |
download | freebsd-ports-gnome-d7d2c7515819ffc4dcfc28d20f6580c202e95055.tar.gz freebsd-ports-gnome-d7d2c7515819ffc4dcfc28d20f6580c202e95055.tar.zst freebsd-ports-gnome-d7d2c7515819ffc4dcfc28d20f6580c202e95055.zip |
- Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-install
- Add support for Heimdal Kerberos V port
PR: 22894
Submitted by: MAINTAINER
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 4 | ||||
-rw-r--r-- | security/cyrus-sasl/files/patch-ab | 4 | ||||
-rw-r--r-- | security/cyrus-sasl/pkg-install | 6 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 | ||||
-rw-r--r-- | security/cyrus-sasl2/files/patch-ab | 4 | ||||
-rw-r--r-- | security/cyrus-sasl2/pkg-install | 6 |
6 files changed, 16 insertions, 12 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 5f5dc34264c7..136622fe0e9c 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.24 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_LOCAL} \ @@ -72,6 +72,8 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --enable-gssapi=${KRB5_HOME} +.elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}) +CONFIGURE_ARGS+= --enable-gssapi=${HEIMDAL_HOME} .else CONFIGURE_ARGS+= --disable-gssapi GSSAPI= "@comment " diff --git a/security/cyrus-sasl/files/patch-ab b/security/cyrus-sasl/files/patch-ab index 00c61b875b68..403d1b8c8ace 100644 --- a/security/cyrus-sasl/files/patch-ab +++ b/security/cyrus-sasl/files/patch-ab @@ -1,5 +1,5 @@ --- configure.in.orig Thu Jul 20 21:35:01 2000 -+++ configure.in Tue Sep 19 21:51:11 2000 ++++ configure.in Thu Nov 16 09:07:00 2000 @@ -66,8 +66,9 @@ dnl check for -R, etc. switch CMU_GUESS_RUNPATH_SWITCH @@ -7,8 +7,8 @@ -CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" -CMU_ADD_LIBPATH("/usr/local/lib") +CPPFLAGS="-I${OPENSSLINC} -I${OPENSSLINC}/openssl ${CPPFLAGS}" -+CMU_ADD_LIBPATH("${LOCALBASE}/lib") +CMU_ADD_LIBPATH("${OPENSSLLIB}") ++CMU_ADD_LIBPATH("${LOCALBASE}/lib") AM_DISABLE_STATIC diff --git a/security/cyrus-sasl/pkg-install b/security/cyrus-sasl/pkg-install index 785e57aea06e..816c8132ac4d 100644 --- a/security/cyrus-sasl/pkg-install +++ b/security/cyrus-sasl/pkg-install @@ -71,9 +71,9 @@ create_user() { create_sasldb() { if [ ! -f ${PGK_PREFIX}/etc/sasldb.db ]; then - touch ${PGK_PREFIX}/etc/sasldb.db - chown cyrus:mail ${PGK_PREFIX}/etc/sasldb.db - chmod 640 ${PGK_PREFIX}/etc/sasldb.db + touch ${PKG_PREFIX}/etc/sasldb.db + chown cyrus:mail ${PKG_PREFIX}/etc/sasldb.db + chmod 640 ${PKG_PREFIX}/etc/sasldb.db fi } diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 5f5dc34264c7..136622fe0e9c 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.24 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_LOCAL} \ @@ -72,6 +72,8 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --enable-gssapi=${KRB5_HOME} +.elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}) +CONFIGURE_ARGS+= --enable-gssapi=${HEIMDAL_HOME} .else CONFIGURE_ARGS+= --disable-gssapi GSSAPI= "@comment " diff --git a/security/cyrus-sasl2/files/patch-ab b/security/cyrus-sasl2/files/patch-ab index 00c61b875b68..403d1b8c8ace 100644 --- a/security/cyrus-sasl2/files/patch-ab +++ b/security/cyrus-sasl2/files/patch-ab @@ -1,5 +1,5 @@ --- configure.in.orig Thu Jul 20 21:35:01 2000 -+++ configure.in Tue Sep 19 21:51:11 2000 ++++ configure.in Thu Nov 16 09:07:00 2000 @@ -66,8 +66,9 @@ dnl check for -R, etc. switch CMU_GUESS_RUNPATH_SWITCH @@ -7,8 +7,8 @@ -CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" -CMU_ADD_LIBPATH("/usr/local/lib") +CPPFLAGS="-I${OPENSSLINC} -I${OPENSSLINC}/openssl ${CPPFLAGS}" -+CMU_ADD_LIBPATH("${LOCALBASE}/lib") +CMU_ADD_LIBPATH("${OPENSSLLIB}") ++CMU_ADD_LIBPATH("${LOCALBASE}/lib") AM_DISABLE_STATIC diff --git a/security/cyrus-sasl2/pkg-install b/security/cyrus-sasl2/pkg-install index 785e57aea06e..816c8132ac4d 100644 --- a/security/cyrus-sasl2/pkg-install +++ b/security/cyrus-sasl2/pkg-install @@ -71,9 +71,9 @@ create_user() { create_sasldb() { if [ ! -f ${PGK_PREFIX}/etc/sasldb.db ]; then - touch ${PGK_PREFIX}/etc/sasldb.db - chown cyrus:mail ${PGK_PREFIX}/etc/sasldb.db - chmod 640 ${PGK_PREFIX}/etc/sasldb.db + touch ${PKG_PREFIX}/etc/sasldb.db + chown cyrus:mail ${PKG_PREFIX}/etc/sasldb.db + chmod 640 ${PKG_PREFIX}/etc/sasldb.db fi } |