From nobody Wed Apr 10 14:12:55 2024 X-Original-To: freebsd-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 4VF4bK2B2rz5HBRG for ; Wed, 10 Apr 2024 14:14:53 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-oa1-f51.google.com (mail-oa1-f51.google.com [209.85.160.51]) (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 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VF4bK0FdKz4fyd for ; Wed, 10 Apr 2024 14:14:53 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-oa1-f51.google.com with SMTP id 586e51a60fabf-22ed075a629so2829317fac.3 for ; Wed, 10 Apr 2024 07:14:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712758491; x=1713363291; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=z3PfY7bKk9lnboqZP1fos0HNevhYyM33hH9HrdliQhE=; b=PefUroyE67TcCD9rBWWJxlK+DdIWmFtMfNZflQk8WqGX1vJaYR5YeUXmegoi0arH4v Kl9p8D0sejfzUA+gkj9xhS9c5EAANJo37TwNwrYDcxsn3HrSLk97aLjLNfLIkS2vaWPg 4xUM+8qNLHD9HOhmLxB/W7XKq+pbCsc1prfokWaF4wYlfVLIS8bAGNHMCasccVj7DJWJ pC3tT+8JuWjYgIEThByVtiNmef/g8sw5yur/VxoDJqeAxKyrlPcGjhDD6jYmPUOzfX1l //qtov3ohuuGijuiyV9wjSY0JUq4hOORryQIL1tY9QaRSe+GeA0rPl4Hn1XAsAgR7Dak swUw== X-Gm-Message-State: AOJu0Ywl9Op60wKr/ZLaiZvE7CNWulgxwFMu7l5hiTEiY+TCnpv8AZyx cQjj2vFkwmUIIvFjZn4PgtcI0arjmuOotP3F+f+QoTDeOAvy5hs5Ujx3m8+W X-Google-Smtp-Source: AGHT+IGULCZx8Ou8oDMidmrFuq/hm1qhL2vxdtuoeJ+5D143QKy6FwnN58ux/UaFdc45PhZ57pldoQ== X-Received: by 2002:a05:6870:4413:b0:22e:cfee:320c with SMTP id u19-20020a056870441300b0022ecfee320cmr2894308oah.57.1712758490742; Wed, 10 Apr 2024 07:14:50 -0700 (PDT) Received: from mail-oo1-f50.google.com (mail-oo1-f50.google.com. [209.85.161.50]) by smtp.gmail.com with ESMTPSA id g26-20020a056830161a00b006ea18e5a20esm1156268otr.52.2024.04.10.07.14.50 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 10 Apr 2024 07:14:50 -0700 (PDT) Received: by mail-oo1-f50.google.com with SMTP id 006d021491bc7-5a9c875ceecso3739672eaf.2 for ; Wed, 10 Apr 2024 07:14:50 -0700 (PDT) X-Received: by 2002:a05:6359:14cb:b0:183:fb08:7fcf with SMTP id lz11-20020a05635914cb00b00183fb087fcfmr3540838rwb.7.1712758490313; Wed, 10 Apr 2024 07:14:50 -0700 (PDT) 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 References: In-Reply-To: From: Gleb Popov Date: Wed, 10 Apr 2024 17:12:55 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Porting question related to modifying original source code To: Brad D Cc: "freebsd-ports@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4VF4bK0FdKz4fyd On Wed, Apr 10, 2024 at 5:09=E2=80=AFPM Brad D wro= te: > > Is it uncalled for replacing problematic embedded libraries with equivale= nt ones in a port as a dependency if the library is in the repo and well ma= intained? It is the other way around, we're usually striving to use system-provided dependencies as much as possible.