UPDATE: games/uqm

2012-05-10 Thread anthonyjbentley
Hi, The below diff updates games/uqm to 0.7.0. The addons structure changed significantly since 0.6.2. Tested extensively on i386/amd64. ok? Index: Makefile === RCS file: /cvs/ports/games/uqm/Makefile,v retrieving revision 1.32 di

Re: [UPDATE] devel/mercurial

2012-05-10 Thread Will Maier
Hi Remi- On Thu, May 10, 2012 at 10:17:25PM +0200, Remi Pointel wrote: > this is the diff to update mercurial to last release: 2.2.1. > > Is it ok? That looks great to me! -- Will Maier http://wcm.aier.us/

Re: Netsurf is not loading any pages on amd64-current

2012-05-10 Thread Anthony J. Bentley
Brett writes: >Hi ports, >I have not used Netsurf for a month or two but just installed it from ports. >I just rebuilt all from source last night so it is yesterday's -current. > >Whatever page I try to look at (including html files on my local computer), >the "page loading" icon to the right of th

open source stable release tracker

2012-05-10 Thread Amit Kulkarni
there might be a commercial company which does this, i don't know. but AFAIK no open source project does this. problem: how to track diverse version numbers in multiple open source projects which are used to build ports solution: a webpage hosted somewhere which has a open editable wiki which has

Re: [UPDATE] devel/tortoisehg

2012-05-10 Thread Landry Breuil
On Thu, May 10, 2012 at 10:19:01PM +0200, Remi Pointel wrote: > Hi, > > this is the diff to update tortoisehg to last release: 2.4. > It needs the diff of mercurial 2.2.1. Then it should specify the version in RUN_DEPENDS.. Landry

[UPDATE] devel/tortoisehg

2012-05-10 Thread Remi Pointel
Hi, this is the diff to update tortoisehg to last release: 2.4. It needs the diff of mercurial 2.2.1. Is it ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/devel/tortoisehg/Makefile,v retrieving revision 1.2 diff -u -p

[UPDATE] devel/mercurial

2012-05-10 Thread Remi Pointel
Hi, this is the diff to update mercurial to last release: 2.2.1. Is it ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/devel/mercurial/Makefile,v retrieving revision 1.46 diff -u -p -r1.46 Makefile --- Makefile30 Ap

Re: Combining ports built with PCC and GCC

2012-05-10 Thread Matthew Dempsky
On Tue, May 8, 2012 at 7:43 PM, Brett wrote: > I am wondering if this will work ok the other way round? In theory, GCC and PCC should implement the same ABI and so it should work either way. In practice, good luck.

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-05-10 Thread Otto Moerbeek
On Thu, May 10, 2012 at 05:00:19PM +, Miod Vallat wrote: > > Look, landry just reminded me that I forgot to commit this. It was mostly > > awaiting test results, and we've been running with this for almost two > > months. > > > > If you think something else is better, take it upstream, since

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-05-10 Thread Miod Vallat
> Look, landry just reminded me that I forgot to commit this. It was mostly > awaiting test results, and we've been running with this for almost two > months. > > If you think something else is better, take it upstream, since I actually > took the fix from recent gcc, and I'd prefer to avoid diver

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-05-10 Thread Marc Espie
On Thu, May 10, 2012 at 08:46:26AM -0700, Matthew Dempsky wrote: > On Thu, Mar 15, 2012 at 3:19 AM, Marc Espie wrote: > > #define __glibcxx_max(T) \ > > - (__glibcxx_signed (T) ? ((T)1 << __glibcxx_digits (T)) - 1 : ~(T)0) > > + (__glibcxx_signed (T) ? \ > > + (T)1 << (__glibcxx_digits

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-05-10 Thread Matthew Dempsky
Oh even if it's not signed that ternary branch will still be in code. I see. Hm. On May 10, 2012 9:23 AM, "Matthew Dempsky" wrote:

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-05-10 Thread Matthew Dempsky
I'm pretty sure unsigned int is never a signed type.

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-05-10 Thread Otto Moerbeek
On Thu, May 10, 2012 at 08:46:26AM -0700, Matthew Dempsky wrote: > On Thu, Mar 15, 2012 at 3:19 AM, Marc Espie wrote: > > #define __glibcxx_max(T) \ > > - (__glibcxx_signed (T) ? ((T)1 << __glibcxx_digits (T)) - 1 : ~(T)0) > > + (__glibcxx_signed (T) ? \ > > + (T)1 << (__glibcxx_digit

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-05-10 Thread Matthew Dempsky
On Thu, Mar 15, 2012 at 3:19 AM, Marc Espie wrote: >  #define __glibcxx_max(T) \ > -  (__glibcxx_signed (T) ? ((T)1 << __glibcxx_digits (T)) - 1 : ~(T)0) > +  (__glibcxx_signed (T) ? \ > +      (T)1 << (__glibcxx_digits (T) - 1)) - 1) << 1) + 1) : ~(T)0) > + How about (T)(((unsigned T)1 << __

