On 20/10/18 21:43, Carmel NY wrote: > On Sat, 20 Oct 2018 19:31:52 +0100, Matthew Seaman stated: > >> On 20/10/2018 16:28, Lorenzo Salvadore via freebsd-ports wrote: >>>> I just updated my ports tree and then proceeded to run: "pkg version -vL=" >>>> which produced this: >>>> >>>> suphp-0.7.2_2 ? orphaned: www/suphp >>>> >>>> There is nothing about this in either the UPDATING or MOVED files. Has >>>> this port actually been removed and if so, why? >>> >>> I have it in my port tree, which I just updated. >> >> The port has been flavourized, so the name has changed. It's now >> something like >> >> suphp-php71-0.7.2_2 >> >> (depending on what version of PHP you have installed). >> >> If you just re-install the port, pkg(8) will sort everything out for you. >> >> Cheers, >> >> Matthew > > I have this in my /etc/make.conf file: > DEFAULT_VERSIONS+=php=7.2 > > I have the same listing in my "/usr/local/poudriere/make.conf" and > "/usr/local/etc/poudriere.d/make.conf" files. Never-the-less, when I used > poudriere to build the www/suphp port, it insisted on installing php56 and > deleting php72 as well as www/suphp. I had to reinstall php72 and then build > build the www/suphp port manually, which also rebuilt the dependencies > removed by poudriere. Why is poudriere ignoring the directives in the various > make.conf files? >
List it in poudriere as www/suphp@php72. the part after the @ is the flavor, otherwise the default flavor is built. Although it should work with your DEFAULT_VERSIONS setup being pedantic is safer. -- Guido Falsi <m...@madpilot.net> _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"