Re: portcheck: do not warn about extra file for modules.inc

2021-05-24 Thread Vadim Zhukov
пн, 24 мая 2021 г., 16:30 Paco Esteban : > > Hi Vadim, thanks for the input. > Comments below. > > On Mon, 24 May 2021, Vadim Zhukov wrote: > > > вс, 23 мая 2021 г. в 17:43, Paco Esteban : > > > > > > Hi ports@, > > > > > > This make

Re: portcheck: do not warn about extra file for modules.inc

2021-05-23 Thread Vadim Zhukov
F" || err "$F is not a file" > + ;; > + > files|patches) > if [[ -d $F ]]; then > check_${F##*/}_dir "$F" > > -- > Paco Esteban. > 0x5818130B8A6DBC03 > -- WBR, Vadim Zhukov

Re: NEW: x11/lightly

2021-03-06 Thread Vadim Zhukov
Maintainer: Rafael Sadowski > > > > WWW: https://github.com/Luwx/Lightly > > > > x11/kde-plasma/kdecoration was imported recently, you can easy test > lightly now. okay zhuk@ after make update-plist -- WBR, Vadim Zhukov

Re: NEW: x11/adwaita-qt - GNOME Shell style for Qt applications

2021-03-06 Thread Vadim Zhukov
> GNOME Shell style for Qt applications > > > > Description: > > A native style to bend Qt5 applications to look like they belong into GNOME > > Shell. > > > > Maintainer: The OpenBSD ports mailing-list > > > > WWW: https://github.com/FedoraQt/adwaita-qt > > ping okay zhuk@ after running make update-plist -- WBR, Vadim Zhukov

Re: NEW: x11/kde-plasma/oxygen

2021-03-06 Thread Vadim Zhukov
uff, this looks like enough. I'll commit this version unless you have any objections/tweaks. -- WBR, Vadim Zhukov x11_kde-plasma_oxygen_port.tgz Description: application/compressed-tar

Re: USE_WXNEEDED=Yes by default for qtwebengine dependees

2021-03-05 Thread Vadim Zhukov
пт, 5 мар. 2021 г. в 14:13, Stuart Henderson : > > On 2021/03/05 12:08, Vadim Zhukov wrote: > > Hello, Rafael and everyone. > > > > Here's an idea: in x11/qt5/qt5.port.mk add the following: > > > > .for _s in "" ${MULTI_PACKAGES} > > . if $

USE_WXNEEDED=Yes by default for qtwebengine dependees

2021-03-05 Thread Vadim Zhukov
x11/qt5/qtwebview| x11/qt5/qtwebview,-main| x11/qt5/qtwebview,,-main| We already have something similar in lang/ruby/Makefile.inc. What do you think? I'll cook a diff for all affected ports if the idea itself gets accepted. -- WBR, Vadim Zhukov

Re: NEW: misc/fortunes-mod-ru

2021-03-04 Thread Vadim Zhukov
вт, 15 дек. 2020 г. в 17:41, Vadim Zhukov : > > fortune-mod-ru is a collection of Russian fortunes, authored by > Pavel Maryanov, Nikolay Vekshin, Evgeniy Kascheev & Sergey Sharshutin. > > The upstream is dead (I'm hosting file myself then), but words are > always a

Re: NEW: x11/plasma/{breeze-grub,breeze,breeze-gtk,kdecoration}

2021-03-03 Thread Vadim Zhukov
gt; > Tweaked version attached. Moved to x11/kde-plasma, it feels more > correct. Looks good, builds fine and breaks nothing here on amd64. Okay zhuk@ -- WBR, Vadim Zhukov

Re: NEW: meta/kde

2021-02-26 Thread Vadim Zhukov
Maybe it'll be more logical to put akonadi stuff into -pim? DESCR-games looks like a bit wordy. Not a critical problem, though. :-) Otherwise looks okay for me. пт, 26 февр. 2021 г., 08:20 Rafael Sadowski : > On Thu Feb 25, 2021 at 12:01:32PM +0300, Vadim Zhukov wrote: > &

Re: NEW: meta/kde

2021-02-25 Thread Vadim Zhukov
Some ideas: -sdk and -akonadi are useless, IMO. Why anyone would install akonadi separately? And for the -sdk, maybe it probably better being merged with -development? What are the plans for KDE6? If it's gotta be built together with KDE5, then those meta packages likely want to have PKGSPEC alre

NEW: misc/fortunes-mod-ru

2020-12-15 Thread Vadim Zhukov
okay to import? -- WBR, Vadim Zhukov misc_fortunes-ru_port.tar.gz Description: application/gzip

Re: Remove x11/kde (KDE3)

2020-12-07 Thread Vadim Zhukov
ven if it was the best KDE version, it should go to museum now. okay zhuk@ -- With best regards, Vadim Zhukov

Re: [New] devel/re2

2020-11-13 Thread Vadim Zhukov
enbsd-wip as a part of some ongoing work, so you have my okay here. :) -- WBR, Vadim Zhukov

Re: NEW: multimedia/kid3

