CVS: cvs.openbsd.org: ports

2015-01-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/01/24 11:07:46

Modified files:
www/chromium   : Makefile 
www/chromium/patches: patch-build_common_gypi 
www/chromium/pkg: PLIST 
Added files:
www/chromium/patches: patch-chrome_chrome_exe_gypi 

Log message:
Repair chromium builds on i386, we are bumping into the hard 2GB MAXDSIZ
limit during linking:

- use --no-keep-memory
- disable pdf support on i386
(conditionalize the libpdf.so PLIST entry based on arch)

We are still very close to the limit and I suspect it may still intermittently
fail.

ok robert@



Re: [new] x11/xfce4/xfdashboard

2015-01-24 Thread Antoine Jacoutot
 Right, wasnt looking at the right file. Here's a fixed version, with
 WANTLIB updated, and an update to 0.3.8 which was released in the
 meantime.

Looks good, ok for me.
Beware of the .orig file though.


-- 
Antoine



Re: NEW: www/quiterss

2015-01-24 Thread Adam Wolk
On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
 Hi ports --
 
 Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
 Atom/RSS news reader (think: the Qt version of www/liferea).
 
 pkg/DESCR:
 QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader. It
 is designed to be fast and comfortable for the user. It includes an
 embedded webkit browser, adblocking, user filters, and proxy
 configuration, among many other features.
 
 ---
 
 This works well for me on amd64. Note the patch. I don't know if this is
 an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
 appreciate testing on the big DEs if possible. With the patch, I can get
 QuiteRSS to show and hide itself from the little tray icon. Without it,
 once I hide QuiteRSS it is unable to reshow itself.
 
 OK?
 
 ~Brian
 
 Email had 1 attachment:
 + quiterss.tgz
   2k (application/x-gtar)

Hi Brian,

The port builds and installs fine on OpenBSD i386 snapshot from Jan 22.
Upon startup I am hitting a 'SSL Certificate Error!' for 'openstat.net'
with the following details:
 - Error: The issuer certificate of a locally looked up certificate
 could not be found
 - Error: The root CA certificate is not trusted for this purpose
 - Error: No certificates could be verified
I told it I don't want it to trust the cert and moved on.

I was able to add an RSS feed and view it's content so the application
itself seems to be working fine.

I did hit a segfault while trying to quit the application from the tray.
Xfce4 click on the tray icon and hit 'exit'.

$ quiterss   
Segmentation fault (core dumped) 
$ 
Here is the backtrace:

#0  0x14da7dc0 in FollowRedirectReply::~FollowRedirectReply () from
/usr/local/bin/quiterss
(gdb) bt
#0  0x14da7dc0 in FollowRedirectReply::~FollowRedirectReply () from
/usr/local/bin/quiterss
#1  0x0773a925 in qDeleteInEventHandler () from
/usr/local/lib/libQtCore.so.9.0
#2  0x0773cb8e in QObject::event () from /usr/local/lib/libQtCore.so.9.0
#3  0x0f98576c in QApplicationPrivate::notify_helper () from
/usr/local/lib/libQtGui.so.10.1
#4  0x0f98c1fc in QApplication::notify () from
/usr/local/lib/libQtGui.so.10.1
#5  0x0772619a in QCoreApplication::notifyInternal () from
/usr/local/lib/libQtCore.so.9.0
#6  0x07729f17 in QCoreApplicationPrivate::sendPostedEvents () from
/usr/local/lib/libQtCore.so.9.0
#7  0x0772a3fd in QCoreApplication::sendPostedEvents () from
/usr/local/lib/libQtCore.so.9.0
#8  0x0772a535 in QCoreApplication::exec () from
/usr/local/lib/libQtCore.so.9.0
#9  0x0f985097 in QApplication::exec () from
/usr/local/lib/libQtGui.so.10.1
#10 0x14d897cc in main () from /usr/local/bin/quiterss
(gdb) 

Quitting from in-app menu does not result in a crash.
Note that quitting from the tray icon only produced a crash once. I
wasn't able to reproduce it yet.

Regards,
Adam Wolk



NEW: www/p5-Dancer2-Session-Cookie

2015-01-24 Thread Cesare Gargano
Hi ports@!

pkg/DESCR:
This module implements a session factory for Dancer 2 that stores session
state within a browser cookie. Features include: data serialization and
compression using Sereal, data encryption using AES with a unique derived
key per cookie enforced expiration timestamp (independent of cookie
expiration), cookie integrity protected with a message authentication
code.

Below dependencies not present in ports tree:

- devel/p5-String-Compare-ConstantTime
  This module compares strings avoiding a timing side-channel

- security/p5-Crypt-URandom
  This Module is intended to provide an interface to the strongest available
  source of non-blocking randomness on the current platform

- devel/p5-Sereal-Encoder
  This library implements a serializer for an efficient, compact-output, and
  feature-rich binary protocol called Sereal

- devel/p5-Sereal-Decoder
  This library implements a deserializer for an efficient, compact-output,
  and feature-rich binary protocol called Sereal

- math/p5-Math-Random-ISAAC-XS
  The ISAAC algorithm is designed to take some seed information and produce
  seemingly random results as output

  This module implements the same interface as Math::Random::ISAAC and can be
  used as a drop-in replacement. This is the recommended implementation of
  the module, based on Bob Jenkins' reference implementation in C

- devel/p5-Number-Tolerant (updated to 1.705 from openbsd-wip by todd@)
  Number::Tolerant creates a number-like object whose value refers to a range
  of possible values, each equally acceptable. It overloads comparison
  operations to reflect this

- www/p5-Session-Storage-Secure
  This module implements a secure way to encode session data. It is primarily
  intended for storing session data in browser cookies, but could be used
  with other backend storage where security of stored session data is
  important

Attached the relevant ports.

Comments? OK?

Thanks,

-
C


p5-Crypt-URandom.tgz
Description: GNU Zip compressed data


p5-Dancer2-Session-Cookie.tgz
Description: GNU Zip compressed data


p5-Math-Random-ISAAC-XS.tgz
Description: GNU Zip compressed data


p5-Number-Tolerant.tgz
Description: GNU Zip compressed data


p5-Sereal.tgz
Description: GNU Zip compressed data


p5-Sereal-Decoder.tgz
Description: GNU Zip compressed data


p5-Sereal-Encoder.tgz
Description: GNU Zip compressed data


p5-Session-Storage-Secure.tgz
Description: GNU Zip compressed data


p5-String-Compare-ConstantTime.tgz
Description: GNU Zip compressed data


CVS: cvs.openbsd.org: ports

2015-01-24 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2015/01/24 13:32:59

Modified files:
archivers/lzip/plzip: Makefile distinfo 

Log message:
Update to plzip 1.3.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2015/01/24 16:10:36

Log message:
Import Otter browser.

Otter Browser aims to recreate the best aspects of the classic Opera
(12.x) UI using the Qt5 library  the WebKit engine.

From Adam Wolf on ports@, thanks!
Input and okay from landry@ and sthen@.

The browser has some issues with memory handling. But it's quiet handy
to have an actual Qt5WebKit-based browser in tree: it already helped
to polish Qt5 a bit, and could help again before 5.7 release.

Status:

Vendor Tag: zhuk
Release Tags:   zhuk_20150125

N ports/www/otter-browser/distinfo
N ports/www/otter-browser/Makefile
N ports/www/otter-browser/pkg/DESCR
N ports/www/otter-browser/pkg/PLIST
N ports/www/otter-browser/patches/patch-CMakeLists_txt

No conflicts created by this import



Re: [new] x11/xfce4/xfdashboard

2015-01-24 Thread Antoine Jacoutot
On Sat, Jan 24, 2015 at 06:19:53PM +0100, Landry Breuil wrote:
 On Sat, Jan 24, 2015 at 01:31:00PM +0100, Antoine Jacoutot wrote:
  On Sat, Jan 24, 2015 at 12:48:41PM +0100, Landry Breuil wrote:
   Hi,
   
   ==
   Xfdashboard is a Gnome shell like dashboard for Xfce.
   For easy and quick access without typing in any command into a terminal a
   keyboard shortcut can be defined in Settings - Keyboard, e.g. the key
   combination Super+Tab runs the command xfdashboard. It has several 
   views
   which shows different elements like windows of currently running 
   applications
   window list), application menu etc. You can switch between the views 
   using the
   view selector.
   ==
   i've had this in mystuff since forever, doesnt work well with
   multiscreen setups, but other than that might be useful to others...
   
   looking for testers and okays to import.
  
  Missing goos in PLIST.
 
 i have gtk-update-icon-cache and update-desktop-database, what else did
 you have in mind here ?

I don't see the goos.
You sure you sent the correct PLIST?

-- 
Antoine



Re: NEW: www/quiterss

2015-01-24 Thread Brian Callahan

On 01/24/15 13:02, Adam Wolk wrote:
 On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
 Hi ports --

 Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
 Atom/RSS news reader (think: the Qt version of www/liferea).

 pkg/DESCR:
 QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader. It
 is designed to be fast and comfortable for the user. It includes an
 embedded webkit browser, adblocking, user filters, and proxy
 configuration, among many other features.

 ---

 This works well for me on amd64. Note the patch. I don't know if this is
 an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
 appreciate testing on the big DEs if possible. With the patch, I can get
 QuiteRSS to show and hide itself from the little tray icon. Without it,
 once I hide QuiteRSS it is unable to reshow itself.

 OK?

 ~Brian

 Email had 1 attachment:
 + quiterss.tgz
   2k (application/x-gtar)
 Hi Brian,

 The port builds and installs fine on OpenBSD i386 snapshot from Jan 22.
 Upon startup I am hitting a 'SSL Certificate Error!' for 'openstat.net'
 with the following details:
  - Error: The issuer certificate of a locally looked up certificate
  could not be found
  - Error: The root CA certificate is not trusted for this purpose
  - Error: No certificates could be verified
 I told it I don't want it to trust the cert and moved on.

