From owner-freebsd-ruby@freebsd.org Fri Jul 31 14:40:02 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 9F3C19AF15C for ; Fri, 31 Jul 2015 14:40:02 +0000 (UTC) (envelope-from swills@mouf.net) 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 7F841190D for ; Fri, 31 Jul 2015 14:40:02 +0000 (UTC) (envelope-from swills@mouf.net) Received: by mailman.ysv.freebsd.org (Postfix) id 7E39C9AF15B; Fri, 31 Jul 2015 14:40:02 +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 6569C9AF15A for ; Fri, 31 Jul 2015 14:40:02 +0000 (UTC) (envelope-from swills@mouf.net) 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 38748190C for ; Fri, 31 Jul 2015 14:40:02 +0000 (UTC) (envelope-from swills@mouf.net) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.9/8.14.9) with ESMTP id t6VEdam0050704 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 31 Jul 2015 14:39:41 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.9/8.14.9/Submit) id t6VEdaKB050703; Fri, 31 Jul 2015 14:39:36 GMT (envelope-from swills) Date: Fri, 31 Jul 2015 14:39:36 +0000 From: Steve Wills To: Torsten Zuehlsdorff Cc: ruby@freebsd.org Subject: Re: [Gitlab] Current Status of the port Message-ID: <20150731143935.GC49801@mouf.net> References: <55BA3B55.5010000@toco-domains.de> <20150730152241.GC82229@mouf.net> <55BA4532.40107@toco-domains.de> <20150731135045.GA49801@mouf.net> <55BB8272.3060900@toco-domains.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FsscpQKzF/jJk6ya" Content-Disposition: inline In-Reply-To: <55BB8272.3060900@toco-domains.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Fri, 31 Jul 2015 14:39:41 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=HEADER_FROM_DIFFERENT_DOMAINS 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: Fri, 31 Jul 2015 14:40:02 -0000 --FsscpQKzF/jJk6ya Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Jul 31, 2015 at 04:13:06PM +0200, Torsten Zuehlsdorff wrote: >=20 > You was a little bit faster than me. Today i compiled a number of=20 > changes needed to get GitLab build. I've found some minor problems and=20 > fixed them too. >=20 > You need 3 steps to get the ports-tree in the correct shape: >=20 > 1. apply the attachment gitlab-portstree-patch.diff to /usr/ports/ > 2. save the attachment gitlab-with-dependencies.shar in /usr/ports/ and= =20 > extract it Awesome, thanks. The shar seems to include both the diff an older version of the same shar. No worries tho. Glad it doesn't include the Makefile~ files = that the shars in bugzilla have. :) > 3. get the most actual GitLab copy from=20 > svn://svn.toco-domains.de/freebsd-ports/www/gitlab Seems identical to the one in the shar, as far as I can tell. > Now you should be able to build GitLab. :) Almost. Seems a patch to update devel/rubygem-gitlab_git to 7.2.5 (or newer= ?) is missing, maybe others: =3D=3D=3D> gitlab-v7.13.2 depends on file: rubygem-gitlab_git-rails41>=3D= 7.2.5 - not found =20 > Please make sure, that there is no older or newer version of Rails is=20 > installed. I removed every Rubygem before testing to avoid conflicts. >=20 > To setup GitLab follow the quide: > https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/install/install= ation-freebsd.md >=20 > I've created a basic working configuration for default. You just should= =20 > change the "host" in config/gitlab.yml, if you want to use something=20 > other than "localhost". The rest should work. But please test carefully,= =20 > i've done many changes in the last months. >=20 > The part to setup the nginx vhost is currently missing. If you're=20 > familar with the setup, there will be no big problems. I did not see the= =20 > default configuration for a long time; therefore i need to figure it out= =20 > to adjust the guide. -.- Ok, I was planning to build packages in poudriere and install those in a new empty jail and use my existing proxy to proxy things to it. > Yes. I run portlint on everything attached, but it throws 3 errors for=20 > every slave-port. If i fix there errors, the ports don't work. Here i=20 > need you're feedback what to do. Need details on this. Steve --FsscpQKzF/jJk6ya Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVu4ilXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5OEZBNDE0QTVDMkEwRUY5Q0ZEMEFEMERG NUNGNjJCMzIwN0IxQkExAAoJEPXPYrMgexuh0mAH/2Z0L6DAxWN7pZusvw44zxns XpMPNXnChLRsLPYFQvDEA9H+b3hMjW8RbtylCCD5Dw+8z2DPvm3qfEKFAt4NJ7At BOXSygGGXLvrDaOHfbKKhw46c6xH8FdMPv5rG8EUSJn/mndDWO98D/Qp5B7ZZ8VL hTl0h1kHHKkJFti4YB4C7jzrxDRAxjbTEzZCxbSh7QRBOjwprPacX1Mwse1zs/to Vg/2NnW8brYsGsMFp5mw79zH6U7wgXN/2/2euHoUDDXlkmRgGrphb7NRKthpeH6P e6EGIezJGSwZDYHkvCkyesWbWoEllLEzr5RVEG5wMK8X6PNu+8MMbybywOkCCB8= =Q8VQ -----END PGP SIGNATURE----- --FsscpQKzF/jJk6ya--