From a89a9bf278d5950e01b5aa5d94bcd0090d19941d Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 14 Aug 2015 20:58:41 +0000 Subject: Add missing header for forkpty(3). Add missing gs dependency. --- editors/TeXmacs/Makefile | 3 ++- editors/TeXmacs/distinfo | 4 ++-- editors/TeXmacs/patches/patch-aj | 14 +++++++++++--- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'editors/TeXmacs') diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 75ad017e65e..5eb95c79c5e 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2015/08/05 13:09:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.107 2015/08/14 20:58:41 joerg Exp $ DISTNAME= TeXmacs-1.99.2-src PKGNAME= ${DISTNAME:S/-src//} @@ -71,5 +71,6 @@ BUILDLINK_DEPMETHOD.libXt?= build .include "../../lang/guile/buildlink3.mk" .include "../../lang/python/application.mk" #.include "../../mk/tex.buildlink3.mk" +.include "../../print/ghostscript/buildlink3.mk" .include "../../x11/qt4-tools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo index 46f910401dc..3ca48962315 100644 --- a/editors/TeXmacs/distinfo +++ b/editors/TeXmacs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.64 2015/08/05 13:09:17 ryoon Exp $ +$NetBSD: distinfo,v 1.65 2015/08/14 20:58:41 joerg Exp $ SHA1 (TeXmacs-1.99.2-src.tar.gz) = 5298e9bd3f61cd8f2117fe1d96a7435f8a788cc8 RMD160 (TeXmacs-1.99.2-src.tar.gz) = f4dbbbd80832f3527e4e0c58f651da1adf8a0df5 @@ -8,6 +8,6 @@ SHA1 (patch-ab) = 884d185c1b87e5ba20dbfa8691e202cf90d4de0c SHA1 (patch-ac) = e54a636e6e8f789bbdb0fc5a252b4a43525de72d SHA1 (patch-ad) = 4a59f6e7b6f0225a5d74b1b500f9a6997ea78cb4 SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f -SHA1 (patch-aj) = b83c23c4f7856356452c3251655c4a821aaad43f +SHA1 (patch-aj) = 7d5c45900fb56dd8ce512a4f1984430c99e8edcd SHA1 (patch-al) = f7deed3d692af322aebe1a4068dfd3bde9e87a0a SHA1 (patch-src_System_Link_socket__server.cpp) = a6db5e5a5f0c05b96cb6337933c5390971407d47 diff --git a/editors/TeXmacs/patches/patch-aj b/editors/TeXmacs/patches/patch-aj index baceb272cf6..a194a076da8 100644 --- a/editors/TeXmacs/patches/patch-aj +++ b/editors/TeXmacs/patches/patch-aj @@ -1,8 +1,16 @@ -$NetBSD: patch-aj,v 1.6 2015/08/05 13:09:17 ryoon Exp $ +$NetBSD: patch-aj,v 1.7 2015/08/14 20:58:41 joerg Exp $ --- plugins/r/src/tm_r.c.orig 2014-03-03 11:44:12.000000000 +0000 +++ plugins/r/src/tm_r.c -@@ -842,7 +842,11 @@ int main(int argc, char *argv[]) +@@ -16,6 +16,7 @@ + #include + #endif + ++#include + #include + #include + #include +@@ -842,7 +843,11 @@ int main(int argc, char *argv[]) char *TEXMACS_HOME_PATH, *TEXMACS_R, *TEXMACS_SEND_E, *TEXMACS_LIB, *HOME ; struct termios termi ; sigset_t sigmask, orig_sigmask; @@ -15,7 +23,7 @@ $NetBSD: patch-aj,v 1.6 2015/08/05 13:09:17 ryoon Exp $ struct stat stat_buf; name = getenv("TEXMACS_R_SESSION") ; -@@ -1005,7 +1009,14 @@ unsetenv( "DYLD_LIBRARY_PATH") ; +@@ -1005,7 +1010,14 @@ unsetenv( "DYLD_LIBRARY_PATH") ; // We will wait till something happens using pselect. -- cgit v1.2.3