2020-10-14 Thread Vadim Zhukov
ср, 14 окт. 2020 г. в 13:38, Stuart Henderson : > > On 2020/10/14 09:48, Rafael Sadowski wrote: > > On Fri Oct 09, 2020 at 11:49:56PM +0300, Vadim Zhukov wrote: > > > Hello all. > > > > > > Here is a port of the Kid3, a nicely done multimedia tags editor. F

NEW: multimedia/kid3

2020-10-09 Thread Vadim Zhukov
d3/, I preferred to ignore them. The {port-,}lib-depends-check will complain, though, not seeing the RUNPATH. A review/okay/hate/love will be appreciated. :) -- WBR, Vadim Zhukov kid3_port.tar.gz Description: application/gzip

Re: HOTFIX: x11/qt5/qtbase enable cups and double-conversion support

2020-03-15 Thread Vadim Zhukov
R} \ > -libdir ${QT_BASEDIR} \ > -plugindir ${QT_PLUGINSDIR} \ > - -prefix ${PREFIX} \ > + -prefix ${QT_BASEDIR} \ > -qmldir ${QT_QMLDIR} \ > -sysconfd

Re: libtool: really strip stdc++ when estdc++ is present

2020-02-23 Thread Vadim Zhukov
48:53 - 1.36 > +++ LT/Mode/Link.pm 23 Feb 2020 07:08:59 - > @@ -834,8 +834,8 @@ sub common1 > tsay {"stripping stdc++ from orderedlibs due to having > estdc++ already; ie=$ie, is=$is"}; > # check what library comes later > if ($ie < $is) { > - splice(@$orderedlibs, $ie, 1); > splice(@$orderedlibs, $is, 1, "estdc++"); > + splice(@$orderedlibs, $ie, 1); > $ie = $is; > } else { > splice(@$orderedlibs, $is, 1); I've just checked the fix with test program, it does the job. The patch looks like OK, but definitely needs to be run through the bulk build. -- WBR, Vadim Zhukov

Re: Remove: x11/qrfcview

2020-02-04 Thread Vadim Zhukov
I do not use it anymore, so no objections. вт, 4 февр. 2020 г., 23:07 Rafael Sadowski : > RFC download don't work and open a local rfc.txt, for example curl -O > https://tools.ietf.org/rfc/rfc2616.txt) ends in a bus error (core > dumped). > > Ok to remove this Qt4 nonsense? > >

Re: Remove math/{eigen,eigen2}

2020-01-19 Thread Vadim Zhukov
lib/kde4/plasma_runner_events.so > +@so lib/kde4/plasma_wallpaper_pattern.so > +@so lib/kde4/plasma_wallpaper_potd.so > +@so lib/kde4/plasma_wallpaper_qml.so > +@so lib/kde4/plasma_wallpaper_virus.so > +@so lib/kde4/plasma_wallpaper_weather.so > @lib lib/liblancelot-datamodels.so.${LIBlancelot-datamodels_VERSION} > @lib lib/liblancelot.so.${LIBlancelot_VERSION} > @lib > lib/libplasma_groupingcontainment.so.${LIBplasma_groupingcontainment_VERSION} > @@ -670,7 +669,6 @@ share/kde4/services/plasma-runner-transl > share/kde4/services/plasma-runner-wikipedia.desktop > share/kde4/services/plasma-runner-wikitravel.desktop > share/kde4/services/plasma-runner-youtube.desktop > -share/kde4/services/plasma-wallpaper-mandelbrot.desktop > share/kde4/services/plasma-wallpaper-pattern.desktop > share/kde4/services/plasma-wallpaper-potd.desktop > share/kde4/services/plasma-wallpaper-qml.desktop > -- WBR, Vadim Zhukov

Re: Remove graphics/digikam-kde4

2020-01-19 Thread Vadim Zhukov
hose who don't know, we have version 5+ in the tree. Yes, there is > not easy to merge the old database 4 to verson 5 but it's possible. > Google for guidance. Upstream is not interested in this problem. > > OK to remove digikam4 and no more needed dependencies? Less KDE4 is better. ;-) -- WBR, Vadim Zhukov

Re: UPDATE: net/weechat

2020-01-10 Thread Vadim Zhukov
builds and installs fine here on amd64, okay on my side пт, 10 янв. 2020 г. в 10:18, Rafael Sadowski : > > On Fri Jan 10, 2020 at 09:12:02AM +0300, Vadim Zhukov wrote: > > 9 января 2020 г. 18:20:59 GMT+03:00, Rafael Sadowski > > пишет: > > >Update weechat to 2.

Re: UPDATE: net/weechat

2020-01-09 Thread Vadim Zhukov
pkg/PLIST-ruby 26 Jun 2012 15:06:42 - 1.1.1.1 >+++ pkg/PLIST-ruby 9 Jan 2020 05:45:29 - >@@ -1,2 +1,2 @@ >@comment $OpenBSD: PLIST-ruby,v 1.1.1.1 2012/06/26 15:06:42 sthen Exp $ >-lib/weechat/plugins/ruby.so >+@so lib/weechat/plugins/ruby.so >Index: pkg/PLIST-tcl >=== >RCS file: /cvs/ports/net/weechat/pkg/PLIST-tcl,v >retrieving revision 1.1.1.1 >diff -u -p -u -p -r1.1.1.1 PLIST-tcl >--- pkg/PLIST-tcl 26 Jun 2012 15:06:42 - 1.1.1.1 >+++ pkg/PLIST-tcl 9 Jan 2020 05:45:29 - >@@ -1,2 +1,2 @@ > @comment $OpenBSD: PLIST-tcl,v 1.1.1.1 2012/06/26 15:06:42 sthen Exp $ >-lib/weechat/plugins/tcl.so >+@so lib/weechat/plugins/tcl.so Hm, why does this port disables its icon packaging? And it's probably better to remove files in post-install than to register in resulting plist as @comment... -- With best regards, Vadim Zhukov

