Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap2-jk www/ap2-jk: allow no-op SUBST blocks



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f824cf51faf9
branches:  trunk
changeset: 431816:f824cf51faf9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 17:31:52 2020 +0000

description:
www/ap2-jk: allow no-op SUBST blocks

Since the patterns cannot be statically determined to be identity
substitutions, the explicit SUBST_NOOP_OK is needed.

diffstat:

 www/ap2-jk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 802c530c6ef7 -r f824cf51faf9 www/ap2-jk/Makefile
--- a/www/ap2-jk/Makefile       Sat May 16 17:27:42 2020 +0000
+++ b/www/ap2-jk/Makefile       Sat May 16 17:31:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/01/18 23:35:41 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/16 17:31:52 rillig Exp $
 
 DISTNAME=      tomcat-connectors-${JK_VERSION}-src
 PKGNAME=       ${APACHE_PKG_PREFIX}-jk-${JK_VERSION}
@@ -38,12 +38,14 @@
 SUBST_FILES.jk-lt=     Makefile common/Makefile apache-2.0/Makefile
 SUBST_SED.jk-lt=       -e "s|^\\(LIBTOOL *=\\).*\$$|\\1 \$$(SHELL) \$$(top_builddir)/libtool|g"
 SUBST_MESSAGE.jk-lt=   Fixing libtool references.
+SUBST_NOOP_OK.jk-lt=   yes
 
 SUBST_CLASSES+=                jk-shlt
 SUBST_STAGE.jk-shlt=   post-configure
 SUBST_FILES.jk-shlt=   scripts/build/instdso.s
 SUBST_SED.jk-shlt=     -e "s|^\\(SH_LIBTOOL *=\\).*\$$|\\1 \$$(SHELL) \$$(top_builddir)/libtool|g"
 SUBST_MESSAGE.jk-shlt= Fixing libtool references in install script.
+SUBST_NOOP_OK.jk-shlt= yes
 
 # XXX The standard --with-apxs2 when using apache2 doesn't work
 CONFIGURE_ARGS+=       --with-apxs=${APXS:Q}



Home | Main Index | Thread Index | Old Index