Re: Python update 3.7->3.8

2021-04-28 Thread Rozhuk Ivan
On Wed, 28 Apr 2021 03:25:02 -0600 "@lbutlr" wrote: > > This long command hanle files that requires shebang: > > portmaster -BvD -y --no-confirm --delete-build-only `grep -rsp > > "\/python3\.7" /usr/local/ | grep -v '/usr/local/man/' | grep -v > > '/usr/local/lib/python3' | sed -e 's|:.*||' -e '

Re: Python update 3.7->3.8

2021-04-27 Thread Rozhuk Ivan
On Tue, 27 Apr 2021 07:29:01 +0200 (CEST) obx2...@oldach.net (Helge Oldach) wrote: > > This long command hanle files that requires shebang: > > portmaster -BvD -y --no-confirm --delete-build-only `grep -rsp > > "\/python3\.7" /usr/local/ | grep -v '/usr/local/man/' | grep -v > > '/usr/local/lib/py

Re: Python update 3.7->3.8

2021-04-26 Thread Rozhuk Ivan
On Mon, 26 Apr 2021 11:55:07 -0400 (EDT) AN wrote: > > After doing all manipulations for rebuild and reinstall with > > pkg+portmaster some files not affected, I suspect that files after > > shebang fix: > > > > # grep -rsp "python3\.7" /usr/local/ > > Binary file /usr/local/bin/youtube-dl matche

Python update 3.7->3.8

2021-04-26 Thread Rozhuk Ivan
Hi! After doing all manipulations for rebuild and reinstall with pkg+portmaster some files not affected, I suspect that files after shebang fix: # grep -rsp "python3\.7" /usr/local/ Binary file /usr/local/bin/youtube-dl matches /usr/local/bin/gsettings-schema-convert:#!/usr/local/bin/python3.7 /u

Re: xfce4-mixer -> gtk-mixer

2021-02-01 Thread Rozhuk Ivan
On Mon, 1 Feb 2021 12:04:14 +0100 Guido Falsi wrote: > At the same time upstream is working on reviving the project, so, if > you have time, you can also contribute there. > > https://gitlab.xfce.org/apps/xfce4-mixer I know, but: 1. Before I found that xfce4-mixer under construction - I already

xfce4-mixer -> gtk-mixer

