Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 20:35:22 +0200 (CEST)
From:      Rafael Ostertag <rafi@guengel.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182211: [maintainer update] security/yapet: patch fixing build error on 10.0-CURRENT (2)
Message-ID:  <201309181835.r8IIZMUh021540@aurora.virtual.kruemel.home>
Resent-Message-ID: <201309181840.r8IIe0NV065408@freefall.freebsd.org>

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

>Number:         182211
>Category:       ports
>Synopsis:       [maintainer update] security/yapet: patch fixing build error on 10.0-CURRENT (2)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 18 18:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rafael Ostertag
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:

>Description:
 - Patch fixing build errors on 10.0-CURRENT

New Directories
---------------
(none)

New Files
---------
files/patch-ui-basewindow.cc
files/patch-ui-secstring.h

Updated Files
-------------
(none)

Deleted Files
-------------
(none)
>How-To-Repeat:

>Fix:


--- yapet.diff begins here ---
Index: files/patch-ui-basewindow.cc
===================================================================
--- files/patch-ui-basewindow.cc	(revision 0)
+++ files/patch-ui-basewindow.cc	(working copy)
@@ -0,0 +1,13 @@
+--- ui/basewindow.cc.orig	2013-09-17 22:04:34.000000000 +0200
++++ ui/basewindow.cc	2013-09-17 22:05:18.000000000 +0200
+@@ -33,6 +33,10 @@
+ # include <stdio.h>
+ #endif
+ 
++#ifdef HAVE_STDLIB_H
++# include <stdlib.h>
++#endif
++
+ #ifdef HAVE_ALGORITHM
+ # include <algorithm>
+ #endif

Property changes on: files/patch-ui-basewindow.cc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Index: files/patch-ui-secstring.h
===================================================================
--- files/patch-ui-secstring.h	(revision 0)
+++ files/patch-ui-secstring.h	(working copy)
@@ -0,0 +1,11 @@
+--- ui/secstring.h.orig	2013-09-18 19:44:08.000000000 +0200
++++ ui/secstring.h	2013-09-18 19:44:30.000000000 +0200
+@@ -61,7 +61,7 @@
+             public:
+                 void deallocate (typename std::allocator<T>::pointer p,
+                                  typename std::allocator<T>::size_type n) {
+-                    memset (p, '0', n*sizeof (std::allocator<T>::value_type) );
++                    memset (p, '0', n*sizeof (typename std::allocator<T>::value_type) );
+                     std::allocator<T>::deallocate (p, n);
+                 }
+ 

Property changes on: files/patch-ui-secstring.h
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
--- yapet.diff ends here ---


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



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