aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxslt
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-09-07 23:57:42 +0800
committermezz <mezz@FreeBSD.org>2007-09-07 23:57:42 +0800
commit0fbcc43bbc26206cddb1fee7fd1fc2aab72b7e1f (patch)
treeaf31d39ff61ed3ad91aecfce176083bd9621eddd /textproc/libxslt
parent40b6a022237a9b735e476724f4fdb6e832d3ce4e (diff)
downloadfreebsd-ports-gnome-0fbcc43bbc26206cddb1fee7fd1fc2aab72b7e1f.tar.gz
freebsd-ports-gnome-0fbcc43bbc26206cddb1fee7fd1fc2aab72b7e1f.tar.zst
freebsd-ports-gnome-0fbcc43bbc26206cddb1fee7fd1fc2aab72b7e1f.zip
Update to 1.1.22.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile2
-rw-r--r--textproc/libxslt/distinfo6
-rw-r--r--textproc/libxslt/files/patch-libexslt_date.c6
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 9316bf82ad98..3cfba5f57c32 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libxslt
-PORTVERSION= 1.1.21
+PORTVERSION= 1.1.22
PORTREVISION?= 0
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://xmlsoft.org/libxslt/ \
diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
index 3a0116021d8e..685ecf90fc5e 100644
--- a/textproc/libxslt/distinfo
+++ b/textproc/libxslt/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libxslt-1.1.21.tar.gz) = 59fe34e85692f71df2a38c2ee291b3ca
-SHA256 (gnome2/libxslt-1.1.21.tar.gz) = ccefd4ceb29bb729dcaa9a9d4a86654a9134adfd29bdd72be1a9d3726efb54e0
-SIZE (gnome2/libxslt-1.1.21.tar.gz) = 2780016
+MD5 (gnome2/libxslt-1.1.22.tar.gz) = d6a9a020a76a3db17848d769d6c9c8a9
+SHA256 (gnome2/libxslt-1.1.22.tar.gz) = 4e1f39ee16596fd2a83d28d6c3b065f742254f3336f93ce8ed1cae48ecbe49da
+SIZE (gnome2/libxslt-1.1.22.tar.gz) = 2783003
diff --git a/textproc/libxslt/files/patch-libexslt_date.c b/textproc/libxslt/files/patch-libexslt_date.c
index 39d58268a06e..6012e7eaf958 100644
--- a/textproc/libxslt/files/patch-libexslt_date.c
+++ b/textproc/libxslt/files/patch-libexslt_date.c
@@ -1,11 +1,11 @@
---- libexslt/date.c.orig Mon Jul 5 19:38:13 2004
-+++ libexslt/date.c Mon Jul 5 19:44:09 2004
+--- libexslt/date.c.orig 2007-09-07 10:59:04.000000000 -0500
++++ libexslt/date.c 2007-09-07 10:59:21.000000000 -0500
@@ -28,7 +28,7 @@
#include "config.h"
#endif
-#if HAVE_LOCALTIME_R /* _POSIX_SOURCE required by gnu libc */
+#if defined(HAVE_LOCALTIME_R) && defined(__GLIBC__) /* _POSIX_SOURCE required by gnu libc */
+ #ifndef _AIX51 /* but on AIX we're not using gnu libc */
#define _POSIX_SOURCE
#endif
-