Re: [CFT] SSP Package Repository available

2014-08-21 Thread Nikolai Lifanov
> > pkg update > pkg upgrade -f > > Thanks for your help! > Bryan Drewery > On behalf of portmgr. > I have been doing a full tree build with WITH_SSP_PORTS enabled and several partial tree builds for different machines since the initial inclusion. I had exactly one pro

Re: Galera ports

2015-03-31 Thread Nikolai Lifanov
WSREP knob to existing mysql*-server ports that adds the extra patches and then make slaves with WSREP option selected. The Galera port proper was fixed not to crash on startup anymore in ports r373590, and I tested it as far as getting MySQL 5.6 cluster to start. I'm CC-ing relevant port main

Re: freebsd-ports Digest, Vol 633, Issue 2

2015-07-07 Thread Nikolai Lifanov
and this is the only blocker for me to use upstream packages on this system. Postfix users generally run Dovecot already anyway, so it removes another package from the mix as opposed to the SASL option. Cyrus SASL is yet another thing to configure separately as well. - Nikolai Lifanov ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: How to handle WITH_CLANG_IS_CC in ports

2012-11-26 Thread Nikolai Lifanov
On 11/25/2012 10:04 AM, Dimitry Andric wrote: On 2012-11-25 12:49, Tobias Rehbein wrote: I am the maintainer of ganes/stonesoup. This port builds fine with gcc. It also builds with clang, if the MAKE_ARGS are tweaked. Currently I can check for ${CC:T:M*clang*} to know if I have to change

Re: How to handle WITH_CLANG_IS_CC in ports

2012-11-29 Thread Nikolai Lifanov
On 11/29/2012 10:12 AM, Alberto Villa wrote:> On Tue, Nov 27, 2012 at 5:27 PM, Tobias Rehbein wrote: >> Is there any chance you turn this into a generic Mk macro? > > I don't think so, it would mean running `cc --version` on every > bsd.port.mk inclusion. > -- > Alberto Villa, FreeBSD committer

Re: How to handle WITH_CLANG_IS_CC in ports

2012-11-30 Thread Nikolai Lifanov
On 11/29/2012 05:46 PM, Yamaya Takashi wrote: On 2012/11/30 06:30, Dimitry Andric wrote: On 2012-11-29 20:47, Tobias Rehbein wrote:> Am Fri, Nov 30, 2012 at 02:51:31AM +0900 schrieb Yamaya Takashi: Include Mk/bsd.compiler.mk, and .if ${COMPILER_TYPE} == "clang" clang specific code .endif

graphics/gd fails to install on HEAD

2013-01-14 Thread Nikolai Lifanov
I noticed that graphics/gd fails to install if compiled on HEAD after roughly OSVERSION 126. libgd_p.a is missing during install. I found this mentioned in this mailing list archives from 2001, but the fix didn't work. Any ideas on why this is? _

%%PYTHON_SITELIBDIR%% in pkg-plist

2013-07-06 Thread Nikolai Lifanov
Hello. I maintain sysutils/ansible, and I keep wanting to @dirrmtry %%PYTHON_SITELIBDIR%% and perhaps %%PYTHON_LIBDIR%%. portlint tells me that this is a wrong thing to do, while poudriere testport complains about leftover directories. What is the correct thing to do with these? - Nikolai

Re: %%PYTHON_SITELIBDIR%% in pkg-plist

2013-07-06 Thread Nikolai Lifanov
On 2013-07-06 11:43, Kubilay Kocak wrote: On 7/07/2013 12:51 AM, Nikolai Lifanov wrote: Hello. I maintain sysutils/ansible, and I keep wanting to @dirrmtry %%PYTHON_SITELIBDIR%% and perhaps %%PYTHON_LIBDIR%%. portlint tells me that this is a wrong thing to do, while poudriere testport

Re: %%PYTHON_SITELIBDIR%% in pkg-plist

2013-07-06 Thread Nikolai Lifanov
On 2013-07-06 11:54, Bryan Drewery wrote: On 7/6/2013 10:43 AM, Kubilay Kocak wrote: On 7/07/2013 12:51 AM, Nikolai Lifanov wrote: Hello. I maintain sysutils/ansible, and I keep wanting to @dirrmtry %%PYTHON_SITELIBDIR%% and perhaps %%PYTHON_LIBDIR%%. portlint tells me that this is a wrong

r253680 in CURRENT breaks GH ports and maybe others

2013-07-31 Thread Nikolai Lifanov
ert High Assurance CA-3 34380834376:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1168: - Nikolai Lifanov ___ freebsd-ports@freebsd.org mailing list http://li

Re: r253680 in CURRENT breaks GH ports and maybe others

2013-07-31 Thread Nikolai Lifanov
On 07/31/13 08:48, Michael Gmelin wrote: On Wed, 31 Jul 2013 08:18:51 -0400 Nikolai Lifanov wrote: r253680 enables SSL certificate verification for "fetch" command. Ports use "fetch" to download distfiles. At least all USE_GITHUB fetches are broken on CURRENT, and others

installing multiple python package versions

2013-09-05 Thread Nikolai Lifanov
both? Here is a WIP patch so far. Thanks! - Nikolai Lifanov Index: devel/awscli/Makefile === --- devel/awscli/Makefile (revision 326419) +++ devel/awscli/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= a

Re: Thunderbird Shared object "libldap60.so" not found, required, by "libxul.so" Couldn't load XPCOM.

2013-09-30 Thread Nikolai Lifanov
7;s installed, but ld can't find it. You can add /usr/local/lib/thunderbird to ldconfig path (possibly by creating /usr/local/libdata/ldconfig/thunderbird with this in it). I already submitted a PR about this: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182377 - Nikolai Lifanov ___

pkgng repository priorities

2013-11-02 Thread Nikolai Lifanov
order. I would like to use the official FreeBSD package sets, but to do this, I need to always prefer a package from a local repository (WITH_NEW_XORG, WITH_KMS) if a package is available in it. How can I set this kind of preference? - Nikolai Lifanov

call for lightweight GNU C++ runtime port

2013-12-30 Thread Nikolai Lifanov
CENSE_TEXT= GPLv3 with Runtime Library Exception ONLY_FOR_ARCHS= amd64 i386 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} NO_BUILD= yes .actually installing that one file.. This could also be a slave of lang/gcc46 or something else entirely. - Nikol

Re: installing packages into a mounted system

2014-08-14 Thread Nikolai Lifanov
xz: No such file or directory > > Any hints? > > Thx > > matthias > > >From the man page: pkg [-v] [-d] [-l] [-N] [-j | -c ] You could try copying pkg-static inside the chroot and use pkg-static -c (from the host, don't invoke the chroot command ma

www/linux-f10-flashplugin10 checksum change issues

2010-11-18 Thread Nikolai Lifanov
I just submitted a fix to this port, but from what I found on Google, it's been changing sizes and checksums for a while now. Should I just disable checksum check in Makefile and submit it as a "fix"? What do you think? ___ freebsd-ports@freebsd.org m