Do you get that warning for other feeds that use SSL?

 I was able to add an RSS feed and view it's content so the application
 itself seems to be working fine.

 I did hit a segfault while trying to quit the application from the tray.
 Xfce4 click on the tray icon and hit 'exit'.

I'd be interested if you could reproduce it. FWIW, I have not had any
issue quitting from the tray icon.

Also, are you able to show/hide by clicking on the tray icon? Does it
change if you remove the patch? Trying to figure out if this is a
fluxbox issue or not...

Thanks for testing!

~Brian



Re: NEW: www/quiterss

2015-01-24 Thread Adam Wolk
On Sat, Jan 24, 2015, at 08:26 PM, Brian Callahan wrote:
 
 On 01/24/15 13:02, Adam Wolk wrote:
  On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
  Hi ports --
 
  Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
  Atom/RSS news reader (think: the Qt version of www/liferea).
 
  pkg/DESCR:
  QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader. It
  is designed to be fast and comfortable for the user. It includes an
  embedded webkit browser, adblocking, user filters, and proxy
  configuration, among many other features.
 
  ---
 
  This works well for me on amd64. Note the patch. I don't know if this is
  an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
  appreciate testing on the big DEs if possible. With the patch, I can get
  QuiteRSS to show and hide itself from the little tray icon. Without it,
  once I hide QuiteRSS it is unable to reshow itself.
 
  OK?
 
  ~Brian
 
  Email had 1 attachment:
  + quiterss.tgz
2k (application/x-gtar)
  Hi Brian,
 
  The port builds and installs fine on OpenBSD i386 snapshot from Jan 22.
  Upon startup I am hitting a 'SSL Certificate Error!' for 'openstat.net'
  with the following details:
   - Error: The issuer certificate of a locally looked up certificate
   could not be found
   - Error: The root CA certificate is not trusted for this purpose
   - Error: No certificates could be verified
  I told it I don't want it to trust the cert and moved on.
 
 Do you get that warning for other feeds that use SSL?
 

No. I did not hit this error again when adding a different https feed.
Though I did get the 'default' one again after several restarts even
though I initially
told the app to not trust it (this is happening semi consistently).

  I was able to add an RSS feed and view it's content so the application
  itself seems to be working fine.
 
  I did hit a segfault while trying to quit the application from the tray.
  Xfce4 click on the tray icon and hit 'exit'.
 
 I'd be interested if you could reproduce it. FWIW, I have not had any
 issue quitting from the tray icon.
 

I can't seem to reproduce it. Just had 13 clean consecutive
starts/exits.
It might be hard to reproduce as I look at the back-trace from my
previous email:
#0  0x14da7dc0 in FollowRedirectReply::~FollowRedirectReply () from
/usr/local/bin/quiterss

Makes me think that the app must have been doing something network
related
the moment I initiated the quit.

Quick grep reveals that it might be in-built adblock related:
$ grep -R FollowRedirectReply
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/adblocksubscription.cpp:
 m_reply = new FollowRedirectReply(m_url, mainApp-networkManager());
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/adblocksubscription.cpp:
 if (m_reply != qobject_castFollowRedirectReply*(sender())) {
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/adblocksubscription.h:class
FollowRedirectReply;
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/adblocksubscription.h:
 FollowRedirectReply* m_reply;
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.cpp:FollowRedirectReply::FollowRedirectReply(const
QUrl url, QNetworkAccessManager* manager)
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.cpp:QNetworkReply*
FollowRedirectReply::reply() const
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.cpp:QUrl
FollowRedirectReply::originalUrl() const
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.cpp:QUrl
FollowRedirectReply::url() const
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.cpp:QNetworkReply::NetworkError
FollowRedirectReply::error() const
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.cpp:QByteArray
FollowRedirectReply::readAll()
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.cpp:void
FollowRedirectReply::replyFinished()
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.cpp:FollowRedirectReply::~FollowRedirectReply()
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.h:class
FollowRedirectReply : public QObject
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.h:
 explicit FollowRedirectReply(const QUrl url, QNetworkAccessManager*
manager);
/home/mulander/ports/quiterss-0.17.5/QuiteRSS-0.17.5-src/src/adblock/followredirectreply.h:
 ~FollowRedirectReply();

Unfortunately I deleted that core dump :( I'll keep trying occasionally
maybe I'll have the luck to hit it again.

 Also, are you able to show/hide by clicking on the tray icon? Does it
 change if you remove the patch? Trying to 

Re: Brother DCP-7030 printer - blank pages

2015-01-24 Thread Predrag Punosevac
hans wrote:
 I am trying to get the DCP-7030 to print on current/amd64.
 It is connected via USB, connects as (full dmesg below):
 
 ulpt0 at uhub4 port 2 configuration 1 interface 0 Brother Industries
 product 0x01ea \
 rev 2.00/1.00 addr 2 ulpt0: using bi-directional mode ugen1 at uhub4
 port 2 \
 configuration 1 Brother Industries product 0x01ea rev 2.00/1.00 addr 2
 
 I run a simple lpd -ls form rc.conf.local,
 and have some other printers where I print without problems.
 
 $ cat /etc/printcap
 lp:lp=:rm=147.32.232.58:rp=lp:sd=/var/spool/output/lp:sf:sh
 mu:lp=:rm=147.231.88.24:rp=lp:sd=/var/spool/output/mu:sf:sh
 ws:\
   :lp=/dev/ulpt0:\
   :af=/etc/foomatic/brotherDCP7030.ppd:\
  
   :if=/usr/local/bin/foomatic-rip:\
   :sd=/var/spool/output/ws:\
   :sh:sf

foomatic-rip doesn't support LPD anymore. Have you read 

/usr/local/share/doc/pkg-readmes/cups-filters*


You can also try to follow this howto which I wrote (there should be a
copy on ports archive) 

http://daemonforums.org/showthread.php?t=8710

but I would strongly suggest you read documentation Antoine wrote.

Cheers,
Predrag



Re: NEW: www/quiterss

2015-01-24 Thread Vadim Zhukov
2015-01-24 21:02 GMT+03:00 Adam Wolk adam.w...@koparo.com:
 On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
 Hi ports --

 Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
 Atom/RSS news reader (think: the Qt version of www/liferea).

 pkg/DESCR:
 QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader. It
 is designed to be fast and comfortable for the user. It includes an
 embedded webkit browser, adblocking, user filters, and proxy
 configuration, among many other features.

 ---

 This works well for me on amd64. Note the patch. I don't know if this is
 an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
 appreciate testing on the big DEs if possible. With the patch, I can get
 QuiteRSS to show and hide itself from the little tray icon. Without it,
 once I hide QuiteRSS it is unable to reshow itself.

 OK?

 ~Brian

 Email had 1 attachment:
 + quiterss.tgz
   2k (application/x-gtar)

 Hi Brian,

 The port builds and installs fine on OpenBSD i386 snapshot from Jan 22.
 Upon startup I am hitting a 'SSL Certificate Error!' for 'openstat.net'
 with the following details:
  - Error: The issuer certificate of a locally looked up certificate
  could not be found
  - Error: The root CA certificate is not trusted for this purpose
  - Error: No certificates could be verified
 I told it I don't want it to trust the cert and moved on.

This was a Qt problem rather, already fixed in CVS: the same issue was
with Qt4 some time ago - it didn't try to lookup SSL certificates in
/etc/ssl/.

Regarding port itself, I'll take a look, likely tomorrow. Feel free to
CC me for any Qt-related ports, to make sure I don't miss 'em on
ports@.

--
  WBR,
  Vadim Zhukov



Re: NEW: www/otter-browser (WebKit Qt5 browser mimicking Opera classical UI)

2015-01-24 Thread Vadim Zhukov
2015-01-24 18:53 GMT+03:00 Adam Wolk adam.w...@koparo.com:
 On Sat, Jan 24, 2015, at 04:31 PM, Stuart Henderson wrote:
 On 2015/01/24 15:29, Stuart Henderson wrote:
  On 2015/01/24 15:35, Adam Wolk wrote:
   Hi ports@,
  
   Sorry for taking so long, got involved with work.
   I'm attaching an updated port.
  
   The port has been tested with xfce4  cwm on OpenBSD snapshot from Jan
   22 i386.
   Crashes on modal dialog close / full window resize in xfce are gone on
   qt5-5.3.2p7.
  
   See below for more details (especially on the cwm crash reported by
   zhuk@).
 
  Seeing as I leave near the River Otter, I had better review this one :-)

 s/leave/live :-)

  This is working nicely for me in cwm on amd64 and looks in pretty good
  shape to me. One nit only: the BUILD_DEPENDS = devel/cmake=2.8.10.2
  line can be removed, ports/devel/cmake/cmake.port.mk already takes care
  of this. With that removed, it's OK sthen@ to import.
 

 Fixed. BUILD_DEPENDS line has been removed as it's satisfied by
 cmake.port.mk.

 /me eagerly awaits the next napalm strike :)


 PS Nice work Adam.

 Thank you! :)

