From owner-freebsd-ruby@freebsd.org Mon Aug 3 21:59:05 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 F0E999B2269 for ; Mon, 3 Aug 2015 21:59:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) 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 D1FF6111A for ; Mon, 3 Aug 2015 21:59:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id CED919B2265; Mon, 3 Aug 2015 21:59:05 +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 CE61A9B2264 for ; Mon, 3 Aug 2015 21:59:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 90E761119 for ; Mon, 3 Aug 2015 21:59:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from [10.0.1.84] (cpe-071-065-239-148.nc.res.rr.com [71.65.239.148] (may be forged)) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id t73LwVvD029888 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 3 Aug 2015 21:58:37 GMT (envelope-from swills@FreeBSD.org) Subject: Re: [Gitlab] Current Status of the port To: Torsten Zuehlsdorff References: <55BA4532.40107@toco-domains.de> <20150731135045.GA49801@mouf.net> <55BB8272.3060900@toco-domains.de> <20150731143935.GC49801@mouf.net> <55BB8B17.7050509@toco-domains.de> <55BCDCE3.1090608@FreeBSD.org> <55BCF71F.2090407@FreeBSD.org> <55BF31B8.90108@toco-domains.de> <55BF468E.7090909@FreeBSD.org> <55BF5438.1040501@toco-domains.de> <20150803142808.GB23813@mouf.net> <55BF89AF.8030102@toco-domains.de> Cc: ruby@freebsd.org From: Steve Wills Message-ID: <55BFE407.8090608@FreeBSD.org> Date: Mon, 3 Aug 2015 17:58:31 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55BF89AF.8030102@toco-domains.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 03 Aug 2015 21:58:38 +0000 (UTC) X-Spam-Status: No, score=-1.0 required=4.5 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.98.7 at mouf.net X-Virus-Status: Clean 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: Mon, 03 Aug 2015 21:59:06 -0000 On 08/03/2015 11:33, Torsten Zuehlsdorff wrote: > > Okay. I removed the mysql option. But its just a revert to get it back, > if you want. > > I also reworked all the slave-ports and created a new patch. After > unpacking the attached .shar file apply the contained patch gitlab.diff > to /usr/ports. > > Than get the newest version from > svn://svn.toco-domains.de/freebsd-ports/www/gitlab and have fun! :) > > The bitbucket related problem should also be fixed with this patch! Seems better now. Before I wasn't able to create a project. Now I can do that, but I still hit this error when trying to view the project once I add a README.md to it: ActionView::Template::Error (uninitialized constant Gitlab::Markdown::AutolinkFilter::Rinku): Any ideas? Also, in the gitlab port, instead of setting DISTVERSION, do this: PORTVERSION= 7.13.2 DISTVERSIONPREFIX= v Thanks, Steve