1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 1.0.15.

PR:		36344
Submitted by:	Lev A. Serebryakov <lev@serebryakov.spb.ru>
This commit is contained in:
Maxim Sobolev 2002-03-29 12:35:51 +00:00
parent f79f6e8938
commit be91b104d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56865
5 changed files with 28 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= libxslt
PORTVERSION= 1.0.13
PORTVERSION= 1.0.15
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxslt

View File

@ -1 +1 @@
MD5 (gnome2/libxslt-1.0.13.tar.bz2) = 5d54b08ab8a3e54de154b2ace08ddd87
MD5 (gnome2/libxslt-1.0.15.tar.bz2) = 8f55ee2dbb6bcc642c809da5e26b4568

View File

@ -1,9 +1,26 @@
$FreeBSD$
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
--- ltmain.sh.orig Wed Jan 23 11:38:40 2002
+++ ltmain.sh Sun Feb 3 01:44:17 2002
@@ -1037,8 +1037,16 @@
continue
;;
+ -pthread)
+ compile_command="$compile_command -pthread"
+ finalize_command="$finalize_command -pthread"
+ compiler_flags="$compiler_flags -pthread"
+ continue
+ ;;
+
-module)
module=yes
+ build_old_libs=no
continue
;;
@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@ -13,7 +30,7 @@ $FreeBSD$
*)
# Add libc to deplibs on all other systems if necessary.
if test "$build_libtool_need_lc" = "yes"; then
@@ -4175,10 +4178,12 @@
@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.

View File

@ -1,14 +1,11 @@
$FreeBSD$
--- python/Makefile.in 2002/02/26 18:23:19 1.1
+++ python/Makefile.in 2002/02/26 18:23:37
--- python/Makefile.in.orig Tue Mar 26 23:31:21 2002
+++ python/Makefile.in Tue Mar 26 23:31:35 2002
@@ -129,7 +129,7 @@
-I$(top_srcdir)
-DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXML_VERSION)
-DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION)
+DOCS_DIR = $(prefix)/share/doc/libxslt-python
DOCS = TODO libxsltclass.txt
# libxsltclass.txt is generated
DOCS = TODO
EXTRA_DIST = \

View File

@ -34,7 +34,6 @@ lib/libxsltbreakpoint.so.1
%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxsltmod.so
libdata/pkgconfig/libxslt.pc
%%PYTHON:%%share/doc/libxslt-python/TODO
%%PYTHON:%%share/doc/libxslt-python/libxsltclass.txt
%%PYTHON:%%share/doc/libxslt-python/examples/basic.py
%%PYTHON:%%share/doc/libxslt-python/examples/extfunc.py
%%PYTHON:%%share/doc/libxslt-python/examples/pyxsltproc.py