pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/pear
Module Name: pkgsrc
Committed By: taca
Date: Mon Apr 7 17:12:28 UTC 2025
Modified Files:
pkgsrc/lang/pear: Makefile
Log Message:
lang/pear: install pear.conf to proper path
Due to change of PKG_SYSCONFSUBDIR handling, lang/pear has lost proper
PKG_SYSCONFDIR definition and it cause pear command reading pear.conf.
So, include lang/php/common.mk instead of lang/php/phpversion.mk.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/lang/pear/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/pear/Makefile
diff -u pkgsrc/lang/pear/Makefile:1.65 pkgsrc/lang/pear/Makefile:1.66
--- pkgsrc/lang/pear/Makefile:1.65 Sat Feb 8 03:24:29 2025
+++ pkgsrc/lang/pear/Makefile Mon Apr 7 17:12:27 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2025/02/08 03:24:29 taca Exp $
+# $NetBSD: Makefile,v 1.66 2025/04/07 17:12:27 taca Exp $
#
DISTNAME= PEAR-1.10.16
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/PEAR/pear/}
CATEGORIES= lang
MASTER_SITES= http://download.pear.php.net/package/
@@ -17,7 +17,7 @@ USE_LANGUAGES= # none
EXTRACT_ONLY= # none
USE_TOOLS+= gzcat tar
-.include "../../lang/php/phpversion.mk"
+.include "../../lang/php/common.mk"
CONFLICTS+= php<5.2.1nb2
Home |
Main Index |
Thread Index |
Old Index