Re: pondering.... meta/python3

2020-01-07 Thread Vadim Zhukov
g_add py3-setuptools" that you're probably going to need anyway) > but it's not particularly intuitive so this seems a bit nicer. > > (attached) -- WBR, Vadim Zhukov

Re: oicb port

2020-01-06 Thread Vadim Zhukov
... and now with disabled completion to make libreadline and unveil() co-exist happily. пн, 6 янв. 2020 г. в 23:17, Vadim Zhukov : > > ... and now with correct distinfo (/me was beaten by make clean=all > again, sorry) and better inglish in DESCR. > > пн, 6 янв. 2020 г. в 23:0

Re: oicb port

2020-01-06 Thread Vadim Zhukov
... and now with correct distinfo (/me was beaten by make clean=all again, sorry) and better inglish in DESCR. пн, 6 янв. 2020 г. в 23:00, Vadim Zhukov : > > ... and here is the port itself. oops :-\ > > пн, 6 янв. 2020 г. в 22:59, Vadim Zhukov : > > > > Hi all. > &g

Re: oicb port

2020-01-06 Thread Vadim Zhukov
... and here is the port itself. oops :-\ пн, 6 янв. 2020 г. в 22:59, Vadim Zhukov : > > Hi all. > > So here is a variant of the tool every OpenBSD developer needs most: > an ICB client. :) kn@ kindly asked me to prepare port for easier > testing (and tweak a few things - thank

oicb port

2020-01-06 Thread Vadim Zhukov
) features, but offers one big advantage: screen is not blocked while you're typing. The oicb has pledge(), unveil(), manpage and simplified BSD license, and it is written in C. Is this enough to become an OpenBSD-friendly program? :) -- WBR, Vadim Zhukov

Re: [NEW] devel/p5-PGObject

2019-12-16 Thread Vadim Zhukov
пн, 16 дек. 2019 г. в 21:38, Andrew Hewus Fresh : > > On Mon, Dec 16, 2019 at 06:18:41AM +0300, Vadim Zhukov wrote: > > пн, 16 дек. 2019 г. в 03:52, Andrew Hewus Fresh : > > > > > > On Fri, Nov 22, 2019 at 02:43:39PM -0800, cpb_ports wrote: > > > > On Wed

Re: [NEW] devel/p5-PGObject

2019-12-15 Thread Vadim Zhukov
can enable the database tests with a few extra > lines in the Makefile. > > MAKE_ENV += DB_TESTING=1 > MODULES += databases/postgresql > TEST_DEPENDS += databases/p5-DBD-Pg > > MODPOSTGRESQL_TEST_CMD = \ > ${LOCALBASE}/bin/psql -d postgres \ > -c 'CREATE ROLE postgres WITH LOGIN CREATEDB'; \ Hm-m-m, we probably need to add "-s" to createuser command in postgresql.port.mk? ${LOCALBASE}/bin/createuser postgres || \ -- WBR, Vadim Zhukov

Re: [NEW] VA-API for OpenBSD

2019-12-15 Thread Vadim Zhukov
uot;ONLY_FOR_ARCH=amd64 i386" at the top of ports Makefiles. -- WBR, Vadim Zhukov

Re: [NEW] VA-API for OpenBSD

2019-12-15 Thread Vadim Zhukov
EXTRALIBS=-lm -pthread > +LIBavutil_EXTRALIBS=-lm -pthread -L${LOCALBASE}/lib -lva -lva-drm -lva-x11 > LIBpostproc_EXTRALIBS=-lm > LIBswresample_EXTRALIBS=-lm > LIBswscale_EXTRALIBS=-lm This would break non-x86 archs. I'm attaching a patch for ffmpeg that should work everywhere.

Re: [NEW] VA-API for OpenBSD

2019-12-15 Thread Vadim Zhukov
ncoding at all, but fails on the first frame being tried to encode. Given that MPEG2 succeeds, I do not think this is a source video issue. So I guess that's somewhat silly like the ".so.2" issue above. > On Sun, Dec 15, 2019 at 8:37 AM Vadim Zhukov wrote: >> >&g

Re: [NEW] VA-API for OpenBSD

2019-12-15 Thread Vadim Zhukov
G2 and H.264 encoding, both in full and trimmed for diffability versions) and test video I'm using: https://ohvost.ru/dnl/gstreamer-vaapi-encoding-logs.tgz https://ohvost.ru/dnl/test.yuv.xz -- WBR, Vadim Zhukov gstreamer-vaapi_port.tar.gz Description: application/gzip

Re: [NEW] VA-API for OpenBSD

