From nobody Tue Dec 13 08:49:57 2022 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 4NWXHx0CYhz4kYV9 for ; Tue, 13 Dec 2022 08:50:05 +0000 (UTC) (envelope-from SRS0=+CDz=4L=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NWXHw4scVz4Thc for ; Tue, 13 Dec 2022 08:50:04 +0000 (UTC) (envelope-from SRS0=+CDz=4L=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Tue, 13 Dec 2022 09:49:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1670921397; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=LdF6nFf1KU0Cw4HRKHnoIh+duDFJ4lLst7Ob8Iw2ihY=; b=hZXqEDkw/PbihNW9iyq42DgNqcTIKNnGUNQKtx9CCwbxPXVJ3NAN08TO4YeaATQ02s3skh VBQrKjtTklAUZ/BZauint2mQZEdRCM16xe0qmCFJZ8SFoUd6wMmwwAIn0o/xQiqquBYuY+ 5YTxZaJD3LxpE95pDhzyauNzA9y5XXMc3uIr3u/pvkeJVAGs6XgYwJtVuzOx2vwIfc3E4f cIYvO9iFQcl7o/zPL/5vnjRaG5fWfPfv95AeN+wUvhxs96V/K4ltqw/uZSmyfEYx8yYDrb fwGHdE+luIoSuH3BWZJcQ81OZG67qxbKdSHVhzEC5r2JhHLt+B8FGiMzLHv1Ug== From: Ronald Klop To: Lena@lena.kiev.ua Cc: freebsd-ports@freebsd.org Message-ID: <183997805.60.1670921397107@mailrelay> In-Reply-To: <20221213080634.GA1029@lena.kiev> References: <20221213080634.GA1029@lena.kiev> Subject: Re: packages for 12.4 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 Content-Type: multipart/alternative; boundary="----=_Part_59_643809973.1670921397076" X-Mailer: Realworks (637.738) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4NWXHw4scVz4Thc X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; TAGGED_FROM(0.00)[CDz=4L=klop.ws=ronald-lists] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N ------=_Part_59_643809973.1670921397076 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Van: Lena@lena.kiev.ua Datum: dinsdag, 13 december 2022 09:06 Aan: freebsd-ports@freebsd.org Onderwerp: packages for 12.4 >=20 > Will package building be switched from 12.3 to 12.4? >=20 > www/chromium: >=20 > .if ${OSREL} =3D=3D "12.3" > IGNORE=3D does not compile, libc++ too old > .endif >=20 > Last package for amd64 106.0.5249.119_1 (27 October), > the port has 108.0.5359.98 today. >=20 > https://pkg-status.freebsd.org/builds?server=3Dbeefy6&all=3D1 > says last build was started on 10 December for 12.3. > =C3=82=20 >=20 >=20 >=20 Hi, The policy (as I last read it) is to build packages on the oldest supported= version of a branch. A newer FreeBSD version (12.4) is assumed to be backw= ards compatible with an older FreeBSD version (12.3) so pkgs build on 12.3 = should run on 12.4. FreeBSD 12.3 is not expected to be forwards compatible = with 12.4 as you can't predict the future changes. So packages build on 12.= 4 are not promised to work on 12.3. 12.3 goes end-of-life around March 5th, 2023, see: https://www.freebsd.org/= security/#sup So around that date the package building will be run on 12.4. There have been discussions about starting to build packages on a new FreeB= SD version earlier but that did not happen yet. I don't know what the reaso= ns are. The tools are available to setup your own FreeBSD 12.4 and build packages f= or it. https://docs.freebsd.org/en/books/handbook/ports/#ports-poudriere Regards, Ronald. =C3=82=20 ------=_Part_59_643809973.1670921397076 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

Van: Lena@lena.kiev.ua
Datum: dinsdag, 13 december 2022 09:06
Aan: freebsd-ports@freebsd.org
Onderwerp: packages for 12.4

Will package building be switched= from 12.3 to 12.4?

www/chromium:

.if ${OSREL} =3D=3D "12.3"
IGNORE=3D         does not compile,= libc++ too old
.endif

Last package for amd64 106.0.5249.119_1 (27 October),
the port has 108.0.5359.98 today.

https://pkg-status.freebsd.org/builds?server=3Dbeefy6&all=3D1 says last build was started on 10 December for 12.3.
=C3=82 


Hi,

The policy (as I last read it) is to build packages on the oldest supported= version of a branch. A newer FreeBSD version (12.4) is assumed to be backw= ards compatible with an older FreeBSD version (12.3) so pkgs build on 12.3 = should run on 12.4. FreeBSD 12.3 is not expected to be forwards compatible = with 12.4 as you can't predict the future changes. So packages build on 12.= 4 are not promised to work on 12.3.

12.3 goes end-of-life around March 5th, 2023, see: https://www.freebsd.org/= security/#sup
So around that date the package building will be run on 12.4.

There have been discussions about starting to build packages on a new FreeB= SD version earlier but that did not happen yet. I don't know what the reaso= ns are.

The tools are available to setup your own FreeBSD 12.4 and build packages f= or it.
https://docs.freebsd.org/en/books/handbook/ports/#ports-poudriere

Regards,
Ronald.
=C3=82  ------=_Part_59_643809973.1670921397076--