diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-19 09:51:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-19 09:51:24 +0000 |
commit | 89a2fbb9fbe57ff5c4884f88460d3ac4398b822d (patch) | |
tree | 578e6b2fcbdec0c6d2d0733a18261079e6707dbf /security | |
parent | e4e25af748d8a6f3270e00a9e097cc2a2f4c214e (diff) | |
download | pkgsrc-89a2fbb9fbe57ff5c4884f88460d3ac4398b822d.tar.gz |
Remove xdm-krb4; does not build on 2.0.
On NetBSD, there's a more elegant way using PAM nowadays, too.
Ok'd by wennmach@.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 | ||||
-rw-r--r-- | security/xdm-krb4/DESCR | 7 | ||||
-rw-r--r-- | security/xdm-krb4/Makefile | 45 | ||||
-rw-r--r-- | security/xdm-krb4/PLIST | 12 | ||||
-rw-r--r-- | security/xdm-krb4/distinfo | 6 | ||||
-rw-r--r-- | security/xdm-krb4/files/xdm_krb4.sh | 32 | ||||
-rw-r--r-- | security/xdm-krb4/patches/patch-aa | 42 |
7 files changed, 1 insertions, 146 deletions
diff --git a/security/Makefile b/security/Makefile index 119e0ea6cbf..c15113beaa8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.235 2005/04/17 12:22:26 adrianp Exp $ +# $NetBSD: Makefile,v 1.236 2005/04/19 09:51:24 wiz Exp $ # COMMENT= Security tools @@ -229,7 +229,6 @@ SUBDIR+= tkpasman SUBDIR+= tripwire SUBDIR+= uvscan SUBDIR+= winbind -SUBDIR+= xdm-krb4 SUBDIR+= xmlsec1 SUBDIR+= zebedee diff --git a/security/xdm-krb4/DESCR b/security/xdm-krb4/DESCR deleted file mode 100644 index 1caa7c8aa49..00000000000 --- a/security/xdm-krb4/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -This is xdm-krb4-3.3.6.1, a Kerberos IV and AFS-aware version of xdm. -It is a downsized version of the xdm that comes with XFree86 version 3.3.6, -with Kerberos IV functionality added. - -xdm-krb4 tries to authenticate to a Kerberos IV server and get Kerberos -tickets. If AFS/arla is installed and running, it additionaly gets an -AFS token. diff --git a/security/xdm-krb4/Makefile b/security/xdm-krb4/Makefile deleted file mode 100644 index 97be0b3452a..00000000000 --- a/security/xdm-krb4/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:20 tv Exp $ -# - -DISTNAME= xdm-krb4-3.3.6.3 -PKGREVISION= 3 -CATEGORIES= security x11 -MASTER_SITES= ftp://gutemine.geo.Uni-Koeln.DE/pub/xdm-krb4/ - -MAINTAINER= wennmach@NetBSD.org -COMMENT= Kerberos IV and AFS aware xdm - -USE_PKGINSTALL= yes -USE_IMAKE= yes - -.if exists(/usr/lib/libroken.a) -KRB4_INCLUDE= -I/usr/include/kerberosIV -KRB4_LIBS= -L/usr/lib -lkafs -lkrb -ldes -lkrb5 -lroken -lasn1 -lcom_err -.else -. include "../../security/kth-krb4/buildlink3.mk" -KRB4_INCLUDE= -I${BUILDLINK_PREFIX.kth-krb4}/include/kerberosIV -KRB4_LIBS= -L${BUILDLINK_PREFIX.kth-krb4}/lib -lkafs -lkrb -ldes -.endif - -MAKE_ENV+= XDM_EXAMPLEDIR="${EXAMPLEDIR}" - -XDM_CONFDIR= ${PREFIX}/lib/X11/xdm -EXAMPLEDIR= ${PREFIX}/share/examples/${PKGBASE} -CFILES= GiveConsole TakeConsole -CFILES+= Xaccess Xresources Xservers Xsession Xsetup_0 -CFILES+= xdm-config -.for FILE in ${CFILES} -CONF_FILES+= ${EXAMPLEDIR}/${FILE} ${XDM_CONFDIR}/${FILE} -.endfor - -RCD_SCRIPTS= xdm_krb4 - -post-patch: - @${SED} -e 's|@KRB4_INCLUDE@|${KRB4_INCLUDE}|g' \ - -e 's|@KRB4_LIBS@|${KRB4_LIBS}|g' \ - ${WRKSRC}/Imakefile.in > ${WRKSRC}/Imakefile - -pre-install: - ${INSTALL_DATA_DIR} ${EXAMPLEDIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/security/xdm-krb4/PLIST b/security/xdm-krb4/PLIST deleted file mode 100644 index a3dc1790e80..00000000000 --- a/security/xdm-krb4/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2004/04/23 22:07:59 reed Exp $ -bin/xdm-krb4 -${IMAKE_MAN_DIR}/xdm-krb4.${IMAKE_MANNEWSUFFIX} -share/examples/xdm-krb4/GiveConsole -share/examples/xdm-krb4/TakeConsole -share/examples/xdm-krb4/Xaccess -share/examples/xdm-krb4/Xresources -share/examples/xdm-krb4/Xservers -share/examples/xdm-krb4/Xsession -share/examples/xdm-krb4/Xsetup_0 -share/examples/xdm-krb4/xdm-config -@dirrm share/examples/xdm-krb4 diff --git a/security/xdm-krb4/distinfo b/security/xdm-krb4/distinfo deleted file mode 100644 index 8970dbc2521..00000000000 --- a/security/xdm-krb4/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 13:10:14 agc Exp $ - -SHA1 (xdm-krb4-3.3.6.3.tar.gz) = 050032632d5c6b9abae87fcf0cd5a9a89a0cff97 -RMD160 (xdm-krb4-3.3.6.3.tar.gz) = afcd35aa7bdfc3c49319f12516af907762f4f170 -Size (xdm-krb4-3.3.6.3.tar.gz) = 119208 bytes -SHA1 (patch-aa) = daa8d7e01eb4045798acf7d740630cbac763f4a0 diff --git a/security/xdm-krb4/files/xdm_krb4.sh b/security/xdm-krb4/files/xdm_krb4.sh deleted file mode 100644 index efe0ddb5fde..00000000000 --- a/security/xdm-krb4/files/xdm_krb4.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh -# -# $NetBSD: xdm_krb4.sh,v 1.1 2002/09/26 23:59:01 jlam Exp $ -# - -# PROVIDE: xdm-krb4 -# REQUIRE: DAEMON LOGIN wscons -# KEYWORD: shutdown - -if [ -f /etc/rc.subr ]; then - . /etc/rc.subr -fi - -name="xdm-krb4" -rcvar="xdm_krb4" -pidfile="/var/run/xdm.pid" -extra_commands="reload" - -if [ -x @PREFIX@/bin/${name} ]; then - command="@PREFIX@/bin/${name}" -elif [ -x @PREFIX@/bin/xdm ]; then - command="@X11BASE@/bin/xdm" -fi - -if [ -f /etc/rc.subr -a -d /etc/rc.d -a -f /etc/rc.d/DAEMON ]; then - load_rc_config $name - eval [ -z "\$${rcvar}" ] && eval ${rcvar}=NO - run_rc_command "$1" -else - echo -n ' ${name}' - ${command} ${xdm_krb4_flags} ${command_args} -fi diff --git a/security/xdm-krb4/patches/patch-aa b/security/xdm-krb4/patches/patch-aa deleted file mode 100644 index 2fd020eea43..00000000000 --- a/security/xdm-krb4/patches/patch-aa +++ /dev/null @@ -1,42 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2002/09/26 23:59:01 jlam Exp $ - ---- config/Imakefile.orig Mon Nov 23 07:41:12 1998 -+++ config/Imakefile -@@ -17,21 +17,21 @@ CppFileTarget(xdm-config,xdm-conf.cpp,-D - LinkFile(Xservers,Xservers.$(SERVERSTYPE)) - - #if InstallXdmConfig --InstallNonExecFile(xdm-config,$(XDMDIR)) --InstallNonExecFile(Xresources,$(XDMDIR)) --InstallNonExecFile(Xservers,$(XDMDIR)) --InstallNonExecFile(Xaccess,$(XDMDIR)) --InstallNamedProg(Xsession,Xsession,$(XDMDIR)) --InstallNamedProg(GiveConsole,GiveConsole,$(XDMDIR)) --InstallNamedProg(TakeConsole,TakeConsole,$(XDMDIR)) --InstallNamedProg(Xsetup_0,Xsetup_0,$(XDMDIR)) -+InstallNonExecFile(xdm-config,$(XDM_EXAMPLEDIR)) -+InstallNonExecFile(Xresources,$(XDM_EXAMPLEDIR)) -+InstallNonExecFile(Xservers,$(XDM_EXAMPLEDIR)) -+InstallNonExecFile(Xaccess,$(XDM_EXAMPLEDIR)) -+InstallNamedProg(Xsession,Xsession,$(XDM_EXAMPLEDIR)) -+InstallNamedProg(GiveConsole,GiveConsole,$(XDM_EXAMPLEDIR)) -+InstallNamedProg(TakeConsole,TakeConsole,$(XDM_EXAMPLEDIR)) -+InstallNamedProg(Xsetup_0,Xsetup_0,$(XDM_EXAMPLEDIR)) - #else --InstallNonExecFileNoClobber(xdm-config,$(XDMDIR)) --InstallNonExecFileNoClobber(Xresources,$(XDMDIR)) --InstallNonExecFileNoClobber(Xservers,$(XDMDIR)) --InstallNonExecFileNoClobber(Xaccess,$(XDMDIR)) --InstallNamedProgNoClobber(Xsession,Xsession,$(XDMDIR)) --InstallNamedProgNoClobber(GiveConsole,GiveConsole,$(XDMDIR)) --InstallNamedProgNoClobber(TakeConsole,TakeConsole,$(XDMDIR)) --InstallNamedProgNoClobber(Xsetup_0,Xsetup_0,$(XDMDIR)) -+InstallNonExecFileNoClobber(xdm-config,$(XDM_EXAMPLEDIR)) -+InstallNonExecFileNoClobber(Xresources,$(XDM_EXAMPLEDIR)) -+InstallNonExecFileNoClobber(Xservers,$(XDM_EXAMPLEDIR)) -+InstallNonExecFileNoClobber(Xaccess,$(XDM_EXAMPLEDIR)) -+InstallNamedProgNoClobber(Xsession,Xsession,$(XDM_EXAMPLEDIR)) -+InstallNamedProgNoClobber(GiveConsole,GiveConsole,$(XDM_EXAMPLEDIR)) -+InstallNamedProgNoClobber(TakeConsole,TakeConsole,$(XDM_EXAMPLEDIR)) -+InstallNamedProgNoClobber(Xsetup_0,Xsetup_0,$(XDM_EXAMPLEDIR)) - #endif |