firefox build broken under clang 3.3

2013-04-19 Thread kit
updated current and now firefox and thunderbird both fail to build under the new clang 3.3. has anyone seen this or know how to fix? gmake[3]: Entering directory `/tmp/obj/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.0/js/src' /usr/bin/clang++ -o jsanalyze.o -c -I./../

Re: textproc / libxml2 failure to compile

2013-04-19 Thread Koop Mast
On 19-4-2013 0:06, Jeremy Messenger wrote: Looks good to me, you can go ahead commit it. Thanks! >Jung-uk Kim indeed good patch, but port slush and this effects lots of ports so it is a sweeping change that isn't allowed. ___ freebsd-ports@freebsd.o

Re: firefox build broken under clang 3.3

2013-04-19 Thread Florian Smeets
On 19.04.13 04:01, kit wrote: > updated current and now firefox and thunderbird both fail to build under > the new clang 3.3. has anyone seen this or know how to fix? The fix is here: http://tb.smeets.im/~flo/gecko-clang33-fixes.diff It will be committed after the freeze. Florian signature.a

Re: firefox build broken under clang 3.3

2013-04-19 Thread Dimitry Andric
On Apr 19, 2013, at 17:56, Florian Smeets wrote: > On 19.04.13 04:01, kit wrote: >> updated current and now firefox and thunderbird both fail to build under >> the new clang 3.3. has anyone seen this or know how to fix? > > The fix is here: > > http://tb.smeets.im/~flo/gecko-clang33-fixes.diff

x11-toolkits/qt33 dependencies

2013-04-19 Thread Beeblebrox
I am using qt4 for ports that require QT. Some ports seem to not have upgraded their dependency structure - AFAIK, devel/qt4-script is the proper port to use for x11-toolkits/qt33 dependencies now?? For example: make missing -C editors/f4l => x11-toolkits/qt33 Is there a way to override this i

pkg info list sources?

2013-04-19 Thread Beeblebrox
Something like that would be nice. Another (separate but related) feature request would be for poudriere: When you feed poudriere a list to build but let's say only 7 of the 10 packages you fed were built and the other 3 were skipped due to depending port or own build failure. It would be nice whe

Re: www/firefox (r315793, 20.0.1) does not compile

2013-04-19 Thread Matthias Apitz
El día Monday, April 15, 2013 a las 04:44:43PM +0600, Jan Beich escribió: > Matthias Apitz writes: > > > El día Saturday, April 13, 2013 a las 01:13:46PM -0500, Jan Beich escribió: > > > >> Matthias Apitz writes: > >> > >> > # uname -a > >> > FreeBSD aurora.Sisis.de 10.0-CURRENT FreeBSD 10.0-C

Re: www/firefox (r315793, 20.0) does not compile (SOLVED)

2013-04-19 Thread Matthias Apitz
El día Friday, April 19, 2013 a las 07:02:58AM +0200, Matthias Apitz escribió: > > http://svnweb.freebsd.org/changeset/base/235780 > > I updated malloc_np.h to r235780 and after many hours of compilation it > installed fine, but it SGEV on execution without showing the browser > window; and now?

Re: firefox build broken under clang 3.3

2013-04-19 Thread Florian Smeets
On 19.04.13 19:48, Dimitry Andric wrote: > On Apr 19, 2013, at 17:56, Florian Smeets wrote: > >> On 19.04.13 04:01, kit wrote: >>> updated current and now firefox and thunderbird both fail to build under >>> the new clang 3.3. has anyone seen this or know how to fix? >> >> The fix is here: >> >>

CFT: vlc 2.0.6

2013-04-19 Thread Juergen Lock
Hi! It's this time again, there's a new vlc version out and I want to update the port: http://www.videolan.org/vlc/releases/2.0.6.html Port update: http://people.freebsd.org/~nox/tmp/vlc-2.0.6-001.patch Please give this a good testing again... Thanx, :) Juergen ___

VBox disk failures

2013-04-19 Thread Reed Loefgren
Hi. I have been trying to get VBox 4.2.6 to work properly on an HP desktop. dmesg says the CPU is: CPU: Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz (1795.54-MHz 686-class CPU) When I run it (it builds fine from ports) and try to create a disk (accepting the defaults) it fails with: Callee R

non-destructive ports/packages update

2013-04-19 Thread Perry Hutchison
I'm looking for a way to move everything connected with ports and packages aside, so that I can start fresh but with the ability to easily roll it back when things go badly (as they surely will). I have in mind to something like this: # cd /usr # mkdir old # mv ports local old # mkdir ports local

Re: non-destructive ports/packages update

2013-04-19 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 4/19/13 11:34 PM, Perry Hutchison wrote: > I'm looking for a way to move everything connected with ports and > packages aside, so that I can start fresh but with the ability to > easily roll it back when things go badly (as they surely will). >