2019-12-13 Thread Vadim Zhukov
сб, 14 дек. 2019 г. в 10:27, Brad DeMorrow : > > On Sat, Dec 14, 2019 at 1:16 AM Vadim Zhukov wrote: >> >> сб, 14 дек. 2019 г. в 08:25, Vadim Zhukov : >> > >> > сб, 14 дек. 2019 г. в 06:10, Brad DeMorrow : >> > > >> > > Thank you bo

Re: [NEW] VA-API for OpenBSD

2019-12-13 Thread Vadim Zhukov
сб, 14 дек. 2019 г. в 08:25, Vadim Zhukov : > > сб, 14 дек. 2019 г. в 06:10, Brad DeMorrow : > > > > Thank you both, this is very helpful for me. > > Attached are updated tarballs. > > Since the meson module does the right thing, I stuck with using it for all > &

Re: [NEW] VA-API for OpenBSD

2019-12-13 Thread Vadim Zhukov
is more painful as >> these environment variables have to be explicitly set and sometimes >> ninja will re-run meson and not have the environment variables set. >> >> https://github.com/mesonbuild/meson/issues/3570 describes related >> problems. -- WBR, Vadim Zhukov Makefile.libva Description: Binary data

Re: [NEW] VA-API for OpenBSD

2019-12-13 Thread Vadim Zhukov
On Fri, Dec 13, 2019 at 3:58 PM Vadim Zhukov wrote: >> >> пт, 13 дек. 2019 г. в 22:17, Brad DeMorrow : >> >> It looks like not all inteldrm will work. At least mine (found on >> ThinkPad X240) doesn't: > > You're correct, my mistake. It specificall

Re: [NEW] VA-API for OpenBSD

2019-12-13 Thread Vadim Zhukov
tter in this case, at least you'll have SHARED_LIBS stuff right. See the tweaked libva port Makefile for example. Please regen PLIST for intel-vaapi-driver port, this should add @so marker. Do not say "Foo is a bar" in COMMENT for foo-1.0 package, just put "bar" there, that's enough. -- WBR, Vadim Zhukov Makefile.libva Description: Binary data

Re: Qt 5.12 LTS

2019-03-15 Thread Vadim Zhukov
I'm slowly working on Qt 5.12. BUT There will be no QtWebEngine yet, sorry. I don't have time for fighting with it. Look at www/chromium port - this one would be the same, only with few extra patches. Anyone willing to do real work there, be guest of Rafael and me. пт, 15 мар. 2019 г., 4:49 Bry

Re: portcheck(1) and FLAVOR

