From d21e433e168d5aae7162760307f7e37a116731c9 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Mon, 27 Jul 1998 22:30:57 +0000 Subject: Don't propose to build with secure RPC on 2.x systems - this is a FreeBSD-3.x feature. --- x11/XFree86-4-clients/scripts/configure | 5 +++-- x11/XFree86-4-libraries/scripts/configure | 5 +++-- x11/XFree86-4/scripts/configure | 5 +++-- x11/XFree86/scripts/configure | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) (limited to 'x11') diff --git a/x11/XFree86-4-clients/scripts/configure b/x11/XFree86-4-clients/scripts/configure index f2e61f73a8d9..8be93543648e 100644 --- a/x11/XFree86-4-clients/scripts/configure +++ b/x11/XFree86-4-clients/scripts/configure @@ -172,9 +172,10 @@ if [ $answ = YES ]; then echo "#define ForceNormalLib YES" >> $F fi +if [ ! `uname -r|grep ^2` ]; then cat <<'END' - FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !! + FreeBSD-3.x has support for Secure RPC. While this scheme is not used for general purpose encryption, some countries restrict the use of strong cryptography. @@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] " if [ $answ = YES ]; then echo "#define HasSecureRPC YES" >> $F fi - +fi cat <<'END' MIT supplies an authentication mechanism that relies upon DES, this is diff --git a/x11/XFree86-4-libraries/scripts/configure b/x11/XFree86-4-libraries/scripts/configure index f2e61f73a8d9..8be93543648e 100644 --- a/x11/XFree86-4-libraries/scripts/configure +++ b/x11/XFree86-4-libraries/scripts/configure @@ -172,9 +172,10 @@ if [ $answ = YES ]; then echo "#define ForceNormalLib YES" >> $F fi +if [ ! `uname -r|grep ^2` ]; then cat <<'END' - FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !! + FreeBSD-3.x has support for Secure RPC. While this scheme is not used for general purpose encryption, some countries restrict the use of strong cryptography. @@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] " if [ $answ = YES ]; then echo "#define HasSecureRPC YES" >> $F fi - +fi cat <<'END' MIT supplies an authentication mechanism that relies upon DES, this is diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure index f2e61f73a8d9..8be93543648e 100644 --- a/x11/XFree86-4/scripts/configure +++ b/x11/XFree86-4/scripts/configure @@ -172,9 +172,10 @@ if [ $answ = YES ]; then echo "#define ForceNormalLib YES" >> $F fi +if [ ! `uname -r|grep ^2` ]; then cat <<'END' - FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !! + FreeBSD-3.x has support for Secure RPC. While this scheme is not used for general purpose encryption, some countries restrict the use of strong cryptography. @@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] " if [ $answ = YES ]; then echo "#define HasSecureRPC YES" >> $F fi - +fi cat <<'END' MIT supplies an authentication mechanism that relies upon DES, this is diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index f2e61f73a8d9..8be93543648e 100644 --- a/x11/XFree86/scripts/configure +++ b/x11/XFree86/scripts/configure @@ -172,9 +172,10 @@ if [ $answ = YES ]; then echo "#define ForceNormalLib YES" >> $F fi +if [ ! `uname -r|grep ^2` ]; then cat <<'END' - FreeBSD-3.x has support for Secure RPC. DO NOT ENABLE THIS ON FreeBSD-2.* !! + FreeBSD-3.x has support for Secure RPC. While this scheme is not used for general purpose encryption, some countries restrict the use of strong cryptography. @@ -184,7 +185,7 @@ yesno "Build with Secure RPC? [YES] " if [ $answ = YES ]; then echo "#define HasSecureRPC YES" >> $F fi - +fi cat <<'END' MIT supplies an authentication mechanism that relies upon DES, this is -- cgit v1.2.3