From owner-freebsd-ruby@freebsd.org Thu Jul 30 14:57:35 2015 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E09B9AFA65 for ; Thu, 30 Jul 2015 14:57:35 +0000 (UTC) (envelope-from info@toco-domains.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1A70F1918 for ; Thu, 30 Jul 2015 14:57:35 +0000 (UTC) (envelope-from info@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id 173DB9AFA64; Thu, 30 Jul 2015 14:57:35 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15D8A9AFA63 for ; Thu, 30 Jul 2015 14:57:35 +0000 (UTC) (envelope-from info@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB4FC1917 for ; Thu, 30 Jul 2015 14:57:34 +0000 (UTC) (envelope-from info@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id A83911B22856 for ; Thu, 30 Jul 2015 16:57:25 +0200 (CEST) To: ruby@freebsd.org From: Torsten Zuehlsdorff Subject: [Gitlab] Current Status of the port Message-ID: <55BA3B55.5010000@toco-domains.de> Date: Thu, 30 Jul 2015 16:57:25 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2015 14:57:35 -0000 Hello all, after porting GitLab to support Rails 4.2 was not very successful, i've started to get Rails 4.1 back into ports. You've already seen the PRs ;) Normally i do not talk much if i'm not confident in the things i'm saying. But today i reached a point, where i would say, that only some work is left to finish the port. :) Currently there are 3 problems open on my list: - even if the git user is added to the redis group, gitlab is not able to use the redis socket. I could change the permission to 777 for the socket, but this seems very dirty to me - the executable files in bin/ need an o+x currently. I believe this could be fixed in the rc-script - the rc-script makes me unhappy. i used the one from gitlab-recipes, but its not as good as i want it. For example it do not check rc.conf for gitlab_enable="YES" You are welcome to have a look at my current work: svn checkout svn://svn.toco-domains.de/freebsd-ports/www/gitlab BUT it is not usable for you. To build the Port 40 Rails 4.1 (slave-)ports are needed. There are all finished (and need a last check), but i will convert them to PRs just after i finished the work at the Gitlab port. I've also started a documentation for the users: https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/install/installation-freebsd.md English is not my native language. Feel free to improve everything ;) Greetings, Torsten