summaryrefslogtreecommitdiff
path: root/sysutils/gentoo/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-05-07 13:49:56 +0000
committeradam <adam@pkgsrc.org>2004-05-07 13:49:56 +0000
commit8ee644965f347acd8a7803a7722f4fb1d1238d2b (patch)
tree2569e0eb76e7c68d60792a02506c101bfc2afe6c /sysutils/gentoo/patches
parentd50394c077fe22b900f019700d6eea8aca020857 (diff)
downloadpkgsrc-8ee644965f347acd8a7803a7722f4fb1d1238d2b.tar.gz
Changes 0.11.50
* Fixed the fix for memory leaks in Search, since segfaulting is actually worse. I hope I got it, this time. Sorry. :/ * Fixed stupidly signless variable that caused the textviewer to die horribly when asked to view a directory. Reported by F. Co- soleto. * Made View on directories in the sample config do nothing, since ViewText will open an empty window, now. * Added Italian translation, courtesy of F. Cosoleto. Changes 0.11.49 * Changed "Other" to "Others" in ChMod command dialog. Pointed out by F. Cosoleto. * Improvements in the textviewer, inspired by a patch signed F. Cosoleto: Goto, Search and Quit (was "Close") now have obvious keyboard accelerators. Search also has Control+F, and repeats (infinitely when at least one match exists) on F3. * Changed test for automatic hex viewing; now looks for a byte lower than 7; if found, the file is not text. This works better for 8-bit text files. It does not work for e.g. UTF-8, but then again gentoo's text viewer never did. :) * Made textviewer into a real toplevel window, since it otherwise lacked e.g. resize controls which seemed silly. * Plugged stupid memory leaks in textviewer when searching. Thanks to F. Cosoleto, as usual. :) * Added an option to disable the storing of selection information in the history. Suggested by H. Hansen. * Added RealMedia (.rm) as a recognized Video type in the default config. * Implemented a new dynamic-content menu, called <ParentsMenu> that contains the directories from the current one's parent to the root. * Added the ability to bind a command to the right-click of a path entry widget in a pane. Bound to "MenuPopup menu=<ParentsMenu> by default, but editable on the Controls config page. * FAM-triggered rescanning rate is now dynamically adjusted to be 4 times the time it takes to do the rescan. This prevents gentoo from hogging the CPU when very frequent changes causes it to re- scan continuously. Very inspirational patch by S. Zobell. See NEWS inside the archive for other version changes
Diffstat (limited to 'sysutils/gentoo/patches')
-rw-r--r--sysutils/gentoo/patches/patch-aa18
-rw-r--r--sysutils/gentoo/patches/patch-ab6
2 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/gentoo/patches/patch-aa b/sysutils/gentoo/patches/patch-aa
index c5b37d728cb..5574abc6dfd 100644
--- a/sysutils/gentoo/patches/patch-aa
+++ b/sysutils/gentoo/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2002/12/07 10:12:43 jmmv Exp $
+$NetBSD: patch-aa,v 1.4 2004/05/07 13:49:56 adam Exp $
---- Makefile.in.orig Sun Sep 1 20:04:19 2002
+--- Makefile.in.orig 2004-05-03 19:29:13.000000000 +0000
+++ Makefile.in
-@@ -29,7 +29,7 @@ bindir = @bindir@
+@@ -186,7 +186,7 @@ prefix = @prefix@
+ program_transform_name = @program_transform_name@
sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
--sysconfdir = @sysconfdir@
-+sysconfdir = $(datadir)/examples/@PACKAGE@
sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
- libdir = @libdir@
+-sysconfdir = @sysconfdir@
++sysconfdir = ${datadir}/examples/@PACKAGE@
+ target_alias = @target_alias@
+ EXTRA_DIST = config.rpath BUGS CONFIG-CHANGES CREDITS README.NLS README.gtkrc ONEWS docs icons gentoo.spec
+ SUBDIRS = intl m4 icons po widgets src
diff --git a/sysutils/gentoo/patches/patch-ab b/sysutils/gentoo/patches/patch-ab
index 1845616d920..410b3e476f9 100644
--- a/sysutils/gentoo/patches/patch-ab
+++ b/sysutils/gentoo/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2003/12/12 11:57:05 adam Exp $
+$NetBSD: patch-ab,v 1.4 2004/05/07 13:49:56 adam Exp $
---- configure.orig 2003-12-12 12:15:39.000000000 +0000
+--- configure.orig 2004-04-17 14:34:22.000000000 +0000
+++ configure
-@@ -2717,7 +2717,7 @@ _ACEOF
+@@ -2881,7 +2881,7 @@ _ACEOF
GENTOO_CFLAGS="$GENTOO_CFLAGS -g -pg"
else