2021-02-01 Thread Rozhuk Ivan
Hi! I am was very dissapointed that xfce4-mixer is deprecated, so I am rewrite it to new app - GTK-Mixer. GUI mostly same, but many features now work: - show all sound cards - handle sound card connect/disconnect - handle default device change - allow switch default sound device - tray icon (like

ccache: zero cache hit ratio on port update

2020-12-20 Thread Rozhuk Ivan
Hi! I spent some time to digg into this. This is my 2-3 attempt to fix it. [1] Current we have normal cache hit ratio on port rebuild and zero on version/hashtag/any_thing_that_change_port_src_dir_name. Zero cache hit ratio even if only readme.md changed in project, that causes hashtag->dir nam

Re: Need help with python based port (home assistant)

2020-11-23 Thread Rozhuk Ivan
On Mon, 23 Nov 2020 19:26:49 +0100 Mateusz Piotrowski <0...@freebsd.org> wrote: > > Questions: > > > > 1. Is it ok that I use hack to change required deps versions? > > Or how to deal with it? > It is OK to change the required deps as long as the program keeps > working. Sometimes, however, we j

Re: STOP rust!

2020-11-22 Thread Rozhuk Ivan
On Fri, 13 Nov 2020 08:47:48 +1100 Dewayne Geraghty wrote: > > With latest ports tree librsvg2-rust-2.50.0 is required to some > > ports. It want replace librsvg2-2.40.21. > > > > I do not want build ugly rust during hours to build small lib in > > less than minute. THANK YOU, Tobias!!! https

Need help with python based port (home assistant)

2020-11-22 Thread Rozhuk Ivan
Hi! Im trying to make Home Assistant port. It requires many deps: https://github.com/home-assistant/core/blob/dev/setup.py "aiohttp==3.7.1", "astral==1.10.1", "async_timeout==3.0.1", "attrs==19.3.0", "bcrypt==3.1.7", "certifi>=2020.6.20", "ciso8601==2.1.3", "httpx=

Re: STOP rust!

2020-11-10 Thread Rozhuk Ivan
On Tue, 10 Nov 2020 20:01:55 +0300 Yuri Pankov wrote: > Actually, it started quite some time ago, and it was 2.41 that > introduced the rust dependency: > > https://mail.gnome.org/archives/desktop-devel-list/2017-January/msg1.html This does not explain why I should waste my time and money

Re: STOP rust!

2020-11-10 Thread Rozhuk Ivan
On Tue, 10 Nov 2020 19:44:58 +0300 Yuri Pankov wrote: > >>> With latest ports tree librsvg2-rust-2.50.0 is required to some > >>> ports. It want replace librsvg2-2.40.21. > >>> > >>> I do not want build ugly rust during hours to build small lib in > >>> less than minute. > >> > >> You might w

Re: STOP rust!

2020-11-10 Thread Rozhuk Ivan
On Tue, 10 Nov 2020 16:38:26 +0300 Yuri Pankov wrote: > > With latest ports tree librsvg2-rust-2.50.0 is required to some > > ports. It want replace librsvg2-2.40.21. > > > > I do not want build ugly rust during hours to build small lib in > > less than minute. > > You might want to send your

STOP rust!

2020-11-10 Thread Rozhuk Ivan
Hi all! With latest ports tree librsvg2-rust-2.50.0 is required to some ports. It want replace librsvg2-2.40.21. I do not want build ugly rust during hours to build small lib in less than minute. Same with polkit & spidermonkey. https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/35

Re: good gui bit-torrent client?

2020-03-05 Thread Rozhuk Ivan
On Fri, 28 Feb 2020 18:49:02 -0500 Robert Huff wrote: > I used to use azureus/vuze, but it hasn't been maintained is > quite a while. > So I changed to deluge ... which now has a dependency > semi-permanently BROKEN. > What can people recommend as a replacement? > rtorrent +

Re: Why is security/py-pywinrm limited to Python 2.7 only?

2019-04-03 Thread Rozhuk Ivan
On Wed, 3 Apr 2019 11:02:37 +0300 Pavel Timofeev wrote: > I'm curious why security/py-pywinrm is limited to python 2.7 now. > > I tried it with python 3.6: > Hello! This was required by my work, we use 2.7 and do not test with other python versions. _

Re: Mk/bsd.gcc.mk errors

2019-03-15 Thread Rozhuk Ivan
On Fri, 15 Mar 2019 20:04:16 + tech-lists wrote: > context: ports r495804] > > Getting these errors when trying to compile a port needing gcc: > > make: stopped in /usr/ports > make[2]: "/usr/ports/Mk/bsd.gcc.mk" line 130: warning: String > comparison operator should be either == or != > ma

/etc/make.conf included twice by FreeBSD make

2019-03-15 Thread Rozhuk Ivan
Hello! I spent some time while debugging math/mprime build, then build: ... cc -O2 -pipe -O2 -DSTRIP_FBSDID -pipe -D_FORTIFY_SOURCE=2 -mretpoline -fstack-protector-all -fno-strict-aliasing -O2 -DSTRIP_FBSDID -pipe -D_FORTIFY_SOURCE=2 -mretpoline -I.. -I../sqlite-amalgamation-318 -DX86_64

Re: pcmanfm segfaults on start

2019-01-11 Thread Rozhuk Ivan
On Thu, 10 Jan 2019 05:38:20 +0100 Walter Schwarzenfeld wrote: > pcmanfm-gtk and pcmanfm-gtk3 segfaults on start (11.2-amd64) without > error message. > On 12.0 - ok. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listin

Re: Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Rozhuk Ivan
On Thu, 13 Dec 2018 22:32:57 +0100 Hans Petter Selasky wrote: > On 12/13/18 10:31 PM, Rozhuk Ivan wrote: > > On Thu, 13 Dec 2018 15:33:06 +0100 > > Hans Petter Selasky wrote: > > > >> Add devd rule for a Logitech gamepad. > >> > >>

Re: Request for commit approval (multimedia/webcamd)

2018-12-13 Thread Rozhuk Ivan
On Thu, 13 Dec 2018 15:33:06 +0100 Hans Petter Selasky wrote: > Add devd rule for a Logitech gamepad. > > Submitted by: Rozhuk Ivan > Approved by: > > --HPS Mine last version: # Gamepad Logitech notify 100 { match "system" "USB";

Re: emulators/i386-wine-devel

2018-09-16 Thread Rozhuk Ivan
On Sat, 15 Sep 2018 10:06:01 +0200 David Naylor wrote: > Hi > > > What happen with emulators/i386-wine-devel ? > > Honestly, I've lost interest in compiling the port. I'm working on a > means to avoid manual compilation [1][2]. I've attached the scripts > I use to build and update the ports

timeout, commit it

2018-09-01 Thread Rozhuk Ivan
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230199 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

emulators/i386-wine-devel