Now I get reliable crash at exit, sample backtrace is below.

Comitting anyway, this could be polished in tree, IMHO. Having at
least one Qt5Webkit-based browser is good for Qt5 itself.

(gdb) bt
#0  0x01cc060769ea in kill () at stdin:2
#1  0x01cc060b01c9 in abort () at /usr/src/lib/libc/stdlib/abort.c:53
#2  0x01cc060ac8e0 in wrterror (msg=0x1cc061b9616 bogus pointer
(double free?), p=0x7f7d6350) at
/usr/src/lib/libc/stdlib/malloc.c:281
#3  0x01cc060addde in free (ptr=0x7f7d6350) at
/usr/src/lib/libc/stdlib/malloc.c:1282
warning: (Internal error: pc 0x1c9a3de1a1d in read in psymtab, but not
in symtab.)

#4  0x01c9a3de1a1e in Otter::ContentsDialog::~ContentsDialog () at
ContentsDialog.h:31
warning: (Internal error: pc 0x1c9a3de1a1d in read in psymtab, but not
in symtab.)

#5  0x01cc0ec61e6c in QObjectPrivate::deleteChildren () from
/usr/local/lib/qt5/libQt5Core.so.0.0
#6  0x01cc8204ef9c in QWidget::~QWidget () from
/usr/local/lib/qt5/libQt5Widgets.so.0.0
#7  0x01cc8204f1a9 in QWidget::~QWidget () from
/usr/local/lib/qt5/libQt5Widgets.so.0.0
#8  0x01cc0ec61e6c in QObjectPrivate::deleteChildren () from
/usr/local/lib/qt5/libQt5Core.so.0.0
#9  0x01cc8204ef9c in QWidget::~QWidget () from
/usr/local/lib/qt5/libQt5Widgets.so.0.0
#10 0x01c9a3da400d in Otter::ContentsWidget::~ContentsWidget
(this=0x1cbcc52c580) at ContentsWidget.h:41
#11 0x01c9a3dc4d78 in Otter::WebContentsWidget::~WebContentsWidget
(this=0x1cbcc52c580)
at 
/usr/ports/pobj/otter-browser-0.9.04/otter-0.9.04/src/modules/windows/web/WebContentsWidget.cpp:86
#12 0x01c9a3dc4dae in Otter::WebContentsWidget::~WebContentsWidget
(this=0x1cbcc52c580)
at 
/usr/ports/pobj/otter-browser-0.9.04/otter-0.9.04/src/modules/windows/web/WebContentsWidget.cpp:89
#13 0x01cc0ec61e6c in QObjectPrivate::deleteChildren () from
/usr/local/lib/qt5/libQt5Core.so.0.0
#14 0x01cc8204ef9c in QWidget::~QWidget () from
/usr/local/lib/qt5/libQt5Widgets.so.0.0
warning: (Internal error: pc 0x1c9a3de1086 in read in psymtab, but not
in symtab.)

warning: (Internal error: pc 0x1c9a3de1086 in read in psymtab, but not
in symtab.)

#15 0x01c9a3de1087 in Otter::Window::~Window () at Window.h:46
warning: (Internal error: pc 0x1c9a3de1086 in read in psymtab, but not
in symtab.)

warning: (Internal error: pc 0x1c9a3de10df in read in psymtab, but not
in symtab.)

warning: (Internal error: pc 0x1c9a3de10df in read in psymtab, but not
in symtab.)

#16 0x01c9a3de10e0 in Otter::Window::~Window () at Window.h:46
warning: (Internal error: pc 0x1c9a3de10df in read in psymtab, but not
in symtab.)

#17 0x01cc0ec624b0 in QObject::event () from
/usr/local/lib/qt5/libQt5Core.so.0.0
#18 0x001f in ?? ()
#19 0x01cc8202766b in QBoxLayout::setGeometry () from
/usr/local/lib/qt5/libQt5Widgets.so.0.0
#20 0x0018 in ?? ()
#21 0x01cc464b4d00 in ?? ()
#22 0xf0aad9ee6f322163 in ?? ()
#23 0x01cc8ce06f00 in ?? ()
#24 0x01cc5d88c7c0 in ?? ()
#25 0x01cc6ff0c200 in ?? ()
#26 0x01cc8205278a in QWidget::event () from
/usr/local/lib/qt5/libQt5Widgets.so.0.0
#27 0x7f7d5070 in ?? ()
#28 0x01cbe0685400 in ?? ()
#29 0x01cc464b6800 in ?? ()
#30 0x in ?? ()
Current language:  auto; currently asm


--
  WBR,
 Vadim Zhukov



Re: NEW: www/p5-Dancer2-Plugin-Ajax

2015-01-24 Thread Cesare Gargano
Ping

On Sun, Jan 18, 2015 at 11:13 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 A Dancer2 plugin. Tests pass on amd64.

 -
 pkg/DESCR:
 Dancer2 plugin which allow to define a route handler optimized for
 Ajax queries.



Re: NEW: www/quiterss

2015-01-24 Thread Adam Wolk
On Sat, Jan 24, 2015, at 09:45 PM, Adam Wolk wrote:
 On Sat, Jan 24, 2015, at 09:18 PM, Adam Wolk wrote:
  On Sat, Jan 24, 2015, at 08:26 PM, Brian Callahan wrote:
   
   On 01/24/15 13:02, Adam Wolk wrote:
On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
  I can hide the application by right clicking tray and selecting 'Show
  window' (as the app starts visible).
  I can show the application back by double clicking the tray or right
  clicking and selecting 'show window'.
  I *can't* hide the application by double clicking the tray.
 
 Small surprising discovery. I *can* hide the app by double clicking the
 tray
 but only if it's not the currently active window (which was tricky to
 spot
 with focus follows mice). Maybe it's the same for you on fluxbox?
 
 Regards,
 Adam Wolk
 

Found another interesting problem with the application.
When I select a news item and hit 'Open in external browser' an error
message pops up and disappears in less then a second.

I managed to keep the error on screen with patience, beer and repetitive
mouse foo in order to alt grab the dialog.

Behold here is the message:
 Failed to execute default Web Browser.
 slap a stop sign icon here Failed to execute child process
 chrome (No such file or directory).

I of course don't have chrome installed and the default browser is set
to Firefox on xfce4.

quiterss is set in Tools / Options to use 'Default external browser' -
that's the
default setting. Overriding this to firefox of course works.

My gripe is that the default browser is not the system default  that
the
error goes away too fast for anyone to read it.

This of course might be an upstream bug.

Regards,
Adam Wolk



Re: NEW: www/otter-browser (WebKit Qt5 browser mimicking Opera classical UI)

2015-01-24 Thread Vadim Zhukov
24 янв. 2015 г. 18:53 пользователь Adam Wolk adam.w...@koparo.com
написал:

 On Sat, Jan 24, 2015, at 04:31 PM, Stuart Henderson wrote:
  On 2015/01/24 15:29, Stuart Henderson wrote:
   On 2015/01/24 15:35, Adam Wolk wrote:
Hi ports@,
   
Sorry for taking so long, got involved with work.
I'm attaching an updated port.
   
The port has been tested with xfce4  cwm on OpenBSD snapshot from
Jan
22 i386.
Crashes on modal dialog close / full window resize in xfce are gone
on
qt5-5.3.2p7.
   
See below for more details (especially on the cwm crash reported by
zhuk@).
  
   Seeing as I leave near the River Otter, I had better review this one
:-)
 
  s/leave/live :-)
 
   This is working nicely for me in cwm on amd64 and looks in pretty good
   shape to me. One nit only: the BUILD_DEPENDS = devel/cmake=2.8.10.2
   line can be removed, ports/devel/cmake/cmake.port.mk already takes
care
   of this. With that removed, it's OK sthen@ to import.
  

 Fixed. BUILD_DEPENDS line has been removed as it's satisfied by
 cmake.port.mk.

 /me eagerly awaits the next napalm strike :)

Then I'll import it later today, unless somebody bites me in speed - he'll
have my tall okay in this case. :)

--
Vadim Zhukov


CVS: cvs.openbsd.org: ports

2015-01-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2015/01/24 10:08:12

Log message:
import mcollective-nrpe-agent

MCollective Agent to query the Nagios Remote Plugin Executor (NRPE), and
trigger off checks.

OK jasper@

Status:

Vendor Tag: sebastia
Release Tags:   sebastia_20150124

N ports/sysutils/mcollective-plugins/nrpe-agent/Makefile
N ports/sysutils/mcollective-plugins/nrpe-agent/distinfo
N ports/sysutils/mcollective-plugins/nrpe-agent/pkg/DESCR
N ports/sysutils/mcollective-plugins/nrpe-agent/pkg/PLIST

No conflicts created by this import



Re: [new] x11/xfce4/xfdashboard

2015-01-24 Thread Landry Breuil
On Sat, Jan 24, 2015 at 06:22:57PM +0100, Antoine Jacoutot wrote:
 On Sat, Jan 24, 2015 at 06:19:53PM +0100, Landry Breuil wrote:
  On Sat, Jan 24, 2015 at 01:31:00PM +0100, Antoine Jacoutot wrote:
   On Sat, Jan 24, 2015 at 12:48:41PM +0100, Landry Breuil wrote:
Hi,

==
Xfdashboard is a Gnome shell like dashboard for Xfce.
For easy and quick access without typing in any command into a terminal 
a
keyboard shortcut can be defined in Settings - Keyboard, e.g. the key
combination Super+Tab runs the command xfdashboard. It has several 
views
which shows different elements like windows of currently running 
applications
window list), application menu etc. You can switch between the views 
using the
view selector.
==
i've had this in mystuff since forever, doesnt work well with
multiscreen setups, but other than that might be useful to others...

looking for testers and okays to import.
   
   Missing goos in PLIST.
  
  i have gtk-update-icon-cache and update-desktop-database, what else did
  you have in mind here ?
 
 I don't see the goos.
 You sure you sent the correct PLIST?

Right, wasnt looking at the right file. Here's a fixed version, with
WANTLIB updated, and an update to 0.3.8 which was released in the
meantime.

Landry


xfdashboard-0.3.8.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2015-01-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2015/01/24 12:04:17

Modified files:
x11/xfce4  : Makefile 

Log message:
+xfdashboard



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2015/01/24 12:03:47

Log message:
Import xfdashboard 0.3.8.

Xfdashboard is a Gnome shell like dashboard for Xfce.
For easy and quick access without typing in any command into a terminal a
keyboard shortcut can be defined in Settings - Keyboard, e.g. the key
combination Super+Tab runs the command xfdashboard. It has several views
which shows different elements like windows of currently running 
applications
window list), application menu etc. You can switch between the views using 
the
view selector.

ok ajacoutot@

Status:

Vendor Tag: landry
Release Tags:   landry_20150124

N ports/x11/xfce4/xfdashboard/Makefile
N ports/x11/xfce4/xfdashboard/distinfo
N ports/x11/xfce4/xfdashboard/pkg/PLIST
N ports/x11/xfce4/xfdashboard/pkg/DESCR

No conflicts created by this import



Re: NEW: www/quiterss

2015-01-24 Thread Adam Wolk
On Sat, Jan 24, 2015, at 10:52 PM, Vadim Zhukov wrote:
 2015-01-24 21:02 GMT+03:00 Adam Wolk adam.w...@koparo.com:
  On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
  Hi ports --
 
  Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
  Atom/RSS news reader (think: the Qt version of www/liferea).
 
  pkg/DESCR:
  QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader. It
  is designed to be fast and comfortable for the user. It includes an
  embedded webkit browser, adblocking, user filters, and proxy
  configuration, among many other features.
 
  ---
 
  This works well for me on amd64. Note the patch. I don't know if this is
  an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
  appreciate testing on the big DEs if possible. With the patch, I can get
  QuiteRSS to show and hide itself from the little tray icon. Without it,
  once I hide QuiteRSS it is unable to reshow itself.
 
  OK?
 
  ~Brian
 
  Email had 1 attachment:
  + quiterss.tgz
2k (application/x-gtar)
 
  Hi Brian,
 
  The port builds and installs fine on OpenBSD i386 snapshot from Jan 22.
  Upon startup I am hitting a 'SSL Certificate Error!' for 'openstat.net'
  with the following details:
   - Error: The issuer certificate of a locally looked up certificate
   could not be found
   - Error: The root CA certificate is not trusted for this purpose
   - Error: No certificates could be verified
  I told it I don't want it to trust the cert and moved on.
 
 This was a Qt problem rather, already fixed in CVS: the same issue was
 with Qt4 some time ago - it didn't try to lookup SSL certificates in
 /etc/ssl/.
 
 Regarding port itself, I'll take a look, likely tomorrow. Feel free to
 CC me for any Qt-related ports, to make sure I don't miss 'em on
 ports@.

Hi @zhuk,

Interesting that you mention that it's a fixed issue in Qt.
this is a qt4 port and I'm hitting this pretty consistently but only
for the feed bundled with the app, others load fine.

MODULES =   x11/qt4

Was this issue fixed recently in qt4? I'm seeing this with
the following package: qt4-4.8.6p0 (installed)

Here is the dynamic section from the app binary obtained from objdump
-p:

Dynamic Section:
  NEEDED  libsqlite3.so.28.0
  NEEDED  libQtWebKit.so.4.0
  NEEDED  libphonon.so.4.1
  NEEDED  libQtDBus.so.2.0
  NEEDED  libQtSql.so.8.0
  NEEDED  libQtXml.so.8.0
  NEEDED  libQtGui.so.10.1
  NEEDED  libfreetype.so.23.0
  NEEDED  libSM.so.9.0
  NEEDED  libICE.so.10.0
  NEEDED  libXi.so.12.1
  NEEDED  libXrender.so.6.0
  NEEDED  libXinerama.so.6.0
  NEEDED  libfontconfig.so.9.1
  NEEDED  libXext.so.13.0
  NEEDED  libX11.so.16.0
  NEEDED  libQtNetwork.so.10.0
  NEEDED  libQtCore.so.9.0
  NEEDED  libstdc++.so.57.0
  NEEDED  libm.so.9.0
  NEEDED  libpthread.so.18.1
  NEEDED  libc.so.78.1

Regards,
Adam Wolk



Re: NEW: www/quiterss

2015-01-24 Thread Vadim Zhukov
25 янв. 2015 г. 1:04 пользователь Adam Wolk adam.w...@koparo.com
написал:

 On Sat, Jan 24, 2015, at 10:52 PM, Vadim Zhukov wrote:
  2015-01-24 21:02 GMT+03:00 Adam Wolk adam.w...@koparo.com:
   On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
   Hi ports --
  
   Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
   Atom/RSS news reader (think: the Qt version of www/liferea).
  
   pkg/DESCR:
   QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
It
   is designed to be fast and comfortable for the user. It includes an
   embedded webkit browser, adblocking, user filters, and proxy
   configuration, among many other features.
  
   ---
  
   This works well for me on amd64. Note the patch. I don't know if
this is
   an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
   appreciate testing on the big DEs if possible. With the patch, I can
get
   QuiteRSS to show and hide itself from the little tray icon. Without
it,
   once I hide QuiteRSS it is unable to reshow itself.
  
   OK?
  
   ~Brian
  
   Email had 1 attachment:
   + quiterss.tgz
 2k (application/x-gtar)
  
   Hi Brian,
  
   The port builds and installs fine on OpenBSD i386 snapshot from Jan
22.
   Upon startup I am hitting a 'SSL Certificate Error!' for 'openstat.net
'
   with the following details:
- Error: The issuer certificate of a locally looked up certificate
could not be found
- Error: The root CA certificate is not trusted for this purpose
- Error: No certificates could be verified
   I told it I don't want it to trust the cert and moved on.
 
  This was a Qt problem rather, already fixed in CVS: the same issue was
  with Qt4 some time ago - it didn't try to lookup SSL certificates in
  /etc/ssl/.
 
  Regarding port itself, I'll take a look, likely tomorrow. Feel free to
  CC me for any Qt-related ports, to make sure I don't miss 'em on
  ports@.

 Hi @zhuk,

 Interesting that you mention that it's a fixed issue in Qt.
 this is a qt4 port and I'm hitting this pretty consistently but only
 for the feed bundled with the app, others load fine.

 MODULES =   x11/qt4

 Was this issue fixed recently in qt4? I'm seeing this with
 the following package: qt4-4.8.6p0 (installed)

 Here is the dynamic section from the app binary obtained from objdump
 -p:

 Dynamic Section:
   NEEDED  libsqlite3.so.28.0
   NEEDED  libQtWebKit.so.4.0
   NEEDED  libphonon.so.4.1
   NEEDED  libQtDBus.so.2.0
   NEEDED  libQtSql.so.8.0
   NEEDED  libQtXml.so.8.0
   NEEDED  libQtGui.so.10.1
   NEEDED  libfreetype.so.23.0
   NEEDED  libSM.so.9.0
   NEEDED  libICE.so.10.0
   NEEDED  libXi.so.12.1
   NEEDED  libXrender.so.6.0
   NEEDED  libXinerama.so.6.0
   NEEDED  libfontconfig.so.9.1
   NEEDED  libXext.so.13.0
   NEEDED  libX11.so.16.0
   NEEDED  libQtNetwork.so.10.0
   NEEDED  libQtCore.so.9.0
   NEEDED  libstdc++.so.57.0
   NEEDED  libm.so.9.0
   NEEDED  libpthread.so.18.1
   NEEDED  libc.so.78.1

Yes, it was fixed in Qt4 a long time ago. I discovered the problem while
working on KDE4 port: Konqueror and KMail were constantly whining about
untrusted certificates, and after applying the fix they became happy.

Sorry, I missed it that this is a Qt4 app - I saw the Qt and added 5 by
inertion. Then it's strange, there should be no whining from Qt, unless the
certificate is really bad. I'll check things closely a bit later. Maybe SSL
certificate search path is overwritten somewhere inside the QuiteRSS?

--
Vadim Zhukov


Re: NEW: www/quiterss

2015-01-24 Thread Brian Callahan

On 01/24/15 17:29, Vadim Zhukov wrote:
 25 янв. 2015 г. 1:04 пользователь Adam Wolk adam.w...@koparo.com
 написал:
 On Sat, Jan 24, 2015, at 10:52 PM, Vadim Zhukov wrote:
 2015-01-24 21:02 GMT+03:00 Adam Wolk adam.w...@koparo.com:
 On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
 Hi ports --

 Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
 Atom/RSS news reader (think: the Qt version of www/liferea).

 pkg/DESCR:
 QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
 It
 is designed to be fast and comfortable for the user. It includes an
 embedded webkit browser, adblocking, user filters, and proxy
 configuration, among many other features.

 ---

 This works well for me on amd64. Note the patch. I don't know if
 this is
 an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
 appreciate testing on the big DEs if possible. With the patch, I can
 get
 QuiteRSS to show and hide itself from the little tray icon. Without
 it,
 once I hide QuiteRSS it is unable to reshow itself.

 OK?

 ~Brian

 Email had 1 attachment:
 + quiterss.tgz
   2k (application/x-gtar)
 Hi Brian,

 The port builds and installs fine on OpenBSD i386 snapshot from Jan
 22.
 Upon startup I am hitting a 'SSL Certificate Error!' for 'openstat.net
 '
 with the following details:
  - Error: The issuer certificate of a locally looked up certificate
  could not be found
  - Error: The root CA certificate is not trusted for this purpose
  - Error: No certificates could be verified
 I told it I don't want it to trust the cert and moved on.
 This was a Qt problem rather, already fixed in CVS: the same issue was
 with Qt4 some time ago - it didn't try to lookup SSL certificates in
 /etc/ssl/.

 Regarding port itself, I'll take a look, likely tomorrow. Feel free to
 CC me for any Qt-related ports, to make sure I don't miss 'em on
 ports@.
 Hi @zhuk,

 Interesting that you mention that it's a fixed issue in Qt.
 this is a qt4 port and I'm hitting this pretty consistently but only
 for the feed bundled with the app, others load fine.

 MODULES =   x11/qt4

 Was this issue fixed recently in qt4? I'm seeing this with
 the following package: qt4-4.8.6p0 (installed)

 Here is the dynamic section from the app binary obtained from objdump
 -p:

 Dynamic Section:
   NEEDED  libsqlite3.so.28.0
   NEEDED  libQtWebKit.so.4.0
   NEEDED  libphonon.so.4.1
   NEEDED  libQtDBus.so.2.0
   NEEDED  libQtSql.so.8.0
   NEEDED  libQtXml.so.8.0
   NEEDED  libQtGui.so.10.1
   NEEDED  libfreetype.so.23.0
   NEEDED  libSM.so.9.0
   NEEDED  libICE.so.10.0
   NEEDED  libXi.so.12.1
   NEEDED  libXrender.so.6.0
   NEEDED  libXinerama.so.6.0
   NEEDED  libfontconfig.so.9.1
   NEEDED  libXext.so.13.0
   NEEDED  libX11.so.16.0
   NEEDED  libQtNetwork.so.10.0
   NEEDED  libQtCore.so.9.0
   NEEDED  libstdc++.so.57.0
   NEEDED  libm.so.9.0
   NEEDED  libpthread.so.18.1
   NEEDED  libc.so.78.1
 Yes, it was fixed in Qt4 a long time ago. I discovered the problem while
 working on KDE4 port: Konqueror and KMail were constantly whining about
 untrusted certificates, and after applying the fix they became happy.

 Sorry, I missed it that this is a Qt4 app - I saw the Qt and added 5 by
 inertion. Then it's strange, there should be no whining from Qt, unless the
 certificate is really bad. I'll check things closely a bit later. Maybe SSL
 certificate search path is overwritten somewhere inside the QuiteRSS?


You know Qt better than I do, but the relevant file should be
${WRKSRC}/src/network/networkmanager.cpp
The blunt fix is easy enough.

~Brian



Re: NEW: www/quiterss

2015-01-24 Thread Vadim Zhukov
25 янв. 2015 г. 1:29 пользователь Vadim Zhukov persg...@gmail.com
написал:

 25 янв. 2015 г. 1:04 пользователь Adam Wolk adam.w...@koparo.com
написал:

 
  On Sat, Jan 24, 2015, at 10:52 PM, Vadim Zhukov wrote:
   2015-01-24 21:02 GMT+03:00 Adam Wolk adam.w...@koparo.com:
On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
Hi ports --
   
Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
Atom/RSS news reader (think: the Qt version of www/liferea).
   
pkg/DESCR:
QuiteRSS is a open-source cross-platform RSS/Atom news feeds
reader. It
is designed to be fast and comfortable for the user. It includes an
embedded webkit browser, adblocking, user filters, and proxy
configuration, among many other features.
   
---
   
This works well for me on amd64. Note the patch. I don't know if
this is
an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
appreciate testing on the big DEs if possible. With the patch, I
can get
QuiteRSS to show and hide itself from the little tray icon.
Without it,
once I hide QuiteRSS it is unable to reshow itself.
   
OK?
   
~Brian
   
Email had 1 attachment:
+ quiterss.tgz
  2k (application/x-gtar)
   
Hi Brian,
   
The port builds and installs fine on OpenBSD i386 snapshot from Jan
22.
Upon startup I am hitting a 'SSL Certificate Error!' for '
openstat.net'
with the following details:
 - Error: The issuer certificate of a locally looked up certificate
 could not be found
 - Error: The root CA certificate is not trusted for this purpose
 - Error: No certificates could be verified
I told it I don't want it to trust the cert and moved on.
  
   This was a Qt problem rather, already fixed in CVS: the same issue was
   with Qt4 some time ago - it didn't try to lookup SSL certificates in
   /etc/ssl/.
  
   Regarding port itself, I'll take a look, likely tomorrow. Feel free to
   CC me for any Qt-related ports, to make sure I don't miss 'em on
   ports@.
 
  Hi @zhuk,
 
  Interesting that you mention that it's a fixed issue in Qt.
  this is a qt4 port and I'm hitting this pretty consistently but only
  for the feed bundled with the app, others load fine.
 
  MODULES =   x11/qt4
 
  Was this issue fixed recently in qt4? I'm seeing this with
  the following package: qt4-4.8.6p0 (installed)
 
  Here is the dynamic section from the app binary obtained from objdump
  -p:
 
  Dynamic Section:
NEEDED  libsqlite3.so.28.0
NEEDED  libQtWebKit.so.4.0
NEEDED  libphonon.so.4.1
NEEDED  libQtDBus.so.2.0
NEEDED  libQtSql.so.8.0
NEEDED  libQtXml.so.8.0
NEEDED  libQtGui.so.10.1
NEEDED  libfreetype.so.23.0
NEEDED  libSM.so.9.0
NEEDED  libICE.so.10.0
NEEDED  libXi.so.12.1
NEEDED  libXrender.so.6.0
NEEDED  libXinerama.so.6.0
NEEDED  libfontconfig.so.9.1
NEEDED  libXext.so.13.0
NEEDED  libX11.so.16.0
NEEDED  libQtNetwork.so.10.0
NEEDED  libQtCore.so.9.0
NEEDED  libstdc++.so.57.0
NEEDED  libm.so.9.0
NEEDED  libpthread.so.18.1
NEEDED  libc.so.78.1

 Yes, it was fixed in Qt4 a long time ago. I discovered the problem while
working on KDE4 port: Konqueror and KMail were constantly whining about
untrusted certificates, and after applying the fix they became happy.

 Sorry, I missed it that this is a Qt4 app - I saw the Qt and added 5
by inertion. Then it's strange, there should be no whining from Qt, unless
the certificate is really bad. I'll check things closely a bit later. Maybe
SSL certificate search path is overwritten somewhere inside the QuiteRSS?

Yes, that's upstream problem. I found a discussion (in Russian), upstream
still tries to fix issue.

I see they have SSLv3/TLSv1 somewhere in certificate chain, just run
openssl s_client -connect quiterss.org:443.

--
Vadim Zhukov


Re: NEW: www/quiterss

2015-01-24 Thread Brian Callahan

