pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/TeXmacs update to 1.0.5.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2acded9034b9
branches:  trunk
changeset: 498594:2acded9034b9
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 26 17:21:04 2005 +0000

description:
update to 1.0.5.7
changes:
-Several minor bugfixes from buglist
-Further improvements in configure
-Finished implementation of document parts and preambles
-Improved cursor accessability handling

also change TeX dependency to teTeX-bin, so that this can be used
with teTeX3 as well

diffstat:

 editors/TeXmacs/Makefile         |   6 +++---
 editors/TeXmacs/distinfo         |  10 +++++-----
 editors/TeXmacs/patches/patch-ab |  10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (62 lines):

diff -r 4481f41786da -r 2acded9034b9 editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Fri Aug 26 17:01:38 2005 +0000
+++ b/editors/TeXmacs/Makefile  Fri Aug 26 17:21:04 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2005/07/27 17:32:13 drochner Exp $
+# $NetBSD: Makefile,v 1.47 2005/08/26 17:21:04 drochner Exp $
 
-DISTNAME=      TeXmacs-1.0.5.6-src
+DISTNAME=      TeXmacs-1.0.5.7-src
 PKGNAME=       ${DISTNAME:S/-src//}
 CATEGORIES=    editors
 MASTER_SITES=  ftp://ftp.texmacs.org/pub/TeXmacs/targz/
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.texmacs.org/
 COMMENT=       GNU TeXmacs (free scientific text editor)
 
-DEPENDS+=      teTeX>=1.0:../../print/teTeX
+DEPENDS+=      teTeX-bin>=1.0:../../print/teTeX-bin
 
 BUILD_TARGET=  TEXMACS
 
diff -r 4481f41786da -r 2acded9034b9 editors/TeXmacs/distinfo
--- a/editors/TeXmacs/distinfo  Fri Aug 26 17:01:38 2005 +0000
+++ b/editors/TeXmacs/distinfo  Fri Aug 26 17:21:04 2005 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.32 2005/07/27 17:32:13 drochner Exp $
+$NetBSD: distinfo,v 1.33 2005/08/26 17:21:04 drochner Exp $
 
-SHA1 (TeXmacs-1.0.5.6-src.tar.gz) = 932a0299b16a1056bfa1886035e79e4e0471d4ac
-RMD160 (TeXmacs-1.0.5.6-src.tar.gz) = 69a57882a34d206827538b09d7de4fc099062232
-Size (TeXmacs-1.0.5.6-src.tar.gz) = 2994800 bytes
+SHA1 (TeXmacs-1.0.5.7-src.tar.gz) = 39ce92d499556f6b7a67a69e2f9c143d3d4cac2f
+RMD160 (TeXmacs-1.0.5.7-src.tar.gz) = e0633f0ad07062f735a4085c297dafabbd9644e9
+Size (TeXmacs-1.0.5.7-src.tar.gz) = 2999966 bytes
 SHA1 (patch-aa) = 95b9e42fe1ff343e891fe299382c3647636eec99
-SHA1 (patch-ab) = b850446cc987f4f69b0e460b0d3ad70aacc4540f
+SHA1 (patch-ab) = d459a4e848a97ea919cde29433a3a4ce733a2950
 SHA1 (patch-ac) = 21810d4f9d5e6525a86ec2d0c347dcfd1c9e31c8
 SHA1 (patch-ae) = c313a19db160d9f1c0dc950a1eb465869cec777f
 SHA1 (patch-ag) = 2b1c0ce4aa0f6b824f08f05a95beacbb1722436b
diff -r 4481f41786da -r 2acded9034b9 editors/TeXmacs/patches/patch-ab
--- a/editors/TeXmacs/patches/patch-ab  Fri Aug 26 17:01:38 2005 +0000
+++ b/editors/TeXmacs/patches/patch-ab  Fri Aug 26 17:21:04 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2004/08/17 11:18:57 recht Exp $
+$NetBSD: patch-ab,v 1.9 2005/08/26 17:21:04 drochner Exp $
 
---- configure.orig     2004-08-03 17:56:28.000000000 +0200
-+++ configure  2004-08-17 12:14:25.000000000 +0200
-@@ -5587,9 +5587,9 @@
+--- configure.orig     2005-08-21 12:05:29.000000000 +0200
++++ configure
+@@ -5956,9 +5956,9 @@ echo "$as_me: WARNING: unable to link st
        fi
     fi
  fi
@@ -14,4 +14,4 @@
 +LIBS="$SAVE_LIBS"
  
  #--------------------------------------------------------------------
- # Disable customized allocator
+ # Handle different systems case by case



Home | Main Index | Thread Index | Old Index