pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/file-roller Add a patch to change
details: https://anonhg.NetBSD.org/pkgsrc/rev/1be5c291717f
branches: trunk
changeset: 395059:1be5c291717f
user: apb <apb%pkgsrc.org@localhost>
date: Sun Jul 05 19:40:59 2009 +0000
description:
Add a patch to change
#include "/home/paolo/workspace/file-roller/src/typedefs.h"
to
#include "typedefs.h".
in src/fr-enum-types.c. Not bumping PKGREVISION because the build
failed previously. There are many other references to
/home/paolo/workspace, but all the others are inside comments.
diffstat:
archivers/file-roller/distinfo | 3 ++-
archivers/file-roller/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 8684b010a9eb -r 1be5c291717f archivers/file-roller/distinfo
--- a/archivers/file-roller/distinfo Sun Jul 05 12:35:13 2009 +0000
+++ b/archivers/file-roller/distinfo Sun Jul 05 19:40:59 2009 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.45 2009/05/19 13:55:25 wiz Exp $
+$NetBSD: distinfo,v 1.46 2009/07/05 19:40:59 apb Exp $
SHA1 (file-roller-2.26.2.tar.bz2) = 4989d1e2d5c7f13e9e5612625ae9ea5770f551cb
RMD160 (file-roller-2.26.2.tar.bz2) = 7697cc08cb493da99d21afb913f5e1a57ca8de9c
Size (file-roller-2.26.2.tar.bz2) = 1565897 bytes
SHA1 (patch-aa) = 0e536d0b9c8e88b97ea7af600e3bb6d6ba496acf
+SHA1 (patch-ab) = cc9b568c0cb14d90645d07340589b78c4cf6fee9
diff -r 8684b010a9eb -r 1be5c291717f archivers/file-roller/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/file-roller/patches/patch-ab Sun Jul 05 19:40:59 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.7 2009/07/05 19:40:59 apb Exp $
+
+--- src/fr-enum-types.c.orig 2009-04-30 11:03:57.000000000 +0200
++++ src/fr-enum-types.c
+@@ -4,7 +4,7 @@
+ #include <glib-object.h>
+
+ /* enumerations from "/home/paolo/workspace/file-roller/src/typedefs.h" */
+-#include "/home/paolo/workspace/file-roller/src/typedefs.h"
++#include "typedefs.h"
+ GType
+ fr_compression_get_type (void)
+ {
Home |
Main Index |
Thread Index |
Old Index