From nobody Thu Jan 27 00:09:22 2022 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8DE75198F88A for ; Thu, 27 Jan 2022 00:09:39 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [74.104.188.4]) (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 (2048 bits) client-digest SHA256) (Client CN "m5p.com", Issuer "R3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Jkgv64ZmHz4YDG for ; Thu, 27 Jan 2022 00:09:38 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [IPV6:2001:470:1f07:15ff::26] (court.m5p.com [IPv6:2001:470:1f07:15ff:0:0:0:26]) (authenticated bits=0) by mailhost.m5p.com (8.16.1/8.15.2) with ESMTPSA id 20R09MfD039100 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Wed, 26 Jan 2022 19:09:28 -0500 (EST) (envelope-from george+freebsd@m5p.com) Message-ID: <015bb82f-fab8-ef59-9015-76d8761f425a@m5p.com> Date: Wed, 26 Jan 2022 19:09:22 -0500 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Subject: Re: anki latest? (FIXED - read for details) Content-Language: en-US To: ports@freebsd.org References: <35lc-inzk-wny@FreeBSD.org> <53b7b109682d4377752406230b006cd0@gundo.com> <747854843.1338649.1643239936090@ichabod.co-bxl> From: George Mitchell In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=10.0 tests=HELO_NO_DOMAIN,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=3.4.5 X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on mattapan.m5p.com X-Rspamd-Queue-Id: 4Jkgv64ZmHz4YDG X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of george@m5p.com designates 74.104.188.4 as permitted sender) smtp.mailfrom=george@m5p.com X-Spamd-Result: default: False [0.42 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; NEURAL_SPAM_LONG(0.41)[0.412]; DMARC_NA(0.00)[m5p.com]; NEURAL_HAM_MEDIUM(-0.70)[-0.696]; MLMMJ_DEST(0.00)[ports]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:701, ipnet:74.104.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; TAGGED_FROM(0.00)[freebsd]; SUBJECT_HAS_QUESTION(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 1/26/22 18:47, Pau Amma wrote: > On 2022-01-26 23:32, Sysadmin Lists wrote: >>> ---------------------------------------- >>> From: Pau Amma >>> On 2022-01-25 01:49, Jan Beich wrote: >>> > For example, mixing ports and packages can easily lead >>> > to such a situation. >>> >>> I was warned against that, and have by and large stuck to packages. (I >>> think I've only needed to use a port was for drm-(mumble) when upgrading >>> from 12.1 to 12.2, as the package stopped working and IIRC still didn't >>> after "pkg upgrade -f".) >> >> I've been mixing ports and packages without issue for years. There are >> a dozen >> programs whose defaults don't fit my environment, so I build those >> with poudriere. > > That only works if you have a computer powerful enough to run poudriere > and host a repository, whether on a dedicated host, in a jail, or in a > virtual machine. Not an option on my single laptop and its 8GB RAM. > Poudriere is not the only way to build ports. While a clean build environment is the optimal option for port building, running "make install" in the ports tree still works (though it can take a lot of additional work). Portmaster works wonderfully for me, at considerably less cost than poudriere. -- George