On 01/24/15 17:48, Vadim Zhukov wrote:
 25 янв. 2015 г. 1:41 пользователь Brian Callahan bcal...@devio.us
 написал:

 On 01/24/15 17:29, Vadim Zhukov wrote:
 25 янв. 2015 г. 1:04 пользователь Adam Wolk adam.w...@koparo.com
 написал:
 On Sat, Jan 24, 2015, at 10:52 PM, Vadim Zhukov wrote:
 2015-01-24 21:02 GMT+03:00 Adam Wolk adam.w...@koparo.com:
 On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
 Hi ports --

 Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
 Atom/RSS news reader (think: the Qt version of www/liferea).

 pkg/DESCR:
 QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
 It
 is designed to be fast and comfortable for the user. It includes an
 embedded webkit browser, adblocking, user filters, and proxy
 configuration, among many other features.

 ---

 This works well for me on amd64. Note the patch. I don't know if
 this is
 an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
 appreciate testing on the big DEs if possible. With the patch, I can
 get
 QuiteRSS to show and hide itself from the little tray icon. Without
 it,
 once I hide QuiteRSS it is unable to reshow itself.

 OK?

 ~Brian

 Email had 1 attachment:
 + quiterss.tgz
   2k (application/x-gtar)
 Hi Brian,

 The port builds and installs fine on OpenBSD i386 snapshot from Jan
 22.
 Upon startup I am hitting a 'SSL Certificate Error!' for '
 openstat.net
 '
 with the following details:
  - Error: The issuer certificate of a locally looked up certificate
  could not be found
  - Error: The root CA certificate is not trusted for this purpose
  - Error: No certificates could be verified
 I told it I don't want it to trust the cert and moved on.
 This was a Qt problem rather, already fixed in CVS: the same issue was
 with Qt4 some time ago - it didn't try to lookup SSL certificates in
 /etc/ssl/.

 Regarding port itself, I'll take a look, likely tomorrow. Feel free to
 CC me for any Qt-related ports, to make sure I don't miss 'em on
 ports@.
 Hi @zhuk,

 Interesting that you mention that it's a fixed issue in Qt.
 this is a qt4 port and I'm hitting this pretty consistently but only
 for the feed bundled with the app, others load fine.

 MODULES =   x11/qt4

 Was this issue fixed recently in qt4? I'm seeing this with
 the following package: qt4-4.8.6p0 (installed)

 Here is the dynamic section from the app binary obtained from objdump
 -p:

 Dynamic Section:
   NEEDED  libsqlite3.so.28.0
   NEEDED  libQtWebKit.so.4.0
   NEEDED  libphonon.so.4.1
   NEEDED  libQtDBus.so.2.0
   NEEDED  libQtSql.so.8.0
   NEEDED  libQtXml.so.8.0
   NEEDED  libQtGui.so.10.1
   NEEDED  libfreetype.so.23.0
   NEEDED  libSM.so.9.0
   NEEDED  libICE.so.10.0
   NEEDED  libXi.so.12.1
   NEEDED  libXrender.so.6.0
   NEEDED  libXinerama.so.6.0
   NEEDED  libfontconfig.so.9.1
   NEEDED  libXext.so.13.0
   NEEDED  libX11.so.16.0
   NEEDED  libQtNetwork.so.10.0
   NEEDED  libQtCore.so.9.0
   NEEDED  libstdc++.so.57.0
   NEEDED  libm.so.9.0
   NEEDED  libpthread.so.18.1
   NEEDED  libc.so.78.1
 Yes, it was fixed in Qt4 a long time ago. I discovered the problem while
 working on KDE4 port: Konqueror and KMail were constantly whining about
 untrusted certificates, and after applying the fix they became happy.

 Sorry, I missed it that this is a Qt4 app - I saw the Qt and added
 5 by
 inertion. Then it's strange, there should be no whining from Qt, unless
 the
 certificate is really bad. I'll check things closely a bit later. Maybe
 SSL
 certificate search path is overwritten somewhere inside the QuiteRSS?

 You know Qt better than I do, but the relevant file should be
 ${WRKSRC}/src/network/networkmanager.cpp
 The blunt fix is easy enough.
 I don't see problems there - QuiteRSS doesn't replace but add its own
 certificates instead.


That's what I figured.

~Brian



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2015/01/24 16:11:37

Modified files:
www: Makefile 

Log message:
Link in otter-browser.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/01/24 09:56:39

Modified files:
net/avahi  : Makefile 
net/avahi/pkg  : README-main 

Log message:
Tweak pf example.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2015/01/24 10:09:39

Modified files:
sysutils/mcollective-plugins: Makefile 

Log message:
hook up nrpe-agent



Re: [new] x11/xfce4/xfdashboard

2015-01-24 Thread Landry Breuil
On Sat, Jan 24, 2015 at 01:31:00PM +0100, Antoine Jacoutot wrote:
 On Sat, Jan 24, 2015 at 12:48:41PM +0100, Landry Breuil wrote:
  Hi,
  
  ==
  Xfdashboard is a Gnome shell like dashboard for Xfce.
  For easy and quick access without typing in any command into a terminal a
  keyboard shortcut can be defined in Settings - Keyboard, e.g. the key
  combination Super+Tab runs the command xfdashboard. It has several views
  which shows different elements like windows of currently running 
  applications
  window list), application menu etc. You can switch between the views using 
  the
  view selector.
  ==
  i've had this in mystuff since forever, doesnt work well with
  multiscreen setups, but other than that might be useful to others...
  
  looking for testers and okays to import.
 
 Missing goos in PLIST.

i have gtk-update-icon-cache and update-desktop-database, what else did
you have in mind here ?



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2015/01/24 10:19:43

Modified files:
lang/php/5.4   : Tag: OPENBSD_5_6 Makefile distinfo 

Log message:
update to 5.4.37;
fixes CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232

ok jasper@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2015/01/24 10:20:01

Modified files:
lang/php/5.5   : Tag: OPENBSD_5_6 Makefile distinfo 

Log message:
update to 5.5.21;
fixes CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232

ok jasper@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Robert Peichaer
CVSROOT:/cvs
Module name:ports
Changes by: r...@cvs.openbsd.org2015/01/25 00:35:46

Modified files:
security/py-keyczar: Makefile distinfo 

Log message:
Update security/py-keyczar to 0.715

bump EPOCH due to changed versioning scheme

feedback and OK sthen@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Robert Peichaer
CVSROOT:/cvs
Module name:ports
Changes by: r...@cvs.openbsd.org2015/01/25 00:46:44

Modified files:
x11/e17/e  : Makefile distinfo 
x11/e17/e_dbus : Makefile distinfo 
x11/e17/ecore  : Makefile distinfo 
x11/e17/edje   : Makefile distinfo 
x11/e17/eet: Makefile distinfo 
x11/e17/efreet : Makefile distinfo 
x11/e17/eina   : Makefile distinfo 
x11/e17/eina/pkg: PLIST 
x11/e17/eio: Makefile distinfo 
x11/e17/elementary: Makefile distinfo 
x11/e17/embryo : Makefile distinfo 
x11/e17/emotion: Makefile distinfo 
x11/e17/ethumb : Makefile distinfo 
x11/e17/evas   : Makefile distinfo 
Removed files:
x11/e17/evas/patches: 
  patch-src_lib_engines_common_evas_font_load_c 

Log message:
Update x11/e17 - efl to 1.7.10, e to 0.17.6

- bump major for SO_VERSION
- remove TEST_TARGET from eina as it's disabled in the Makefile
- regen WANTLIB for emotion and evas
- remove patch-src_lib_engines_common_evas_font_load_c

OK sthen@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/01/24 10:53:05

Modified files:
geo/geoclue2   : Makefile 
Added files:
geo/geoclue2/patches: patch-data_geoclue_conf_in 

Log message:
Allow redshit to access the location services by default so that it works
out of the box.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/01/24 10:52:19

ports/geo/geoclue2/patches

Update of /cvs/ports/geo/geoclue2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32516/patches

Log Message:
Directory /cvs/ports/geo/geoclue2/patches added to the repository



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/01/24 10:50:42

Modified files:
misc/redshift  : Makefile 

Log message:
Missing RUN_DEPENDS.



Re: NEW: www/quiterss

2015-01-24 Thread Adam Wolk
On Sat, Jan 24, 2015, at 09:18 PM, Adam Wolk wrote:
 On Sat, Jan 24, 2015, at 08:26 PM, Brian Callahan wrote:
  
  On 01/24/15 13:02, Adam Wolk wrote:
   On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
 I can hide the application by right clicking tray and selecting 'Show
 window' (as the app starts visible).
 I can show the application back by double clicking the tray or right
 clicking and selecting 'show window'.
 I *can't* hide the application by double clicking the tray.

Small surprising discovery. I *can* hide the app by double clicking the
tray
but only if it's not the currently active window (which was tricky to
spot
with focus follows mice). Maybe it's the same for you on fluxbox?

Regards,
Adam Wolk



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2015/01/24 15:09:40

Modified files:
x11/qt5: Makefile 
Added files:
x11/qt5/patches: patch-qtbase_src_corelib_thread_qbasicatomic_h 

Log message:
Try to allow Qt5 to get compiled on SPARC: native atomics implementation
was dropped in Qt 5.2, but Qt could use GCC ones - why not?

Initial report from landry@



Re: NEW: www/otter-browser (WebKit Qt5 browser mimicking Opera classical UI)

2015-01-24 Thread Adam Wolk
On Sat, Jan 24, 2015, at 04:31 PM, Stuart Henderson wrote:
 On 2015/01/24 15:29, Stuart Henderson wrote:
  On 2015/01/24 15:35, Adam Wolk wrote:
   Hi ports@,
   
   Sorry for taking so long, got involved with work.
   I'm attaching an updated port.
   
   The port has been tested with xfce4  cwm on OpenBSD snapshot from Jan
   22 i386.
   Crashes on modal dialog close / full window resize in xfce are gone on
   qt5-5.3.2p7.
   
   See below for more details (especially on the cwm crash reported by
   zhuk@).
  
  Seeing as I leave near the River Otter, I had better review this one :-)
 
 s/leave/live :-)
 
  This is working nicely for me in cwm on amd64 and looks in pretty good
  shape to me. One nit only: the BUILD_DEPENDS = devel/cmake=2.8.10.2
  line can be removed, ports/devel/cmake/cmake.port.mk already takes care
  of this. With that removed, it's OK sthen@ to import.
  

Fixed. BUILD_DEPENDS line has been removed as it's satisfied by
cmake.port.mk. 

/me eagerly awaits the next napalm strike :)

 
 PS Nice work Adam.

Thank you! :)


otter-browser.tar.gz
Description: application/gzip


CVS: cvs.openbsd.org: ports

2015-01-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/01/24 02:46:08

Modified files:
textproc/p5-Text-vCard: Makefile distinfo 

Log message:
Update to p5-Text-vCard-3.07.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/01/24 01:54:09

Modified files:
print/libspectre: Makefile 

Log message:
Sync WANTLIB.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/01/24 02:44:32

Modified files:
textproc/p5-String-Random: Makefile distinfo 

Log message:
Update to p5-String-Random-0.28.

ok ajacoutot@



Re: UPDATE: net/argus 3.0.8

2015-01-24 Thread Landry Breuil
On Fri, Jan 23, 2015 at 10:59:12PM +0100, Steven Mestdagh wrote:
 here's finally an update for argus and argus-clients.
 lightly tested on amd64, seems to work.
 
 please test / comment / ok.

