pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/TeXmacs fix build of the "R" plugin, bump PKGR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e5e94a50108
branches:  trunk
changeset: 531994:7e5e94a50108
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Aug 09 19:16:24 2007 +0000

description:
fix build of the "R" plugin, bump PKGREVISION
("R" support still has problems)

diffstat:

 editors/TeXmacs/Makefile         |   3 ++-
 editors/TeXmacs/PLIST            |   3 ++-
 editors/TeXmacs/distinfo         |   3 ++-
 editors/TeXmacs/patches/patch-aj |  13 +++++++++++++
 4 files changed, 19 insertions(+), 3 deletions(-)

diffs (61 lines):

diff -r 80aeded93a12 -r 7e5e94a50108 editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Thu Aug 09 19:13:29 2007 +0000
+++ b/editors/TeXmacs/Makefile  Thu Aug 09 19:16:24 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2007/07/06 18:09:04 drochner Exp $
+# $NetBSD: Makefile,v 1.68 2007/08/09 19:16:24 drochner Exp $
 
 DISTNAME=              TeXmacs-1.0.6.10-src
 PKGNAME=               ${DISTNAME:S/-src//}
+PKGREVISION=           1
 CATEGORIES=            editors
 MASTER_SITES=          ftp://ftp.texmacs.org/pub/TeXmacs/targz/
 MASTER_SITES+=         http://www.texmacs.org/Download/ftp/targz/
diff -r 80aeded93a12 -r 7e5e94a50108 editors/TeXmacs/PLIST
--- a/editors/TeXmacs/PLIST     Thu Aug 09 19:13:29 2007 +0000
+++ b/editors/TeXmacs/PLIST     Thu Aug 09 19:16:24 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2007/07/06 18:09:04 drochner Exp $
+@comment $NetBSD: PLIST,v 1.36 2007/08/09 19:16:24 drochner Exp $
 bin/fig2ps
 bin/texmacs
 include/TeXmacs.h
@@ -25,6 +25,7 @@
 libexec/TeXmacs/bin/tm_mupad_help
 libexec/TeXmacs/bin/tm_octave
 libexec/TeXmacs/bin/tm_python
+libexec/TeXmacs/bin/tm_r
 libexec/TeXmacs/bin/tm_reduce
 libexec/TeXmacs/bin/tm_shell
 libexec/TeXmacs/bin/tm_xypic
diff -r 80aeded93a12 -r 7e5e94a50108 editors/TeXmacs/distinfo
--- a/editors/TeXmacs/distinfo  Thu Aug 09 19:13:29 2007 +0000
+++ b/editors/TeXmacs/distinfo  Thu Aug 09 19:16:24 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.45 2007/07/31 12:26:58 joerg Exp $
+$NetBSD: distinfo,v 1.46 2007/08/09 19:16:25 drochner Exp $
 
 SHA1 (TeXmacs-1.0.6.10-src.tar.gz) = 0774bded87ff0fa373e048aeac91f171db95e151
 RMD160 (TeXmacs-1.0.6.10-src.tar.gz) = 11ce6db065e6d7a060fecdd10e726320f88a11e6
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
 SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b
 SHA1 (patch-ai) = 10c6e74b4b1b9b38a5da071f0ad00780ae8aa419
+SHA1 (patch-aj) = c6c3d07838bec0d92413d754409e2f703383c6c1
diff -r 80aeded93a12 -r 7e5e94a50108 editors/TeXmacs/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/TeXmacs/patches/patch-aj  Thu Aug 09 19:16:24 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.4 2007/08/09 19:16:25 drochner Exp $
+
+--- plugins/r/src/tm_r.c.orig  2007-08-05 21:28:21.000000000 +0200
++++ plugins/r/src/tm_r.c
+@@ -11,7 +11,7 @@
+ 
+ #include <stdio.h>
+ #include <sys/select.h>
+-#include <pty.h>
++#include <util.h>
+ #include <utmp.h>
+ #include <unistd.h>
+ #include <termios.h>



Home | Main Index | Thread Index | Old Index