From owner-freebsd-ports@freebsd.org Wed Apr 7 15:12:08 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 60F595B9E46 for ; Wed, 7 Apr 2021 15:12:08 +0000 (UTC) (envelope-from mfechner@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFntc2QMPz3jnG for ; Wed, 7 Apr 2021 15:12:08 +0000 (UTC) (envelope-from mfechner@freebsd.org) Received: from [IPv6:2a02:6d40:36b5:5301:6039:9514:c73d:c92c] (unknown [IPv6:2a02:6d40:36b5:5301:6039:9514:c73d:c92c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: mfechner) by smtp.freebsd.org (Postfix) with ESMTPSA id 1747828EB2 for ; Wed, 7 Apr 2021 15:12:07 +0000 (UTC) (envelope-from mfechner@freebsd.org) To: freebsd-ports@freebsd.org From: Matthias Fechner Subject: Help with changing gitlab based download urls in ports Message-ID: <89e8ac8e-c1da-3c52-2ffd-7abd5cf2ebd3@freebsd.org> Date: Wed, 7 Apr 2021 17:12:05 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2021 15:12:08 -0000 Dear all, gitlab seems to have deactivated a path FreeBSD is currently using to download packages hosted on gitlab.com. This also causes gitlab-ce to be not fetchable anymore. I already created a review to fix this here (sry, it also includes an upgrade of gitlab-ce, but without the upgrade, it would not be possible to testbuild this modification): https://reviews.freebsd.org/D29628 But I need some help. If I do not define a new WRKSRC in the port itself, it does not compile. It seems that somewhere I forgot to modify the WRKSRC. I do not know the bsd.*.mk files to fully understand the problem. Any help is really appreciated. Thanks! Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook