Opera vulnerability, marked forbidden instead of update?

2012-11-23 Thread Matthieu Volat
Hello, I've noticed that www/opera was marked FORBIDDEN because of a security hole: http://www.freebsd.org/cgi/getmsg.cgi?fetch=614275+0+current/svn-ports-head The opera software compagny advisory indeed mark this bug as high severity, and mention that there is an update to fix it. I am not fam

Self-Maintained ports Makefile for cloned git

2012-11-23 Thread Beeblebrox
Hi. I want to add a new port to my "locally maintained" collection. Source files will be cloned using git into a folder on the system (and not a tar.gz file) and I will manually update the git, I do not want the Makefile to run git fetch. So I have several questions about this: 1. How do I set MAS

Re: Opera vulnerability, marked forbidden instead of update?

2012-11-23 Thread Matthew Seaman
On 23/11/2012 08:26, Matthieu Volat wrote: > I've noticed that www/opera was marked FORBIDDEN because of a security hole: > http://www.freebsd.org/cgi/getmsg.cgi?fetch=614275+0+current/svn-ports-head > > The opera software compagny advisory indeed mark this bug as high severity, > and mention tha

gnome-keyring error prevents Firefox build

2012-11-23 Thread Beeblebrox
I have been getting this error for some time when compiling firefox: args: ['/usr/obj/asp/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1/dist/firefox/firefox-bin', '-no-remote', '-profile', '/usr/obj/asp/ports/www/firefox/work/mozilla-release/obj-x86_64-unknown-freebsd9.1/_pr

Re: fixing missing launch icons

2012-11-23 Thread Beeblebrox
I corrected the other error and installed textproc/goldendict. when I run $ update-desktop-database, I get error: "Could not parse file "/usr/local/share/applications/emma.desktop": Key file does not start with a group" I cannot find any reference to the error or to "group" in the *.desktop standar

Re: Opera vulnerability, marked forbidden instead of update?

2012-11-23 Thread ajtiM
On Friday 23 November 2012 03:00:59 Matthew Seaman wrote: > On 23/11/2012 08:26, Matthieu Volat wrote: > > I've noticed that www/opera was marked FORBIDDEN because of a security > > hole: > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=614275+0+current/svn-ports-h > > ead > > > > The opera softwar

Re: blue griffon

2012-11-23 Thread Peter Klett
I will post later if it is successfully. I ran into the same error as stated here: https://groups.google.com/forum/?fromgroups=#!topic/bluegriffon/W-EjIGzTFEE mozilla/src/dom/base/nsFocusManager.cpp: In member function 'nsresult nsFocusManager::DetermineElementToMoveFocus(nsPIDOMWindow*, nsI

Re: Opera vulnerability, marked forbidden instead of update?

2012-11-23 Thread Matthieu Volat
On Fri, 23 Nov 2012 09:00:59 + Matthew Seaman wrote: > On 23/11/2012 08:26, Matthieu Volat wrote: > > I've noticed that www/opera was marked FORBIDDEN because of a security hole: > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=614275+0+current/svn-ports-head > > > > The opera software compag

[security/sshguard] Are default intervals toggled?

2012-11-23 Thread Boris Samorodov
Hi All, there are two valuse at the port's RC script: - # sshguard_pardon_min_interval (int): # Minimum pardon interval. Set to "1200" # by default. # sshguard_prescribe_interval (int): # Prescribe inter

graphics/OpenEXR: patch for gcc46+

2012-11-23 Thread Andriy Gapon
--- exrenvmap/blurImage.cpp.orig2012-11-23 23:23:48.714449156 +0200 +++ exrenvmap/blurImage.cpp 2012-11-23 23:24:09.765447850 +0200 @@ -45,6 +45,7 @@ #include "Iex.h" #include #include +#include using namespace std; using namespace Imf; This patch is required because memcpy(3)

graphics/ilmbase: gcc46+ patch

2012-11-23 Thread Andriy Gapon
--- Imath/ImathMatrix.h.orig2012-11-23 23:29:16.401450990 +0200 +++ Imath/ImathMatrix.h 2012-11-23 23:29:37.622449298 +0200 @@ -51,6 +51,7 @@ #include #include +#include #if (defined _WIN32 || defined _WIN64) && defined _MSC_VER // suppress exception specification warnings This patc