Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 18:17:57 GMT
From:      Ludger Bolmerg <lbolmerg@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183664: [patch] security/keepassx compile error on FreeBSD 10.0-BETA2
Message-ID:  <201311041817.rA4IHvUU065681@oldred.freebsd.org>
Resent-Message-ID: <201311041820.rA4IK0iJ048538@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183664
>Category:       ports
>Synopsis:       [patch] security/keepassx compile error on FreeBSD 10.0-BETA2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 04 18:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ludger Bolmerg
>Release:        10.0-BETA2
>Organization:
>Environment:
FreeBSD bsd-new.berliner.de 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257346: Tue Oct 29 20:48:13 CET 2013     ludger@bsd-new.berliner.de:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Error compiling AutoTypeX11.cpp

lib/AutoTypeX11.cpp:202:2: error: use of undeclared identifier 'nanosleep'
        nanosleep(&timeOut, &remains);

>How-To-Repeat:

>Fix:
patch attached

Patch attached with submission follows:

--- AutoTypeX11.cpp.orig	2013-11-04 19:04:17.000000000 +0100
+++ AutoTypeX11.cpp	2013-11-04 19:04:44.000000000 +0100
@@ -18,6 +18,7 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
 
+#include <time.h>
 #include "AutoTypeX11.h"
 
 #include "mainwindow.h"


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311041817.rA4IHvUU065681>