pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tla Update to 1.3.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b991934a1558
branches:  trunk
changeset: 516600:b991934a1558
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 23 20:41:24 2006 +0000

description:
Update to 1.3.5:

CHANGES IN 1.3.5

* Fixes for Bugs 11731, 11701, 7502, 16334, 16539, 16538, 16780
* Enhanced support for several different ssh implementations by
  Ludovic Courtès
* SHA1 checksums
* Undo command specific file selection,  by Ludovic
* Microsoft Windows NT FTP server support
* commit and undo commands allow file exclusion with the -x option
* library-dir as alias for my-revision-library
* archive-register as alias for register-archive
* Cygwin support, file name compression patches from Lode Leroy,
  incorporated into tla proper (see notes below)
* apply-delta now supports diff3 style merge (via the -t option)
* honor --skip-present for replay, patch by Ludovic


32-bit Windows, Cygwin notes:

Now the Cygwin specific changes to tla by Lode Leroy
are incorporated into the tla proper.  However,
to get tla to work on Cygwin requires more than changes to tla; changes
to GNU diff, tar and patch are necessary.  Since these tools are outside
the Arch Project's control, here the patches to them are just
distributed together with tla in the cygwin/ directory; follow the
instructions in the cygwin/BUILD.txt file for installing tla on cygwin.

Thanks to Lode Leroy for his efforts in getting tla to work on Cygwin.

diffstat:

 devel/tla/Makefile         |   4 ++--
 devel/tla/distinfo         |  10 ++++------
 devel/tla/patches/patch-aa |  13 -------------
 devel/tla/patches/patch-ab |  13 -------------
 4 files changed, 6 insertions(+), 34 deletions(-)

diffs (62 lines):

diff -r ab38f018e2f7 -r b991934a1558 devel/tla/Makefile
--- a/devel/tla/Makefile        Sun Jul 23 17:31:08 2006 +0000
+++ b/devel/tla/Makefile        Sun Jul 23 20:41:24 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2006/07/05 06:15:49 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/07/23 20:41:24 wiz Exp $
 #
 
-DISTNAME=      tla-1.3.4
+DISTNAME=      tla-1.3.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=gnu-arch/}           \
                http://www.gnuarch.org/releases/        \
diff -r ab38f018e2f7 -r b991934a1558 devel/tla/distinfo
--- a/devel/tla/distinfo        Sun Jul 23 17:31:08 2006 +0000
+++ b/devel/tla/distinfo        Sun Jul 23 20:41:24 2006 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.13 2006/06/17 21:41:07 rillig Exp $
+$NetBSD: distinfo,v 1.14 2006/07/23 20:41:24 wiz Exp $
 
-SHA1 (tla-1.3.4.tar.gz) = 7ea55d9018ff4c1109952a7ef5c646727c7b5f58
-RMD160 (tla-1.3.4.tar.gz) = 5ea22729017caa35cbbfb0bd5ce1068218bc78b7
-Size (tla-1.3.4.tar.gz) = 3714355 bytes
-SHA1 (patch-aa) = 8ecbf408a7c6dd3389d5746c3667f356fe77a724
-SHA1 (patch-ab) = 9dc02ebba8ca0fad49f3ada43ec319233676962a
+SHA1 (tla-1.3.5.tar.gz) = 0fb3b5bfa6b2fb5eb953fdca9e0f75ac1b35b15e
+RMD160 (tla-1.3.5.tar.gz) = 71b5e411ca48712edafb268c43d1380b2a026804
+Size (tla-1.3.5.tar.gz) = 3756860 bytes
diff -r ab38f018e2f7 -r b991934a1558 devel/tla/patches/patch-aa
--- a/devel/tla/patches/patch-aa        Sun Jul 23 17:31:08 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2006/06/17 21:36:01 rillig Exp $
-
---- src/libneon/Makefile.in.orig       2005-05-03 01:46:50.000000000 +0200
-+++ src/libneon/Makefile.in    2005-05-08 12:31:16.000000000 +0200
-@@ -33,7 +33,7 @@
- 
- @SET_MAKE@
- 
--LDFLAGS = -L. @LDFLAGS@
-+LDFLAGS = -L. -L../expat @LDFLAGS@
- LIBS = @LIBS@
- CC = @CC@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
diff -r ab38f018e2f7 -r b991934a1558 devel/tla/patches/patch-ab
--- a/devel/tla/patches/patch-ab        Sun Jul 23 17:31:08 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2006/06/17 21:36:01 rillig Exp $
-
---- src/libneon/src/Makefile.in.orig   2005-05-03 01:46:54.000000000 +0200
-+++ src/libneon/src/Makefile.in        2005-05-08 12:31:18.000000000 +0200
-@@ -26,7 +26,7 @@
- # Flags
- CPPFLAGS = @DEFS@ @CPPFLAGS@
- CFLAGS = @CFLAGS@  -I$(top_builddir) -I$(top_srcdir)/../expat/lib @NEON_CFLAGS@
--LDFLAGS = @LDFLAGS@
-+LDFLAGS = -L../../expat @LDFLAGS@
- NEON_LINK_FLAGS = @NEON_LINK_FLAGS@
- # Note: don't substitute @LIBS@ in here; during a bundled
- # build of this directory, @LIBS@ may include -lneon.



Home | Main Index | Thread Index | Old Index