Update to 1.0.3.

PR:		30105
Submitted by:	Lev Serebryakov <lev@serebryakov.spb.ru>
This commit is contained in:
Maxim Sobolev 2001-08-27 10:33:03 +00:00
parent 0c93669feb
commit ed4f116ca0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46962
5 changed files with 42 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= libxslt
PORTVERSION= 1.0.1
PORTVERSION= 1.0.3
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxslt
@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_GMAKE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"

View file

@ -1 +1 @@
MD5 (libxslt-1.0.1.tar.gz) = 1c1d755b29f3039350dae14a43cea78e
MD5 (libxslt-1.0.3.tar.gz) = f00fb387693c5f672567b2a8123c1ac9

View file

@ -0,0 +1,19 @@
$FreeBSD$
--- libxslt/extra.c.orig Wed Aug 15 05:55:12 2001
+++ libxslt/extra.c Mon Aug 27 13:24:28 2001
@@ -235,7 +235,12 @@
* Calling localtime() has the side-effect of setting timezone.
* After we know the timezone, we can adjust for it
*/
- lmt = gmt - timezone;
+ /*
+ * May be on some stupid Linux localtime() have such side-effect,
+ * but FreeBSD DOESN'T HAVE such side-ffect, so we should use
+ * local_tm.
+ */
+ lmt = gmt - local_tm->tm_gmtoff;
/*
* FIXME: it's been too long since I did manual memory management.

View file

@ -0,0 +1,18 @@
$FreeBSD$
--- ltmain.sh 2001/08/27 10:25:11 1.1
+++ ltmain.sh 2001/08/27 10:25:28
@@ -4175,10 +4175,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View file

@ -19,10 +19,11 @@ include/libxslt/transform.h
include/libxslt/variables.h
include/libxslt/xslt.h
include/libxslt/xsltInternals.h
include/libxslt/xsltconfig.h
include/libxslt/xsltutils.h
lib/libexslt.a
lib/libexslt.so
lib/libexslt.so.2
lib/libexslt.so.3
lib/libxslt.a
lib/libxslt.so
lib/libxslt.so.1