pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/psi add patch for DragonFly; no functionality cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72ef1c570bda
branches:  trunk
changeset: 522163:72ef1c570bda
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Dec 04 22:06:40 2006 +0000

description:
add patch for DragonFly; no functionality change, so no PKGREVISION bump

diffstat:

 chat/psi/distinfo         |   3 ++-
 chat/psi/patches/patch-aj |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r f2d2c9be540e -r 72ef1c570bda chat/psi/distinfo
--- a/chat/psi/distinfo Mon Dec 04 21:50:53 2006 +0000
+++ b/chat/psi/distinfo Mon Dec 04 22:06:40 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2006/10/23 21:49:31 jdolecek Exp $
+$NetBSD: distinfo,v 1.21 2006/12/04 22:06:40 jdolecek Exp $
 
 SHA1 (psi-0.10-20060806-1/psi-0.10.tar.bz2) = f1687f8b93338f47cb1c8fa363e4b4f58628f167
 RMD160 (psi-0.10-20060806-1/psi-0.10.tar.bz2) = b8be1490cd02f61cf86f09f2dc9f29716ea4c186
@@ -56,3 +56,4 @@
 SHA1 (patch-ag) = ed53824947298272f5ac83af91bf59186d544b93
 SHA1 (patch-ah) = 97eba977a7519488b2d3bef0ed2cbc3e2636de9b
 SHA1 (patch-ai) = 06d0e9dc7aa67ca42462779acf4d2978904df66b
+SHA1 (patch-aj) = b7f7b3ccc5333f50fcde36bab3a3bc120900f37b
diff -r f2d2c9be540e -r 72ef1c570bda chat/psi/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/psi/patches/patch-aj Mon Dec 04 22:06:40 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2006/12/04 22:06:40 jdolecek Exp $
+
+--- configure.orig     2006-01-07 23:19:01.000000000 +0200
++++ configure  2006-12-04 18:30:37.000000000 +0200
+@@ -1058,6 +1058,7 @@
+               if(!path.isEmpty())
+                       extra += QString("-L") + path + ' ';
+               extra += QString("-l") + name;
++              extra += QString(" -pthread");
+               if(!doCompileAndLink(str, extra))
+                       return false;
+               return true;



Home | Main Index | Thread Index | Old Index