Re: PHP56 and php56-filter

2017-01-15 Thread @lbutlr
Still haven't been able to fix this error. Any ideas? The only thing that I've 
found is one suggestion to install the php7 version of filter.

On 11 Jan 2017, at 20:10, @lbutlr  wrote:
> I am getting errors in php pages saying
> 
> Call to undefined function filter_var()
> 
> But php56-filter-5.6.29 is installed and filter is listed in php -m
> 
> I reinstalled all of php this morning, but still getting the same error. 
> ext-20-filter.ini exists in /usr/local/etc/php/ and filter.so exists at 
> /usr/local/lib/php/20131226/filter.so with a timestamp from this morning 
> (along with all the other .so files). There is also a file 
> "/usr/local/libexec/apache24/mod_filter.so” with a slightly earlier timestamp 
> (probably from when I recompiled apache24 this am).
> 
> (FreeBSD 10.3-RELEASE)
> 
> Not sure what else to check, but a simple
> 
> filter_var('true', FILTER_VALIDATE_BOOLEAN);
> 
> in an otherwise empty .php file fails:
> 
> PHP Fatal error:  Call to undefined function filter_var() in 
> /usr/local/www/root/filter.php on line 2

-- 
Apple broke AppleScripting signatures in Mail.app, so no random signatures.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: ATI, libdrm, gnome

2017-01-15 Thread Pavel Timofeev
2017-01-15 0:37 GMT+03:00 Stari Karp :
> Hi!
>
> Today I update xf86-video-ati-7.8 and also libdrm 2.4.7,1. I am using
> Synth on FreeBSD 11-RELEASE (amd64) and everything was okay except
> thyat GNOME3 doesn't start anymore. It stopped o with black screen and
> mouse curson. I did try Lumina desktop too with the same result but
> Fluxbox works.
>
> For GNOME 3 I have xsession-errors which is attached.
> I have also gnome-shell core dump and gnome-settings-daemon core dump.
>
> Thank you.
>


Hello,
Just got the same behaviour after xorg drivers (mine is ati) update via pkg head
GDM can't start showing black screen. Simple startx with twm works.
I use FreeBSD-11.0 RELEASE amd64
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ATI, libdrm, gnome

2017-01-15 Thread Andriy Gapon
On 15/01/2017 00:42, Baptiste Daroussin wrote:
> If you know how to use svn and are actually using svn for the ports tree can 
> you
> try reverting the radeon upgrade (only that) (same with git :))?
> 

I can confirm a similar kind of problem with KDE 4 after upgrading to the latest
packages.  I downgraded xf86-video-ati to the previous version that I had
(7.5.0) and the problem is gone.

More details.  I see the KDM login screen, I can log in, I see the KDE splash
screen and its gets updated with the startup progress.  But in the end the
splash stays on and I never see the actual desktop.  I can verify with ps that
all programs that should start are running and I do not see anything unusual in
their state.  So, it feels like the screen is just not being updated after a
certain stage.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: PHP56 and php56-filter

2017-01-15 Thread Aleksandr Matveev
On 12/01/2017 06:10, @lbutlr wrote:
> I am getting errors in php pages saying
>
> Call to undefined function filter_var()
>
> But php56-filter-5.6.29 is installed and filter is listed in php -m
>
> I reinstalled all of php this morning, but still getting the same error. 
> ext-20-filter.ini exists in /usr/local/etc/php/ and filter.so exists at 
> /usr/local/lib/php/20131226/filter.so with a timestamp from this morning 
> (along with all the other .so files). There is also a file 
> "/usr/local/libexec/apache24/mod_filter.so” with a slightly earlier timestamp 
> (probably from when I recompiled apache24 this am).
>
> (FreeBSD 10.3-RELEASE)
>
> Not sure what else to check, but a simple
>
> filter_var('true', FILTER_VALIDATE_BOOLEAN);
>
> in an otherwise empty .php file fails:
>
> PHP Fatal error:  Call to undefined function filter_var() in 
> /usr/local/www/root/filter.php on line 2
>

  I don't see any errors on my 10.3 system:
