pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/php-xapian



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Dec 19 10:09:30 UTC 2021

Modified Files:
        pkgsrc/textproc/php-xapian: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/php-xapian/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/php-xapian/Makefile
diff -u pkgsrc/textproc/php-xapian/Makefile:1.2 pkgsrc/textproc/php-xapian/Makefile:1.3
--- pkgsrc/textproc/php-xapian/Makefile:1.2     Tue Dec 14 08:47:06 2021
+++ pkgsrc/textproc/php-xapian/Makefile Sun Dec 19 10:09:29 2021
@@ -1,13 +1,13 @@
-# $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
 
+.include "../../lang/php/phpversion.mk"
+
 .if (${PKG_PHP_MAJOR_VERS} == 5)
 CONFIGURE_ARGS+=       --with-php
 PHP_5_OR_EMPTY=                5



Home | Main Index | Thread Index | Old Index