Briefly tested on macppc, also seems to work fine here. ok

Landry



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/01/24 01:38:16

Modified files:
devel/harfbuzz : Makefile distinfo 
devel/harfbuzz/pkg: PLIST-main 
Removed files:
devel/harfbuzz/patches: patch-src_check-symbols_sh 

Log message:
Update to harfbuzz-0.9.38.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/01/24 02:48:40

Modified files:
devel/goffice  : Makefile distinfo 

Log message:
Update to goffice-0.10.19.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/01/24 02:48:58

Modified files:
math/gnumeric  : Makefile distinfo 

Log message:
Update to gnumeric-1.12.19.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/01/24 02:48:51

Modified files:
www/p5-Catalyst-View-Mason: Makefile distinfo 

Log message:
Update to p5-Catalyst-View-Mason-0.19.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2015/01/24 03:27:47

Modified files:
net/ejabberd   : Makefile 
net/ejabberd/patches: patch-src_Makefile_in 
net/ejabberd/pkg: README 

Log message:
Small tweaks: move OpenBSD tag in patch, wrap long line in a README.

okay ajacoutot@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/01/24 04:02:04

Modified files:
textproc/p5-Mojolicious-Plugin-TtRenderer: Makefile distinfo 

Log message:
Update to p5-Mojolicious-Plugin-TtRenderer-1.54.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/01/24 04:08:27

Modified files:
devel/p5-YAML-XS: Makefile distinfo 
devel/p5-YAML-XS/pkg: PLIST 
Removed files:
devel/p5-YAML-XS/patches: patch-LibYAML_perl_libyaml_c 

Log message:
Update to p5-YAML-XS-0.58.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:ports
Changes by: schwa...@cvs.openbsd.org2015/01/24 04:07:57

Modified files:
astro/dgpsip   : Makefile 
astro/xephem   : Makefile 
audio/ascd : Makefile 
audio/cdparanoia: Makefile 
audio/gqmpeg   : Makefile 
audio/gsm  : Makefile 
audio/jack : Makefile 
audio/lame : Makefile 
audio/libcdio  : Makefile 
audio/mp3splt  : Makefile 
audio/mpegaudio: Makefile 
audio/nspmod   : Makefile 
audio/pms  : Makefile 
audio/rplay: Makefile 
audio/streamripper: Makefile 
audio/timidity : Makefile 
audio/tremor-tools: Makefile 
audio/wmmp : Makefile 
audio/xhippo   : Makefile 
audio/xmms2: Makefile 
audio/xmp  : Makefile 

Log message:
only minor formatting differences; drop USE_GROFF; no bump needed



[new] x11/xfce4/xfdashboard

2015-01-24 Thread Landry Breuil
Hi,

==
Xfdashboard is a Gnome shell like dashboard for Xfce.
For easy and quick access without typing in any command into a terminal a
keyboard shortcut can be defined in Settings - Keyboard, e.g. the key
combination Super+Tab runs the command xfdashboard. It has several views
which shows different elements like windows of currently running applications
window list), application menu etc. You can switch between the views using the
view selector.
==
i've had this in mystuff since forever, doesnt work well with
multiscreen setups, but other than that might be useful to others...

looking for testers and okays to import.

Landry


xfdashboard-0.3.7.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2015-01-24 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:ports
Changes by: schwa...@cvs.openbsd.org2015/01/24 05:20:38

Modified files:
benchmarks/bonnie: Makefile 
benchmarks/httperf: Makefile 
benchmarks/lmbench: Makefile 
benchmarks/siege: Makefile 
benchmarks/ubench: Makefile 

Log message:
only minor formatting differences; drop USE_GROFF; no bump needed



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/01/24 04:16:59

Modified files:
net/p5-Net-SSH-Perl: Makefile distinfo 
net/p5-Net-SSH-Perl/pkg: PLIST 

Log message:
Update to p5-Net-SSH-Perl-1.38.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2015/01/24 04:18:39

Modified files:
graphics/opencv: Makefile 

Log message:
Put back i386 to the list of ONLY_FOR_ARCHS-java. To be removed if problems
will arise again.



Re: [new] x11/xfce4/xfdashboard

2015-01-24 Thread Antoine Jacoutot
On Sat, Jan 24, 2015 at 12:48:41PM +0100, Landry Breuil wrote:
 Hi,
 
 ==
 Xfdashboard is a Gnome shell like dashboard for Xfce.
 For easy and quick access without typing in any command into a terminal a
 keyboard shortcut can be defined in Settings - Keyboard, e.g. the key
 combination Super+Tab runs the command xfdashboard. It has several views
 which shows different elements like windows of currently running applications
 window list), application menu etc. You can switch between the views using the
 view selector.
 ==
 i've had this in mystuff since forever, doesnt work well with
 multiscreen setups, but other than that might be useful to others...
 
 looking for testers and okays to import.

Missing goos in PLIST.

 
 Landry



-- 
Antoine



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2015/01/24 03:56:43

Modified files:
graphics/opencv: Makefile distinfo 
graphics/opencv/patches: patch-CMakeLists_txt 
 patch-apps_haartraining_CMakeLists_txt 
 patch-cmake_OpenCVFindLibsVideo_cmake 
graphics/opencv/pkg: PLIST-docs PLIST-java PLIST-main 

Log message:
Update OpenCV to 2.4.10, mostly from Rafael Sadowski (MAINTAINER).

This switches the whole package to PIC (from PIE) due to problems with
inline assembly and build system specifics. Since OpenCV is used mostly
as a library, this shouldn't be a big problem.



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2015/01/24 03:58:41

Modified files:
sysutils/pkg_mgr: Makefile distinfo 
Removed files:
sysutils/pkg_mgr/patches: 
  patch-OpenBSD_PackageManager_CursesView_pm 

Log message:
Update to pkg_mgr 0.2.2.

Fixes a bug when listing installed packages, maybe a perl update or a
pkg_add 'recent' change was overwriting $_, and breaking
OpenBSD::RequiredBy further calls. Reported by Bastiaan Egberts (and
maybe others, dont remember..)



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/01/24 04:10:01

Modified files:
devel/p5-YAML-Syck: Makefile distinfo 
devel/p5-YAML-Syck/pkg: PLIST 

Log message:
Update to p5-YAML-Syck-1.29.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2015/01/24 04:11:15

Modified files:
x11/ogre   : Makefile 

Log message:
yadada yadada atomic



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2015/01/24 04:15:04

Modified files:
net/p5-Net-DAV-Server: Makefile distinfo 

Log message:
Update to p5-Net-DAV-Server-1.305.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2015-01-24 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2015/01/24 05:34:07

Modified files:
games/xscorch  : Makefile 
Added files:
games/xscorch/patches: patch-libj_jstr_str_trim_c 

Log message:
Replace overlapping memcpy with memmove

Breakage spotted by bentley@, who forgot to reply to my request for
feedback



CVS: cvs.openbsd.org: ports

2015-01-24 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:ports
Changes by: schwa...@cvs.openbsd.org2015/01/24 06:46:44

Modified files:
comms/efax : Makefile 
comms/gnokii   : Makefile 
comms/lrzsz: Makefile 
comms/mgetty+sendfax: Makefile 
comms/minicom  : Makefile 
comms/qpage: Makefile 
comms/seyon: Makefile 
comms/tkhylafax: Makefile 
converters/html2wml: Makefile 
converters/libpst: Makefile 
converters/wv  : Makefile 
converters/xlhtml: Makefile 

Log message:
only minor formatting differences; drop USE_GROFF; no bump needed



Re: NEW: www/otter-browser (WebKit Qt5 browser mimicking Opera classical UI)

2015-01-24 Thread Adam Wolk
Hi ports@,

Sorry for taking so long, got involved with work.
I'm attaching an updated port.

The port has been tested with xfce4  cwm on OpenBSD snapshot from Jan
22 i386.
Crashes on modal dialog close / full window resize in xfce are gone on
qt5-5.3.2p7.

See below for more details (especially on the cwm crash reported by
zhuk@).

On Fri, Jan 16, 2015, at 02:52 PM, Vadim Zhukov wrote:
 
  Being fully agree with Landry's points, I'd ask for the following
 
  tweaks in addition:
 
 
 
  1. Remove gcc4 from MODULES and MODGCC4_* lines, qt5.port.mk already
 
  takes care of those.
 
 
Fixed. gcc4 has been removed from modules and MODGCC4_* lines have
been deleted.

 
  2. CONFIGURE_STYLE comes from cmake.port.mk automagically as well.
 
 