Re: [Update] www/node 0.6.17p2 -> 0.6.17p3

2012-05-10 Thread Aaron Bieber
On Thu, May 10, 2012 at 04:29:26PM +0200, David Coppa wrote: > On Thu, May 10, 2012 at 4:26 PM, Aaron Bieber wrote: > > > Index: pkg/PLIST > > === > > RCS file: /cvs/ports/www/node/pkg/PLIST,v > > retrieving revision 1.13 > > diff -N

Re: [Update] www/node 0.6.17p2 -> 0.6.17p3

2012-05-10 Thread David Coppa
On Thu, May 10, 2012 at 4:26 PM, Aaron Bieber wrote: > Index: pkg/PLIST > === > RCS file: /cvs/ports/www/node/pkg/PLIST,v > retrieving revision 1.13 > diff -N -u -p pkg/PLIST > --- pkg/PLIST   3 May 2012 17:16:27 -       1.13 > +

[Update] www/node 0.6.17p2 -> 0.6.17p3

2012-05-10 Thread Aaron Bieber
On Wed, May 09, 2012 at 04:29:39PM +0100, Stuart Henderson wrote: > On 2012/05/09 07:48, Aaron Bieber wrote: > > > I think if it's done this way, it's probably better hardcoded. > > > > > > On the other hand, it would be cleaner to actually include the > > > tar.gz file in the *package* and patch

Votre PopUp 3x3 à 690 euros: maintenant chez Vedi

2012-05-10 Thread VEDI - Express
Existe aussi en modèle 3x4 Impression HD et valise de transport incluses ! Idéal pour la promotion (points de vente, stands,...) Installation aisée: 10 minutes à 1 personne Déjà disponible 4 jours après la commande ! Commandez-le en 5 minutes: facile & rapide ! ROLLUP ORIGIN

Şirketler, Eski Notebooklarınızı Alıp iPad3 Hediye Ediyoruz

2012-05-10 Thread Ebru Özen
Resimleri g�remiyor musunuz? "Resimleri g�ster"i se�in ya da bu iletiyi tarayıcınızda g�r�nt�leyin. Bilgilendirme e-postalarını almak istemiyorsanız l�tfen tıklayın. [IMAGE] 0212 252 15 75 [IMAGE] Kullanmadığınız arızalı veya �alışır durumdaki bilgisayarlarınız bizim i�in değerli... Firmalar, e

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-05-10 Thread Landry Breuil
On Thu, Mar 15, 2012 at 11:19:43AM +0100, Marc Espie wrote: > On Thu, Mar 15, 2012 at 01:39:18AM +, Stuart Henderson wrote: > > $ c++ -pedantic -c a.c > > In file included from /usr/include/g++/memory:60, > > from /usr/include/g++/string:48, > > from a.c:1: > >

Re: SymPy

2012-05-10 Thread wen heping
2012/5/10 Edd Barrett > On Fri, May 04, 2012 at 12:44:09PM +0100, Edd Barrett wrote: > > Also I will add a README saying that the pyglet functionality is not yet > > supported. > > Again with a small README included. > > OK? > Yes, thank you! wen > > -- > Best Regards > Edd Barrett > > http:/

Re: SymPy

2012-05-10 Thread Edd Barrett
On Fri, May 04, 2012 at 12:44:09PM +0100, Edd Barrett wrote: > Also I will add a README saying that the pyglet functionality is not yet > supported. Again with a small README included. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk py-sympy.tgz Description: application/tar-gz

audacious-plugins: enable mms

2012-05-10 Thread David Coppa
Hi, The diff below enables mms support. Useful to listen to some streams (mostly web radios). While here, add missing "png" to WANTLIB. OK? Index: Makefile === RCS file: /cvs/ports/audio/audacious-plugins/Makefile,v retrieving rev

NEW: ocaml-glpk

2012-05-10 Thread Edd Barrett
glpk bindings for ocaml. OK? -- Best Regards Edd Barrett http://www.theunixzoo.co.uk ocaml-glpk-port.tgz Description: application/tar-gz

UPDATE: wxmaxima-12.04.0

2012-05-10 Thread Edd Barrett
Update wxmaxima to 12.04.0. OK? Index: Makefile === RCS file: /cvs/ports/math/wxMaxima/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile28 Feb 2012 14:38:30 - 1.6 +++ Makefile10 May 2012 09:41:

UPDATE: maxima-5.27.0

2012-05-10 Thread Edd Barrett
Update maxima to 5.27.0. OK? Index: Makefile === RCS file: /cvs/ports/math/maxima/Makefile,v retrieving revision 1.23 diff -u -p -r1.23 Makefile --- Makefile23 Jan 2012 09:28:33 - 1.23 +++ Makefile10 May 2012 09:40:01