Time for misc/compat6x

2006-07-15 Thread Dmitry Pryanishnikov
Hello! After recent addition of OLD_LIBS+=lib/libc.so.6 to ObsoleteFiles.inc on CURRENT, there is no more libc.so.6 in base system. Yet binary ports (e.g., java/diablo-jre15) still install binaries linked against libc.so.6. Isn't this the time to create brand new misc/compat6x? Sincerely, Dm

lang/bwbasic is broken on CURRENT

2006-07-15 Thread Dmitry Pryanishnikov
Hello! The old good Bywater BASIC Interpreter (lang/bwbasic) is unusable on CURRENT (I think since jemalloc merge): [EMAIL PROTECTED] bwbasic Segmentation fault: 11 (core dumped) [EMAIL PROTECTED] gdb /usr/local/bin/bwbasic bwbasic.0.14306 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software F

Re: [RFC] PHP 5.3

2009-12-01 Thread Dmitry Pryanishnikov
Hello! Update instructions (choose one of them): 1) remove all php ports and all ports that depends on php, then reinstall your the php applications 2) deinstall the removed ports, then upgrade recursively the lang/php5 port To apply the patch (to a fresh ports tree): cd /usr/ports &

Re: sshd on FBSD 8.0-RC2/3

2009-12-03 Thread Dmitry Pryanishnikov
Hello! While unfortunate, I understand why. I think FreeBSD should encourage people who use OpenSSL for anything (ssh, etc) that they install OpenSSL via ports, set WITH_OPENSSL_PORT=YES and recompile apps/ports that use it. I agree, it's much simpler (IMHO) to upgrade OpenSSL instal

Re: sshd on FBSD 8.0-RC2/3

2009-12-03 Thread Dmitry Pryanishnikov
Hello! 2009/12/3 Peter Beckman : >> ports/138466 (affects www/apache22 built >> WITH_OPENSSL_PORT=yes). It is critical to make sure that right runtime >> libraries (those from /usr/local/lib, not from the base) are used by _every_ >> application built WITH_OPENSSL_PORT=YES - and it's not always tr

Re: sshd on FBSD 8.0-RC2/3

2009-12-05 Thread Dmitry Pryanishnikov
Hello! 2009/12/3 Peter Beckman : > On Thu, 3 Dec 2009, Dmitry Pryanishnikov wrote: > >> Well, ldd's output _itself_ depends on the current environment and >> thus can't insure that correct libraries will be used by the >> application. Compare: > > We

Re: sshd on FBSD 8.0-RC2/3

2009-12-06 Thread Dmitry Pryanishnikov
2009/12/6 Peter Beckman : > On Sun, 6 Dec 2009, Dmitry Pryanishnikov wrote: >> * LD_LIBRARY_PATH >> * rpath in the referencing file >> * ldconfig hints >> * /lib:/usr/lib >> */ >> >> Looks like 'libssl.so.6 => /usr/local/lib/libssl.so

Using portmaster with different PYTHON_VERSION

2010-09-28 Thread Dmitry Pryanishnikov
Hello! I'm trying to install Python additional ports (e.g. www/py-httplib2) for different Python versions (2.6 and 3.1) in the same system using the portmaster. Those packages (py26-httplib2 vs py31-httplib2) do not conflict (they may be used simultaneously, don't overwrite each other's files et

Re: Using portmaster with different PYTHON_VERSION

2010-09-29 Thread Dmitry Pryanishnikov
Hello! 2010/9/28 Doug Barton : >> Those packages (py26-httplib2 vs py31-httplib2) do not >> conflict (they may be used simultaneously, don't overwrite each >> other's files etc.). But they have single origin, which seems to >> confuse the portmaster: >> >> PYTHON_VERSION=python2.6 portmaster www/p

Combining several upgrades using portmaster

2010-11-09 Thread Dmitry Pryanishnikov
Hello! I wonder whether it's possible to automatically combine several upgrades using portmaster. Suppose one have to handle both ports/UPDATING entries: 20100530: suggests portmaster -w -r gettext 20100328: suggests portmaster -r png- It would be nice to combine them as ' portmaster -w -r ge

Re: Combining several upgrades using portmaster

2010-11-09 Thread Dmitry Pryanishnikov
Hello! 2010/11/9 Doug Barton : >> 20100530: suggests portmaster -w -r gettext >> 20100328: suggests portmaster -r png- >> >> It would be nice to combine them as ' portmaster -w -r gettext -r >> png-' to prevent double upgrade of relevant packages; however '-r' can > > OTOH, the code to handle the

