remove krb4 hints which point to nothing now

This commit is contained in:
jolan 2003-06-28 22:14:45 +00:00
parent 0f4c2b6bb9
commit b2366365c2
4 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2003/05/13 22:53:58 sturm Exp $ # $OpenBSD: Makefile,v 1.22 2003/06/28 22:14:45 jolan Exp $
COMMENT= "new MH mail handling program" COMMENT= "new MH mail handling program"
@ -15,7 +15,6 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest old CONFIGURE_STYLE= gnu dest old
CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \ CONFIGURE_ARGS= --libdir='$${exec_prefix}/libexec' \
--with-krb4=/usr \
--enable-nmh-pop \ --enable-nmh-pop \
--sysconfdir='$${${DESTDIRNAME}}${PREFIX}/lib/nmh' --sysconfdir='$${${DESTDIRNAME}}${PREFIX}/lib/nmh'

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2003/05/12 18:02:45 sturm Exp $ # $OpenBSD: Makefile,v 1.19 2003/06/28 22:14:45 jolan Exp $
COMMENT= "SMB and CIFS client and server for UNIX" COMMENT= "SMB and CIFS client and server for UNIX"
@ -58,7 +58,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
# Warning: these aditional options have not been tested. # Warning: these aditional options have not been tested.
#CONFIGURE_ARGS+= --with-afs #CONFIGURE_ARGS+= --with-afs
#CONFIGURE_ARGS+= --with-dfs #CONFIGURE_ARGS+= --with-dfs
#CONFIGURE_ARGS+= --with-krb4=/etc/kerberosIV
#CONFIGURE_ARGS+= --with-krb5=base-dir #CONFIGURE_ARGS+= --with-krb5=base-dir
NO_REGRESS= Yes NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2002/10/04 08:45:32 jakob Exp $ # $OpenBSD: Makefile,v 1.22 2003/06/28 22:14:45 jolan Exp $
COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)" COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)"
@ -25,7 +25,6 @@ CONFIGURE_ENV+= LDFLAGS='${LDFLAGS}'
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static \ CONFIGURE_ARGS+= --enable-static \
--enable-login \ --enable-login \
--enable-krb4="/usr" \
--enable-gssapi="/usr" \ --enable-gssapi="/usr" \
--includedir="${PREFIX}/include/sasl" \ --includedir="${PREFIX}/include/sasl" \
--with-pwcheck="/var/pwcheck" --with-pwcheck="/var/pwcheck"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2003/06/26 18:20:20 jakob Exp $ # $OpenBSD: Makefile,v 1.9 2003/06/28 22:14:45 jolan Exp $
COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)" COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)"
@ -32,7 +32,6 @@ CONFIGURE_ARGS+= --with-saslauthd="/var/sasl2" \
--without-bdb-libdir \ --without-bdb-libdir \
--without-bdb-incdir \ --without-bdb-incdir \
--enable-login \ --enable-login \
--enable-krb4="/usr" \
--enable-gssapi="/usr" \ --enable-gssapi="/usr" \
--disable-sample --disable-sample
CFLAGS+= -I/usr/include/kerberosV CFLAGS+= -I/usr/include/kerberosV