pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 28 10:06:36 UTC 2024
Modified Files:
pkgsrc/meta-pkgs/php56-extensions: Makefile
pkgsrc/textproc/php-enchant: Makefile
Log Message:
php-enchant: switch to enchant2
Mark php56 as desupported, and remove it from the meta package
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/meta-pkgs/php56-extensions/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/php-enchant/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/meta-pkgs/php56-extensions/Makefile
diff -u pkgsrc/meta-pkgs/php56-extensions/Makefile:1.11 pkgsrc/meta-pkgs/php56-extensions/Makefile:1.12
--- pkgsrc/meta-pkgs/php56-extensions/Makefile:1.11 Sat Jun 19 06:06:12 2021
+++ pkgsrc/meta-pkgs/php56-extensions/Makefile Sun Apr 28 10:06:35 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2021/06/19 06:06:12 nia Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/28 10:06:35 wiz Exp $
DISTNAME= ${PHP_PKG_PREFIX}-extensions-${PHP_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= meta-pkgs www
MASTER_SITES= # empty
DISTFILES= # empty
@@ -19,7 +19,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-bz2>=${PHP_V
DEPENDS+= ${PHP_PKG_PREFIX}-calendar>=${PHP_VERSION}<${NEXT_VERS}:../../time/php-calendar
DEPENDS+= ${PHP_PKG_PREFIX}-curl>=${PHP_VERSION}<${NEXT_VERS}:../../www/php-curl
DEPENDS+= ${PHP_PKG_PREFIX}-dba>=${PHP_VERSION}<${NEXT_VERS}:../../databases/php-dba
-DEPENDS+= ${PHP_PKG_PREFIX}-enchant>=${PHP_VERSION}:../../textproc/php-enchant
+#DEPENDS+= ${PHP_PKG_PREFIX}-enchant>=${PHP_VERSION}:../../textproc/php-enchant
DEPENDS+= ${PHP_PKG_PREFIX}-exif>=${PHP_VERSION}<${NEXT_VERS}:../../graphics/php-exif
DEPENDS+= ${PHP_PKG_PREFIX}-ftp>=${PHP_VERSION}<${NEXT_VERS}:../../net/php-ftp
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=${PHP_VERSION}<${NEXT_VERS}:../../graphics/php-gd
Index: pkgsrc/textproc/php-enchant/Makefile
diff -u pkgsrc/textproc/php-enchant/Makefile:1.14 pkgsrc/textproc/php-enchant/Makefile:1.15
--- pkgsrc/textproc/php-enchant/Makefile:1.14 Wed Dec 8 16:06:45 2021
+++ pkgsrc/textproc/php-enchant/Makefile Sun Apr 28 10:06:35 2024
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.14 2021/12/08 16:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/04/28 10:06:35 wiz Exp $
MODNAME= enchant
CATEGORIES+= textproc
COMMENT= PHP extension for ENCHANT (spelling) support
-PKGREVISION= 2
+PKGREVISION= 3
-CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant}
+CONFIGURE_ARGS+= --with-enchant=shared,${BUILDLINK_PREFIX.enchant2}
USE_PHP_EXT_PATCHES= yes
-BUILDLINK_API_DEPENDS.enchant+= enchant>=1.2.4
+PHP_VERSIONS_INCOMPATIBLE= 56
.include "../../lang/php/ext.mk"
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index