2018-11-12 Thread Vadim Zhukov
-f - show=PORTSDIR_PATH > 2>/dev/null) || true) > + $( (echo "$test_mf" | env FLAVOR= make -C / -f - > show=PORTSDIR_PATH 2>/dev/null) || true) > unset IFS > if ((${#portsdir_path[@]} > 0)); then > for p in "${portsdir_path[@]}"; do > I agree; okay & thanks! -- WBR, Vadim Zhukov

Re: qt5.port.mk breaks security/xca

2018-11-04 Thread Vadim Zhukov
вс, 4 нояб. 2018 г. в 19:35, Christian Weisgerber : > > Vadim Zhukov: > > > > Enter qt5.port.mk: > > > > > > MAKE_FLAGS += ${_MODQT5_SETUP} > > > ... > > > # useful? > > > _MODQT5_SETUP +=CC=${CC} CXX=${

Re: qt5.port.mk breaks security/xca

2018-10-29 Thread Vadim Zhukov
t; in the ports infrastructure feels silly. The CXX override was the one really needed, and I've added CC to make things look like similar. Given that we don't have separate libc installed with egcc, the CC= part probably could be dropped. I can't test things right now, though — hope things will be better in December, after leaving current job. :-\ -- WBR, Vadim Zhukov

Re: portcheck and tags

2018-08-08 Thread Vadim Zhukov
erl code in portcheck, so you've missed the chance anyway. ;) -- WBR, Vadim Zhukov

Re: Qt5Webkit -> USE_WXNEEDED

2018-08-03 Thread Vadim Zhukov
чт, 2 авг. 2018 г. в 12:40, Stuart Henderson : > > On 2018/08/02 07:17, Rafael Sadowski wrote: > > If no concerns I would like to commit the patch. > > I'm a bit confused about this because: > > 1. we have a patch described as "Enable W^X in QtWebkit's JIT" > in x11/qt5/qtwebkit/patches/patch-Sourc

Re: NEW: x11/kde-applications/libkomparediff2

2018-07-21 Thread Vadim Zhukov
as a conflict with >> kde-l10n-*. > >Thinking out loud, wont this cause issues in bulk as kde3/kde4 and >ports >should be tagged as such so that dpb doesnt try to install conflicting >ports for dependencies ? There are no problems while there's no port with build depende

Re: network.conf.template question

2018-07-15 Thread Vadim Zhukov
I was using it at some point, because default KDE mirror was too slow. It was 3 or 4 years ago, and probably everyone that large uses CDN now anyway. вс, 15 июл. 2018 г., 11:08 Marc Espie : > Is anyone actually using the possibility of copying > network.conf.template and tweaking it ? > > I'm thi

Re: x11/kde-applications/analitza ./kalgebra ./cantor

2018-06-08 Thread Vadim Zhukov
t QML error is there because QML (or, more technically, QtScript) engine is not W^X safe. Usually that means that you have to add USE_WXNEEDED=yes to Makefile of port running QML-featured executable, unfortunately. -- WBR, Vadim Zhukov

Re: NEW: [1/2] x11/kde-applications/konsole

2018-06-07 Thread Vadim Zhukov
{MODKDE4_DEP_DIR}/konsole>=${MODKDE4_DEP_VERSION} > >Unbook and delete yakuake-kde4 (simple replacement) >x11/yakuake-kde4/Makefile:RUN_DEPENDS = ${MODKDE4_DEP_DIR}/konsole \ > > >Ok to import? This looks like a small bug (or two) in my code, actually. Could you please ping me somewhere in July to look at Konsole sysctl bits, if I'll forget? -- WBR, Vadim Zhukov

Re: portimport: reminder to commit db/user.list

2018-05-28 Thread Vadim Zhukov
2018-05-29 0:54 GMT+03:00 Stuart Henderson : > On 2018/05/28 19:22, Vadim Zhukov wrote: >> 28 мая 2018 г. 15:39:29 GMT+03:00, Stuart Henderson >> пишет: >> >Does anyone have a port to import with a new uid/gid they could test >> >this with pleas

Add @newuser/@newgroup checks to portcheck

2018-05-28 Thread Vadim Zhukov
/icinga/core and net/icinga/core2 install same user/group. So what way do you want this: with or without pkgpath checking? -- WBR, Vadim Zhukov Index: portcheck === RCS file: /cvs/ports/infrastructure/bin/portcheck,v retrieving

Re: portimport: reminder to commit db/user.list

2018-05-28 Thread Vadim Zhukov
gt; cvs -d$cvsroot update -AdP ${pkgpath##*/} > echo "Don't forget to commit the ${pkgpath%/*}/Makefile when you're >done!" This looks like more a job for portcheck, which is run by portimport anyway. I'll cook a tweak ASAP. -- WBR, Vadim Zhukov

Re: CVS: cvs.openbsd.org: src

2018-05-01 Thread Vadim Zhukov
which doesn't have an easy to use SMTP mailer bundled.[1] Stuart, the maintainer (Kirill) proposes just killing the executable in port, do you still think there should be more work done? -- WBR, Vadim Zhukov [1] Well, there was Outlook Express at some point, and something similar nowada

Re: NEW: x11/kde-applications/libkdcraw

2018-04-30 Thread Vadim Zhukov
вс, 29 апр. 2018 г., 11:04 Rafael Sadowski : > > $ cat x11/kde-applications/libkdcraw/pkg/DESCR > Libkdcraw is a C++ interface around LibRaw library used to decode RAW picture > files. > > Looks simple but it feels like a trap. libkdcraw-17.12.3 has no > conflicts with libkdcraw from KDE4 but we ca

Re: NEW: x11/kde-applications/ktouch

2018-04-28 Thread Vadim Zhukov
2018-04-28 22:44 GMT+03:00 Rafael Sadowski : > > On Thu Apr 26, 2018 at 10:43:14PM +0300, Vadim Zhukov wrote: >> 2018-04-26 21:58 GMT+03:00 Rafael Sadowski : >> > Please find attached next new KDE4 replacement. >> > >> > Conflict bits are set: >> &g

Re: CVS: cvs.openbsd.org: src

2018-04-28 Thread Vadim Zhukov
t@ Some care would be needed for apcupsd port, which installs /usr/local/sbin/smtp. IIUC, it does the same thing as /usr/bin/smtp and port could just stop installing it. The existing smtp users could be affected, though, so I propose the following patch. Any better ideas/objections/okays? -- WBR,

Re: fix kdelibs4 mimetypes ?

2018-04-28 Thread Vadim Zhukov
сб, 28 апр. 2018 г., 13:39 Landry Breuil : > Hi, > > saw this during a pkg_add w/ kdelibs4 installed: > > Unknown media type in type 'all/all' > Unknown media type in type 'all/allfiles' > > shared-mime-info is choking on types installed by kdelibs4, which had > been removed in kde5: > > https://g

Re: qtbase using egpp without depending on gcc/4.9 ?

2018-04-27 Thread Vadim Zhukov
пт, 27 апр. 2018 г., 18:01 Landry Breuil : > Hi, > > spotted this one while looking at other things: > > pre-configure: > @gccbasedir=`ecpp -print-search-dirs | awk '/^install:/{print > $$2}'`; \ > perl ${PORTSDIR}/infrastructure/bin/pkg_subst \ > -D OPENBSD_INCDIR_PREP

Re: NEW: x11/kde-applications/ktouch

2018-04-26 Thread Vadim Zhukov
nstallation of KDE4 and KDE5 ones. But later I realized that they co-exist more or less fine anyway, and dropped kde5- prefix idea, but forgot about @conflict markers. Sorry for missing similar thing in kate port as well. -- WBR, Vadim Zhukov

Re: NEW: x11/kde-applications/kate

2018-04-25 Thread Vadim Zhukov
;- Integrated command line >- Scriptable using JavaScript > >Tested on amd64. All tests are green, Ok? Comments? > >Rafael Sadowski This should conflict with x11/kde/base,-main as well. Otherwise looks good. Can't build it right now, though, sorry. -- WBR, Vadim Zhukov

Re: x11/kde/libs3 clang6 fixes

2018-04-17 Thread Vadim Zhukov
27;m agree with all changes, but a few libs should have major bump since ABI is changed (public constants): kdeui, khtml, kjs. -- WBR, Vadim Zhukov > Index: patches/patch-kate_part_katebuffer_cpp > === > RCS file: /cvs/ports

Re: SMPlayer -> MPV

2018-04-11 Thread Vadim Zhukov
lack magic? RUN_DEPENDS = mpv-*|mplayer-*:multimedia/mpv -- WBR, Vadim Zhukov

Re: UPDATE: productivity/kmymoney

2018-01-14 Thread Vadim Zhukov
1.17 > +++ Makefile14 Jan 2018 17:37:18 - > @@ -3,17 +3,17 @@ COMMENT = accounting for KDE 4 > CATEGORIES = productivity x11 > HOMEPAGE = https://kmymoney.org/ > MAINTAINER = Vadim Zhukov > -VERSION = 4.8.0 >

Re: kde/artwork3

2017-12-22 Thread Vadim Zhukov
zhuk@ -- WBR, Vadim Zhukov

Re: [NEW] games/qqwing

2017-12-17 Thread Vadim Zhukov
2017-12-17 18:54 GMT+03:00 Victor Kukshiev : > 2017-12-17 18:43 GMT+03:00 Vadim Zhukov : >> >> Please run "portcheck -N" in port directory first, and walk through its >> replies. > > Done. I fixed it. OK? Now it's more or less good. The only nit left

Re: [NEW] games/qqwing

2017-12-17 Thread Vadim Zhukov
2017-12-17 18:26 GMT+03:00 Victor Kukshiev : > Hello! > QQwing is software for generating and solving Sudoku puzzles. > This package depends on gnome-sudoku. > OK? Please run "portcheck -N" in port directory first, and walk through its replies. -- WBR, Vadim Zhukov

Re: NEW: x11/grantlee-qt5

2017-12-17 Thread Vadim Zhukov
should go earlier, but it's up to you... Interesting would be to check if we could actually make both Grantlee versions use same headers... :) But more likely we'll need, e.g., to move Grantlee headers under ${PREFIX}/include/kde4. -- WBR, Vadim Zhukov

Re: Fix missing private includes in Qt5-base

2017-11-16 Thread Vadim Zhukov
uilding all of them from scratch. Second, we already patch create_cmake.prf, so it's better to change tweak create_cmake.prf and then make update-patches. I think there should be a better option but I don't see it myself and I can't force you (or somewhere else) to dig better. :) -- WBR, Vadim Zhukov

Re: font/ru-ptsans license

2017-11-15 Thread Vadim Zhukov
16 нояб. 2017 г. 6:48 пользователь "Anthony J. Bentley" написал: > > Hi, > > The license marker in ru-ptsans says OFL, but I can't find any mention > of OFL either on the website or in the distfile. The "ParaType Free > Font Licensing Agreement" seems free enough though. > > We could probably swin

Re: qt5 and W^X violation

2017-08-13 Thread Vadim Zhukov
13 авг. 2017 г. 4:34 ПП пользователь "David Coppa" написал: Hi! Every time I launch minitube, I see this: ---8<--- $ minitube & [1] 16239 QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-dcoppa' JIT is disabled for QML. Property bindings and animations will be very slow. V

Re: [NEW] LXAppearance 0.6.3

2017-08-05 Thread Vadim Zhukov
ions easily. Starting at version 0.6.1 it also allows >> > to enable the accessibility features. >> > >> > OK? >> >> You should run portcheck [1] on your port, it has a few hints on what >> you need to improve. For example the missing OpenBSD header line, or &g

Re: pkg_add href regex

2017-08-03 Thread Vadim Zhukov
gt; --- OpenBSD/PackageRepository/HTTP.pm 27 Aug 2014 18:40:03 - 1.12 > +++ OpenBSD/PackageRepository/HTTP.pm 3 Aug 2017 21:04:28 - > @@ -280,7 +280,7 @@ sub get_directory > exit 1; > } > print "SUCCESS: directory $dname\n"; > - for my $pkg ($r =~ m/\/gio) { > + for my $pkg ($r =~ m/\]*\s+HREF=\"(.+?)\.tgz\"/gio) { > $pkg = $1 if $pkg =~ m|^.*/(.*)$|; > # decode uri-encoding; from URI::Escape > $pkg =~ s/%([0-9A-Fa-f]{2})/chr(hex($1))/eg; > Your version, Stuart, looks like okay for me (as in "I'd do the same tweak"). -- WBR, Vadim Zhukov

Re: [new] sshlockout(8)

2017-07-27 Thread Vadim Zhukov
> - add a comment above MASTER_SITES about the source of the snapshot > > Any reviewer around? :) Looks good enough for me. Any chance pledge(2) call gets into upstream? :) -- WBR, Vadim Zhukov

Tweaks for devel/qt-creator

2017-07-25 Thread Vadim Zhukov
sible problems space. -- WBR, Vadim Zhukov Index: Makefile === RCS file: /cvs/ports/devel/qt-creator/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile20 Jul 2017 18:05:23 - 1.26 +++ Makefile

Re: NEW: devel/qbs

2017-07-25 Thread Vadim Zhukov
ot;Jeremie Courreges-Anglas" < j...@wxcvbn.org> написал: On Sun, Jul 23 2017, Vadim Zhukov wrote: > Right now we ship qbs together with qt-creator package. This splits > them, allowing to use (relatively lightweight) qbs independently, and > ever build qt-creator using it. Ok

Re: Fix for multimedia/synfig

2017-07-24 Thread Vadim Zhukov
2017-07-24 18:32 GMT+03:00 Stuart Henderson : > On 2017/07/24 17:40, Vadim Zhukov wrote: >> This synfig at run-time, unbreaking (at least) synfigstudio build. >> >> I'm not skilled enough to find the root cause quickly, but this at least >> allows bulk builds

Fix for multimedia/synfig

2017-07-24 Thread Vadim Zhukov
the DEBUG-related chunk? The reason for it is that configure script replaces -O* in CXXFLAGS with value coming from --enable-optimization; if there was none, it "autodetects". -- WBR, Vadim Zhukov Index: Makefile ===

NEW: devel/qbs

2017-07-23 Thread Vadim Zhukov
-level build graph (like make). -- WBR, Vadim Zhukov qbs_port.tar.gz Description: GNU Zip compressed data

Re: Qt 5.9.1 update

2017-07-22 Thread Vadim Zhukov
2017-07-22 15:09 GMT+03:00 Bryan Linton : > On 2017-07-22 14:40:48, Vadim Zhukov wrote: >> >> Yes, I see problems, too. I suspect some problems with gstreamer, >> though - do you see gst-plugin-scanner crash when starting qutebrowser >> with --debug? >>

Add "support" for -weak in our libtool

2017-07-22 Thread Vadim Zhukov
But having it being recognized helps at least xine-lib to build. Since no compilers/linkers do support -weak, this is a safe tweak. Okay? -- WBR, Vadim Zhukov [1] https://www.gnu.org/software/libtool/manual/html_node/Linking-with-dlopened-modules.html In

Re: libtool warning

2017-07-22 Thread Vadim Zhukov
w. -- WBR, Vadim Zhukov Index: LT/UList.pm === RCS file: /cvs/src/usr.bin/libtool/LT/UList.pm,v retrieving revision 1.3 diff -u -p -r1.3 UList.pm --- LT/UList.pm 25 Dec 2016 13:46:18 - 1.3 +++ LT/UList.pm 22 Jul 2017 13:1

Re: Qt 5.9.1 update

2017-07-22 Thread Vadim Zhukov
2017-07-22 8:02 GMT+03:00 Bryan Linton : > On 2017-07-21 18:33:51, Vadim Zhukov wrote: >> Yep. >> >> The issue was in QSslSocket, actually. The Qt library handles OpenSSL >> and his brothers specially, detecting features at run-time rather than >> at compile ti

Re: Qt 5.9.1 update

2017-07-21 Thread Vadim Zhukov
2017-07-21 17:30 GMT+03:00 Brendan Doyle : > On Fri, Jul 21, 2017 at 17:18 (UTC+0300), Vadim Zhukov wrote: >> Not sure if this is the right place, but I'll give it a try. >> >> Today after updating to the latest snapshot and running pkg_add -u >> qutebrowser re

Re: Qt 5.9.1 update

2017-07-21 Thread Vadim Zhukov
21 июл. 2017 г. 3:20 ПП пользователь "Brendan Doyle" < doyle.bren...@yandex.com> написал: On Fri, Jul 14, 2017 at 11:32 (UTC+0300), Vadim Zhukov wrote: > Here is an update to Qt 5.9.1. It consists of the minimum for atomic > commit: > > - x11/qt5 and meta/qt5 updat

Re: UPDATE: devel/qt-creator

2017-07-20 Thread Vadim Zhukov
20 июл. 2017 г. 1:15 ПП пользователь "Rafael Sadowski" < raf...@sizeofvoid.org> написал: *ping* build fine with Qt 5.9.1. On Wed Jul 12, 2017 at 12:13:32AM +0200, Rafael Sadowski wrote: > ping. Tested by Caspar Schutijser. Thanks! > > On Fri Jun 30, 2017 at 10:09:26PM +0200, Rafael Sadowski wrote

Fix check_dhcp crash in net/monitoring-plugins

2017-07-19 Thread Vadim Zhukov
This fixes a crash of check_dhcp caused by stack smashing, which in turn is caused by int vs. size_t mismatch when calling sysctl(3). The same bug applies to 6.1 packages, so I'm asking for okays for both -CURRENT and -STABLE. -- WBR, Vadim Zhukov Index: Mak

Re: x11/slock: Update to 1.4

2017-07-18 Thread Vadim Zhukov
ap); b) users of non-passwd auth styles. I'd rather backport the fix from upstream: http://git.suckless.org/slock/commit/?id=d8bec0f6fdc8a246d78cb488a0068954b46fcb29 But I'm not an slock user, so those are just my thoughts. :) -- WBR, Vadim Zhukov

