diff options
author | ade <ade@FreeBSD.org> | 2001-04-23 22:35:52 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-04-23 22:35:52 +0800 |
commit | e856eb89e47ecaf2f8f8ba9547e933284d18646b (patch) | |
tree | 78925082ac542dbc8ad948421c3bd1d83dae3e88 | |
parent | d4b22f22585f7e798a58ef2b705263e4beca35aa (diff) | |
download | freebsd-ports-graphics-e856eb89e47ecaf2f8f8ba9547e933284d18646b.tar.gz freebsd-ports-graphics-e856eb89e47ecaf2f8f8ba9547e933284d18646b.tar.zst freebsd-ports-graphics-e856eb89e47ecaf2f8f8ba9547e933284d18646b.zip |
Update to 0.7.0
-rw-r--r-- | textproc/libxslt/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-ab | 8 |
3 files changed, 10 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 370d3d3abdf..f595c8c80d5 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 0.5.0 +PORTVERSION= 0.7.0 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/libxslt diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 628e8cc079c..2e50ba68c90 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1 +1 @@ -MD5 (libxslt-0.5.0.tar.gz) = 30caf75722a04d8dd15fc64c1a616a19 +MD5 (libxslt-0.7.0.tar.gz) = ca00ae45feb65f3e17ddf670396ed4ba diff --git a/textproc/libxslt/files/patch-ab b/textproc/libxslt/files/patch-ab new file mode 100644 index 00000000000..9e1b2046a7e --- /dev/null +++ b/textproc/libxslt/files/patch-ab @@ -0,0 +1,8 @@ +--- libxslt/xsltconfig.h.in.orig Mon Mar 26 20:55:08 2001 ++++ libxslt/xsltconfig.h.in Thu Apr 19 22:20:46 2001 +@@ -23,3 +23,5 @@ + #ifdef __GNUC__ ++#ifndef __FreeBSD__ + #include <ansidecl.h> ++#endif + #ifndef ATTRIBUTE_UNUSED |