Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 16:00:16 +0300 (MSK)
From:      Lev Serebryakov <lev@serebryakov.spb.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33990: Update port textproc/libxslt: new version 1.0.10
Message-ID:  <200201171300.g0HD0GS41217@ftp.translate.ru>

next in thread | raw e-mail | index | archive | help

>Number:         33990
>Category:       ports
>Synopsis:       Update port textproc/libxslt: new version 1.0.10
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 17 05:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lev Serebryakov <lev@serebryakov.spb.ru>
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

 FreeBSD 4.2-STABLE.
 Ports collection from 17 Jan 2002

>Description:

  It is latest version from vendor.

>How-To-Repeat:


>Fix:

diff -ruN libxslt.orig/Makefile libxslt/Makefile
--- libxslt.orig/Makefile	Thu Jan 17 15:20:17 2002
+++ libxslt/Makefile	Thu Jan 17 15:20:27 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libxslt
-PORTVERSION=	1.0.9
+PORTVERSION=	1.0.10
 CATEGORIES=	textproc gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	stable/sources/libxslt
diff -ruN libxslt.orig/distinfo libxslt/distinfo
--- libxslt.orig/distinfo	Thu Jan 17 15:20:17 2002
+++ libxslt/distinfo	Thu Jan 17 15:21:33 2002
@@ -1 +1 @@
-MD5 (libxslt-1.0.9.tar.gz) = 72a80a772aaae3c61633025f90d5053f
+MD5 (libxslt-1.0.10.tar.gz) = e12da6708bb1fdd16faf47390cf39fe9
diff -ruN libxslt.orig/files/patch-Makefile.in libxslt/files/patch-Makefile.in
--- libxslt.orig/files/patch-Makefile.in	Thu Jan  1 03:00:00 1970
+++ libxslt/files/patch-Makefile.in	Thu Jan 17 15:46:09 2002
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Thu Jan 17 15:45:34 2002
++++ Makefile.in	Thu Jan 17 15:45:53 2002
+@@ -135,7 +135,7 @@
+ 	     win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp
+ 
+ 
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = libxslt.pc
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff -ruN libxslt.orig/files/patch-libxslt::xsltutils.c libxslt/files/patch-libxslt::xsltutils.c
--- libxslt.orig/files/patch-libxslt::xsltutils.c	Thu Jan 17 15:20:17 2002
+++ libxslt/files/patch-libxslt::xsltutils.c	Thu Jan  1 03:00:00 1970
@@ -1,17 +0,0 @@
---- libxslt/xsltutils.c.orig	Sat Dec  1 06:55:08 2001
-+++ libxslt/xsltutils.c	Wed Dec 12 15:08:26 2001
-@@ -1291,11 +1291,13 @@
- {
-     xsltDebuggerCallbacksPtr callbacks;
- 
--    if ((block == NULL) || (no != 1))
-+    if ((block == NULL) || (no != XSLT_CALLBACK_NUMBER))
- 	return(-1);
- 
-     callbacks = (xsltDebuggerCallbacksPtr) block;
-     xsltDebuggerCurrentCallbacks.handler = callbacks->handler;
-+    xsltDebuggerCurrentCallbacks.add  = callbacks->add;
-+    xsltDebuggerCurrentCallbacks.drop  = callbacks->drop;
-     return(0);
- }
- 
diff -ruN libxslt.orig/pkg-plist libxslt/pkg-plist
--- libxslt.orig/pkg-plist	Thu Jan 17 15:20:17 2002
+++ libxslt/pkg-plist	Thu Jan 17 15:52:00 2002
@@ -30,6 +30,7 @@
 lib/libxsltbreakpoint.a
 lib/libxsltbreakpoint.so
 lib/libxsltbreakpoint.so.1
+libdata/pkgconfig/libxslt.pc
 share/doc/libxslt/html/book1.html
 share/doc/libxslt/html/libxslt-attributes.html
 share/doc/libxslt/html/libxslt-functions.html
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201171300.g0HD0GS41217>