Re: enforcing php56 in a poudriere build

2019-03-12 Thread tech-lists

On Mon, Mar 11, 2019 at 10:51:52AM +, tech-lists wrote:

just in case anyone gets stuck[1] like I did, the easiest thing was to keep
two ports trees, the default (current) one, build everything the servers
need that isn't php in there, then have the other tree at r488745 and
not update it.

[1] rather than updating one tree. doh!
--
J.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


enforcing php56 in a poudriere build

2019-03-11 Thread tech-lists

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.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: php56

2019-01-14 Thread tech-lists

On Mon, Jan 14, 2019 at 02:28:00AM +0900, Yasuhiro KIMURA wrote:

From: tech-lists 
Subject: php56
Date: Sun, 13 Jan 2019 12:29:36 +


Is there a way of installing php56 and php56-extensions from ports or
packages now?

I know it's EoL, but need it because I need to support a (non-ports)
program for the time being and said program will not work under php7*

context is 11-stable/amd64

thanks,


svn checkout -r 488893 /usr/ports


Thanks very much for this. Although as posted it didn't work, it gave me
enough of a clue to fix my problem. For the benefit of anyone else with
a similar problem, what fixed it for me was

svnlite co https://svn.freebsd.org/ports/head -r 488749 /usr/ports

488893 got php56 but not php56-extensions. So I searched in the deleted
section on https://dev.freshports.org for php56-extensions, the entry
gave the last svn number which was less (488749) and this got everything 
php56 I required.

--
J.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: php56

2019-01-14 Thread Gregory Byshenk
On Sun, Jan 13, 2019 at 08:39:12PM -0500, Charles Sprickman via freebsd-stable 
wrote:
> > On Jan 13, 2019, at 3:19 PM, Randy Bush  wrote:
> > 
> >> I have a mission critical app server running an old PHP 5.6
> >> application which will not work on PHP 7+.
> > 
> > wordpress 5.x and nfsen are dying on the php 7.x hill here
> 
> WordPress folks highly encourage 7.x, is this something FreeBSD-specific?

WordPress with PHP7 does not seem to be a problem.

About a week ago I installed a new Wordpress instance 
(wordpress-5.0.2,1) with php7 (php71-7.1.25) under
FreeBSD12-RELEASE, and it seems to work perfectly.

-- 
gregory byshenk  -  gbysh...@byshenk.net  -  Leiden, NL
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: php56

2019-01-13 Thread Charles Sprickman via freebsd-stable


> On Jan 13, 2019, at 3:19 PM, Randy Bush  wrote:
> 
>> I have a mission critical app server running an old PHP 5.6
>> application which will not work on PHP 7+.
> 
> wordpress 5.x and nfsen are dying on the php 7.x hill here

WordPress folks highly encourage 7.x, is this something FreeBSD-specific?

https://wordpress.org/about/requirements/ 


Charles

> 
> randy
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: php56

2019-01-13 Thread Randy Bush
> I have a mission critical app server running an old PHP 5.6
> application which will not work on PHP 7+.

wordpress 5.x and nfsen are dying on the php 7.x hill here

randy
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: php56

2019-01-13 Thread Mark Linimon
AFAIK you can either:

 - use packages and revert to 2018Q4; or
 - re-add the sources locally and compile them from source.

IIUC those are your only two options.

mcl
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: php56

2019-01-13 Thread Yasuhiro KIMURA
From: tech-lists 
Subject: php56
Date: Sun, 13 Jan 2019 12:29:36 +

> Is there a way of installing php56 and php56-extensions from ports or
> packages now?
> 
> I know it's EoL, but need it because I need to support a (non-ports)
> program for the time being and said program will not work under php7*
> 
> context is 11-stable/amd64
> 
> thanks,

svn checkout -r 488893 /usr/ports

---
Yasuhiro KIMURA
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: php56

2019-01-13 Thread Rainer Duffner



> Am 13.01.2019 um 18:10 schrieb Daniel Duerr :
> 
> +1 on this request.  I have a mission critical app server running an old PHP 
> 5.6 application which will not work on PHP 7+.  The system is effectively 
> unmaintainable right now in terms of pkg/ports updates.



The quarterly cut (2019Q1) still contains php 5.6

It was deleted form the ports-tree hours later.





___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: php56

2019-01-13 Thread Dutch Daemon - FreeBSD Forums Administrator
On 13-1-2019 13:29, tech-lists wrote:
> Is there a way of installing php56 and php56-extensions from ports or
> packages now?
>
> I know it's EoL, but need it because I need to support a (non-ports)
> program for the time being and said program will not work under php7*

This should provide some pointers:
https://forums.freebsd.org/threads/install-older-php-version.56612/




signature.asc
Description: OpenPGP digital signature


Re: php56

2019-01-13 Thread Daniel Duerr
+1 on this request.  I have a mission critical app server running an old PHP 
5.6 application which will not work on PHP 7+.  The system is effectively 
unmaintainable right now in terms of pkg/ports updates.

Best,
Daniel

> On Jan 13, 2019, at 4:29 AM, tech-lists  wrote:
> 
> Hi,
> 
> Is there a way of installing php56 and php56-extensions from ports or
> packages now?
> 
> I know it's EoL, but need it because I need to support a (non-ports)
> program for the time being and said program will not work under php7*
> 
> context is 11-stable/amd64
> 
> thanks,
> -- 
> J.
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


php56

2019-01-13 Thread tech-lists

Hi,

Is there a way of installing php56 and php56-extensions from ports or
packages now?

I know it's EoL, but need it because I need to support a (non-ports)
program for the time being and said program will not work under php7*

context is 11-stable/amd64

thanks,
--
J.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"