Page MenuHomeFreeBSD

vsasjason_gmail.com (Anton Saietskii)
User

Projects

User does not belong to any projects.

User Details

User Since
May 16 2017, 10:05 PM (486 w, 5 d)

Recent Activity

Thu, Sep 3

vsasjason_gmail.com added a comment to D59304: java/openjdk{25,26}: portclippy and cleanup.

Fix typo and tab-alignment

I would suggest always running portfmt after making any changes to Makefiles. This way, you would almost never worry about tabs/spaces, line wraps, etc.

Thu, Sep 3, 11:25 AM

Tue, Sep 1

vsasjason_gmail.com added a comment to D59167: java/openjdk{25,26}: Don't req xorg for headless.

Is there any specific reason for checking flavor twice? Putting USES + USE_XORG into same conditional would be nicer. Or just leaving USE_XORG as is because without USES=... xorg ... it's no-op.

Tue, Sep 1, 10:13 AM

Jun 17 2026

vsasjason_gmail.com added a comment to D56835: rcd(8): new service manager daemon.

Will it help sshd to start without being indefinitely blocked by e.g. mysqld? That would be enough of a reason for me personally to switch to this thing immediately.

Can you elaborate on this?

Jun 17 2026, 5:12 PM
vsasjason_gmail.com added a comment to D56835: rcd(8): new service manager daemon.

Will it help sshd to start without being indefinitely blocked by e.g. mysqld? That would be enough of a reason for me personally to switch to this thing immediately.

Jun 17 2026, 2:41 PM

Apr 14 2026

vsasjason_gmail.com added a comment to D56359: editors/neovim: Update to 0.12.1.

@vsasjason_gmail.com you're right, it would be weird without the maintainer consent, but @adamw has given consent for this on the ports-developer mailing list. This work is to help him out.

[...] I'm not able to pay enough attention to FreeBSD, and I'm falling pretty rapidly behind.
For a few weeks, please do anything you feel is best with anything I normally maintain.

I mentioned that I would and he approved my involvement.

So yes, it's unusual, but not weird.

Apr 14 2026, 12:09 PM
vsasjason_gmail.com added a comment to D56359: editors/neovim: Update to 0.12.1.

Am I the only one who sees this a bit weird to be committed without a single word from port maintainer and without reference to them in commit message? I don't think version updates fall into blanket approval category, and as a maintainer myself, would like to see no such surprises...

Apr 14 2026, 10:26 AM

Mar 5 2026

vsasjason_gmail.com accepted D55624: all: drop support for FreeBSD 13 and MIPS/riscv64sf.
Mar 5 2026, 9:19 PM

Mar 4 2026

vsasjason_gmail.com added inline comments to D55624: all: drop support for FreeBSD 13 and MIPS/riscv64sf.
Mar 4 2026, 11:43 AM

Nov 28 2025

vsasjason_gmail.com added a comment to D53924: sysutils/tmux: Update to 3.6.

@vsasjason_gmail.com I know it but there is reason I don't use. When the source of patch is GitHub, content of the file sometimes changes with unknown reason and it causes checksum error. So I intentionally include patch file in ports tree.

Nov 28 2025, 11:41 PM
vsasjason_gmail.com added inline comments to D53924: sysutils/tmux: Update to 3.6.
Nov 28 2025, 8:47 PM

Oct 16 2025

vsasjason_gmail.com added a comment to D29332: WIP to add sysutils/fwupd (if it runs well).

In the diff below, I can see BROKEN_FreeBSD_13, however pushed version also includes BROKEN_FreeBSD_14 "because 14 requires libinotify from ports)". Can we unbreak fwupd on 14 by adding libinotify dep?

Oct 16 2025, 12:17 PM

Jun 24 2024

vsasjason_gmail.com added a comment to D44487: Framework: Introduce bsd.sponsor.mk.
In D44487#1014651, @mat wrote:

but we want users to stop using ports and use packages

Excuse me for intervention with off topic, but this is extremely important to note, so please don't. The sole reason I use FreeBSD (I'm pretty sure not only me) is easy customization, including customization via ports framework.
However, it may be possible to consider packages after they will be built with:

  1. Every possible OPTIONS combination.
  2. Every possible -march.
  3. Every possible optimization level and every possible combination of (at least) most widely used CFLAGS.
  4. With each possible DEFAULT_VERSIONS value.
  5. With any of local patches per user's request.

6..n. Each and every possible <name it>
But honestly, I don't think this can be realistically done.

Jun 24 2024, 9:42 PM

Apr 27 2024

vsasjason_gmail.com added a comment to D44981: net-p2p/tremotesf: update to 2.6.2.

Do we still need to use the bundled version of HTTPLIB? https://github.com/equeim/tremotesf2/tree/2.6.2/src/3rdparty matches what we already have in ports, https://www.freshports.org/www/cpp-httplib/

Unfortunately, yes, we still need it. httplib 0.15 and above is broken on FreeBSD 13 due to old OpenSSL 1.

Apr 27 2024, 12:21 PM

Oct 7 2023

vsasjason_gmail.com added a comment to D37929: Mk/bsd.sites.mk: Add GH_ASSET to download a release asset on GitHub.

This is especially important after https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273514.

Oct 7 2023, 1:52 PM

Sep 27 2023

vsasjason_gmail.com added a comment to D41975: net-p2p/transmission: Reorganize as a metaport.

Could you please suggest Makefile line number for devel/git? I don't see that.

https://cgit.freebsd.org/ports/tree/devel/git/Makefile#n86

Sep 27 2023, 6:04 PM
vsasjason_gmail.com added a comment to D41975: net-p2p/transmission: Reorganize as a metaport.

So, initial thoughts on rework:

After carefully reading bsd.options.mk I came to following coclusions (but I may be wrong):

  1. OPTIONS_FILE being crafted from <category>/<portname>, which means we can't really define any options inside flavors, but in root of Makefile only (to prevent overwriting OPTIONS_FILE by different flavors.

Take a look at devel/git or mail/postfix which override OPTIONS_FILE to allow different options for flavors.

Sep 27 2023, 5:18 PM
vsasjason_gmail.com added a comment to D41975: net-p2p/transmission: Reorganize as a metaport.

So, initial thoughts on rework:

Sep 27 2023, 12:37 PM

Jan 15 2021

vsasjason_gmail.com requested changes to D28155: Remove EN-20:21.ipfw from the list of open issues.

Unfortunately, diff isn't finished yet. Following removal from $4 an appropriate entry to $3 should be added as well.

Jan 15 2021, 1:51 PM

Dec 27 2018

vsasjason_gmail.com updated vsasjason_gmail.com.
Dec 27 2018, 10:42 PM