Re: Default versions and pkg (slight rant)

2022-10-09 Thread Sergei Vyshenski
https://github.com/freebsd/freebsd-ports/blob/main/UPDATING On 09.10.2022 22:18, Dan Mahoney wrote: is there a way to see "Updating" without pulling down a ports tree?

25 dependencies from port (net/p5-IO-Socket-INET6) which is deprecated by CPAN

2023-06-30 Thread Sergei Vyshenski
Hello, Regarding perl module IO::Socket::INET6, CPAN says: https://metacpan.org/pod/IO::Socket::INET6 << Deprecated. The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use. Deprecate in favor of IO::Socket::IP >> This announcement comes with IO::So

25 dependencies from port (net/p5-IO-Socket-INET6) which is deprecated by CPAN

2023-06-30 Thread Sergei Vyshenski
25 ports, which depend on net/p5-IO-Socket-INET6 astro/p5-Net-GPSD3 0.19 dns/dnscheckengine 1.1_4 dns/p5-App-DSC-DataTool 0.03 dns/sirc 2.211_2 japanese/tiarra 20100212_7 mail/assp 1.9.9.14158,1 mail/dkimproxy 1.4.1_1 mail/imapsync IMAP 2.178 mail/sieve-connect 0.90 multimedia/mythtv 33.1_1,1 net

"make test" fails in poudriere-devel jail

2023-08-08 Thread Sergei Vyshenski
Hi, Non-root user inside poudriere-devel jail can not install packages from TEST_DEPENDS? What could be done here? Regards, Sergei 13.2-RELEASE-p2 pkg 1.20.990.5 poudriere-git-3.3.99.20220831 perl 5.34.1_3 root@h33:/ # poudriere testport

Re: plist-check not reporting orphaned files present in a @comment

2023-08-16 Thread Sergei Vyshenski
Hi, I had similar problems, if mode modifier is used in pkg-plist. This line leads to error, if EXAMPLES is unset: @(,,755) %%PORTEXAMPLESEXAMPLESDIR%%/bin/clca This line goes without error, if EXAMPLES is unset: %%PORTEXAMPLES%%@(,,755) %%EXAMPLESDIR%%/bin/clca Regards, Sergei On 8/16/2023

Re: p5-DBD-mysql: Stuck between a rock and a hard place

2024-03-25 Thread Sergei Vyshenski
Hi Remko, It seems that the situation may be even more complicated than you describe. Upstream of DBD-mariadb lately made some unfriendly steps which in certain conditions may cause conflicts (up to crashes) with MariaDB server. It is the reason why DBD-mysql has been a good escape until version

recurrent new dependencies

2024-08-03 Thread Sergei Vyshenski
Hi, New version of the existing port (which I maintain) requires a new port as a dependency. This new port in turn requires another new port as a dependency. Please advise me, shall I submit just 1 cumulative PR about updating of the existing port (which includes 2 new ports in the same patch), or

ports-mgmt/portlint vs absent USE_LDCONFIG

2024-10-08 Thread Sergei Vyshenski
Hi, ports-mgmt/portlint-2.22.2 seems to be broken. If a port does NOT define USE_LDCONFIG, and this port does NOT install shared objects, then portlint complains with: You have defined USE_LDCONFIG, but this port does not install any shared objects. Example can be found here: https://bugs.free

rules for ports maintained by perl@

2025-01-19 Thread Sergei Vyshenski
Hi, What are rules behind ports maintained by perl@ ? Is it allowed to submit PRs related to these ports? Or perl@ do all the job by thems Who a members of perl@ group

rules for ports maintained by perl@

2025-01-19 Thread Sergei Vyshenski
Hi, What are rules behind ports maintained by perl@ ? Is it allowed to submit PRs related to these ports? Or perl@ members do all the job by themselves? Who members of perl@ group? Before asking of theses questions I submitted a PR https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284129 [Bug

Re: Any interest in lang/rust-bin?

2025-06-07 Thread Sergei Vyshenski
On 7 Jun 25 Sat 21:03, Gleb Popov wrote: What about people that contribute to ports and run poudriere testport on their little port and then having to wait an hour for rust to compile? This fetches precompiled packages for dependencies (like rust) if these packages are available at the reposit

portscout fails with 905 Github ports

2025-08-02 Thread Sergei Vyshenski
Hi, As a rule, Github offers dynamic tarball generation. Dynamic tarballs do not exist at Gighub, they are generated on user's request from the sources, after user clicks on a special link. Which link points to virtual (non-existent) directory on Github. This technology is supported by FreeBSD's U