I want to install a reliable ImageMagick, and I have 2 options
1. I have an old AMI FreeBSD 9.2 with ImageMagick 6.8.9 installed( in EC2 ). It is with Node.js 0.10, but now Node.js is 4.8.6, so I start
However,
`portmaster -L`
I got
2. Install a new FreeBSD 11.0 or FreeBSD 11.1, and ImagickMagick 7.0.9 or ImageMagick 6.9.9 installed, and Node.js 4.8.6 installed ( On EC2 too ).
However, I've found the new installed ImageMagick is buggy. At least, for some needed graphic manipulations of psd, png, jpg, it is buggy. The old box FreeBSD 9.2 is more reliable than it.
But I have no way to downgrade. the ports-mgmt/portdowngrade seems doesn't work anymore, I cannot downgrade ImageMagick to 6.8.9.
===============
So, the question is
1. How can I install Node.js 4 on FreeBSD 9.2 after portsnape fetch update.
or
2. How can I downgrade ImageMagick to 6.8.9 on latest FreeBSD ?
Thank you very much for any help, or suggestion
1. I have an old AMI FreeBSD 9.2 with ImageMagick 6.8.9 installed( in EC2 ). It is with Node.js 0.10, but now Node.js is 4.8.6, so I start
portsnap fetch update
. However,
`portmaster -L`
I got
Code:
```
===>>> Root ports (No dependencies, not depended on)
===>>> ap22-mod_fastcgi-2.4.7
"/usr/ports/Mk/bsd.port.mk", line 1045: Unknown directive
Unknown modifier 't'
Variable .CURDIR is recursive.
===>>> Is /usr/ports/www/mod_fastcgi/Makefile missing?
===>>> Aborting update
```
However, I've found the new installed ImageMagick is buggy. At least, for some needed graphic manipulations of psd, png, jpg, it is buggy. The old box FreeBSD 9.2 is more reliable than it.
But I have no way to downgrade. the ports-mgmt/portdowngrade seems doesn't work anymore, I cannot downgrade ImageMagick to 6.8.9.
===============
So, the question is
1. How can I install Node.js 4 on FreeBSD 9.2 after portsnape fetch update.
or
2. How can I downgrade ImageMagick to 6.8.9 on latest FreeBSD ?
Thank you very much for any help, or suggestion