2018-09-01 Thread Rozhuk Ivan
Hi! What happen with emulators/i386-wine-devel ? I use it on FreeBSD 11.2 x64 to run old win32 apps. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-uns

Re: databases/mantis - require_once(/usr/local/www/mantis/vendor/autoload.php): failed to open stream

2018-08-19 Thread Rozhuk Ivan
On Sun, 19 Aug 2018 12:38:03 -0400 Dan Langille wrote: > There is no vendor directory in the pkg-plist for this port. > > What are other mantis users doing? IMHO makefile must be switch back to use vendor site instead github: vendor package contain things that not included in github. ___

Re: gcc and -mretpoline

2018-07-30 Thread Rozhuk Ivan
On Sun, 29 Jul 2018 05:44:30 +0300 Rozhuk Ivan wrote: > Can some one add: > CFLAGS:= ${CFLAGS:N-mretpoline} > CXXFLAGS:=${CXXFLAGS:N-mretpoline} > Done, need review: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230200 ___

gcc and -mretpoline

2018-07-28 Thread Rozhuk Ivan
Hi! Can some one add: CFLAGS:=${CFLAGS:N-mretpoline} CXXFLAGS:= ${CXXFLAGS:N-mretpoline} to all ports that uses GCC to build or some where in ports .mk files? More details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228205 this fixed, but many other ports does not. _

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Rozhuk Ivan
On Fri, 18 May 2018 22:46:15 +0200 Stefan Esser wrote: > I'm working on a completely new re-implementation of portmaster and > the new version will get these points right. Fixing the current port > version is too hard and wasted effort, since only the features and > command line options are carri

Re: Why portmaster uses g++ not g++6 nor clang++?

2018-05-18 Thread Rozhuk Ivan
On Fri, 18 May 2018 20:30:38 +0200 Stefan Esser wrote: > Sorry, this was my fault and I hope it is fixed with the follow-up > commit to portmaster version 3.19-10. > Sorry for offtopic, but if portmaster install some build dep or run dep if does not mark it as autoinstalled, and: pkg query -e '

Commiter needed

2018-04-26 Thread Rozhuk Ivan
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227551 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227244 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226450 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226454 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226453 https://bugs

Commiter needed

2018-04-20 Thread Rozhuk Ivan
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227551 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227244 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226450 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226454 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226453 https://bugs

Re: FreeBSD Palemoon branding violation

2018-02-07 Thread Rozhuk Ivan
On Wed, 7 Feb 2018 02:18:28 -0700 LuKreme wrote: > Huh. I would have nuked the port after about the 5th post in that > thread. You’re a very patient person, and Matt is... well. I can’t > say anything nice, so... > The reaction of the community (OpenBSD) is more like a emotional baiting: all ju

Re: FreeBSD Palemoon branding violation

