pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap2-perl Avoid build failure because of a missing ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5eee1376b54c
branches: trunk
changeset: 362341:5eee1376b54c
user: manu <manu%pkgsrc.org@localhost>
date: Fri May 12 08:42:54 2017 +0000
description:
Avoid build failure because of a missing 'static' target
diffstat:
www/ap2-perl/distinfo | 3 ++-
www/ap2-perl/patches/patch-xs_APR_aprext_Makefile.PL | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r fe98f56264b3 -r 5eee1376b54c www/ap2-perl/distinfo
--- a/www/ap2-perl/distinfo Fri May 12 08:38:41 2017 +0000
+++ b/www/ap2-perl/distinfo Fri May 12 08:42:54 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.22 2016/11/01 15:32:54 adam Exp $
+$NetBSD: distinfo,v 1.23 2017/05/12 08:42:54 manu Exp $
SHA1 (mod_perl-2.0.10.tar.gz) = 61b5b0fe4449440258ad45dee6efa0e2264a9701
RMD160 (mod_perl-2.0.10.tar.gz) = 65fd0774bc495aa02af7dee249427f24d8a58b0e
SHA512 (mod_perl-2.0.10.tar.gz) = 0bf1a885cb32a3393e95f87e71983097613e263b9052dbf22494663b506e36a25d0256afed24285232276d9f43ebd3adaa18b91129bfb62116a8ccb023855bca
Size (mod_perl-2.0.10.tar.gz) = 3846211 bytes
SHA1 (patch-src_modules_perl_modperl_common_util.h) = a5fd094351fef2994b67c6c70abc18c772aec532
+SHA1 (patch-xs_APR_aprext_Makefile.PL) = 9ada16e6be30236c6dbd4de4955e0077a83d3d85
diff -r fe98f56264b3 -r 5eee1376b54c www/ap2-perl/patches/patch-xs_APR_aprext_Makefile.PL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-perl/patches/patch-xs_APR_aprext_Makefile.PL Fri May 12 08:42:54 2017 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-xs_APR_aprext_Makefile.PL,v 1.1 2017/05/12 08:42:54 manu Exp $
+
+Avoid build failure because of a missing 'static' target
+
+--- xs/APR/aprext/Makefile.PL.orig 2017-05-08 03:17:18.000000000 +0000
++++ xs/APR/aprext/Makefile.PL 2017-05-08 03:17:38.000000000 +0000
+@@ -21,10 +21,10 @@
+
+ push @obj, q{modperl_dummy.o};
+
+ my @skip = qw(dynamic test);
+-push @skip, q{static}
+- unless (Apache2::Build::BUILD_APREXT);
++#push @skip, q{static}
++# unless (Apache2::Build::BUILD_APREXT);
+
+ my %args = (NAME => 'lib' . $build->{MP_APR_LIB},
+ VERSION_FROM => '../APR/APR.pm',
+ SKIP => [ @skip ] ,
Home |
Main Index |
Thread Index |
Old Index