summaryrefslogtreecommitdiff
path: root/www/wml
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-08-19 13:45:04 +0000
committerjoerg <joerg@pkgsrc.org>2014-08-19 13:45:04 +0000
commit2c8ed8c23fe00cfed8b37ff728e27f6f6162a2a5 (patch)
tree41ca7b4a8094999207e84cb52e482ee43e404152 /www/wml
parent3705111011a43102007ea5b3f33ef269c0b14d25 (diff)
downloadpkgsrc-2c8ed8c23fe00cfed8b37ff728e27f6f6162a2a5.tar.gz
GS.bs is no longer installed. Bump revision.
Diffstat (limited to 'www/wml')
-rw-r--r--www/wml/Makefile4
-rw-r--r--www/wml/PLIST3
-rw-r--r--www/wml/patches/patch-wml__common_gd_GD.xs13
3 files changed, 16 insertions, 4 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile
index d00750ff845..46f9d6a3745 100644
--- a/www/wml/Makefile
+++ b/www/wml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2014/05/29 23:38:18 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2014/08/19 13:45:04 joerg Exp $
#
DISTNAME= wml-2.0.9
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= www perl5
MASTER_SITES= http://thewml.org/distrib/
diff --git a/www/wml/PLIST b/www/wml/PLIST
index 9cb34a6ad02..06587e43c61 100644
--- a/www/wml/PLIST
+++ b/www/wml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/07 13:14:25 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/08/19 13:45:04 joerg Exp $
bin/wmb
bin/wmd
bin/wmk
@@ -111,7 +111,6 @@ lib/wml/perl/lib/auto/HTML/Clean/autosplit.ix
lib/wml/perl/lib/${PERL_ARCHNAME}/WML/GD.pm
lib/wml/perl/lib/${PERL_ARCHNAME}/auto/HTML/Clean/.packlist
lib/wml/perl/lib/${PERL_ARCHNAME}/auto/WML/GD/.packlist
-lib/wml/perl/lib/${PERL_ARCHNAME}/auto/WML/GD/GD.bs
lib/wml/perl/lib/${PERL_ARCHNAME}/auto/WML/GD/GD.so
lib/wml/perl/lib/${PERL_ARCHNAME}/auto/WML/GD/autosplit.ix
man/man1/wmb.1
diff --git a/www/wml/patches/patch-wml__common_gd_GD.xs b/www/wml/patches/patch-wml__common_gd_GD.xs
new file mode 100644
index 00000000000..0155746186e
--- /dev/null
+++ b/www/wml/patches/patch-wml__common_gd_GD.xs
@@ -0,0 +1,13 @@
+$NetBSD: patch-wml__common_gd_GD.xs,v 1.1 2014/08/19 13:45:04 joerg Exp $
+
+--- wml_common/gd/GD.xs.orig 2014-08-18 20:50:16.000000000 +0000
++++ wml_common/gd/GD.xs
+@@ -49,7 +49,7 @@ gdpng(image)
+ void* data;
+ data = (void *) gdImagePngPtr(image,&size);
+ #else
+- const char* data = '\0';
++ const char* data = NULL;
+ size = 1;
+ croak("libgd was compiled without support of the PNG image format");
+ #endif