summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-11-27 17:46:26 +0000
committerobrien <obrien@FreeBSD.org>2002-11-27 17:46:26 +0000
commit580898be412559d648c0454fd631ca1bc63562a5 (patch)
tree9927edca799ea69f91631e6e61104cdf1a241938 /share
parent4100ca60e349cbed2d5c8eaff9451ec65dcdb2e8 (diff)
downloadFreeBSD-src-580898be412559d648c0454fd631ca1bc63562a5.zip
FreeBSD-src-580898be412559d648c0454fd631ca1bc63562a5.tar.gz
As warned on freebsd-current@, remove the perl wrapper from /usr/src.
The /usr/bin/perl wrapper isn't solving many of the problems it was imported to deal with. There are limitations to it that don't have a clear "fix". Reviewed by: markm, kris Extorted approval from: re(jhb)
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf1
-rw-r--r--share/man/man5/make.conf.55
2 files changed, 0 insertions, 6 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index a0d269e..1cfcfd9 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -113,7 +113,6 @@
#NO_OBJC= true # do not build Objective C support
#NO_OPENSSH= true # do not build OpenSSH
#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
-#NO_PERL_WRAPPER= true # do not build the wrapper in /usr/bin/perl
#NO_SENDMAIL= true # do not build sendmail and related programs
#NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs
#NO_TCSH= true # do not build and install /bin/csh (which is tcsh)
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 6b56e1f..214be35 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -486,11 +486,6 @@ Set to not build OpenSSH.
.Pq Vt bool
Set to not build OpenSSL (implies
.Va NO_OPENSSH ) .
-.It Va NO_PERL_WRAPPER
-.Pq Vt bool
-Set to not build the perl wrapper which would otherwise
-be installed as
-.Pa /usr/bin/perl .
.It Va NO_SENDMAIL
.Pq Vt bool
Set to not build
OpenPOWER on IntegriCloud