pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/bitchx Don't define tparm on DragonFly as well. T...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a869e534505
branches: trunk
changeset: 502717:5a869e534505
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Nov 08 16:16:55 2005 +0000
description:
Don't define tparm on DragonFly as well. This fixes PR 31891.
diffstat:
chat/bitchx/distinfo | 4 ++--
chat/bitchx/patches/patch-ao | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r fc57e694e4dc -r 5a869e534505 chat/bitchx/distinfo
--- a/chat/bitchx/distinfo Tue Nov 08 16:00:34 2005 +0000
+++ b/chat/bitchx/distinfo Tue Nov 08 16:16:55 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2005/11/06 17:40:47 adrianp Exp $
+$NetBSD: distinfo,v 1.14 2005/11/08 16:16:55 joerg Exp $
SHA1 (ircii-pana-1.1-final.tar.gz) = b25635b62c7ff905b6492a4aaa88c43b5aa164f8
RMD160 (ircii-pana-1.1-final.tar.gz) = 4105de2587964146e2391a26a8a16e3d0059a93f
@@ -10,4 +10,4 @@
SHA1 (patch-ae) = 90c7e0a19c81e710392c675be650c57e64ee65b3
SHA1 (patch-af) = c79fcbcc57b8234d5918b1414219965b75e3c0d1
SHA1 (patch-an) = 59a6dc31a90b88bbffac5bb4629feaa2488afeff
-SHA1 (patch-ao) = 5c0eabae60475db7d5e1d1bf478a725adcfbbeed
+SHA1 (patch-ao) = a3ee3362835c8f04467a41d3beeb05023347df5a
diff -r fc57e694e4dc -r 5a869e534505 chat/bitchx/patches/patch-ao
--- a/chat/bitchx/patches/patch-ao Tue Nov 08 16:00:34 2005 +0000
+++ b/chat/bitchx/patches/patch-ao Tue Nov 08 16:16:55 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ao,v 1.1 2005/11/06 17:40:47 adrianp Exp $
+$NetBSD: patch-ao,v 1.2 2005/11/08 16:16:55 joerg Exp $
--- source/term.c.orig 2005-11-06 17:14:05.000000000 +0000
+++ source/term.c
@@ -7,7 +7,7 @@
extern char *getenv();
+
-+#if !defined(__FreeBSD__)
++#if !defined(__FreeBSD__) && !defined(__DragonFly__)
extern char *tparm();
+#endif
Home |
Main Index |
Thread Index |
Old Index