summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/packagekit/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-02 11:34:52 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-02 11:34:52 +0800
commitf36425609d09002f5b52a7e7a53e557ef2a56831 (patch)
treeab22fcab77607992ec770602c0793ddbb283ba79 /ports-mgmt/packagekit/files
parent390bd694a049b8eb88c52afa86aec63e29c9fd95 (diff)
downloadmarcuscom-ports-f36425609d09002f5b52a7e7a53e557ef2a56831.tar
marcuscom-ports-f36425609d09002f5b52a7e7a53e557ef2a56831.tar.gz
marcuscom-ports-f36425609d09002f5b52a7e7a53e557ef2a56831.tar.bz2
marcuscom-ports-f36425609d09002f5b52a7e7a53e557ef2a56831.tar.lz
marcuscom-ports-f36425609d09002f5b52a7e7a53e557ef2a56831.tar.xz
marcuscom-ports-f36425609d09002f5b52a7e7a53e557ef2a56831.tar.zst
marcuscom-ports-f36425609d09002f5b52a7e7a53e557ef2a56831.zip
Update to 0.6.13. It's untest at the moment, so put in here.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15681 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'ports-mgmt/packagekit/files')
-rw-r--r--ports-mgmt/packagekit/files/patch-etc_Vendor.conf11
-rw-r--r--ports-mgmt/packagekit/files/patch-src_pk-lsof.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/ports-mgmt/packagekit/files/patch-etc_Vendor.conf b/ports-mgmt/packagekit/files/patch-etc_Vendor.conf
new file mode 100644
index 000000000..d599e12b8
--- /dev/null
+++ b/ports-mgmt/packagekit/files/patch-etc_Vendor.conf
@@ -0,0 +1,11 @@
+--- etc/Vendor.conf.orig 2010-01-08 02:40:37.000000000 +0100
++++ etc/Vendor.conf 2010-01-08 02:41:09.000000000 +0100
+@@ -54,7 +54,7 @@ MimeUrl=none
+ # The vendor name shown for the 'vendor' group
+ #
+ # default=My Vendor
+-VendorName=My Vendor
++VendorName=FreeBSD
+
+ # The vendor icon name shown for the 'vendor' group
+ #
diff --git a/ports-mgmt/packagekit/files/patch-src_pk-lsof.c b/ports-mgmt/packagekit/files/patch-src_pk-lsof.c
new file mode 100644
index 000000000..70e311d19
--- /dev/null
+++ b/ports-mgmt/packagekit/files/patch-src_pk-lsof.c
@@ -0,0 +1,11 @@
+--- src/pk-lsof.c.orig 2010-10-21 18:50:10.000000000 +0200
++++ src/pk-lsof.c 2010-11-27 14:39:56.000000000 +0100
+@@ -154,7 +154,7 @@
+ g_return_val_if_fail (PK_IS_LSOF (lsof), FALSE);
+
+ /* try to find lsof */
+- lsof_name = "/usr/sbin/lsof";
++ lsof_name = "%%LOCALBASE%%/sbin/lsof";
+ ret = g_file_test (lsof_name, G_FILE_TEST_EXISTS);
+ if (!ret) {
+ lsof_name = "/usr/bin/lsof";