Re: Combining several upgrades using portmaster

2010-11-09 Thread Dmitry Pryanishnikov
Hello! 2010/11/9 Alexey Shuvaev : > In the case that you catch 2 or more sweeping updates it is very likely > that you are updating across rather large time interval (half of a year > or more). In this case I usually ignore all '-r' UPDATING entries and > do just portmaster -a. The idea is that al

UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-11 Thread Dmitry Pryanishnikov
Hello! I don't like the current behaviour of the net/isc-dhcp3-server port of creating 'dhcpd' user and group using dynamic allocation instead of having static one (as specified in /usr/ports/{U,G}IDs). I like the idea of [ug]id ranges, and dynamic allocation doesn't keep within this idea (ids

Re: UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-11 Thread Dmitry Pryanishnikov
On Sat, 11 Nov 2006, Dmitry Pryanishnikov wrote: (ids of users and daemons get mixed). Is there specific reason why there is no static [ug]id for net/isc-dhcp3-server? ...and why the port doesn't just reuse: _dhcp:*:65:65:dhcp programs:/var/empty:/usr/sbin/nologin _dhcp:*:65: Sinc

Re: UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-12 Thread Dmitry Pryanishnikov
Hello! On Sat, 11 Nov 2006, Simon L. Nielsen wrote: of [ug]id ranges, and dynamic allocation doesn't keep within this idea (ids of users and daemons get mixed). Is there specific reason why there is no static [ug]id for net/isc-dhcp3-server? Personally I have it precisely the other way around

Re: UID/GID dynamic allocation in net/isc-dhcp3-server: why?

2006-11-13 Thread Dmitry Pryanishnikov
Hello! On Mon, 13 Nov 2006, Sergey Skvortsov wrote: Personally I have it precisely the other way around - I find the static allocations rather annoying since they are bound to collide with existing UID's at some point. I disagree because static allocation is _very_ useful when you install man

apache + php + mysql startup order

2006-11-30 Thread Dmitry Pryanishnikov
Hello! I'm trying to write an automated rc.d-script that should check MySQL database before it's used by the Apache+PHP hosting. So I've added a simple script with the following block: # PROVIDE: mysql-check # BEFORE: apache # REQUIRE: mysql This gives rcorder's warning: rcorder: Circula

Re: apache + php + mysql startup order

2006-11-30 Thread Dmitry Pryanishnikov
Hello! On Thu, 30 Nov 2006, Andrew Pantyukhin wrote: On 11/30/06, Dmitry Pryanishnikov <[EMAIL PROTECTED]> wrote: I'm trying to write an automated rc.d-script that should check MySQL database before it's used by the Apache+PHP hosting. If I were you, I'd make my php scr

Re: apache + php + mysql startup order

2006-11-30 Thread Dmitry Pryanishnikov
Hello! On Thu, 30 Nov 2006, Doug Barton wrote: Since apache runs as www user, it should require LOGIN, as mysql do. Agreed. It would be nice! As for the OP's original question, there is no reason you can't change the REQUIRE lines in the rc.d scripts yourself. Have your -check script req

Re: apache + php + mysql startup order

2006-12-07 Thread Dmitry Pryanishnikov
Hello! On Fri, 1 Dec 2006, Vasil Dimov wrote: On Thu, Nov 30, 2006 at 09:34:11PM +0200, Dmitry Pryanishnikov wrote: And yes, I can just replace # REQUIRE: DAEMON # BEFORE: LOGIN with # REQUIRE: LOGIN in apache.sh, and all works correctly. Yet I prefer (as usually in open-source software

xfce-4.4.0: Unable to contact the Xfce Trash service

2007-02-01 Thread Dmitry Pryanishnikov
Hello! I've just installed the x11-wm/xfce4 metaport over the fresh RELENG_6, ports tree was csupped about 31-Jan-2007 12:00GMT. Now I have the following ports installed during this procedure: p5-XML-Parser-2.34_2 intltool-0.35.4 libxfce4util-4.4.0 atk-1.12.4 jpeg-6b_4 tiff-3.8.2_1 cairo-1.2.

Re: xfce-4.4.0: Unable to contact the Xfce Trash service

2007-02-02 Thread Dmitry Pryanishnikov
Hello! On Fri, 2 Feb 2007, Dmitry Pryanishnikov wrote: However, the following window pops up during the startup of the xfce4-session from the .xinitrc: Trash Error Unable to contact the Xfce Trash service. Well, after some experiments I've apparently found the probl