Re: UPDATE: SMPlayer-16.4.0

2016-04-13 Thread Josh Grosse
On Wed, Apr 13, 2016 at 11:41:41AM -0300, Gonzalo L. Rodriguez wrote: > Hi, > > Update for SMPlayer for 16.4.0: > > http://smplayer.sourceforge.net/en/changes > > Ok? Comments? It builds and runs fine here on amd64. :)

Re: Adding pledge() to www/lynx

2016-04-13 Thread Theo de Raadt
>On 2016/04/13 13:50, Frederic Cambus wrote: >> On Tue, Mar 29, 2016 at 04:32:40PM +0100, Stuart Henderson wrote: >> > I've run into a slight problem with the lynx pledging. If there's a >> > ~/.mailcap entry for a mimetype, lynx uses it to try and display the >> > file, for example I have >> > >>

Re: Adding pledge() to www/lynx

2016-04-13 Thread Stuart Henderson
On 2016/04/13 13:50, Frederic Cambus wrote: > On Tue, Mar 29, 2016 at 04:32:40PM +0100, Stuart Henderson wrote: > > I've run into a slight problem with the lynx pledging. If there's a > > ~/.mailcap entry for a mimetype, lynx uses it to try and display the > > file, for example I have > > > > appl

Re: www/dillo crash on startup (powerpc)

2016-04-13 Thread Landry Breuil
On Wed, Apr 13, 2016 at 07:30:57PM +0200, Solène Rapenne wrote: > Hello, > > As xombrero doesn't work on powerpc I tried dillo, but I encounter an issue > with this one too. When starting it with "dillo", I get "Illegal instruction > (core dumped)" > > I am on -current on a macppc, updated toda

www/dillo crash on startup (powerpc)

2016-04-13 Thread Solène Rapenne
Hello, As xombrero doesn't work on powerpc I tried dillo, but I encounter an issue with this one too. When starting it with "dillo", I get "Illegal instruction (core dumped)" I am on -current on a macppc, updated today. I recompiled from ports with "make DEBUG="-g"" x11/fltk and www/dillo. Her

Re: www/xombrero segfault on powerpc

2016-04-13 Thread Landry Breuil
On Wed, Apr 13, 2016 at 04:47:36PM +0200, Solène Rapenne wrote: > On Wed, 13 Apr 2016 15:55:27 +0200 > Landry Breuil wrote: > > > On Wed, Apr 13, 2016 at 03:32:15PM +0200, Solène Rapenne wrote: > > > Hello > > > > > > I am using today snapshot on my macppc. > > > > > > When starting xombrero wi

update lang/rust to 1.8.0

2016-04-13 Thread Sebastien Marie
Hi, The following diff updates lang/rust to 1.8.0 version (scheduled for April 14, 2016) OK ? -- Sebastien Marie Index: Makefile === RCS file: /cvs/ports/lang/rust/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile ---

Re: www/xombrero segfault on powerpc

2016-04-13 Thread Solène Rapenne
On Wed, 13 Apr 2016 15:55:27 +0200 Landry Breuil wrote: > On Wed, Apr 13, 2016 at 03:32:15PM +0200, Solène Rapenne wrote: > > Hello > > > > I am using today snapshot on my macppc. > > > > When starting xombrero with no args, I get the "unable to display page" > > because the default page doesn

Re: www/xombrero segfault on powerpc

2016-04-13 Thread Erling Westenvik
Isn't xombrero more or less dead anyway? With last version (1.6.4) more than a year ago? Regards, Erling On Wed, Apr 13, 2016 at 03:32:15PM +0200, Solène Rapenne wrote: > Hello > > I am using today snapshot on my macppc. > > When starting xombrero with no args, I get the "unable to display > p

UPDATE: SMPlayer-16.4.0

2016-04-13 Thread Gonzalo L. Rodriguez
Hi, Update for SMPlayer for 16.4.0: http://smplayer.sourceforge.net/en/changes Ok? Comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/x11/smplayer/Makefile,v retrieving revision 1.24 diff -u

Re: www/xombrero segfault on powerpc

2016-04-13 Thread Landry Breuil
On Wed, Apr 13, 2016 at 03:32:15PM +0200, Solène Rapenne wrote: > Hello > > I am using today snapshot on my macppc. > > When starting xombrero with no args, I get the "unable to display page" > because the default page doesn't work. > > If I click on 'Try again', the process segfault, if I ente

www/xombrero segfault on powerpc

2016-04-13 Thread Solène Rapenne
Hello I am using today snapshot on my macppc. When starting xombrero with no args, I get the "unable to display page" because the default page doesn't work. If I click on 'Try again', the process segfault, if I enter an url, it starts to load in the top bar and then segfault. Running it under

Re: Adding pledge() to www/lynx

2016-04-13 Thread Frederic Cambus
On Tue, Mar 29, 2016 at 04:32:40PM +0100, Stuart Henderson wrote: > I've run into a slight problem with the lynx pledging. If there's a > ~/.mailcap entry for a mimetype, lynx uses it to try and display the > file, for example I have > > application/pdf;mutt_bgrun mupdf '%s'; nametemplate=

Re: PHP 7 build dependency missing

2016-04-13 Thread Frank Groeneveld
On Wed, Apr 13, 2016 at 09:40:49AM +0100, Stuart Henderson wrote: > it's already there: > > $ cd /usr/ports/lang/php/7.0 > $ make show=BUILD_DEPENDS > devel/bison www/apache-httpd STEM->=0.10.38:devel/gettext devel/gettext-tools > devel/metaauto devel/autoconf/2.69 devel/ccache archivers/bzip2 >

lynx on OpenBSD moved from base to ports

2016-04-13 Thread Craig Skinner
Hello Thomas, Lynx was moved from OpenBSD's base to ports tree at release 5.6 (1st November 2014): http://www.openbsd.org/faq/upgrade56.html#ToPorts "Lynx has been removed from the base system and added to the ports tree." http://www.openbsd.org/56.html Web link to the port: http://cvsweb.openbs

py-shapely

2016-04-13 Thread Landry Breuil
hi, here's a port of py-shapely, lying in mystuff since $FOREVER - i know mapproxy regress test can make use of it, and probably other py-gdal/QGIS stuff. okays welcome, tests finally pass after figuring out how to handle the _vectorized.so thing thx to natano@. Landry py-shapely-1.5.15.tgz De

Re: PHP 7 build dependency missing

2016-04-13 Thread Stuart Henderson
On 2016/04/13 09:00, Frank Groeneveld wrote: > Great work on getting php 7.0 in for 5.9 release! > Apparently you need to have apache-httpd installed before you can build > the php 7.0 port, though. Could somebody add it to the port? > > Thanks! > > Frank > it's already there: $ cd /usr/ports

PHP 7 build dependency missing

2016-04-13 Thread Frank Groeneveld
Great work on getting php 7.0 in for 5.9 release! Apparently you need to have apache-httpd installed before you can build the php 7.0 port, though. Could somebody add it to the port? Thanks! Frank