Date: Sat, 13 Aug 2016 10:45:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211807] www/drush: 6.5.0 -> 8.1.3 Message-ID: <bug-211807-13-y66Iwoj38p@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211807-13@https.bugs.freebsd.org/bugzilla/> References: <bug-211807-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211807 idefix@fechner.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |idefix@fechner.net --- Comment #1 from idefix@fechner.net --- I tested your patch and it compiles fine. But it seems to have missing dependencies. If you install it and simply run it with: drush --version you get: Unable to load autoload.php. Run composer install to fetch dependencies and write this file (http://docs.drush.org/en/master/install-alternative/). Or = if you prefer, use the drush.phar which already has depdencies included (http://docs.drush.org/en/master/install). I think it will be better to use drush.phar (https://github.com/drush-ops/drush/releases/download/8.1.3/drush.phar) and store it as drush in /usr/local/bin. Just did it manually: wget "https://github.com/drush-ops/drush/releases/download/8.1.3/drush.phar" chmod +x drush.phar ./drush.phar --version Drush Version : 8.1.3 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211807-13-y66Iwoj38p>