summaryrefslogtreecommitdiff
path: root/x11/xfce4-utils
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-12-12 06:19:33 +0000
committermartti <martti@pkgsrc.org>2006-12-12 06:19:33 +0000
commitb20a837e61938c9914f01bc74fdc36124717ab73 (patch)
treee01e59f7fa6b6641a180d2e19afde40f35d27876 /x11/xfce4-utils
parent6687c8d8036bfe764a5212414994a684d284645f (diff)
downloadpkgsrc-b20a837e61938c9914f01bc74fdc36124717ab73.tar.gz
Use correct int size to avoid crash in sparc64. Patch from Thierry Supplisson.
PKGREVISION++
Diffstat (limited to 'x11/xfce4-utils')
-rw-r--r--x11/xfce4-utils/Makefile4
-rw-r--r--x11/xfce4-utils/buildlink3.mk4
-rw-r--r--x11/xfce4-utils/distinfo3
-rw-r--r--x11/xfce4-utils/patches/patch-ac13
4 files changed, 19 insertions, 5 deletions
diff --git a/x11/xfce4-utils/Makefile b/x11/xfce4-utils/Makefile
index 97f0b1c9a75..d040e020a94 100644
--- a/x11/xfce4-utils/Makefile
+++ b/x11/xfce4-utils/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.25 2006/04/17 13:46:13 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2006/12/12 06:19:33 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce-utils-${XFCE4_VERSION}
PKGNAME= xfce4-utils-${XFCE4_VERSION}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= x11
COMMENT= Xfce utilities
diff --git a/x11/xfce4-utils/buildlink3.mk b/x11/xfce4-utils/buildlink3.mk
index 9e45120cf6f..ce5c85c9e43 100644
--- a/x11/xfce4-utils/buildlink3.mk
+++ b/x11/xfce4-utils/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2006/10/12 09:24:21 martti Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2006/12/12 06:19:33 martti Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XFCE4_UTILS_BUILDLINK3_MK:= ${XFCE4_UTILS_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= xfce4-utils
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-utils
.if ${XFCE4_UTILS_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.xfce4-utils+= xfce4-utils>=4.2.3nb5
+BUILDLINK_API_DEPENDS.xfce4-utils+= xfce4-utils>=4.2.3nb6
BUILDLINK_PKGSRCDIR.xfce4-utils?= ../../x11/xfce4-utils
.endif # XFCE4_UTILS_BUILDLINK3_MK
diff --git a/x11/xfce4-utils/distinfo b/x11/xfce4-utils/distinfo
index ff8fc1bd252..fa0e00c40d7 100644
--- a/x11/xfce4-utils/distinfo
+++ b/x11/xfce4-utils/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.14 2006/03/20 06:29:09 martti Exp $
+$NetBSD: distinfo,v 1.15 2006/12/12 06:19:33 martti Exp $
SHA1 (xfce-utils-4.2.3.tar.gz) = a19e68dd676743636dec80d9ce2b0d6149c7a315
RMD160 (xfce-utils-4.2.3.tar.gz) = acbe18beeac5a2b6d4866ec98343d4fc98b4dd12
Size (xfce-utils-4.2.3.tar.gz) = 1303388 bytes
SHA1 (patch-aa) = deafbcd8b3c367d377aa25416c9d25043f907e60
SHA1 (patch-ab) = 39c4fd41775cefc4cc2f10bc86060d9bbcc7b795
+SHA1 (patch-ac) = 5eb98ebc693c677dbd1e39efbf6016fb3fbf5f90
diff --git a/x11/xfce4-utils/patches/patch-ac b/x11/xfce4-utils/patches/patch-ac
new file mode 100644
index 00000000000..c838e09147c
--- /dev/null
+++ b/x11/xfce4-utils/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/12/12 06:19:34 martti Exp $
+
+--- xfce4-about/info.c.orig 2006-12-12 08:11:49.000000000 +0000
++++ xfce4-about/info.c 2006-12-12 08:12:02.000000000 +0000
+@@ -140,7 +140,7 @@
+ gchar *path;
+ gchar *hfilename;
+ gchar *buf;
+- int n;
++ gsize n;
+
+ err = NULL;
+