diff options
author | tobez <tobez@FreeBSD.org> | 2001-12-20 01:05:05 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-12-20 01:05:05 +0800 |
commit | 61a01042c97a9e12395089eba07a7850fc4597e1 (patch) | |
tree | 167fa02a68276e52c3e73969ff0b746f0b1068c2 /lang/perl5/pkg-descr | |
parent | 5e90804273b510ae1e97b2a564b62ab72989abac (diff) | |
download | freebsd-ports-gnome-61a01042c97a9e12395089eba07a7850fc4597e1.tar.gz freebsd-ports-gnome-61a01042c97a9e12395089eba07a7850fc4597e1.tar.zst freebsd-ports-gnome-61a01042c97a9e12395089eba07a7850fc4597e1.zip |
Unforbid the port for the use of general FreeBSD public.
Compile perl with BSDPAN support, both -current and -stable. The
version of BSDPAN used here coincides accidentally with the one present
in the -current system perl, but is installed in a different place.
Provide a script, use.perl, to facilitate switching of the perl used by
default between the system perl and this port. Also print a message
describing the usage of use.perl (this works for the port and for the
package built from it). The switching to the port version is done by
removing /usr/bin/perl and /usr/bin/suidperl (they both have link count
>1, so this is reversible), and making them to be symlinks to the
corresponding binaries in $PREFIX/bin. Also, assignments of the correct
values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to
/etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that
the changes made will survive system upgrades from source. The
switching to the system version is more or less a reverse of the process
described above.
Set and use PERL_ARCH which is independed from the one used by the
system perl.
Fix the port for post-malloc.h -current.
Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should
have been used instead).
Reviewed by: markm, joe
Diffstat (limited to 'lang/perl5/pkg-descr')
-rw-r--r-- | lang/perl5/pkg-descr | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/perl5/pkg-descr b/lang/perl5/pkg-descr index 8741d148a278..8493844a09da 100644 --- a/lang/perl5/pkg-descr +++ b/lang/perl5/pkg-descr @@ -3,10 +3,4 @@ awk and shell. See the manual page for more hype. There are also many published by O'Reilly & Assoc. See pod/perlbook.pod for more information. --- - -This port is marked FORBIDDEN as it conflics badly with the Perl5 -that is in the 'base' system. Sysadmins and users who know how to -override this may do so, and must accept the risk of doing so. - - MarkM |