aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-09-07 15:57:42 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-09-07 15:57:42 +0000
commit4736f2ef4464288779ab1754b512687667987beb (patch)
treed518874359b0f31e7345285580153e14cf4115ff
parente6a52b879f7278a48422103e77b5282a7b7c1646 (diff)
downloadports-4736f2ef4464288779ab1754b512687667987beb.tar.gz
ports-4736f2ef4464288779ab1754b512687667987beb.zip
Notes
-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
-