Re: NEW: security/qca-qt5

2017-07-13 Thread Vadim Zhukov
Sounds good. 13 июл. 2017 г. 11:13 ПП пользователь "Rafael Sadowski" < raf...@sizeofvoid.org> написал: > > > On Thu Jul 13, 2017 at 06:31:17PM +0300, Vadim Zhukov wrote: > > 2017-07-12 21:35 GMT+03:00 Rafael Sadowski : > > > Hi All. > > > >

Re: NEW: security/qca-qt5

2017-07-13 Thread Vadim Zhukov
2017-07-12 21:35 GMT+03:00 Rafael Sadowski : > Hi All. > > please find attached a new port security/qca-qt5 (QCA for Qt5). This is > separate port for Qt5 because it's too different from Qt4 case. Initial > work from zhuk@ on openbsd-wip in 2016. This port is not very different > from current secur

Re: cmake woes wrt libxml2 include_dirs

2017-07-04 Thread Vadim Zhukov
4 июл. 2017 г. 3:19 ПП пользователь "Landry Breuil" написал: On Tue, Jul 04, 2017 at 01:21:48PM +0300, Vadim Zhukov wrote: > >> > >> > >> But that's of course ugly, so i'm looking for help to figure out if this > >> is a problem

Re: cmake woes wrt libxml2 include_dirs

