Re: python leftovers - native_libs.txt

2008-12-01 Thread P Bielecki
Pav Lucistnik pisze:
> A bunch of python ports suddenly install extra file that they didn't
> install in the past: native_libs.txt.
> 
> Anyone knows what's up?
> 
> Example:
> http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.6.20081128152658/py25-fusefs-0.2_1.log
> 

http://peak.telecommunity.com/DevCenter/EggFormats#native-libs-txt

Hope this help.

-- 
P Bielecki
http://pawciobiel.com

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php5 on a system upgraded from FBSD5.4R to FBSD6.3-p3

2008-10-02 Thread P Bielecki

FreeBSD Daemon pisze:

dear list,

i just upgraded my system from 5.4R to 6.3-p3
when i now try to install php5 w/ apache integration (apache module) i
get the following error when i try to start apache20:

Cannot load /usr/local/libexec/apache2/libphp5.so into server:
/usr/local/libexec/apache2/libphp5.so: Undefined symbol "__res_ninit"

I googled but neither of the solution provided by the net community
works ... i would really appreciate help.

Thanks in advance!

Zheyu


Install compat5x, compat6x,
update ports and index, (cvsup..., portsdb -Fu),
rebuild all your ports (portupgrade -aP)
and build apache2, or 22, and php5 with it's APR.

Hope it helps.

Paweł Bielecki

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: quake3 port not work as server

2008-09-30 Thread P Bielecki

Jorge Medina pisze:

the q3ded in freebsd 7 releas and stable machine without firewall
don't response any connection to service listened in udp port 27960
the tcpdump in the NIC interface show the try connection packets to
the NIC, but the server never respond. any idea?



Make sure your config/startup script is ok.
Start it up in screen or backgroud.
Check if your server is listenitng (sockstat)

Also, you can try
/usr/ports/games/ioquake3
Cleaned-up and enhanced version of Quake 3
http://ioquake3.org/


Paul
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [EMAIL PROTECTED]: Giving back maintainership]

2008-02-29 Thread P Bielecki
Hi ,
I would like to request "maintainership" of p5-CSS-Tiny please.

I will try to test patches and see if it builds etc... asap.


Kind  regards,
Paul Bielecki
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packages with security vulnerabilities

2008-01-21 Thread P Bielecki
On Jan 22, 2008 12:23 AM, P Bielecki <[EMAIL PROTECTED]> wrote:
>
> On Jan 21, 2008 11:57 PM, Doug Barton <[EMAIL PROTECTED]> wrote:
> > Kris Kennaway wrote:
> >
> > > I still don't understand what you claim is the problem :)  We do not
> > > specially update packages like perl; rather, *every* package is
> > > frequently rebuilt and updated.
> >
> > If I understood the question correctly, I think the OP is asking about
> > the frequency of rebuilding packages with security updates. In which
> > case your answer is still correct, but leads to a new question, which is
> > would it be possible to trigger an update for a port that has a security
> > update sooner?
> >
> > Doug
>

Kris,
That's exactly what I wanted to ask.
Thanks Doug.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packages with security vulnerabilities

2008-01-21 Thread P Bielecki
On Jan 20, 2008 4:24 PM, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> Packages are built continuously and as fast as possible.  Which package
> sets do you feel are being updated too slowly?
>
> Kris
>

Kris,
I am just curious how it works.
Was concern about packages with security updates mostly;
maybe perl, mod_perl, php5, Apache22 and possibly few from mail/ as
well, what do you think?

I think I was trying to find analogy to Debian's security APT updates
which actually haven't been using for quite a while now.

Thanks,
Paul
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: packages with security vulnerabilities

2008-01-21 Thread P Bielecki
On Jan 20, 2008 3:25 PM, Frank J. Laszlo <[EMAIL PROTECTED]> wrote:
> You could donate more/better machines to do the package builds. :) It
> takes a long time to build packages for over 20K ports. Packaging also
> depends on licensing, some things are not allowed to be distributed as
> binary packages.
>
> -Frank
>

OK. I decided to donate my private machine if it's ok.
I always wanted to donate to FreeBSD.

It is:
2x Intel Xeon CPU 1700MHz
old Supermicro motherboard with Adaptec aic7899 Ultra160 SCSI on-board.
2x MAXTOR ATLAS10K5   73GB  WLS JNZ3
1x MAXTOR ATLAS8 30 GB
1x Intel 82559 Pro/100 Ethernet
GeForce3
sb-live!
In big standalone server case.
small Belkin UPS RS323 (works with NUT)

I am happy to pay for the postage as well.

Is there a UK address I can send it to?
I found on the FreeBSD foundation website where I can send checks or
Money OrderIs but
where should I send my box to?


:-)


--
Pawel Bielecki
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


packages with security vulnerabilities

2008-01-20 Thread P Bielecki
Hi,

freebsd-update helps me update base system,
portaudit(1) reminds me everyday about security vulnerabilities in
ports/packages and thanks to portupgrade(1),
I keep them up to date.

Quite often I build packages or use packages whenever available and
share (NFS) them with my other boxes.

Although building and "deploying" packages can be fairly simple,
 due to dependencies, slow network connections, hw problems or just
slow machine it takes a while.

What would really help me is if  latest - updated packages could be
available more often.

How porters decide which package should be updated and available as package?
Is there anything what can I do to help updating latest packages?

Thanks,
Paul
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: www/mod_python support in apache22?

2007-12-11 Thread P Bielecki
On Dec 11, 2007 12:36 AM, Chris Haulmark <[EMAIL PROTECTED]> wrote:
> Hello,
> I am trying to get devel/subversion and www/trac working on my FreeBSD
> 6.x system.
> I ran into problems related to viewing the trac's website.  I am using
> lang/mod_python as part of the
>
> requirement along with www/apache22.

> After I googled, I found off the FreeBSD mailing list that mod_python is
> not supported for apache22
>
> and that it is shown on the mod_python's home page.
> I do not see it anywhere.
> This post was posted in 2005 and here is the link:
> http://lists.freebsd.org/pipermail/freebsd-ports/2006-March/030408.html
> The description is not clear to me on the mod_python's website.  The
> description is:
> "Apache 2.0.54 or later. Apache versions 2.0.47 to 2.0.53 may work but
> have not been tested with
> this release. (For Apache 1.3.x, use mod_python version 2.7.x)."
> I am asking that if it has changed and that mod_python is supported to
> be used with apache22?
>
> Chris Haulmark

Chris,

6.2-RELEASE
apache-2.2.6 from ports
mod_python-3.3.1   /usr/ports/www/mod_python3
and it works just fine.

Tested by 900 users accessing few small webapps (python django web framework)

Cheers,
Paul
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to get portinstall to 'shut up' so I can run it in background

2007-11-28 Thread P Bielecki
On Nov 28, 2007 1:36 AM, Clint Olsen <[EMAIL PROTECTED]> wrote:
> I've tried redirecting standard output/error, both /bin/sh and /bin/csh,
> and I can't run this in batch.  I'm trying to build gnome which takes
> hours, and I want it backgrounded so that if this SSH shell disconnects it
> doesn't crater the build.  You would think that --batch would make this
> happen, but no go.
>
> Thanks,
>
> -Clint

Hi  Clint,
Hope this help
portinstall --batch pkgname >/dev/null 2>&1 &

but I would recommend using screen.

regards
Paul B
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"