$ uname -pro
FreeBSD 10.3-RELEASE-p7 amd64
$ cat test.php

$ php test.php
$

  Try to create phpinfo.php:
$ cat phpinfo.php


  Open it in your web-browser and check for "filter" section presence.

-- 
Aleksandr Matveev

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: ATI, libdrm, gnome

2017-01-15 Thread Baptiste Daroussin
On Sun, Jan 15, 2017 at 01:13:41PM +0200, Andriy Gapon wrote:
> On 15/01/2017 00:42, Baptiste Daroussin wrote:
> > If you know how to use svn and are actually using svn for the ports tree 
> > can you
> > try reverting the radeon upgrade (only that) (same with git :))?
> > 
> 
> I can confirm a similar kind of problem with KDE 4 after upgrading to the 
> latest
> packages.  I downgraded xf86-video-ati to the previous version that I had
> (7.5.0) and the problem is gone.
> 
> More details.  I see the KDM login screen, I can log in, I see the KDE splash
> screen and its gets updated with the startup progress.  But in the end the
> splash stays on and I never see the actual desktop.  I can verify with ps that
> all programs that should start are running and I do not see anything unusual 
> in
> their state.  So, it feels like the screen is just not being updated after a
> certain stage.
> 
I have backed out the upgrade

Best regards,
bapt


signature.asc
Description: PGP signature


Re: ATI, libdrm, gnome

2017-01-15 Thread Stari Karp
On Sun, 2017-01-15 at 11:32 +0300, Pavel Timofeev wrote:
> 2017-01-15 0:37 GMT+03:00 Stari Karp :
> > 
> > Hi!
> > 
> > Today I update xf86-video-ati-7.8 and also libdrm 2.4.7,1. I am
> > using
> > Synth on FreeBSD 11-RELEASE (amd64) and everything was okay except
> > thyat GNOME3 doesn't start anymore. It stopped o with black screen
> > and
> > mouse curson. I did try Lumina desktop too with the same result but
> > Fluxbox works.
> > 
> > For GNOME 3 I have xsession-errors which is attached.
> > I have also gnome-shell core dump and gnome-settings-daemon core
> > dump.
> > 
> > Thank you.
> > 
> 
> Hello,
> Just got the same behaviour after xorg drivers (mine is ati) update
> via pkg head
> GDM can't start showing black screen. Simple startx with twm works.
> I use FreeBSD-11.0 RELEASE amd64

I am start GNOME3 and Lumina with startx - both black screen and with
startx Fluxbox which works and all all applicatins (Evolution which I
am using now, Firefox, GIMP, LibreOffice...).

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ATI, libdrm, gnome

2017-01-15 Thread Danilo G. Baio (dbaio)
On Sun, Jan 15, 2017 at 01:13:41PM +0200, Andriy Gapon wrote:
> On 15/01/2017 00:42, Baptiste Daroussin wrote:
> > If you know how to use svn and are actually using svn for the ports tree 
> > can you
> > try reverting the radeon upgrade (only that) (same with git :))?
> > 
> 
> I can confirm a similar kind of problem with KDE 4 after upgrading to the 
> latest
> packages.  I downgraded xf86-video-ati to the previous version that I had
> (7.5.0) and the problem is gone.
> 
> More details.  I see the KDM login screen, I can log in,

Almost the same with SLIM, after login, shows up a black screen.

> I see the KDE splash
> screen and its gets updated with the startup progress.  But in the end the
> splash stays on and I never see the actual desktop.  I can verify with ps that
> all programs that should start are running and I do not see anything unusual 
> in
> their state.  So, it feels like the screen is just not being updated after a
> certain stage.
> 
> -- 
> Andriy Gapon


I noticed that dbus is not being running after update.
pkg: dbus upgraded: 1.8.20 -> 1.10.14

