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
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
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 &
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
22 matches
Mail list logo