aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-05 18:15:08 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-05 18:15:08 +0000
commit0806d9d1d4d737a6690bc464e1c0a0760284e675 (patch)
treec2dbfebd15cd19c52f23bcb4283e395c487eabfd
parentc1e4c28dadccf41c7c0e824116a6da75c9c3441c (diff)
downloadports-0806d9d1d4d737a6690bc464e1c0a0760284e675.tar.gz
ports-0806d9d1d4d737a6690bc464e1c0a0760284e675.zip
Notes
-rw-r--r--security/Makefile1
-rw-r--r--security/pam_krb5/Makefile56
-rw-r--r--security/pam_krb5/distinfo1
-rw-r--r--security/pam_krb5/files/patch-pam_krb5_sess.c12
-rw-r--r--security/pam_krb5/pkg-comment1
-rw-r--r--security/pam_krb5/pkg-descr4
-rw-r--r--security/pam_krb5/pkg-plist2
7 files changed, 0 insertions, 77 deletions
diff --git a/security/Makefile b/security/Makefile
index 3ab3b1698076..7e93ba12d45f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -222,7 +222,6 @@
SUBDIR += pam-mysql
SUBDIR += pam-pgsql
SUBDIR += pam_alreadyloggedin
- SUBDIR += pam_krb5
SUBDIR += pam_ldap
SUBDIR += pam_pop3
SUBDIR += pam_pwdfile
diff --git a/security/pam_krb5/Makefile b/security/pam_krb5/Makefile
deleted file mode 100644
index d05bdce2c7b4..000000000000
--- a/security/pam_krb5/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# Ports collection Makefile for: pam_krb5
-# Date created: 11/03/2000
-# Whom: nectar@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= pam_krb5
-PORTVERSION= 1.0.3
-CATEGORIES= security
-MASTER_SITES= http://www.nectar.cc/distfiles/
-
-MAINTAINER= nectar@FreeBSD.org
-
-MAN8= pam_krb5.8
-
-USE_BZIP2= yes
-USE_PERL5= yes
-GNU_CONFIGURE= yes
-
-.if defined(PACKAGE_BUILDING)
-KRB5_IMPL= heimdal
-.endif
-
-.if defined(KRB5_IMPL) && ${KRB5_IMPL} == heimdal
-LIB_DEPENDS= krb5.18:${PORTSDIR}/security/heimdal
-.if defined(HEIMDAL_HOME)
-KRB5_DIR?= ${HEIMDAL_HOME}
-.endif
-.elif defined(KRB5_IMPL) && ${KRB5_IMPL} == mit
-LIB_DEPENDS= krb5.3:${PORTSDIR}/security/krb5
-.if defined(KRB5_HOME)
-KRB5_DIR?= ${KRB5_HOME}
-.endif
-.else
-BROKEN= You must define KRB5_IMPL to be \"mit\" or \"heimdal\"
-.endif
-
-.if defined(PREFIX)
-MANDIR= ${PREFIX}/man
-.else
-PREFIX= ${DESTDIR}/usr
-MANPREFIX= ${DESTDIR}/usr/share
-MANDIR= ${PREFIX}/share/man
-.endif
-KRB5_DIR?= ${LOCALBASE}
-CONFIGURE_ENV= CFLAGS="${CFLAGS}"
-CONFIGURE_ARGS= --with-krb5="${KRB5_DIR}" \
- --with-pamdir="${PREFIX}/lib" \
- --with-man-sect=8 \
- --mandir=${MANDIR}
-
-post-install:
- cd ${WRKSRC} && ${MAKE} install-man
-
-.include <bsd.port.mk>
diff --git a/security/pam_krb5/distinfo b/security/pam_krb5/distinfo
deleted file mode 100644
index d4ca0cefe37e..000000000000
--- a/security/pam_krb5/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pam_krb5-1.0.3.tar.bz2) = 9a3b26dc8a52e9882bdaf41f8e50d721
diff --git a/security/pam_krb5/files/patch-pam_krb5_sess.c b/security/pam_krb5/files/patch-pam_krb5_sess.c
deleted file mode 100644
index c16b06f9c84a..000000000000
--- a/security/pam_krb5/files/patch-pam_krb5_sess.c
+++ /dev/null
@@ -1,12 +0,0 @@
-*** pam_krb5_sess.c.orig Sat Sep 7 10:42:40 2002
---- pam_krb5_sess.c Sat Sep 7 10:43:02 2002
-***************
-*** 9,14 ****
---- 9,15 ----
- static const char rcsid[] = "$Id: pam_krb5_sess.c,v 1.1.1.1.2.5 2001/09/24 14:58:15 nectar Exp $";
-
- #include <krb5.h>
-+ #include <syslog.h>
- #include "pam_krb5.h"
-
- /* Initiate session management */
diff --git a/security/pam_krb5/pkg-comment b/security/pam_krb5/pkg-comment
deleted file mode 100644
index 7e718e8bbb10..000000000000
--- a/security/pam_krb5/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Pluggable Authentication Module for Kerberos 5
diff --git a/security/pam_krb5/pkg-descr b/security/pam_krb5/pkg-descr
deleted file mode 100644
index 89603de2f45b..000000000000
--- a/security/pam_krb5/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A Pluggable Authentication Module for Kerberos 5, which can
-be compiled for either Heimdal or MIT Kerberos.
-
-WWW: http://www.fcusack.com/
diff --git a/security/pam_krb5/pkg-plist b/security/pam_krb5/pkg-plist
deleted file mode 100644
index 2c1938c01a42..000000000000
--- a/security/pam_krb5/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/pam_krb5.so
-lib/pam_krb5.so.1