Starting dbus.
Failed to start message bus: Could not get UID and GID for username "messagebus"

Box with FreeBSD 11 amd64 and quarterly packages.

Regards.
--
Danilo G. Baio (dbaio)


signature.asc
Description: PGP signature


Re: ATI, libdrm, gnome

2017-01-15 Thread Stari Karp
On Sun, 2017-01-15 at 12:27 +0100, Baptiste Daroussin wrote:
> On Sun, Jan 15, 2017 at 01:13:41PM +0200, Andriy Gapon wrote:
> > 
> > On 15/01/2017 00:42, Baptiste Daroussin wrote:
> > > 
> > > If you know how to use svn and are actually using svn for the
> > > ports tree can you
> > > try reverting the radeon upgrade (only that) (same with git :))?
> > > 
> > I can confirm a similar kind of problem with KDE 4 after upgrading
> > to the latest
> > packages.  I downgraded xf86-video-ati to the previous version that
> > I had
> > (7.5.0) and the problem is gone.
> > 
> > More details.  I see the KDM login screen, I can log in, I see the
> > KDE splash
> > screen and its gets updated with the startup progress.  But in the
> > end the
> > splash stays on and I never see the actual desktop.  I can verify
> > with ps that
> > all programs that should start are running and I do not see
> > anything unusual in
> > their state.  So, it feels like the screen is just not being
> > updated after a
> > certain stage.
> > 
> I have backed out the upgrade
> 
> Best regards,
> bapt

Thank you very much.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

recent change to vim defaults?

2017-01-15 Thread Julian Elischer
I noticed that suddenly vim is grabbing mouse movements, which makes 
life really hard.


Was there a specific revision that brought in this change, and can it 
be removed?


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: recent change to vim defaults?

2017-01-15 Thread Adam Weinberger
> On 15 Jan, 2017, at 9:03, Julian Elischer  wrote:
> 
> I noticed that suddenly vim is grabbing mouse movements, which makes life 
> really hard.
> 
> Was there a specific revision that brought in this change, and can it be 
> removed?

Which patchlevel are you running?

# Adam


-- 
Adam Weinberger
ad...@adamw.org
https://www.adamw.org

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: recent change to vim defaults?

2017-01-15 Thread Kyle Evans
On Jan 15, 2017 10:03, "Julian Elischer"  wrote:

I noticed that suddenly vim is grabbing mouse movements, which makes life
really hard.

Was there a specific revision that brought in this change, and can it be
removed?

___
freebsd-curr...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Hi,

You might add "set mouse=v" to your vimrc -- it was a new default as of
8.0, IIRC. "set nohl" if the new highlighted of search matches irritates as
well.

Thanks,

Kyle Evans
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ATI, libdrm, gnome

2017-01-15 Thread Andriy Gapon
On 15/01/2017 15:40, Danilo G. Baio (dbaio) wrote:
> On Sun, Jan 15, 2017 at 01:13:41PM +0200, Andriy Gapon wrote:
>> On 15/01/2017 00:42, Baptiste Daroussin wrote:
>>> If you know how to use svn and are actually using svn for the ports tree 
>>> can you
>>> try reverting the radeon upgrade (only that) (same with git :))?
>>>
>>
>> I can confirm a similar kind of problem with KDE 4 after upgrading to the 
>> latest
>> packages.  I downgraded xf86-video-ati to the previous version that I had
>> (7.5.0) and the problem is gone.
>>
>> More details.  I see the KDM login screen, I can log in,
> 
> Almost the same with SLIM, after login, shows up a black screen.
> 
>> I see the KDE splash
>> screen and its gets updated with the startup progress.  But in the end the
>> splash stays on and I never see the actual desktop.  I can verify with ps 
>> that
>> all programs that should start are running and I do not see anything unusual 
>> in
>> their state.  So, it feels like the screen is just not being updated after a
>> certain stage.
> 
> I noticed that dbus is not being running after update.
> pkg: dbus upgraded: 1.8.20 -> 1.10.14
> 
> Starting dbus.
> Failed to start message bus: Could not get UID and GID for username 
> "messagebus"
> 
> Box with FreeBSD 11 amd64 and quarterly packages.

