Created attachment 175235 [details] Fixed problem that the webserver Thin could not be started Compile redmine with WWWSERVER Thin. Try to start it with service redmine start. You will get an error message that ruby22 is not found. This is because the script uses "#!/bin/env ruby22" but /usr/local/bin is not in path. Apply the attached patch to fix the problem.
+1 for this problem. This patch fix it (tested on F12-current) AFAIK, better to use: %%PREFIX%% instead of hard coded '/usr/local'
Created attachment 176100 [details] Fixed problem that the webserver Thin could not be started
Thanks for this tip, modified patch to fix this.
A commit references this bug: Author: swills Date: Tue Jan 3 05:32:38 UTC 2017 New revision: 430440 URL: https://svnweb.freebsd.org/changeset/ports/430440 Log: www/redmine: fix startup when using thing PR: 213051 Submitted by: Matthias Fechner <idefix@fechner.net> Changes: head/www/redmine/Makefile head/www/redmine/files/redmine.in
Committed, thanks, sorry for the delay!
A commit references this bug: Author: swills Date: Tue Jan 3 18:25:45 UTC 2017 New revision: 430493 URL: https://svnweb.freebsd.org/changeset/ports/430493 Log: MFH multiple fixes to get redmine working MFH: r430437 r430439 r430440 mail/rubygem-roadie: fix with newer nokogiri www/redmine: fix with newer gems Fix with newer ldap and mysql. PR: 213127 www/redmine: fix startup when using thing PR: 213051 Submitted by: Matthias Fechner <idefix@fechner.net> Changes: _U branches/2017Q1/ branches/2017Q1/mail/rubygem-roadie/Makefile branches/2017Q1/mail/rubygem-roadie/files/ branches/2017Q1/www/redmine/Makefile branches/2017Q1/www/redmine/files/mysql.rb branches/2017Q1/www/redmine/files/patch-Gemfile branches/2017Q1/www/redmine/files/redmine.in