diff options
author | jmz <jmz@FreeBSD.org> | 1998-07-28 06:30:57 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1998-07-28 06:30:57 +0800 |
commit | 9af0132d19608eec67cd826fb9ea321710310a1e (patch) | |
tree | 7c57d9ee8ae120c3f37ce095e5e4c8a61b8eaa21 /x11 | |
parent | d33f3e5e58c4487f0c81331d64a4d7d6eef01814 (diff) | |
download | freebsd-ports-gnome-9af0132d19608eec67cd826fb9ea321710310a1e.tar.gz freebsd-ports-gnome-9af0132d19608eec67cd826fb9ea321710310a1e.tar.zst freebsd-ports-gnome-9af0132d19608eec67cd826fb9ea321710310a1e.zip |
Don't propose to build with secure RPC on 2.x systems - this is a FreeBSD-3.x
feature.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/scripts/configure | 5 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/scripts/configure | 5 | ||||
-rw-r--r-- | x11/XFree86-4/scripts/configure | 5 | ||||
-rw-r--r-- | x11/XFree86/scripts/configure | 5 |
4 files changed, 12 insertions, 8 deletions
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 |