pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43748: Update devel/libstree to 0.4.3
>Number: 43748
>Category: pkg
>Synopsis: Update devel/libstree to 0.4.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Aug 12 11:30:00 +0000 2010
>Originator: Derouiche
>Release: NetBSD 5.0.2
>Organization:
Algerie Motors company
>Environment:
NetBSD ToraboraServer 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb 6 17:53:27 UTC
2010
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
i386
>Description:
amont change:
ibstree 0.3 Changelog
========================================================================
Wed Mar 1 13:56:42 GMT 2006 Christian
<christian%whoop.org@localhost>
Several updates, largely due to comments from gray%cpan.org@localhost who kindly
provided Perl bindings for libstree.
- Repeated invocations of lst_alg_longest_common_substring() on unmodi-
fied trees should now work.
- Fixed a memleak in lst_stree_clear(), which didn't properly clean up
the string hash structure.
- Bumped up version number to 0.4.2.
------------------------------------------------------------------------
Mon Jan 16 14:54:13 GMT 2006 Christian
<christian%whoop.org@localhost>
- This is 0.4.1.
------------------------------------------------------------------------
Mon Jan 16 13:56:03 GMT 2006 Christian
<christian%whoop.org@localhost>
- Fixes to the documentation system.
------------------------------------------------------------------------
Mon Jan 16 11:14:47 GMT 2006 Christian
<christian%whoop.org@localhost>
- Fixed project URL in README.
------------------------------------------------------------------------
Tue Jan 13 14:25:58 GMT 2004 Christian
<christian%whoop.org@localhost>
0.4.0 released. :)
------------------------------------------------------------------------
Tue Jan 13 14:22:32 GMT 2004 Christian
<christian%whoop.org@localhost>
Final commits for the 0.4 release:
- configure.ac is gone, it is now configure.in.
- added another patch from Andreas Gustaffson, fixing a bug in my logic
in lst_string_eq(). Thanks!
------------------------------------------------------------------------
Wed Sep 10 14:35:40 BST 2003 Christian
<christian%whoop.org@localhost>
Applied a patch from Andreas Gustafsson <gson%gson.org@localhost> to support
longest repeated substrings.
------------------------------------------------------------------------
Wed Sep 10 14:29:12 BST 2003 Christian
<christian%whoop.org@localhost>
Automatic ChangeLog management ...
------------------------------------------------------------------------
Thu Mar 6 04:27:36 GMT 2003 Christian
<christian%whoop.org@localhost>
Initial release.
------------------------------------------------------------------------
>How-To-Repeat:
n/a
>Fix:
$diff -ruN Makefile.orig Makefile
--- Makefile.orig 2010-08-12 12:26:18.000000000 +0000
+++ Makefile 2010-08-12 12:31:49.000000000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2008/07/14 12:56:02 joerg Exp $
+# $NetBSD$
#
-DISTNAME= libstree-0.4.0
-PKGREVISION= 1
+DISTNAME= libstree-0.4.3-pre2
+PKGNAME= ${DISTNAME:S/-pre2//}
CATEGORIES= devel
MASTER_SITES= http://www.icir.org/christian/downloads/
@@ -12,7 +12,11 @@
PKG_DESTDIR_SUPPORT= user-destdir
+WRKSRC= ${WRKDIR}/libstree-0.4.3
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= perl
+
CONFIGURE_ARGS+= --with-html-dir=${PREFIX:Q}/share/doc/html
.include "../../mk/bsd.pkg.mk"
$diff -ruN PLIST.orig PLIST
--- PLIST.orig 2010-08-12 12:26:22.000000000 +0000
+++ PLIST 2010-08-12 12:32:44.000000000 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:28 jlam Exp $
+@comment $NetBSD$
include/libstree.h
include/stree/lst_algorithms.h
include/stree/lst_macros.h
@@ -7,22 +7,12 @@
include/stree/lst_structs.h
include/stree/lst_timestamp.h
lib/libstree.la
-share/doc/html/libstree/a1501.html
-share/doc/html/libstree/a1502.html
-share/doc/html/libstree/a1503.html
-share/doc/html/libstree/a1543.html
+share/doc/html/libstree/a1793.html
share/doc/html/libstree/about.html
share/doc/html/libstree/api.html
-share/doc/html/libstree/b1513.html
-share/doc/html/libstree/b1514.html
-share/doc/html/libstree/b1515.html
-share/doc/html/libstree/b1555.html
+share/doc/html/libstree/b1805.html
share/doc/html/libstree/c14.html
-share/doc/html/libstree/c15.html
-share/doc/html/libstree/c16.html
share/doc/html/libstree/c39.html
-share/doc/html/libstree/c40.html
-share/doc/html/libstree/c41.html
share/doc/html/libstree/index.html
share/doc/html/libstree/index.sgml
share/doc/html/libstree/libstree-lst-algorithms.html
@@ -32,8 +22,4 @@
share/doc/html/libstree/libstree-lst-structs.html
share/doc/html/libstree/stylesheet.css
share/doc/html/libstree/x22.html
-share/doc/html/libstree/x23.html
-share/doc/html/libstree/x24.html
share/doc/html/libstree/x36.html
-share/doc/html/libstree/x37.html
-share/doc/html/libstree/x38.html
Home |
Main Index |
Thread Index |
Old Index