Fixed. The CONFIGURE_STYLE has been removed.


 
 Hi zhuk@,
 

 
 Thanks for taking the time to test. I'll address the first 2 issues
 
 today right after work and will try to get
 
 a good whack on the backtrace from pt. 3.
 

 
 Regarding pt 3:
 
 Since you are the qt5 porter I assume it's a port with latest patches?
 
 Would you mind providing me the exact port version used for this test?
 

 
  3. Crashes or stucks with hidding window when resizing arbitrary (not via
 
  window
 
  manager's hotkeys) on amd64 with CWM. Here is a backtrace after crash
 
  (SIGBUS):
 
 
 

 
 I'm not sure if I'm understanding you correctly. I saw a crash
 
 previously when trying
 
 to make the window not full screen using the window manager option in
 
 the toolbar.
 
 Are you doing something similar? I will be trying to reproduce this and
 
 can of course
 
 run CWM for the test. Any more details on what exactly leads to the
 
 crash will
 
 most definetly help :)

 I use cwm on -CURRENT amd64. Cwm has commands maximize window (Ctrl+Alt+m, 
 by default) and make window full screen (Ctrl+Alt+f). While I use only 
 those to switch between maximized, full screen and normal window 
 states, everything works fine. But if I try to resize window manually 
 (Alt+mouse), in a few seconds crash or hang happens. Window disappears in any 
 case, so it, probably, gets stuck in cleanup code in case of hang.


   #0  0x1d0b7c82240d in WebCore::QNetworkReplyHandler::finish() ()
 
  from /usr/local/lib/qt5/libQt5WebKit.so.0.0
 
  #1  0x1d0b7c81f820 in
 
  WebCore::QNetworkReplyHandlerCallQueue::flush() [clone .part.79] ()
 
  from /usr/local/lib/qt5/libQt5WebKit.so.0.0
 
  #2  0x1d0b7c82258a in
 
  WebCore::QNetworkReplyWrapper::emitMetaDataChanged() () from
 
  /usr/local/lib/qt5/libQt5WebKit.so.0.0
 
  #3  0x1d0ae69fe2f8 in QMetaObject::activate(QObject*, int, int,
 
  void**) () from /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #4  0x1d0ae69fe2f8 in QMetaObject::activate(QObject*, int, int,
 
  void**) () from /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #5  0x1d0b64ce5c34 in QNetworkReplyHttpImplPrivate::finished() ()
 
  from /usr/local/lib/qt5/libQt5Network.so.0.0
 
  #6  0x1d0b64d6c139 in
 
  QNetworkReplyHttpImpl::qt_static_metacall(QObject*, QMetaObject::Call,
 
  int, void**) () from /usr/local/lib/qt5/libQt5Network.so.0.0
 
  #7  0x1d0ae69ff48e in QObject::event(QEvent*) () from
 
  /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #8  0x1d0af9f6d72c in QApplicationPrivate::notify_helper(QObject*,
 
  QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.0.0
 
  #9  0x1d0af9f729f0 in QApplication::notify(QObject*, QEvent*) ()
 
  from /usr/local/lib/qt5/libQt5Widgets.so.0.0
 
  #10 0x1d0ae69d543d in QCoreApplication::notifyInternal(QObject*,
 
  QEvent*) () from /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #11 0x1d0ae69d78a7 in
 
  QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)
 
  () from /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #12 0x1d0ae6a25b63 in postEventSourceDispatch(_GSource*, int
 
  (*)(void*), void*) () from /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #13 0x1d0b35513f4f in g_main_context_dispatch () from
 
  /usr/local/lib/libglib-2.0.so.4200.0
 
  #14 0x1d0b35515f9e in g_main_context_iterate () from
 
  /usr/local/lib/libglib-2.0.so.4200.0
 
  #15 0x1d0b35516077 in g_main_context_iteration () from
 
  /usr/local/lib/libglib-2.0.so.4200.0
 
  #16 0x1d0ae6a257f3 in
 
  QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)
 
  () from /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #17 0x1d0ae69d403b in
 
  QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from
 
  /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #18 0x1d0ae69dac38 in QCoreApplication::exec() () from
 
  /usr/local/lib/qt5/libQt5Core.so.0.0
 
  #19 0x1d08ae15e0e7 in main ()
 
 
 
  I'm not sure if (3) is critical because Otter is designed to behave
 
  like Opera, and Opera was used on the whole screen everywhere I've
 
  seen it, thus no resizing used.
 
 

zhuk@ I tried to reproduce the issue with:
 - OpenBSD i386 snapshot from Jan 22
 - running both xfce4  cwm
 - using qt5-5.3.2p7

I am able to:
 - make the browser full 

Re: NEW: www/p5-Dancer2-Plugin-Auth-Tiny

2015-01-24 Thread Cesare Gargano
Ping

On Sun, Jan 18, 2015 at 11:15 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 A Dancer2 plugin. Tests pass on amd64.

 -
 pkg/DESCR:
 Dancer2 plugin which provides an extremely simple way of requiring that a
 user be logged in before allowing access to certain routes.

 Comments? OK?

 --
 C.



Re: NEW: www/p5-Dancer2-Plugin-DBIC

2015-01-24 Thread Cesare Gargano
Ping

On Sun, Jan 18, 2015 at 11:17 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 A Dancer2 plugin. Tests pass on amd64.

 -
 pkg/DESCR:
 Dancer2 plugin which makes very easy to create applications that interface
 with databases. It automatically exports the keyword schema which returns a
 DBIx::Class::Schema object.

 Comments? OK?

 --
 C.



Re: NEW: www/p5-Dancer2-Plugin-Database

2015-01-24 Thread Cesare Gargano
Ping

On Sun, Jan 18, 2015 at 11:22 PM, Cesare Gargano g...@plusiagamma.org wrote:
 Hi ports@!

 A Dancer2 plugin. Tests pass on amd64.

 -
 pkg/DESCR:
 Dancer2 plugin which provides an easy way to obtain a connected DBI database
 handle by simply calling the database keyword within your application.

 Comments? OK?

 Attached its dep, www/p5-Dancer-Plugin-Database-Core

 --
 C.



Re: NEW: www/quiterss

2015-01-24 Thread Vadim Zhukov
25 янв. 2015 г. 1:41 пользователь Brian Callahan bcal...@devio.us
написал:


 On 01/24/15 17:29, Vadim Zhukov wrote:
  25 янв. 2015 г. 1:04 пользователь Adam Wolk adam.w...@koparo.com
  написал:
  On Sat, Jan 24, 2015, at 10:52 PM, Vadim Zhukov wrote:
  2015-01-24 21:02 GMT+03:00 Adam Wolk adam.w...@koparo.com:
  On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote:
  Hi ports --
 
  Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based
  Atom/RSS news reader (think: the Qt version of www/liferea).
 
  pkg/DESCR:
  QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
  It
  is designed to be fast and comfortable for the user. It includes an
  embedded webkit browser, adblocking, user filters, and proxy
  configuration, among many other features.
 
  ---
 
  This works well for me on amd64. Note the patch. I don't know if
  this is
  an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would
  appreciate testing on the big DEs if possible. With the patch, I can
  get
  QuiteRSS to show and hide itself from the little tray icon. Without
  it,
  once I hide QuiteRSS it is unable to reshow itself.
 
  OK?
 
  ~Brian
 
  Email had 1 attachment:
  + quiterss.tgz
2k (application/x-gtar)
  Hi Brian,
 
  The port builds and installs fine on OpenBSD i386 snapshot from Jan
  22.
  Upon startup I am hitting a 'SSL Certificate Error!' for '
openstat.net
  '
  with the following details:
   - Error: The issuer certificate of a locally looked up certificate
   could not be found
   - Error: The root CA certificate is not trusted for this purpose
   - Error: No certificates could be verified
  I told it I don't want it to trust the cert and moved on.
  This was a Qt problem rather, already fixed in CVS: the same issue was
  with Qt4 some time ago - it didn't try to lookup SSL certificates in
  /etc/ssl/.
 
  Regarding port itself, I'll take a look, likely tomorrow. Feel free to
  CC me for any Qt-related ports, to make sure I don't miss 'em on
  ports@.
  Hi @zhuk,
 
  Interesting that you mention that it's a fixed issue in Qt.
  this is a qt4 port and I'm hitting this pretty consistently but only
  for the feed bundled with the app, others load fine.
 
  MODULES =   x11/qt4
 
  Was this issue fixed recently in qt4? I'm seeing this with
  the following package: qt4-4.8.6p0 (installed)
 
  Here is the dynamic section from the app binary obtained from objdump
  -p:
 
  Dynamic Section:
NEEDED  libsqlite3.so.28.0
NEEDED  libQtWebKit.so.4.0
NEEDED  libphonon.so.4.1
NEEDED  libQtDBus.so.2.0
NEEDED  libQtSql.so.8.0
NEEDED  libQtXml.so.8.0
NEEDED  libQtGui.so.10.1
NEEDED  libfreetype.so.23.0
NEEDED  libSM.so.9.0
NEEDED  libICE.so.10.0
NEEDED  libXi.so.12.1
NEEDED  libXrender.so.6.0
NEEDED  libXinerama.so.6.0
NEEDED  libfontconfig.so.9.1
NEEDED  libXext.so.13.0
NEEDED  libX11.so.16.0
NEEDED  libQtNetwork.so.10.0
NEEDED  libQtCore.so.9.0
NEEDED  libstdc++.so.57.0
NEEDED  libm.so.9.0
NEEDED  libpthread.so.18.1
NEEDED  libc.so.78.1
  Yes, it was fixed in Qt4 a long time ago. I discovered the problem while
  working on KDE4 port: Konqueror and KMail were constantly whining about
  untrusted certificates, and after applying the fix they became happy.
 
  Sorry, I missed it that this is a Qt4 app - I saw the Qt and added
5 by
  inertion. Then it's strange, there should be no whining from Qt, unless
the
  certificate is really bad. I'll check things closely a bit later. Maybe
SSL
  certificate search path is overwritten somewhere inside the QuiteRSS?
 

 You know Qt better than I do, but the relevant file should be
 ${WRKSRC}/src/network/networkmanager.cpp
 The blunt fix is easy enough.

I don't see problems there - QuiteRSS doesn't replace but add its own
certificates instead.

--
Vadim Zhukov