public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/djvu/files: djvu-3.5.24-gcc46.patch
@ 2011-04-30 20:14 Peter Volkov (pva)
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Volkov (pva) @ 2011-04-30 20:14 UTC (permalink / raw
  To: gentoo-commits

pva         11/04/30 20:14:28

  Added:                djvu-3.5.24-gcc46.patch
  Log:
  Version bump. Fixes gcc46 build issue, bug #361057, thank Vladimir for report and Ryan Hill for fix.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-text/djvu/files/djvu-3.5.24-gcc46.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?rev=1.1&content-type=text/plain

Index: djvu-3.5.24-gcc46.patch
===================================================================
=== modified file 'libdjvu/GSmartPointer.h'
--- libdjvu/GSmartPointer.h	2011-04-30 19:29:11 +0000
+++ libdjvu/GSmartPointer.h	2011-04-30 19:34:21 +0000
@@ -62,6 +62,8 @@
 # pragma interface
 #endif
 
+#include <cstddef>
+
 /** @name GSmartPointer.h
 
     Files #"GSmartPointer.h"# and #"GSmartPointer.cpp"# define a smart-pointer







^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/djvu/files: djvu-3.5.24-gcc46.patch
@ 2012-03-11 16:13 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-11 16:13 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/11 16:13:40

  Modified:             djvu-3.5.24-gcc46.patch
  Log:
  Include stddef.h in the installed headers to fix building of reverse dependencies. No revision bump because gcc-4.6 is still not keyworded
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-text/djvu/files/djvu-3.5.24-gcc46.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?r1=1.1&r2=1.2

Index: djvu-3.5.24-gcc46.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- djvu-3.5.24-gcc46.patch	30 Apr 2011 20:14:28 -0000	1.1
+++ djvu-3.5.24-gcc46.patch	11 Mar 2012 16:13:40 -0000	1.2
@@ -1,6 +1,22 @@
-=== modified file 'libdjvu/GSmartPointer.h'
---- libdjvu/GSmartPointer.h	2011-04-30 19:29:11 +0000
-+++ libdjvu/GSmartPointer.h	2011-04-30 19:34:21 +0000
+http://bugs.gentoo.org/361057 for GSmartPointer.h change
+
+Then include stddef.h in the installed headers to fix building of reverse
+dependencies, such as app-text/zathura-djvu
+
+These are all in upstream GIT
+
+--- libdjvu/ddjvuapi.h
++++ libdjvu/ddjvuapi.h
+@@ -64,6 +64,7 @@
+ }
+ #endif
+ 
++#include <stddef.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ 
+--- libdjvu/GSmartPointer.h
++++ libdjvu/GSmartPointer.h
 @@ -62,6 +62,8 @@
  # pragma interface
  #endif
@@ -10,4 +26,15 @@
  /** @name GSmartPointer.h
  
      Files #"GSmartPointer.h"# and #"GSmartPointer.cpp"# define a smart-pointer
-
+--- libdjvu/miniexp.h
++++ libdjvu/miniexp.h
+@@ -38,7 +38,8 @@
+ #ifndef MINILISPAPI
+ # define MINILISPAPI /**/
+ #endif
+-  
++
++#include <stddef.h>
+ 
+ /* -------------------------------------------------- */
+ /* LISP EXPRESSIONS                                   */






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/djvu/files: djvu-3.5.24-gcc46.patch
@ 2012-12-05 23:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-05 23:32 UTC (permalink / raw
  To: gentoo-commits

jer         12/12/05 23:32:19

  Modified:             djvu-3.5.24-gcc46.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  app-text/djvu/files/djvu-3.5.24-gcc46.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch?r1=1.2&r2=1.3

Index: djvu-3.5.24-gcc46.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/djvu/files/djvu-3.5.24-gcc46.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- djvu-3.5.24-gcc46.patch	11 Mar 2012 16:13:40 -0000	1.2
+++ djvu-3.5.24-gcc46.patch	5 Dec 2012 23:32:19 -0000	1.3
@@ -5,8 +5,8 @@
 
 These are all in upstream GIT
 
---- libdjvu/ddjvuapi.h
-+++ libdjvu/ddjvuapi.h
+--- a/libdjvu/ddjvuapi.h
++++ b/libdjvu/ddjvuapi.h
 @@ -64,6 +64,7 @@
  }
  #endif
@@ -15,8 +15,8 @@
  #include <stdlib.h>
  #include <stdio.h>
  
---- libdjvu/GSmartPointer.h
-+++ libdjvu/GSmartPointer.h
+--- a/libdjvu/GSmartPointer.h
++++ b/libdjvu/GSmartPointer.h
 @@ -62,6 +62,8 @@
  # pragma interface
  #endif
@@ -26,8 +26,8 @@
  /** @name GSmartPointer.h
  
      Files #"GSmartPointer.h"# and #"GSmartPointer.cpp"# define a smart-pointer
---- libdjvu/miniexp.h
-+++ libdjvu/miniexp.h
+--- a/libdjvu/miniexp.h
++++ b/libdjvu/miniexp.h
 @@ -38,7 +38,8 @@
  #ifndef MINILISPAPI
  # define MINILISPAPI /**/





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-05 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 23:32 [gentoo-commits] gentoo-x86 commit in app-text/djvu/files: djvu-3.5.24-gcc46.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-11 16:13 Samuli Suominen (ssuominen)
2011-04-30 20:14 Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox