From owner-freebsd-ports@freebsd.org Tue Apr 27 10:09:13 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 3F3D75E0A6A for ; Tue, 27 Apr 2021 10:09:13 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from smtp.osorio.me (mvd.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id 4FTyCr0scNz3lwb for ; Tue, 27 Apr 2021 10:09:11 +0000 (UTC) (envelope-from rodrigo@osorio.me) Received: from [192.168.69.184] (unknown [78.194.61.125]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id 48F6A11E423 for ; Tue, 27 Apr 2021 10:09:03 +0000 (UTC) Subject: Re: Proposal of new port www/owncast To: freebsd-ports@freebsd.org References: <50d3889c1c0082c530ca355659605498@ctseuro.com> From: Rodrigo Osorio Message-ID: <1cd179c8-86cf-deb0-c9ec-05ef40ce194a@osorio.me> Date: Tue, 27 Apr 2021 12:09:00 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: <50d3889c1c0082c530ca355659605498@ctseuro.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4FTyCr0scNz3lwb X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of rodrigo@osorio.me has no SPF policy when checking 5.196.94.126) smtp.mailfrom=rodrigo@osorio.me X-Spamd-Result: default: False [3.15 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[5.196.94.126:from]; ASN(0.00)[asn:16276, ipnet:5.196.0.0/16, country:FR]; R_DKIM_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[78.194.61.125:received]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[rodrigo]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[5.196.94.126:from:127.0.2.255]; DMARC_NA(0.00)[osorio.me]; NEURAL_SPAM_LONG(0.15)[0.148]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-ports] X-Mailman-Approved-At: Tue, 27 Apr 2021 12:30:30 +0000 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: Tue, 27 Apr 2021 10:09:13 -0000 On 4/27/21 9:23 AM, CTS - FreeBSD Team wrote: > Hello! > > I just created my first FreeBSD port for the small self-hostable > streaming server https://owncast.online written in Go. > > On my own poudriere package build server it build fine for FreeBSD 11 > and 12 (amd64). It installs fine and even runs afterwards. > > How am i supposed to go on from here? Should i just open an issue in > the bugtracker with the patch and have a discussion there or is it > better to present it here first and have the discussion about it here > on this list? > > Bye Hi Markus, Yes, you should open an issue with a patch in the bug tracker as described in the FreeBSD porters handbook[1]. It's also a good idea to advertise about your port in this ML, it helps to to find a committer for the port ;). Cheers, -- rodrigo [1] https://www-legacy.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-submitting.html