pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/x11/libxfce4util Pullup ticket 896 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5badc2a883e
branches:  pkgsrc-2005Q3
changeset: 499680:b5badc2a883e
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Nov 15 10:32:51 2005 +0000

description:
Pullup ticket 896 - requested by Martti Kuparinen
portability fix for libxfce4util

Revisions pulled up:
- pkgsrc/x11/libxfce4util/distinfo              1.12
- pkgsrc/x11/libxfce4util/patches/patch-aa      1.1

   Module Name:         pkgsrc
   Committed By:        martti
   Date:                Sun Nov  6 05:29:55 UTC 2005

   Modified Files:
        pkgsrc/x11/libxfce4util: distinfo
   Added Files:
        pkgsrc/x11/libxfce4util/patches: patch-aa

   Log Message:
   Make this compile on Darwin 8.2.0/powerpc. Patch from Krister Walfridsson.

diffstat:

 x11/libxfce4util/distinfo         |   3 ++-
 x11/libxfce4util/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 624114d8464a -r b5badc2a883e x11/libxfce4util/distinfo
--- a/x11/libxfce4util/distinfo Tue Nov 15 10:25:53 2005 +0000
+++ b/x11/libxfce4util/distinfo Tue Nov 15 10:32:51 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.11 2005/05/18 06:10:30 martti Exp $
+$NetBSD: distinfo,v 1.11.4.1 2005/11/15 10:32:51 salo Exp $
 
 SHA1 (libxfce4util-4.2.2.tar.gz) = 49d945fb79870159deea73c98cc6e34f537cd2ab
 RMD160 (libxfce4util-4.2.2.tar.gz) = 0c8f09ced7470c0ce0d85ad5a60c5385111548e0
 Size (libxfce4util-4.2.2.tar.gz) = 458244 bytes
+SHA1 (patch-aa) = 601e0883696f47bf77a390113d80e4df332af6b5
diff -r 624114d8464a -r b5badc2a883e x11/libxfce4util/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxfce4util/patches/patch-aa Tue Nov 15 10:32:51 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.2.2.2 2005/11/15 10:32:51 salo Exp $
+
+--- libxfce4util/licenses-texts.c.orig 2005-11-05 18:23:41.000000000 +0100
++++ libxfce4util/licenses-texts.c      2005-11-05 18:24:05.000000000 +0100
+@@ -1,7 +1,7 @@
+ /* Auto generated file, do not edit */
+ 
+ /* Keep the license stuff in one section if possible */
+-#if defined(__GNUC__)
++#if defined(__GNUC__) && !defined(__APPLE__)
+ #define SECTION __attribute__((section(".xfce.LICENSES")))
+ #else
+ #define SECTION



Home | Main Index | Thread Index | Old Index