Re: POSIX standard as manual pages

2014-01-23 Thread Vadim Zhukov
23.01.2014 20:19 пользователь "Kevin Chadwick" написал: > > previously on this list Vadim Zhukov contributed: > > > The following port installs the POSIX standard as manual pages. This > > could be handy when developing new code. > > Should the port mention

POSIX standard as manual pages

2014-01-23 Thread Vadim Zhukov
0p => 7u (headers) This probably needs a note about man.conf tweaking, but I'm totally lost at wording. Given that it's a one line as of now, I've put it in MESSAGE rather than in README. Also, I'm not sure that I got PERMIT_* right. -- WBR, Vadim Zhukov man-

Re: KMyMoney

2014-01-22 Thread Vadim Zhukov
> Given that there is a lot of things changed in KDE land, and that > there could be some issues with importing stuff named similarily to > KDE3 ones, I postpone importing stuff like Digikam for post-5.5 times. > > Here is a port of KMyMoney, very nice KDE4 app that I use every week. > It depends

KMyMoney

2014-01-22 Thread Vadim Zhukov
on libalkimia, port for which is also included. It's heavily tested on i386 and behaves well. Okay to import? -- WBR, Vadim Zhukov libalkimia_port.tar.gz Description: GNU Zip compressed data kmymoney_port.tar.gz Description: GNU Zip compressed data

Our libtool directory ordering fix

2014-01-19 Thread Vadim Zhukov
{ if ($shared) { # select correct library by sorting by version number only my $bestlib = $self->findbest($sd, $libtofind); Index: LT/UList.pm ==

Fix OpenCV on sparc64

2014-01-19 Thread Vadim Zhukov
Hello all. Landry spotted OpenCV failing on sparc64 since last update. This happens due to erroneous atomic builtins handling. I do not have anything except i386, so, please, could anyone with sparc64 check that this patch fixes the build? No need for REVISION bump here because this patch affects

Re: NEW : devel/p5-Unix-Mknod

2014-01-17 Thread Vadim Zhukov
. > > ok ? Please fmt(1) the pkg/DESCR (caught by portcheck(1), BTW). Otherwise, looks and works fine on i386, okay zhuk@ -- WBR, Vadim Zhukov

Re: cmake's FindRuby: make it recognize ruby2.1

2014-01-15 Thread Vadim Zhukov
Looks and works good. okay and thanks from zhuk@ :) 2014/1/14, David Coppa : > On Tue, Jan 14, 2014 at 9:52 AM, Vadim Zhukov wrote: >> 2014/1/14 David Coppa : >>> >>> The diff below teaches FindRuby.cmake about the new ruby2.1 >>> Seems to work fine in my test

Re: cmake's FindRuby: make it recognize ruby2.1

2014-01-14 Thread Vadim Zhukov
t; GREATER 18 OR > find_path(RUBY_CONFIG_INCLUDE_DIR >NAMES ruby/config.h config.h >HINTS > @@ -114,7 +119,7 @@ on systems that have such directories bu >${RUBY_HDR_DIR}/${RUBY_ARCH} >${RUBY_ARCH_DIR} >) > -@@ -185,7 +205,14 @@ endif() > +@@ -185,7 +208,14 @@ endif() > > > # Determine the list of possible names for the ruby library Please give me a day to finish KDE 4.11.5 and I'll review it. Thank you for the patch. -- WBR, Vadim Zhukov

Re: Fix WANTLIB for ruby gem ext ports with ruby20, ruby21, rbx FLAVORs

2014-01-13 Thread Vadim Zhukov
14.01.2014 6:46 пользователь "Jeremy Evans" написал: > > This diff fixes the WANTLIB for ruby gem ext ports using the ruby20, > ruby21, and rbx FLAVORs. Previously, pthread wasn't being added to > any of them, and gmp was not added to ruby21. > > This removes the MODRUBY_WANTLIB_m setting, which

Re: libtalloc: various fixes

2014-01-13 Thread Vadim Zhukov
-- WBR, Vadim Zhukov 2014/1/13 Jérémie Courrèges-Anglas : > > Hi, > > First I needed debugging symbols for another port I'm working on. > Then I noticed that weird soname, which isn't useful on OpenBSD and is > misleading at best. > > Then I noticed that

Re: NEW: converters/uudeview

2014-01-09 Thread Vadim Zhukov
iles/ Two small nits: 1) License marker should be "GPLv2+, with BSDL parts" or like - check the actual sources. 2) The "uu/xx/Base64/BinHex/yEnc decoder and encoder" looks a bit more readable to me (non-native English reader), but no pressure here. :) After this, okay zhuk@ (I don't like the actual code playing with fgetc(3) and ungetc(3), but that's a totally different story). -- WBR, Vadim Zhukov

Re: emacs no_x11: less deps

2014-01-08 Thread Vadim Zhukov
t; -share/icons/hicolor/48x48/apps/ > -share/icons/hicolor/48x48/apps/emacs.png > -share/icons/hicolor/scalable/ > -share/icons/hicolor/scalable/apps/ > -share/icons/hicolor/scalable/apps/emacs.svg > -share/icons/hicolor/scalable/mimetypes/ > -share/icons/hicolor/scalable/mimetypes/emacs-document.svg > -@exec %D/bin/update-desktop-database > -@unexec-delete %D/bin/update-desktop-database > -@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor > -@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor Looks good to me, ok zhuk@. -- WBR, Vadim Zhukov

Re: UPDATE: graphics/opencv

2014-01-03 Thread Vadim Zhukov
2013/12/31 Vadim Zhukov : > 2013/12/31 Rafael Sadowski : >> On Tuesday 31 December 2013 01:22:13 Vadim Zhukov wrote: >>> 2013/12/30 Rafael Sadowski : >>> > Hey @ports, >>> > >>> > maintainer update. Okay? >>> >>> Upstream de

Re: NEW: x11/kde-share

2014-01-03 Thread Vadim Zhukov
2014/1/3 Landry Breuil : > On Tue, Dec 31, 2013 at 12:47:37AM +0400, Vadim Zhukov wrote: >> This is some sort of pseudo-package: it tries to combine some common >> stuff from kdebase-3.x and kde-runtime-4.x. I need this to finally >> make kde-runtime-4.x co-exist with KDE3.

Re: NEW: x11/kde-share

2014-01-03 Thread Vadim Zhukov
31.12.2013 0:47 пользователь "Vadim Zhukov" написал: > > This is some sort of pseudo-package: it tries to combine some common > stuff from kdebase-3.x and kde-runtime-4.x. I need this to finally > make kde-runtime-4.x co-exist with KDE3. This could be a nice New Year > gi

Re: waf woes

2014-01-02 Thread Vadim Zhukov
time on that crap. Given that it's clearly hostile to any packaging > effort, why bother with it ? Just do the minimum and patch all the > bundled copies. I'll learn jig to dance it on the WAF grave. -- WBR, Vadim Zhukov

Re: UPDATE: graphics/opencv

2013-12-30 Thread Vadim Zhukov
2013/12/31 Rafael Sadowski : > On Tuesday 31 December 2013 01:22:13 Vadim Zhukov wrote: >> 2013/12/30 Rafael Sadowski : >> > Hey @ports, >> > >> > maintainer update. Okay? >> >> Upstream decided to convert opencv_ts to a static library, really?

Re: UPDATE: graphics/opencv

2013-12-30 Thread Vadim Zhukov
2013/12/30 Rafael Sadowski : > Hey @ports, > > maintainer update. Okay? Upstream decided to convert opencv_ts to a static library, really? > cheers Rafael -- Vadim Zhukov

NEW: x11/kde-share

2013-12-30 Thread Vadim Zhukov
This is some sort of pseudo-package: it tries to combine some common stuff from kdebase-3.x and kde-runtime-4.x. I need this to finally make kde-runtime-4.x co-exist with KDE3. This could be a nice New Year gift for all KDE-on-OpenBSD users. :) Okay to import? -- WBR, Vadim Zhukov kde

Re: Help on creating a port (perl)

