Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www www/ap-auth-kerb: remove unknown configure option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0aeda2705452
branches:  trunk
changeset: 432312:0aeda2705452
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 21 07:41:37 2020 +0000

description:
www/ap-auth-kerb: remove unknown configure option

This allows the package to be built with GNU_CONFIGURE_STRICT=yes.

Since other Apache modules may still need this option, use an opt-out
here.

diffstat:

 www/ap-auth-kerb/Makefile  |  3 ++-
 www/apache24/buildlink3.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 3b8b8e3bcf1f -r 0aeda2705452 www/ap-auth-kerb/Makefile
--- a/www/ap-auth-kerb/Makefile Thu May 21 07:40:47 2020 +0000
+++ b/www/ap-auth-kerb/Makefile Thu May 21 07:41:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/03/20 11:58:33 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/21 07:41:37 rillig Exp $
 
 DISTNAME=      mod_auth_kerb-5.4
 PKGNAME=       ${DISTNAME:S/mod/${APACHE_PKG_PREFIX}/:S/_/-/g}
@@ -13,6 +13,7 @@
 CONFLICTS=     ap-auth-kerb-[0-9]*
 
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_APXS2=   no
 CONFIGURE_ARGS+=       --without-krb4
 CONFIGURE_ARGS+=       --with-apache=${BUILDLINK_PREFIX.apache}
 CONFIGURE_ARGS+=       APXS=${APXS}
diff -r 3b8b8e3bcf1f -r 0aeda2705452 www/apache24/buildlink3.mk
--- a/www/apache24/buildlink3.mk        Thu May 21 07:40:47 2020 +0000
+++ b/www/apache24/buildlink3.mk        Thu May 21 07:41:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2020/05/07 05:41:33 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2020/05/21 07:41:37 rillig Exp $
 
 BUILDLINK_TREE+=       apache
 
@@ -23,7 +23,7 @@
 CONFIGURE_ENV+=                APR_LIBTOOL=${LIBTOOL:Q}        # make apxs use the libtool we specify
 MAKE_ENV+=             APR_LIBTOOL=${LIBTOOL:Q}
 APXS?=                 ${BUILDLINK_PREFIX.apache}/bin/apxs
-.if defined(GNU_CONFIGURE)
+.if defined(GNU_CONFIGURE) && ${GNU_CONFIGURE_APXS2:Uyes} == yes
 CONFIGURE_ARGS+=       ${CONFIGURE_ARGS.apache:U--with-apxs2=${APXS:Q}}
 .endif
 



Home | Main Index | Thread Index | Old Index