pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glitz Fixed a build failure of devel/pango by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2895c96dd649
branches:  trunk
changeset: 517049:2895c96dd649
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Aug 03 18:22:16 2006 +0000

description:
Fixed a build failure of devel/pango by replacing __sun__ with __sun in
patch-ab, as told by pkglint. Maybe that warning is really useful. :)

Bumped PKGREVISION.

diffstat:

 graphics/glitz/Makefile         |  4 ++--
 graphics/glitz/distinfo         |  4 ++--
 graphics/glitz/patches/patch-ab |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r ddebc18f00e6 -r 2895c96dd649 graphics/glitz/Makefile
--- a/graphics/glitz/Makefile   Thu Aug 03 18:22:16 2006 +0000
+++ b/graphics/glitz/Makefile   Thu Aug 03 18:22:16 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2006/07/25 19:19:27 minskim Exp $
+# $NetBSD: Makefile,v 1.21 2006/08/03 18:22:17 rillig Exp $
 
 DISTNAME=      glitz-0.5.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  http://cairographics.org/snapshots/
 
diff -r ddebc18f00e6 -r 2895c96dd649 graphics/glitz/distinfo
--- a/graphics/glitz/distinfo   Thu Aug 03 18:22:16 2006 +0000
+++ b/graphics/glitz/distinfo   Thu Aug 03 18:22:16 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2006/07/06 23:43:27 markd Exp $
+$NetBSD: distinfo,v 1.14 2006/08/03 18:22:17 rillig Exp $
 
 SHA1 (glitz-0.5.6.tar.gz) = 81604bf02ceda85ea32b52423f78a883aaec6dc6
 RMD160 (glitz-0.5.6.tar.gz) = 547ef1be273856942e0fa36c097c4acb367336b2
 Size (glitz-0.5.6.tar.gz) = 459224 bytes
 SHA1 (patch-aa) = d725f03f96082b6d9b31c608a0e4c1beb71e87f1
-SHA1 (patch-ab) = b51728a187a7628df36f3ae241083398a7d04da0
+SHA1 (patch-ab) = 09713cb2b827adaa4795d49cf38edac34e8482a1
diff -r ddebc18f00e6 -r 2895c96dd649 graphics/glitz/patches/patch-ab
--- a/graphics/glitz/patches/patch-ab   Thu Aug 03 18:22:16 2006 +0000
+++ b/graphics/glitz/patches/patch-ab   Thu Aug 03 18:22:16 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 2006/07/06 23:43:27 markd Exp $
+$NetBSD: patch-ab,v 1.4 2006/08/03 18:22:17 rillig Exp $
 
 --- src/glitzint.h.orig        2006-07-07 11:24:14.200890000 +1200
 +++ src/glitzint.h
@@ -7,7 +7,7 @@
  #endif
  
 -#if __GNUC__ >= 3 && defined(__ELF__)
-+#if __GNUC__ >= 3 && defined(__ELF__) && !defined(__sun__)
++#if __GNUC__ >= 3 && defined(__ELF__) && !defined(__sun)
  # define slim_hidden_proto(name)      slim_hidden_proto1(name, INT_##name)
  # define slim_hidden_def(name)                slim_hidden_def1(name, INT_##name)
  # define slim_hidden_proto1(name, internal)                           \
@@ -16,7 +16,7 @@
  #endif
  
 -#if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(__ELF__)
-+#if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(__ELF__) && !defined(__sun__)
++#if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)) && defined(__ELF__) && !defined(__sun)
  #define __internal_linkage    __attribute__((__visibility__("hidden")))
  #else
  #define __internal_linkage



Home | Main Index | Thread Index | Old Index