aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs11/files/patch-ak14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/kdelibs11/files/patch-ak b/x11/kdelibs11/files/patch-ak
new file mode 100644
index 000000000000..e1a4af84f75b
--- /dev/null
+++ b/x11/kdelibs11/files/patch-ak
@@ -0,0 +1,14 @@
+--- kfmlib/kfm.cpp.orig Wed Jun 2 10:07:42 1999
++++ kfmlib/kfm.cpp Tue Jan 25 22:00:23 2000
+@@ -44,9 +44,9 @@
+ if (i==0)
+ {
+ // we are running local, so add the hostname
+- char name[25];
++ char name[256];
+
+- if (gethostname(name, 25) == 0)
++ if (gethostname(name, sizeof(name)) == 0)
+ d = name + d;
+ }
+
'commitgraph'>* - Fix dependencieskrion2004-04-293-13/+2 * - Update to version 0.1.3krion2004-04-292-6/+6 * Update to 0.9:vs2004-04-293-8/+44 * Update to 2.2.8.knu2004-04-296-9/+9 * For some reason, the mime::-module hardcodes the list of recognized encodings,mi2004-04-292-0/+9 * Update to a recent version of AVaRICE (finally). This now also requiresjoerg2004-04-292-10/+11 * Upgrade to GCC 3.4.0.joerg2004-04-2916-984/+774 * This library is mutually exclusive with devel/gnulibiberty.joerg2004-04-291-0/+2 * This is a port of GNU libbfd, the binary file descriptor library fromjoerg2004-04-295-0/+42 * This is a port of a (static) GNU libiberty, taken from GNU binutils.joerg2004-04-295-0/+34 * - Update to version 0.4.3krion2004-04-294-7/+9 * Update to 2.10.1.marcus2004-04-294-13/+13 * Update to 1.10mat2004-04-292-3/+3 * Update to 0.74mat2004-04-292-3/+3 * Update to 0.25mat2004-04-292-3/+3 * Update to 0.38mat2004-04-293-3/+5 * Revert previous commit. We're still in freeze.marcel2004-04-271-1/+1 * s/pre-install/pre-su-install/. Directories are being created.marcel2004-04-271-1/+1 * Chase freelibiberty header files location move which removed CONFLICTSlioux2004-04-251-1/+1 * o Remove CONFLICTS with libgnugetopt port by installing header fileslioux2004-04-252-6/+6 * Back out unapproved commit in freeze period.tg2004-04-231-5/+1