pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/TeXmacs Add patch to fix build failure on Drag...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a58bf50a492c
branches: trunk
changeset: 544142:a58bf50a492c
user: obache <obache%pkgsrc.org@localhost>
date: Sun Jul 13 14:30:21 2008 +0000
description:
Add patch to fix build failure on DragonFly and FreeBSD.
Patch provided by Hasso Tepper in PR 39049.
diffstat:
editors/TeXmacs/distinfo | 3 ++-
editors/TeXmacs/patches/patch-al | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 245b1a5c6aa0 -r a58bf50a492c editors/TeXmacs/distinfo
--- a/editors/TeXmacs/distinfo Sun Jul 13 14:25:04 2008 +0000
+++ b/editors/TeXmacs/distinfo Sun Jul 13 14:30:21 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.52 2008/04/22 10:41:04 tnn Exp $
+$NetBSD: distinfo,v 1.53 2008/07/13 14:30:21 obache Exp $
SHA1 (TeXmacs-1.0.6.14-src.tar.gz) = bab1a969be883608f5ffbaef9994d6b86c43226e
RMD160 (TeXmacs-1.0.6.14-src.tar.gz) = 1558176e93527367907cc461fe6075d4c508e23a
@@ -12,3 +12,4 @@
SHA1 (patch-ai) = 7b68ab900373e21d9e45c6236609824fa46574ed
SHA1 (patch-aj) = 8f07479a6857900b535a0fd7b1f61043164baf15
SHA1 (patch-ak) = 114cd8f2cd27d49365bec6bd9fc920a323bf0e31
+SHA1 (patch-al) = f7deed3d692af322aebe1a4068dfd3bde9e87a0a
diff -r 245b1a5c6aa0 -r a58bf50a492c editors/TeXmacs/patches/patch-al
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/TeXmacs/patches/patch-al Sun Jul 13 14:30:21 2008 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-al,v 1.1 2008/07/13 14:30:21 obache Exp $
+
+--- plugins/shell/src/tm_shell.cpp.orig 2008-03-20 02:16:36.000000000 +0900
++++ plugins/shell/src/tm_shell.cpp
+@@ -25,6 +25,9 @@
+ #if HAVE_PTY_H
+ #include <pty.h>
+ #endif
++#if defined(__DragonFly__) || defined(__FreeBSD__)
++#include <libutil.h>
++#endif
+ #if HAVE_UTIL_H
+ #include <util.h>
+ #endif
Home |
Main Index |
Thread Index |
Old Index