Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2019 10:51:52 +0000
From:      tech-lists <tech-lists@zyxst.net>
To:        freebsd-stable@freebsd.org
Cc:        freebsd-questions@freebsd.org
Subject:   enforcing php56 in a poudriere build
Message-ID:  <20190311105149.GA99810@rpi3.zyxst.net>

next in thread | raw e-mail | index | archive | help
Hi,

[context is building ports with poudriere. I need to keep these ports to
maintain a legacy platform]

The 'default' for php is now 72. It was 71 and before that, 56.
How does one configure the 'default'. I can do it via make.conf
like this:

DEFAULT_VERSIONS+= php=5.6 php=56

and update my ports tree to 488740

but if I do this, I'll still get this error in poudriere logs for
phpmyadmin:

[00:00:03] Warning: (databases/phpmyadmin): Error: databases/phpmyadmin
depends on nonexistent origin 'textproc/php72-xml' (moved to ); Please
contact maintainer of the port to fix this.

How can I fix this?

thanks,
-- 
J.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190311105149.GA99810>