2017-07-04 Thread Vadim Zhukov
indLibxml2.cmake problem because > "find_package(LibXml2)" works fine with akonadi-17.04.1 (kf5 port on > openbsd-wip). It's definitely the FindLibXml2.cmake problem, since it doesn't provide LIBXML2_INCLUDE_DIRS (notice the &#

FIX: Allow textproc/xxdiff to open non-ASCII paths

2017-06-20 Thread Vadim Zhukov
Hi all. This unbreaks xxdiff on paths with non-ASCII characters in them. To be discussed with upstream (probably those should be toLocal8bit() calls instead), but at least I can co-operate with my students again. Anyone willing to okay/reject? -- WBR, Vadim Zhukov Index: Makefile

Re: UPDATE: Qt 5.9.0

2017-06-15 Thread Vadim Zhukov
2017-06-15 12:52 GMT+03:00 Vadim Zhukov : > Hi all. > > This updates Qt5 port to recently released 5.9.0, including > QtWebkit. New Qt parts are already imported to make testing easier. > This patch also skips removal of qtenginio for easer review process. > > Requirements:

Re: [NEW] games: jagged alliance 2 engine

2017-06-10 Thread Vadim Zhukov
still some hidden bugs where the game crashes, so i enabled >>>>> > the debug symbols. >>>>> > >>>>> > Any comments? I take maintainer for this port. >>>>> > >>>>> > Nils >>>>> > >>>>> > >>>>> > 1: http://ja2-stracciatella.github.io -- WBR, Vadim Zhukov

Re: tex PLIST regens

2017-05-30 Thread Vadim Zhukov
> in PLISTs. > > Can anyone OK this? At least it doesn't break anything, so OK. -- WBR, Vadim Zhukov

Re: update: games/freeciv 2.5.7

2017-05-28 Thread Vadim Zhukov
2017-05-28 22:02 GMT+03:00 Stuart Henderson : > On 2017/05/28 18:44, Vadim Zhukov wrote: >> 2017-05-28 18:31 GMT+03:00 Michal Mazurek : >> > 2.5.7 is a minor bug fix release >> > >> > Index: Makefile >> >

Re: update: games/freeciv 2.5.7

2017-05-28 Thread Vadim Zhukov
2017-05-28 18:31 GMT+03:00 Michal Mazurek : > 2.5.7 is a minor bug fix release > > Index: Makefile > === > RCS file: /cvs/ports/games/freeciv/Makefile,v > retrieving revision 1.111 > diff -u -p -r1.111 Makefile > --- Makefile22 Nov

Handle --tag= in the middle of libtool options list

2017-05-27 Thread Vadim Zhukov
This allows to handle --tag=... args in the middle of options list. Unbreaks multimedia/lives with base Clang. I don't see any potential breakage because compilers and linkers do not accept --tag= anyway. Okay? -- WBR, Vadim Zhukov P.S.: Our regress/usr.bin/libtool looks like

Re: add ports infrastructure support for aarch64

2017-01-23 Thread Vadim Zhukov
hes = qw(aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc sh > sparc64); > my $pkgpath = "/home/ftp/pub/OpenBSD/$osrev/packages"; > my $htmlbase = "html"; -- WBR, Vadim Zhukov

NEW: RBTools (ReviewBoard tools)

2017-01-15 Thread Vadim Zhukov
n easy way for drawing a progress during for() loop. Both tested on amd64 with Python 2.7 (the only officially supported by RBTools, as I see), but should be fine everywhere. Comments, or even okays? -- WBR, Vadim Zhukov py-tqdm_port.tar.gz Description: GNU Zip compressed data rbtools_port.tar.

  1   2   3   4   5   6   7   8   9   >