diff options
author | drochner <drochner@pkgsrc.org> | 2007-08-09 19:16:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-08-09 19:16:24 +0000 |
commit | c104a1071b0861d8ffd64b605c173def10b8cd01 (patch) | |
tree | 82b6e12ba8d6c01ea24a70e19beba07f64583f91 /editors/TeXmacs | |
parent | d4e1411fc44440b934f02d772dabee29b86e7ddb (diff) | |
download | pkgsrc-c104a1071b0861d8ffd64b605c173def10b8cd01.tar.gz |
fix build of the "R" plugin, bump PKGREVISION
("R" support still has problems)
Diffstat (limited to 'editors/TeXmacs')
-rw-r--r-- | editors/TeXmacs/Makefile | 3 | ||||
-rw-r--r-- | editors/TeXmacs/PLIST | 3 | ||||
-rw-r--r-- | editors/TeXmacs/distinfo | 3 | ||||
-rw-r--r-- | editors/TeXmacs/patches/patch-aj | 13 |
4 files changed, 19 insertions, 3 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index a210776de11..ada393547c0 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -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 --git a/editors/TeXmacs/PLIST b/editors/TeXmacs/PLIST index 1ac43e3b35a..26862325c27 100644 --- a/editors/TeXmacs/PLIST +++ b/editors/TeXmacs/PLIST @@ -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 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 --git a/editors/TeXmacs/distinfo b/editors/TeXmacs/distinfo index 1c7ea16de0c..72426e3fc68 100644 --- a/editors/TeXmacs/distinfo +++ b/editors/TeXmacs/distinfo @@ -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-ad) = f36da65f9e9a808a4a8af4a41af0b4388f2c18fd SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b SHA1 (patch-ai) = 10c6e74b4b1b9b38a5da071f0ad00780ae8aa419 +SHA1 (patch-aj) = c6c3d07838bec0d92413d754409e2f703383c6c1 diff --git a/editors/TeXmacs/patches/patch-aj b/editors/TeXmacs/patches/patch-aj new file mode 100644 index 00000000000..0bed49f5575 --- /dev/null +++ b/editors/TeXmacs/patches/patch-aj @@ -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> |