[MacPorts] #67966: MacPorts installs a stub instead of PHP 8.2
MacPorts
noreply at macports.org
Wed Aug 16 01:50:25 UTC 2023
#67966: MacPorts installs a stub instead of PHP 8.2
-----------------------+------------------------
Reporter: hurgrave | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: php |
-----------------------+------------------------
Changes (by ryandesign):
* owner: (none) => ryandesign
* status: new => assigned
Old description:
> sudo port install php results in a
> sudo port install php
> ---> Computing dependencies for php
> ---> Fetching archive for php
> ---> Attempting to fetch php-8.2_0.any_any.noarch.tbz2 from
> http://packages.macports.org/php
> ---> Attempting to fetch php-8.2_0.any_any.noarch.tbz2.rmd160 from
> http://packages.macports.org/php
> ---> Installing php @8.2_0
> ---> Activating php @8.2_0
> ---> Cleaning php
> ---> Scanning binaries for linking errors
> ---> No broken files found.
> ---> No broken ports found.
> When checked it is
> port contents php
> Port php contains:
> /opt/local/share/doc/php/README
> Which is
> head /opt/local/share/doc/php/README
> php is a stub port
New description:
`sudo port install php` results in a
{{{
sudo port install php
---> Computing dependencies for php
---> Fetching archive for php
---> Attempting to fetch php-8.2_0.any_any.noarch.tbz2 from
http://packages.macports.org/php
---> Attempting to fetch php-8.2_0.any_any.noarch.tbz2.rmd160 from
http://packages.macports.org/php
---> Installing php @8.2_0
---> Activating php @8.2_0
---> Cleaning php
---> Scanning binaries for linking errors
---> No broken files found.
---> No broken ports found.
}}}
When checked it is
{{{
port contents php
Port php contains:
/opt/local/share/doc/php/README
}}}
Which is
{{{
head /opt/local/share/doc/php/README
php is a stub port
}}}
--
Comment:
That's correct. The php port is a stub port which depends on whichever
actual php port is the latest stable one. Currently that's php82, which
you can see from `port deps php`. You can use `port contents php82` to see
what it installed.
--
Ticket URL: <https://trac.macports.org/ticket/67966#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list