2013-12-29 Thread Vadim Zhukov
reHints-0.007/fake-i386/usr/local/man > make-plist: Bogus element outside of every prefix: > /home/mosconi/ports/pobj/p5-Lexical-SealRequireHints-0.007/fake-i386/usr/local/man/man3p > make-plist: Bogus element outside of every prefix: > /home/mosconi/ports/pobj/p5-Lexical-SealRequireHints-0.007/fake-i386/usr/local/man/man3p/Lexical::SealRequireHints.3p > tales:p5-Lexical-SealRequireHints {113} > > I`ve make anothers ports/packages from other cpan modules, but this one I > got this error. > Anyone has a clue about the problem? > > Thanks, Where is the ${WRKOBJDIR} pointing? It should be the /home/mosconi/ports/pobj but I suspect you have just symlinked /usr/ports/pobj or /usr/ports there, no? Also, no need to run "sudo make fake", it's easier to just add SUDO to /etc/mk.conf, see bsd.port.mk(5). -- WBR, Vadim Zhukov

Improve rebuild script of textproc/libxml

2013-12-24 Thread Vadim Zhukov
ld --- files/rebuild 4 Sep 2005 23:38:18 - 1.1 +++ files/rebuild 24 Dec 2013 17:11:56 - @@ -1,18 +1,44 @@ #! /bin/sh # written by Marc Espie, 2005. +# improvements by Vadim Zhukov, 2013. # public domain +set -e + PREFIX=@PREFIX@ dir=$PREFIX/share/libxml2 catalog=/va

Deconflicting of config and config.kcfg

2013-12-22 Thread Vadim Zhukov
This patch moves the largest remaining conflicting part for KDE[34]. Mostly mechanical, tested on a few KDE apps. Tested a few times on my i386. Bulk test likely not needed but maybe someone wants to take a look? Some background info: I didn't want to move share/config/ initially, but later realiz

Re: Starting kde4

2013-12-17 Thread Vadim Zhukov
, or is there is build problem? > I'm up way to late on this. > > Thanks, STeve Andre' -- WBR, Vadim Zhukov

Re: graphics/qiv enhancements

2013-12-14 Thread Vadim Zhukov
+ >> +If you want to use qiv-command and launch other programs within qiv, put >> +${PREFIX}/share/examples/qiv/qiv-command.example somewhere in the command >> +search path (for example, in the user's ~/bin directory): >> +mkdir ~/bin >> +cp ${PREFIX}/share/examples/qiv/qiv-command.example ~/bin/qiv-command >> + >> +Edit qiv-command script for your needs. >> +This is very nice for launching stuff like "metacam", "jhead", "exiftool" >> +etc. Maybe it'll be better to patch the manual page of qiv instead of adding a readme? -- WBR, Vadim Zhukov

PATCH: Use portcheck as portimport's helper

2013-12-11 Thread Vadim Zhukov
> kirby@ reminded that portimport(1) was not updated after portcheck(1) > import. Among other things, it allows to run portimport from custom > directory, which was requested by kirby@ in the first place. > > Any comments/okays on the following patch then? Improved version, after some input from

Re: NEW: net/libmygpo-qt

2013-12-09 Thread Vadim Zhukov
2013/12/9 Nigel Taylor : > On 12/09/13 12:43, Vadim Zhukov wrote: >> libmygpo-qt is a Qt/C++ library wrapping the gpodder.net Webservice. >> It is currently used in Amarok 2 and Clementine to retrieve a >> directory of podcasts and to synchronize podcast subscription

Re: NEW: net/libmygpo-qt

2013-12-09 Thread Vadim Zhukov
2013/12/9 Amit Kulkarni : > you forgot to attach port? Of course I did. :-\ Sorry, attaching it now. > On Mon, Dec 9, 2013 at 6:43 AM, Vadim Zhukov wrote: >> >> libmygpo-qt is a Qt/C++ library wrapping the gpodder.net Webservice. >> It is currently used in Amarok 2 and

NEW: net/libmygpo-qt

2013-12-09 Thread Vadim Zhukov
libmygpo-qt is a Qt/C++ library wrapping the gpodder.net Webservice. It is currently used in Amarok 2 and Clementine to retrieve a directory of podcasts and to synchronize podcast subscriptions with gpodder.net. This port is needed for audio/clementine update. okay?

PATCH: Use portcheck as portimport's helper

2013-12-07 Thread Vadim Zhukov
kirby@ reminded that portimport(1) was not updated after portcheck(1) import. Among other things, it allows to run portimport from custom directory, which was requested by kirby@ in the first place. Any comments/okays on the following patch then? -- zhuk@ Index: portimport =

Re: samba and e2fsprogs packages -- 5.4

2013-12-05 Thread Vadim Zhukov
05.12.2013 14:59 пользователь "Ian McWilliam" написал: > > On 5/12/2013 8:53 PM, Stuart Henderson wrote: >> >> On 2013/12/05 00:48, Nigel Taylor wrote: >>> >>> the problem is this - for amd64/i386 current. >>> >>> $ cd /usr/ports/packages/amd64/all >>> $ check-lib-depends -d . samba-* >>> >>> samb

Re: Unbreak mktemp(1) usage in docbook-to-man

2013-12-03 Thread Vadim Zhukov
03.12.2013 13:44 пользователь "Stuart Henderson" написал: > > On 2013/12/02 22:10, Vadim Zhukov wrote: > > Unbreak: the XXX template should be at the end of string for mktemp(1). Okay? > > ok, but why on earth is coreutils mktemp not just a wrapper around > mkstemp

Unbreak mktemp(1) usage in docbook-to-man

2013-12-02 Thread Vadim Zhukov
Unbreak: the XXX template should be at the end of string for mktemp(1). Okay? -- zhuk@ Index: Makefile === RCS file: /cvs/ports/textproc/docbook-to-man/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile11

Re: Force NO_CCACHE for gcc4.port.mk and clang.port.mk

2013-11-28 Thread Vadim Zhukov
2013/11/28 Juan Francisco Cantero Hurtado : > On Wed, Nov 27, 2013 at 11:00:29PM +, Stuart Henderson wrote: >> On 2013/11/27 23:56, Juan Francisco Cantero Hurtado wrote: >> > On Wed, Nov 27, 2013 at 07:38:32PM +, Stuart Henderson wrote: >> > > On 2013/1

Re: NEW: security/sslsplit

2013-11-28 Thread Vadim Zhukov
etend that .todo is not present :) What .todo? ;) Two nits: 1) "network" probably will be more appropriate than "www" in CATEGORIES, no? 2) 3 tests fail on i386 (see below), is this known and okay? If not, I could take a look into them. Otherwise, looks okay. -- WBR,

Re: remove devel/ivy?

2013-11-28 Thread Vadim Zhukov
2013/11/28 Vadim Zhukov : > 28.11.2013 0:42 пользователь "Matthias Kilian" > написал: > > >> >> Hi, >> >> IIRC, I once imported devel/ivy, but never updated it since it hit >> version 2.x (because there where issues with ivy-2.x at my former &g

Re: NEW: devel/phantomjs

2013-11-28 Thread Vadim Zhukov
27.11.2013 19:38 пользователь "Landry Breuil" написал: > > On Wed, Nov 27, 2013 at 04:19:30PM +0100, Francisco de Borja Lopez Rio wrote: > > Hi everybody (first time writing to this list) > > > > Attached is a port for PhantomJS, a headless WebKit scriptable with a > > JavaScript API. It has fast

Re: remove devel/ivy?

2013-11-27 Thread Vadim Zhukov
28.11.2013 0:42 пользователь "Matthias Kilian" написал: > > Hi, > > IIRC, I once imported devel/ivy, but never updated it since it hit > version 2.x (because there where issues with ivy-2.x at my former > employer and because it became a little bit bloated). > > I guess people using ivy for real c

Re: Force NO_CCACHE for gcc4.port.mk and clang.port.mk

2013-11-27 Thread Vadim Zhukov
2013/11/27 Vadim Zhukov : > 2013/11/27 Juan Francisco Cantero Hurtado : >> On Wed, Nov 27, 2013 at 09:24:33AM +, Stuart Henderson wrote: >>> On 2013/11/27 13:05, Vadim Zhukov wrote: >>> > CCache won't work for non-base C/C++ compilers, so don't ev

Re: Force NO_CCACHE for gcc4.port.mk and clang.port.mk

2013-11-27 Thread Vadim Zhukov
2013/11/27 Juan Francisco Cantero Hurtado : > On Wed, Nov 27, 2013 at 09:24:33AM +, Stuart Henderson wrote: >> On 2013/11/27 13:05, Vadim Zhukov wrote: >> > CCache won't work for non-base C/C++ compilers, so don't even try >> > to do it. Okays, objectio

Re: Force NO_CCACHE for gcc4.port.mk and clang.port.mk

2013-11-27 Thread Vadim Zhukov
> CCache won't work for non-base C/C++ compilers, so don't even try > to do it. Okays, objections? Oops, better version for GCC 4.8. -- zhuk@ Index: clang/clang.port.mk === RCS file: /cvs/ports/lang/clang/clang.port.mk,v retrieving

Force NO_CCACHE for gcc4.port.mk and clang.port.mk

2013-11-27 Thread Vadim Zhukov
CCache won't work for non-base C/C++ compilers, so don't even try to do it. Okays, objections? -- zhuk@ Index: clang/clang.port.mk === RCS file: /cvs/ports/lang/clang/clang.port.mk,v retrieving revision 1.5 diff -u -p -r1.5 clang.po

Re: missing VMEM_WARNING in infrastructure/templates/Makefile.template

2013-11-25 Thread Vadim Zhukov
25.11.2013 15:14 пользователь "David Coppa" написал: > > On Mon, Nov 25, 2013 at 12:11 PM, Stuart Henderson wrote: > > On 2013/11/25 10:02, Antoine Jacoutot wrote: > >> On Mon, Nov 25, 2013 at 08:41:53AM +, Stuart Henderson wrote: > >> > On 2013/11/24 17:01, Amit Kulkarni wrote: > >> > > can

Re: specialtopics.html#SharedLibs

2013-11-12 Thread Vadim Zhukov
3, 2.64, 2.65, 2.67 and 2.68. > -These cover 99% of all configure scripts out there. > +In most cases, identify the version of autoconf that was used to generate > +the distributed configure script (usually obvious when reading the script) > +and use this same version yourself. > > > autoconf relies on the standard unix preprocessor m4(1). Reads fine for me. -- WBR, Vadim Zhukov

meta/kde4 PoC

2013-11-11 Thread Vadim Zhukov
ot provide metapackages for every other KDE4 "fat" package that was already split, except games. Any comments, additions, tests etc. are welcome. -- WBR, Vadim Zhukov kde4_port.tgz Description: GNU Zip compressed data

Re: UPDATE: tcllib

2013-11-10 Thread Vadim Zhukov
2013/11/10 Stuart Cassoff : > On 11/10/13 05:27, Vadim Zhukov wrote: >> There is also a nice "plN" feature (from the "patch level"), which pkg_add >> knows about, too. > > I didn't see anything in the man page. Please explain. See "The last part.

Re: UPDATE: tcllib

2013-11-10 Thread Vadim Zhukov
10.11.2013 13:58 пользователь "Landry Breuil" написал: > > On Sun, Nov 10, 2013 at 04:55:29AM -0500, Stuart Cassoff wrote: > > On 11/10/13 04:39, Landry Breuil wrote: > > > On Sun, Nov 10, 2013 at 04:17:32AM -0500, Stuart Cassoff wrote: > > >> On 11/10/13 04:02, Landry Breuil wrote: > > >>> On Sun

Re: Fixup path adjustment in Tcl/Tk ports, take 5

2013-11-08 Thread Vadim Zhukov
2013/11/8 Stuart Cassoff : > On 10/01/13 14:41, Stuart Cassoff wrote: >> On 10/01/13 12:07, Vadim Zhukov wrote: >>> 2013/10/1 Stuart Cassoff : >>>> On 07/11/13 18:39, Stuart Cassoff wrote: >>>>> On 07/11/13 17:21, Vadim Zhukov wrote: >>>>

Re: possible webapps removal list

2013-11-04 Thread Vadim Zhukov
ha No objections here, too. We could have some framework for such apps (and for things like CPAN, RubyGems and so on) to offload maintaince burden for us, though... Ping me about this in March '14. :) -- WBR, Vadim Zhukov

Re: sqlports won't build with PORTSDIR_PATH=/usr/ports/mystuff:/usr/ports

2013-10-31 Thread Vadim Zhukov
ories, makes sense. ;) > On Thu, Oct 31, 2013 at 03:38:20PM +0400, Vadim Zhukov wrote: > > 31.10.2013 13:32 "Brett Mahar" < brett.ma...@gmx.com> ??: > > > > > > Hi espie@ and ports@, > > > > > > When

Re: sqlports won't build with PORTSDIR_PATH=/usr/ports/mystuff:/usr/ports

2013-10-31 Thread Vadim Zhukov
31.10.2013 13:32 пользователь "Brett Mahar" написал: > > Hi espie@ and ports@, > > When I type "env SUBPACKAGE="-main" make install" sqlports errors out as below. > > Since the error says "Stop in /usr/ports/mystuff/mail", I rm -rf /usr/ports/mystuff/ and then sqlports built fine. > > Is there som

Re: new: productivity/vit

2013-10-31 Thread Vadim Zhukov
28.10.2013 10:34 пользователь "Brian Callahan" написал: > > On 10/28/2013 1:39 AM, Kent R. Spillner wrote: >> >> Attached is a tarball for productivity/vit; extract in /usr/ports/productivity. >> Vit is an ncurses front-end to taskwarrior with vi keybindings. >> >> HOMEPAGE = http://taskwarrior.or

Re: NEW: sysutils/binwalk

2013-10-27 Thread Vadim Zhukov
2013/10/27 Chris Cappuccio : > Vadim Zhukov [persg...@gmail.com] wrote: >> >> It tries to use pymatplotlib, which we don't have, for entropy >> analisis. Probably, this should be mentioned in DESCR, to clear the >> doubt if this dependency was missed by accident. &g

Re: NEW: sysutils/binwalk

2013-10-26 Thread Vadim Zhukov
s a bit awkward > to build a setup.py-based thing as well as an autoconf-based thing > in the same port). It tries to use pymatplotlib, which we don't have, for entropy analisis. Probably, this should be mentioned in DESCR, to clear the doubt if this dependency was missed by accident. Other than that, this looks okay for me. Packages and runs fine on i386. -- WBR, Vadim Zhukov

Re: FIX: inkscape extensions

2013-10-24 Thread Vadim Zhukov
2013/10/25 Edd Barrett : > On Fri, Oct 25, 2013 at 02:53:28AM +0400, Vadim Zhukov wrote: >> So the Python dependency has the green light, and Ruby has red one. > > Index: Makefile > === > RCS file: /home/edd/cvsy

Re: FIX: inkscape extensions

2013-10-24 Thread Vadim Zhukov
2013/10/25 Edd Barrett : > On Fri, Oct 25, 2013 at 02:44:51AM +0400, Vadim Zhukov wrote: >> 2013/10/25 Stuart Henderson : >> > On 2013/10/25 02:21, Vadim Zhukov wrote: >> >> But at the beginning you should know that your plugin doesn't run, at >> >>

Re: FIX: inkscape extensions

2013-10-24 Thread Vadim Zhukov
2013/10/25 Stuart Henderson : > On 2013/10/25 02:21, Vadim Zhukov wrote: >> But at the beginning you should know that your plugin doesn't run, at >> least. There is no clear connection between "to run Python plugins you >> need Python" and "I c

Re: FIX: inkscape extensions

2013-10-24 Thread Vadim Zhukov
2013/10/25 Kirill Bychkov : > On Fri, October 25, 2013 02:00, Vadim Zhukov wrote: >> 24.10.2013 22:41 п©п╬п╩я▄п╥п╬п╡п╟я┌п╣п╩я▄ "Edd Barrett" >> п╫п╟п©п╦я│п╟п╩: >>> >>> On Wed, Oct 23, 2013 at 04:08:38AM +0400, Vadim Zhukov wrote: >>> > 20

Re: FIX: inkscape extensions

2013-10-24 Thread Vadim Zhukov
24.10.2013 22:41 пользователь "Edd Barrett" написал: > > On Wed, Oct 23, 2013 at 04:08:38AM +0400, Vadim Zhukov wrote: > > 2013/10/22 Edd Barrett : > > > Hi, > > > > > > Zhuk@ noticed that inkscape extensions only work if you have interpreter &

Re: FIX: inkscape extensions

2013-10-22 Thread Vadim Zhukov
2013/10/22 Edd Barrett : > Hi, > > Zhuk@ noticed that inkscape extensions only work if you have interpreter > symlinks installed. The following diff fixes this. OK? Okay, and thanks for the work! -- WBR, Vadim Zhukov >

Re: UPDATE: devel/intellij to 12.1.3

2013-10-20 Thread Vadim Zhukov
> Here is another iteration of IDEA update, after much input from > Daniel Dickman. 12.1.3 was released a few hours ago, so I use this > release now. > > Tested on i386. Back again on Java track, here is an update to 12.1.6. Tested on i386. Okay? -- zhuk@ Index: Makefile ===

Switching ruby-qt from Qt's Phonon to multimedia/phonon

2013-10-15 Thread Vadim Zhukov
at the end of letter. So if someone really wants to have ruby-qt linking to Qt Phonon, speak now. Otherwise I'll just switch at some time around this weekend. -- WBR, Vadim Zhukov Index: smokegen/Makefile === RCS file:

Re: Bug-fix update to qt-4.8.5

2013-10-02 Thread Vadim Zhukov
r to be on the safe side. No objections from KDE4 land. -- WBR, Vadim Zhukov

Re: Fixup path adjustment in Tcl/Tk ports, take 5

2013-10-01 Thread Vadim Zhukov
2013/10/1 Stuart Cassoff : > On 07/11/13 18:39, Stuart Cassoff wrote: >> On 07/11/13 17:21, Vadim Zhukov wrote: >>> 2013/7/7 Stuart Cassoff : >>>> Tested by me for all types of substitution. >>>> Also, I've been running with it for a while with no

Re: NEW: TclOO

2013-10-01 Thread Vadim Zhukov
ast... -- WBR, Vadim Zhukov

Re: plan for importing audio/mumble

2013-09-27 Thread Vadim Zhukov
hors messed things up, but in either case this is a bug. The patches are attached. Other than that, the software and port look like fine. -- WBR, Vadim Zhukov patch-src_mumble_ConnectDialog_cpp Description: Binary data patch-src_mumble_ConnectDialog_h Description: Binary data

Re: wip samba 3.8.18 driving me nuts

2013-09-03 Thread Vadim Zhukov
03.09.2013 17:31 пользователь "Ian McWilliam" написал: > > Hi all, > > If anyone wants to hit me with a clue bat about how to over come the following issue, then sock it to me. > > lrwxr-xr-x 1 root wheel 16 Sep 3 10:38 libtevent.so -> libtevent.so.0.0 > lrwxr-xr-x 1 root wheel

Re: UPDATE: games/openttd

2013-08-23 Thread Vadim Zhukov
it's petter to typedef it to intptr_t? 2. ScriptDate::GetSystemTime in src/script/api/script_date.cpp -- WBR, Vadim Zhukov 2013/8/23 Vadim Zhukov : > 2013/8/23 Anthony J. Bentley : >> Hi, >> >> Below is a minor update to openttd-1.3.2. Works well on i386/amd64. >&

Re: UPDATE: games/openttd

2013-08-23 Thread Vadim Zhukov
nian.lng > share/openttd/lang/spanish.lng > share/openttd/lang/swedish.lng > share/openttd/lang/tamil.lng > +share/openttd/lang/thai.lng > share/openttd/lang/traditional_chinese.lng > share/openttd/lang/turkish.lng > share/openttd/lang/ukrainian.lng -- WBR, Vadim Zhukov

Re: new: games/speeddreams

2013-08-22 Thread Vadim Zhukov
files. Now attaching a new tarball with sample fixes for those nits. -- WBR, Vadim Zhukov speeddreams_zhuk_nits.tgz Description: GNU Zip compressed data

Re: audio/mumble

2013-08-21 Thread Vadim Zhukov
2013/8/21 Pascal Stumpf : > On Wed, 21 Aug 2013 22:00:09 +0400, Vadim Zhukov wrote: >> 2013/8/21 Pascal Stumpf : >> > On Tue, 28 May 2013 11:12:10 +0200, David Coppa wrote: >> >> On Sun, 05 May 2013, Gregor Best wrote: >> >> >> >> > Hi ports

Unbreak SHARED_LIBS and TARGETS in sqlports

2013-08-21 Thread Vadim Zhukov
This unbreaks fetching SHARED_LIBS and TARGETS in sqlports. okay? -- WBR, Vadim Zhukov Index: Makefile === RCS file: /cvs/ports/databases/sqlports/Makefile,v retrieving revision 1.51 diff -u -p -r1.51 Makefile --- Makefile

Re: audio/mumble

2013-08-21 Thread Vadim Zhukov
. >> >> Ciao! >> David >> >> >>>> application/x-tar-gz attachment, name=mumble-v6.tgz > > Hi, > > here's a newer version (1.2.4), tested lightly on amd64. Some patches > disappeared because we now have shm_open() or they came from upstrea

Re: New tool: portcheck

2013-08-21 Thread Vadim Zhukov
WANTLIB check for devel/gettext and converters/libiconv, which already found some problems (sending patches one-by-one to interested parties ATM). * Many manual page improvements, from sthen@. okay? -- WBR, Vadim Zhukov #!/bin/ksh # # $OpenBSD$ # Copyright (c) 2013 Vadim

Re: New tool: portcheck

2013-08-21 Thread Vadim Zhukov
? -- WBR, Vadim Zhukov #!/bin/ksh # # $OpenBSD$ # Copyright (c) 2013 Vadim Zhukov # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice appear in all

Re: Get rid of FLAVORS in games/heroes

2013-08-20 Thread Vadim Zhukov
t;> +@pkgpath games/heroes,-ggi >> +@pkgpath games/heroes,-sdl > > This is incorrect pkg_create(1) @pkgpath syntax; you don't want the "-" here. E-ek! Thanks... Well, now pkg_add -u sees the heroes-0.21p3 as possible

Re: Handle badly named distfile in x11/gtk2-equinox-engine

2013-08-20 Thread Vadim Zhukov
s" > in the name so it isn't going to conflict with other ports and is fairly > obvious what it's for. Makes sense, thanks. I'll adjust the distfile validator in pkgcheck then. > On 2013/08/21 01:56, Vadim Zhukov wrote: >> Hello all. >> >> As reque

Handle badly named distfile in x11/gtk2-equinox-engine

2013-08-20 Thread Vadim Zhukov
Hello all. As requested by ajacoutot@, sending a separate mail to review this patch. As you can see, the x11/gtk2-equinox-engine downloads badly named distfile directly in ${DISTDIR}. I just added a DIST_SUBDIR here. No bump needed. Found with portcheck. -- WBR, Vadim Zhukov Index: x11

Fix missing permissions info for compface-FLAVORed ports

2013-08-20 Thread Vadim Zhukov
g info will be incomplete. Found with portcheck. -- WBR, Vadim Zhukov Index: mail/claws-mail/Makefile === RCS file: /cvs/ports/mail/claws-mail/Makefile,v retrieving revision 1.62 diff -u -p -r1.62 Makefile --- mail/claws-mail/Make

Get rid of FLAVORS in games/heroes

2013-08-20 Thread Vadim Zhukov
to another - probably, this could be done by something complicated in devel/quirks/files/Quirks.pm? Or should I just override the FULLPKGPATH and be done with it? Found with portcheck. -- WBR, Vadim Zhukov Index: games/heroes/Makefile =

Re: Fixes after portcheck run, part 3

2013-08-19 Thread Vadim Zhukov
2013/8/19 Vadim Zhukov : >2013/8/19 Antoine Jacoutot : >> On Mon, Aug 19, 2013 at 03:51:29PM +0400, Vadim Zhukov wrote: >>> Hello all. >>> >>> Third set of patches after portcheck(1) run. Left out are some unclear >>> cases and x11/kde* stuff. >&

Re: Fixes after portcheck run, part 3

2013-08-19 Thread Vadim Zhukov
2013/8/19 Antoine Jacoutot : > On Mon, Aug 19, 2013 at 03:51:29PM +0400, Vadim Zhukov wrote: >> Hello all. >> >> Third set of patches after portcheck(1) run. Left out are some unclear >> cases and x11/kde* stuff. >> >> okay? >

Fixes after portcheck run, part 3

2013-08-19 Thread Vadim Zhukov
Hello all. Third set of patches after portcheck(1) run. Left out are some unclear cases and x11/kde* stuff. okay? -- WBR, Vadim Zhukov Index: geo/gmapcatcher/Makefile === RCS file: /cvs/ports/geo/gmapcatcher/Makefile,v

Fixes after portcheck run, part 2

2013-08-18 Thread Vadim Zhukov
Hello all. Second bunch of fixes for problems found with portcheck(1). More to come. For games/heroes, this removes "ggi" FLAVOR, because we have graphics/ggi removed a long ago. okay? -- WBR, Vadim Zhukov Index: editors/emac

Re: Fixes after portcheck run

2013-08-18 Thread Vadim Zhukov
18.08.2013 21:30 пользователь "Antoine Jacoutot" написал: > > On Sun, Aug 18, 2013 at 09:19:17PM +0400, Vadim Zhukov wrote: > > Here is the first bunch of fixes for handling of FreeDesktop goo. > > Okay? > > -- > > WBR, > > Vadim Zhu

Fixes after portcheck run

2013-08-18 Thread Vadim Zhukov
Here is the first bunch of fixes for handling of FreeDesktop goo. Okay? -- WBR, Vadim Zhukov Index: audio/deadbeef/Makefile === RCS file: /cvs/ports/audio/deadbeef/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile

New tool: portcheck

2013-08-18 Thread Vadim Zhukov
mail. I'll prepare and send patches for some of the detected errors a bit later. Hope you'll enjoy this tool. After positive feedback on previous attempts for portimport(1), I'm looking for okays to import portcheck(1) under ports/infrastructure/bin/. -- WBR, Vadim Zhukov #!

Re: Not only buffer cache, or portimport gets its own enlargement

2013-08-14 Thread Vadim Zhukov
2013/8/15 Andres Perera : > On Wed, Aug 14, 2013 at 5:15 AM, Vadim Zhukov wrote: >> + p) >> + set -f >> + if [ "${PWD##$OPTARG}" == "${PWD}" ]; then >> + cat >&2 <> +${0##*/}: c

Re: SIFT/SURF patents [Re: UPDATE: OpenCV 2.4.6.1]

2013-08-14 Thread Vadim Zhukov
2013/8/13 Stuart Henderson : > On 2013/08/13 11:14, Vadim Zhukov wrote: >> 2013/8/13 Stuart Henderson : >> > On 2013/08/13 02:42, Vadim Zhukov wrote: >> >> +# "nonfree" means containing some patented algorithms, see >> >> +# http://docs.opencv.

Re: Not only buffer cache, or portimport gets its own enlargement

2013-08-14 Thread Vadim Zhukov
n/portimport,v retrieving revision 1.2 diff -u -p -r1.2 portimport --- bin/portimport 11 Apr 2013 15:18:00 - 1.2 +++ bin/portimport 14 Aug 2013 09:30:11 - @@ -2,6 +2,7 @@ # # $OpenBSD: portimport,v 1.2 2013/04/11 15:18:00 zhuk Exp $ # Copyright (c) 2013 Robert Peichaer +# C

Re: Update: net/transmission 2.82 drops -qt

2013-08-13 Thread Vadim Zhukov
2013/8/13 Stuart Henderson : > On 2013/08/13 02:31, Vadim Zhukov wrote: >> >> >> -RUN_DEPENDS-gtk=${PKGNAME-main}:net/transmission,-main \ >> >> >> +RUN_DEPENDS-gtk=${BUILD_PKGPATH} \ >> >> > >> >> > No, we don&#x

Re: UPDATE: OpenCV 2.4.6.1

2013-08-13 Thread Vadim Zhukov
2013/8/13 Stuart Henderson : > On 2013/08/13 02:42, Vadim Zhukov wrote: >> +# "nonfree" means containing some patented algorithms, see >> +# http://docs.opencv.org/modules/nonfree/doc/nonfree.html >> +# Please always build and test this FLAVOR during version update

Re: Update: net/transmission 2.82 drops -qt

2013-08-12 Thread Vadim Zhukov
2013/8/13 Christian Weisgerber : > Vadim Zhukov wrote: > >> Primary goal was to fix Qt4 items in WANTLIB. Those ought to be >> lib/qt4/QtFoo, not just QtFoo. I'm totally fine with trusting you and >> keeping extra WANTLIB. > > Hmm, but MODQT4_WANTLIB only contai

Re: Update: net/transmission 2.82 drops -qt

2013-08-12 Thread Vadim Zhukov
2013/8/12 Christian Weisgerber : > Vadim Zhukov wrote: > >> > This minor release, under the guise of adding support for Qt5, now >> > casually requires Qt5 as the minimum version. Since we don't have >> > a Qt5 port, this means dropping the Qt client. If

Re: Not only buffer cache, or portimport gets its own enlargement

2013-08-11 Thread Vadim Zhukov
2013/8/12 Juan Francisco Cantero Hurtado : > On Mon, Aug 12, 2013 at 12:44:08AM +0400, Vadim Zhukov wrote: >> This patch adds the following functionality to portimport(1): >> >> * More checks to catch some common cases: UPDATE and TODO files, >> *.core files, REVIS

Not only buffer cache, or portimport gets its own enlargement

2013-08-11 Thread Vadim Zhukov
imports already. Reviewers are welcome. -- WBR, Vadim Zhukov Index: bin/portimport === RCS file: /cvs/ports/infrastructure/bin/portimport,v retrieving revision 1.2 diff -u -p -r1.2 portimport --- bin/portimport 11 Apr 2013

Support multiple port directories in check-conflicts

2013-08-11 Thread Vadim Zhukov
This patch allows to check multiple trees for conflicts at once. Useful to call like: $ check-conflicts -p /usr/ports/x11/kde:/usr/ports/x11/kde4 Okay? -- WBR, Vadim Zhukov Index: bin/check-conflicts === RCS file: /cvs

Re: Update: net/transmission 2.82 drops -qt

2013-08-10 Thread Vadim Zhukov
or new crashes, though. Any testers? -- WBR, Vadim Zhukov Index: Makefile === RCS file: /cvs/ports/net/transmission/Makefile,v retrieving revision 1.89 diff -u -p -r1.89 Makefile --- Makefile9 Aug 2013 19:13:08 - 1

Re: Fixup path adjustment in Tcl/Tk ports, take 5

2013-07-11 Thread Vadim Zhukov
s all necessary bumps there. I'll test your patch more throughly at the weekend, and if things will go smoothly, commit the whole pack. -- WBR, Vadim Zhukov

Re: Fixup path adjustment in Tcl/Tk ports, take 5

2013-07-07 Thread Vadim Zhukov
15.06.2013 9:03 пользователь "Stuart Cassoff" написал: > > After some discussion with Vadim Zhukov (takes 3 and 4) > and reviewing everything everyone else said. Sorry for the late answer, missed this letter in my backlog. Looks fine to me. If this version is tested, and w

<    1   2   3   4   5   6   7   8   9   >