pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/at-spi Update to 1.3.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec9b25cab225
branches:  trunk
changeset: 469678:ec9b25cab225
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Feb 26 17:43:41 2004 +0000

description:
Update to 1.3.13:
* Build improvements: Requires automake-1.7, and calls GTK_DOC_CHECK.
  (Padraig O'Briain, Matthias Clasen, some from Tomas Kloczko)
* bugfixes (bad g_free, and a null string issue that caused SEGV on
  Solaris when running sample programs).

diffstat:

 devel/at-spi/Makefile         |   4 ++--
 devel/at-spi/distinfo         |   7 +++----
 devel/at-spi/patches/patch-aa |  29 -----------------------------
 3 files changed, 5 insertions(+), 35 deletions(-)

diffs (59 lines):

diff -r c051e069a666 -r ec9b25cab225 devel/at-spi/Makefile
--- a/devel/at-spi/Makefile     Thu Feb 26 17:43:21 2004 +0000
+++ b/devel/at-spi/Makefile     Thu Feb 26 17:43:41 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/02/15 18:14:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/02/26 17:43:41 jmmv Exp $
 #
 
-DISTNAME=              at-spi-1.3.12
+DISTNAME=              at-spi-1.3.13
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/at-spi/1.3/}
 EXTRACT_SUFX=          .tar.bz2
diff -r c051e069a666 -r ec9b25cab225 devel/at-spi/distinfo
--- a/devel/at-spi/distinfo     Thu Feb 26 17:43:21 2004 +0000
+++ b/devel/at-spi/distinfo     Thu Feb 26 17:43:41 2004 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/02/15 18:14:51 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/02/26 17:43:41 jmmv Exp $
 
-SHA1 (at-spi-1.3.12.tar.bz2) = dbcfbc327a98715ce175671d59d6425d92395a40
-Size (at-spi-1.3.12.tar.bz2) = 428156 bytes
-SHA1 (patch-aa) = 8eb699cf040cd859f3af61b294cdce6b4fb97739
+SHA1 (at-spi-1.3.13.tar.bz2) = a09f034e3ca70d08f6bcf629e1190e00128123eb
+Size (at-spi-1.3.13.tar.bz2) = 457567 bytes
 SHA1 (patch-ab) = 0baa4a3cb335e912159990def28454bbc5ef1cf6
diff -r c051e069a666 -r ec9b25cab225 devel/at-spi/patches/patch-aa
--- a/devel/at-spi/patches/patch-aa     Thu Feb 26 17:43:21 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/02/13 16:13:27 jmmv Exp $
-
---- docs/reference/cspi/Makefile.in.orig       2003-12-05 15:25:11.000000000 +0100
-+++ docs/reference/cspi/Makefile.in
-@@ -165,9 +165,9 @@ DOC_SOURCE_DIR = ../../../cspi 
- # Extra options to supply to gtkdoc-mkdb
- MKDB_OPTIONS = --output-format=xml
- 
--INSTALLDIR = $(prefix)/share/gtk-doc
-+INSTALLDIR = $(prefix)/share/doc
- 
--HTML_DIR = ${datadir}/gtk-doc/html
-+HTML_DIR = ${datadir}/doc/html
- 
- TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
- 
-@@ -362,11 +362,11 @@ maintainer-clean-local: clean
-       cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
- 
- install-data-local:
--      $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
-       (installfiles=`echo $(srcdir)/html/*.html`; \
-       if test "$$installfiles" = '$(srcdir)/html/*.html'; \
-       then echo '-- Nothing to install' ; \
-       else \
-+        $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \
-         for i in $$installfiles; do \
-       echo '-- Installing '$$i ; \
-       $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \



Home | Main Index | Thread Index | Old Index