Bind9 security upgrade

Mark Millard marklmi at yahoo.com
Sat Feb 6 18:50:31 UTC 2021


https://www.freshports.org/devel/autoconf reports that
perl is a dependency:

Build dependencies:
	• gm4 : devel/m4
	• help2man : misc/help2man
	• gmake : devel/gmake
	• makeinfo : print/texinfo
	• perl5>=5.28.r1<5.29 : lang/perl5.28
Runtime dependencies:
	• gm4 : devel/m4
	• autoconf-wrapper : devel/autoconf-wrapper
	• perl5>=5.28.r1<5.29 : lang/perl5.28
	• indexinfo : print/indexinfo

The Makefile has as shown by:

# grep perl /usr/ports/devel/autoconf/Makefile
USES=           gmake makeinfo perl5 tar:xz

This suggests that your system may be messed up
by having some indication that some lang/perl5.*
is installed, despite things being missing. That
would be consistent with your report of:

/usr/local/lib/perl5/5.30/perl/man/man1/perl.1.gz

existing. /usr/ports/UPDATING reports:

20200803:
  AFFECTS: users of lang/perl5*
  AUTHOR: mat at FreeBSD.org

  The default Perl version has been switched to Perl 5.32.  If you are using
  binary packages to upgrade your system, you do not have anything to do, pkg
  upgrade will do the right thing.  For the other people, follow the
  instructions in entry 20161103, it should still be the same.



What does:

pkg info perl5

report?

You may need to cause a delete of messed up material
and then a reinstall if that command reports that
perl5 is installed.


An example output for reference:

# pkg info perl5
perl5-5.32.0_1
Name           : perl5
Version        : 5.32.0_1
Installed on   : Sat Jan 30 01:49:54 2021 PST
Origin         : lang/perl5.32
Architecture   : FreeBSD:14:aarch64
Prefix         : /usr/local
Categories     : devel perl5 lang
Licenses       : GPLv1+, ART10
Maintainer     : mat at FreeBSD.org
WWW            : https://www.perl.org/
Comment        : Practical Extraction and Report Language
Options        :
        DEBUG          : off
        DOT_INC        : off
        GDBM           : off
        MULTIPLICITY   : on
        PERL_64BITINT  : on
        PERL_MALLOC    : off
        SITECUSTOMIZE  : off
        THREADS        : on
Shared Libs provided:
        libperl.so.5.32
Annotations    :
        FreeBSD_version: 1400002
        cpe            : cpe:2.3:a:perl:perl:5.32.0:::::freebsd14:aarch64:1
        repo_type      : binary
        repository     : custom
Flat size      : 71.6MiB
Description    :
Perl is a language that combines some of the features of C, sed, awk and
shell.  See the manual page for more hype.  There are also many books
published by O'Reilly & Assoc.  See pod/perlbook.pod for more
information.

WWW: https://www.perl.org/


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the freebsd-ports mailing list