aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1998-07-28 06:30:57 +0800
committerJean-Marc Zucconi <jmz@FreeBSD.org>1998-07-28 06:30:57 +0800
commitd21e433e168d5aae7162760307f7e37a116731c9 (patch)
tree8edf6c6e28c59fe6fa79f66d87b8af7117f28012 /x11
parentfb14c502037292f5d17fec68a88006a615f6f566 (diff)
downloadfreebsd-ports-gnome-d21e433e168d5aae7162760307f7e37a116731c9.tar.gz
freebsd-ports-gnome-d21e433e168d5aae7162760307f7e37a116731c9.tar.zst
freebsd-ports-gnome-d21e433e168d5aae7162760307f7e37a116731c9.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/configure5
-rw-r--r--x11/XFree86-4-libraries/scripts/configure5
-rw-r--r--x11/XFree86-4/scripts/configure5
-rw-r--r--x11/XFree86/scripts/configure5
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