I don't have that problem...
dbus-1.10.14_1
$ service dbus status
dbus is running as pid 1588.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: recent change to vim defaults?

2017-01-15 Thread Ngie Cooper

> On Jan 15, 2017, at 08:03, Julian Elischer  wrote:
> 
> I noticed that suddenly vim is grabbing mouse movements, which makes life 
> really hard.
> 
> Was there a specific revision that brought in this change, and can it be 
> removed?

"set mouse=" will disable the feature you're describing.
-Ngie

PS I find the new feature incredibly annoying and disable it on all FreeBSD 
clients where I install vim.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Aw: recent change to vim defaults?

2017-01-15 Thread Carsten Kunze
Julian Elischer  wrote:

> I noticed that suddenly vim is grabbing mouse movements, which makes 
> life really hard.
> 
> Was there a specific revision that brought in this change, and can it 
> be removed?

Of course this behavior can be disabled as suggested by others--or you give it 
a try.  IMHO using the mouse in vim has many advantages.  To temporarily 
disable the mouse you can press the SHIFT key.  As long as SHIFT is pressed vim 
ignores the mouse.  So you may use copy/paste with left and middle mouse 
buttons as before or you now use the mouse to position the cursor or select 
text--very useful IMHO (I actually have "set mouse=a" in .vimrc... ;)
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: recent change to vim defaults?

2017-01-15 Thread Benjamin Kaduk
On Mon, Jan 16, 2017 at 12:03:08AM +0800, Julian Elischer wrote:
> I noticed that suddenly vim is grabbing mouse movements, which makes 
> life really hard.
> 
> Was there a specific revision that brought in this change, and can it 
> be removed?

I remember seeing something go by during an upgrade somewhat recently
about there now being a defaults file that gets used when a user does
not specify a .vimrc.  Unfortunately, I don't remember whether I saw
that notice on a FreeBSD machine or a Debian one, and haven't been able
to find the notice I remember through searching some likely places.

Just to check: do you have a .vimrc file in place already?

-Ben
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


call for a port committer

2017-01-15 Thread Loïc BLOT
Hello,
Searx was updated recently, i sent the diff on bugzilla : https://bugs.
freebsd.org/bugzilla/show_bug.cgi?id=216007

can someone commit the update? 

Thanks
-- 
Best regards,
Loïc BLOT, 
UNIX systems, security and network engineer
http://www.unix-experience.fr


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

pending PRs

2017-01-15 Thread Franco Fichtner
Hi,

Please have a look at either one of:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215313
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215900


Thanks,
Franco
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Aw: recent change to vim defaults?

2017-01-15 Thread Julian Elischer

On 16/01/2017 4:04 AM, Carsten Kunze wrote:

Julian Elischer  wrote:


I noticed that suddenly vim is grabbing mouse movements, which makes
life really hard.

Was there a specific revision that brought in this change, and can it
be removed?

Of course this behavior can be disabled as suggested by others--or you give it a try.  
IMHO using the mouse in vim has many advantages.  To temporarily disable the mouse you 
can press the SHIFT key.  As long as SHIFT is pressed vim ignores the mouse.  So you may 
use copy/paste with left and middle mouse buttons as before or you now use the mouse to 
position the cursor or select text--very useful IMHO (I actually have "set 
mouse=a" in .vimrc... ;)
Since i use a mac I cut and paste using blob-c and blob-v. 
Unfortunatley shift-blob-xxx  doesn't work and is interpretted as a 
different command by the mac.


my sessions are  [OSX]=>[iTerm]=>[ssh]=>[screen]=>[vim]
so I'm quite surprised my mouse movements are getting as far as vim.
but if I hold shift..  I can't cut and paste in the OSX layer any more.




___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"



___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"