pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/php-xapian Define PHP_VERSIONS_INCOMPATIBLE b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71b31621796e
branches:  trunk
changeset: 771534:71b31621796e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Dec 19 10:09:29 2021 +0000

description:
Define PHP_VERSIONS_INCOMPATIBLE before including phpversion.mk.
Intended (as was the previous commit) to avoid wasting bulk build time
attempting PHP>=8 variants.

diffstat:

 textproc/php-xapian/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 2f3cb345c897 -r 71b31621796e textproc/php-xapian/Makefile
--- a/textproc/php-xapian/Makefile      Sun Dec 19 10:02:11 2021 +0000
+++ b/textproc/php-xapian/Makefile      Sun Dec 19 10:09:29 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2021/12/14 08:47:06 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/19 10:09:29 schmonz Exp $
 
 PKGNAME=               ${PHP_PKG_PREFIX}-${PKGNAME_MODULE}
 COMMENT=               PHP bindings for Xapian search engine
 HOMEPAGE=              https://xapian.org/docs/bindings/php/
 
-.include "../../lang/php/phpversion.mk"
+PHP_VERSIONS_INCOMPATIBLE=     80 81
 
-PHP_VERSIONS_INCOMPATIBLE=     80 81
+.include "../../lang/php/phpversion.mk"
 
 .if (${PKG_PHP_MAJOR_VERS} == 5)
 CONFIGURE_ARGS+=       --with-php



Home | Main Index | Thread Index | Old Index