2018-02-06 Thread Rozhuk Ivan
On Tue, 6 Feb 2018 22:21:37 + Mark Felder wrote: > Dear Matt, > > After your recent harassment of OpenBSD > (https://github.com/jasperla/openbsd-wip/issues/86) I decided to > investigate our own packaging of Palemoon. As expected, we are also > building against system libraries. You can revi

Re: make reinstall does not work

2017-12-08 Thread Rozhuk Ivan
On Sat, 9 Dec 2017 09:52:02 +1100 Greg 'groggy' Lehey wrote: > Yes, I've seen this too and used the same workaround. > > Has something changed? Does 'make reinstall' still work for others? Not work for me. FreeBSD rimwks 11.1-STABLE FreeBSD 11.1-STABLE #2 r325400M + all updated ports _

Re: Welcome flavors! portmaster now dead? synth?

2017-12-02 Thread Rozhuk Ivan
On Sat, 2 Dec 2017 09:58:15 -0800 Steve Kargl wrote: > I have a laptop with 664 installed packages. It has 6.4 GB > of free diskspace and 3.5 GB of available memory. It is the > only i686 system that I have and it is used to develop and > test all of the libm code that I contribute to FreeBSD.

Re: FreeBSD 11 desktop - unsupported by ports committers die to amdgpu

2017-09-06 Thread Rozhuk Ivan
On Thu, 7 Sep 2017 08:06:36 +1200 Jonathan Chen wrote: > It's always safer to build ports/packages using one of the newer > builders, ie: poudriere or synth. These builders ensure that the build > environment is clean and avoids cross contamination from other > installed ports. If poudriere is to

Re: FreeBSD 11 desktop - unsupported by ports committers die to amdgpu

2017-09-06 Thread Rozhuk Ivan
On Wed, 6 Sep 2017 21:27:32 +0200 Kurt Jaeger wrote: > My testbuild on 11.1a in poudriere was sucessful. Can you try to > build in poudriere ? No. I remove zfs and jail from system. > Building on a box where some packages are already installed can lead > to broken builds. > > See Jan's comme

Re: FreeBSD 11 desktop - unsupported by ports committers die to amdgpu

2017-09-06 Thread Rozhuk Ivan
On Wed, 6 Sep 2017 14:27:35 -0500 Matthew Donovan wrote: > Well it's an upstream bug. So port maintainer is not the issue. It's > being worked after n looks like simple fix per upstream bug report. > At least for graphics/libdrm amdgpu is option. And maintainer can add OS version check and aut

FreeBSD 11 desktop - unsupported by ports committers die to amdgpu

2017-09-06 Thread Rozhuk Ivan
Hi! Why commiters ignory FreeBSD 11.x users!? graphics/mesa-dri 17.1.8: fails to build: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222098 graphics/libdrm upfate to 2.4.83,1 failed ('uve_ib.h' file not found): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221881

Re: FreeBSD Port: nvidia-driver-375.39

2017-06-04 Thread Rozhuk Ivan
On Fri, 19 May 2017 22:50:38 -0700 "The Saccullo's" wrote: > I'm having a problem loading the nvidia-driver 375.39. > > > > I get the following error: > > link_elf_obj: symbol sc_get_softc undefined > > linker_load_file: Unsupported file type > > > > Any suggestions? > > https://bu

Re: Firefox and OSS

2017-06-04 Thread Rozhuk Ivan
On Sun, 4 Jun 2017 09:33:03 +0300 abi wrote: > AFAIK OSS support is not complete (WebRTS doesn't use it) If WebRTS is not spoorted - ok, let user decide. I prefer to have option for OSS, and able to build firefox without sound support at all. ___ free

Firefox and OSS

2017-06-03 Thread Rozhuk Ivan
Hi! Why we have no option OSS in www/firefox? If we build always with OSS (patch-bug1021761) then why user cant unselect all options in audio section? ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports

Re: pkg and packages

2017-05-09 Thread Rozhuk Ivan
On Mon, 8 May 2017 19:24:10 +0100 RW via freebsd-ports wrote: > > ​Samba + GVFS + Thunar doesn't make your FreeBSD filesystems > > available from Windows machines. It makes your Windows file shares > > available on FreeBSD, and they show up in Thunar just like other > > folders. GVFS uses libsm

Re: About opencv2

2017-04-13 Thread Rozhuk Ivan
> I'm using a openCV 3.2 in my box, but I don't have time to > lean to create a new port. I need finish my qualify exam to Phd > > If yopu need some help I can help you. > All ready done: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210505 _

Re: About opencv2

2017-04-13 Thread Rozhuk Ivan
On Thu, 13 Apr 2017 21:48:06 -0300 Otacílio wrote: > I saw that the OpenCV port does not have a maintainer. However, until > recently there was an effort to port OpenCV3 to FreeBSD. Has Opencv 2 > been abandoned because of OpenCV3 or does it have no correlation? No correlation, IMHO. I start 3

Re: security/secpanel

2017-04-08 Thread Rozhuk Ivan
On Sat, 8 Apr 2017 20:00:53 +0200 Kurt Jaeger wrote: > Hi! > > > Waiting for a long time to responce and merge: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213790 > > Done. > Thanks! ___ freebsd-ports@freebsd.org mailing list https://li

security/secpanel

2017-04-07 Thread Rozhuk Ivan
Waiting for a long time to responce and merge: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213790 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-u

Re: Excessive CFLAGS: -pthread -D_THREAD_SAFE

2017-04-06 Thread Rozhuk Ivan
On Thu, 06 Apr 2017 16:28:29 +0200 Jan Beich wrote: > A few weeks ago (just before 2017Q2 has branched) many GUI apps > started to have very long compile lines. Most of it is composed of > duplicate occurence of the same flags with the first bad being > r437182 e.g., Try this: https://bugs.free

new port

2017-03-08 Thread Rozhuk Ivan
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215907 devel/libaravis: glib/gobject based library for video acquisition using Genicam cameras https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215908 multimedia/aravis: glib/gobject based viewer for video acquisition using Genicam cameras htt

maintensers does not respond for long time

2017-03-08 Thread Rozhuk Ivan
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213790 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216050 Patch ready to apply, but no respond from maintenser (2+ weeks) What next? ___ freebsd-ports@freebsd.org mailing list https://lists.freeb