Re: Python libraries moved

2013-03-02 Thread Robert Simmons
Sorry, what was the change you made? On Sun, Mar 3, 2013 at 1:10 AM, Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sun, Mar 03, 2013 at 12:08:41AM -0500, Robert Simmons wrote: >> It looks like a port revision made a few hours ago has broken firefox >> (and most like

Re: Python libraries moved

2013-03-02 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Mar 03, 2013 at 12:08:41AM -0500, Robert Simmons wrote: > It looks like a port revision made a few hours ago has broken firefox > (and most likely a bunch of other ports). In the makefile for > firefox, it has the following checks for dependen

Python libraries moved

2013-03-02 Thread Robert Simmons
It looks like a port revision made a few hours ago has broken firefox (and most likely a bunch of other ports). In the makefile for firefox, it has the following checks for dependencies: BUILD_DEPENDS= nspr>=4.9.4:${PORTSDIR}/devel/nspr \ nss>=3.14.1:${PORTSDIR}/security/nss \

Re: Firefox 19 vs large images

2013-03-02 Thread Christian Weisgerber
Rainer Hurling: > Interesting is, that the freezing time depends on the size of the image > and that the freeze does not happen again for the same image, as long as > it is loaded. If you have images in two tabs and you switch back and forth, you get a freeze each time you switch tabs. > On BSDf

Re: Firefox 19 vs large images

2013-03-02 Thread Stefan Ehmann
On Saturday, March 02, 2013 10:23:14 PM Rainer Hurling wrote: > Florian, > > thanks for the hint. > > On 02.03.2013 19:58 (UTC+2), Florian Smeets wrote: > > On 02.03.13 19:15, Rainer Hurling wrote: > >> On 02.03.2013 18:53 (UTC+2), Christian Weisgerber wrote: > >>> Viewing large images has become

Re: Firefox 19 vs large images

2013-03-02 Thread Rainer Hurling
Florian, thanks for the hint. On 02.03.2013 19:58 (UTC+2), Florian Smeets wrote: > On 02.03.13 19:15, Rainer Hurling wrote: >> On 02.03.2013 18:53 (UTC+2), Christian Weisgerber wrote: >>> Viewing large images has become cumbersome with the switch from >>> Firefox 18 to 19. Am I the only one to n

Re: java/openjdk6 fails to build..

2013-03-02 Thread Lowell Gilbert
njrizzo writes: > i`m have the same problem, and I try to use > MAKE_JOBS_NUMBER=1 in /etc/make.conf and it`s not work That's not a good idea; it will apply to everything, not just this one port. > I put -DMAKES_JOBS_UNSAFE in make command line too You have an extra 'S' in there; the variable

dependency firefox->py-sqlite3 is broken

2013-03-02 Thread Valentin Nechayev
Hi, www/firefox (19.0;1) Makefile shows dependency: ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 so it searches for /usr/local/lib/python2.7/site-packages/_sqlite3.so; OTOH built package (py27-sqlite3-2.7.3_3) contains: /usr/local/lib/python2.7/lib-dynload

Re: Firefox 19 vs large images

2013-03-02 Thread Florian Smeets
On 02.03.13 19:15, Rainer Hurling wrote: > On 02.03.2013 18:53 (UTC+2), Christian Weisgerber wrote: >> Viewing large images has become cumbersome with the switch from >> Firefox 18 to 19. Am I the only one to notice this? > Can anybody try with firefox 20.0b2? You might need to replace bsd.geck

Re: Firefox 19 vs large images

2013-03-02 Thread Rainer Hurling
On 02.03.2013 18:53 (UTC+2), Christian Weisgerber wrote: > Viewing large images has become cumbersome with the switch from > Firefox 18 to 19. Am I the only one to notice this? Today there started a thread about this on the german bsdforen with several 'me toos': http://www.bsdforen.de/showthr

Firefox 19 vs large images

2013-03-02 Thread Christian Weisgerber
Viewing large images has become cumbersome with the switch from Firefox 18 to 19. Am I the only one to notice this? Wikipedia's high-resolution pictures of the day are great for this: https://upload.wikimedia.org/wikipedia/commons/e/e9/Bison_skull_pile_edit.jpg What happens is that Firefox loads

Re: java/openjdk6 fails to build..

2013-03-02 Thread njrizzo
Hi all, i`m have the same problem, and I try to use MAKE_JOBS_NUMBER=1 in /etc/make.conf and it`s not work I put -DMAKES_JOBS_UNSAFE in make command line too make config-recursive fetch-recursive install clean -DMAKES_JOBS_UNSAFE and it`s not work too my box: Athlon 64 X2 4GB of RAM valve

Re: PDF viewer for "editable" PDFs

2013-03-02 Thread Lowell Gilbert
Wojciech Puchar writes: > anyone knows a program that can do this. I use xpdf for normal PDFs, > but people are using PDF as forms, and acrobat do support it. > > Yes i know there is acroread9 in ports, but i would like to have > something opensource and NOT taking 100% CPU just because i started

Re: FreeBSD port for redirecting printer

2013-03-02 Thread Matthias Apitz
El día Saturday, March 02, 2013 a las 04:49:05PM +0100, Bernt Hansson escribió: > $ lpr -Pfoo myfile.txt > >>> > >>> And now? Big silence? Nobody wants to step-up with a proposal? :-) > >> > >> You have already proposed the correct answer. > >> > >> > >> /usr/bin/lpr -Pbar file instead of you

Re: PDF viewer for "editable" PDFs

2013-03-02 Thread Chris Rees
Hi Wojciech, On 2 March 2013 11:44, Wojciech Puchar wrote: > anyone knows a program that can do this. I use xpdf for normal PDFs, but > people are using PDF as forms, and acrobat do support it. > > Yes i know there is acroread9 in ports, but i would like to have something > opensource and NOT tak

[RFC] lang/pypy

2013-03-02 Thread David Naylor
Hi All. After many months of (sporadic) work I would like to introduce pypy-2.0.b1. Could you please have a look at, and test, my proposed changes (attached) and the wiki page at http://wiki.FreeBSD.org/PyPy. I would like to commit these changes (after incorporating feedback) sometime next

PDF viewer for "editable" PDFs

2013-03-02 Thread Wojciech Puchar
anyone knows a program that can do this. I use xpdf for normal PDFs, but people are using PDF as forms, and acrobat do support it. Yes i know there is acroread9 in ports, but i would like to have something opensource and NOT taking 100% CPU just because i started it. thanks :) _