diff options
author | obache <obache@pkgsrc.org> | 2012-01-27 01:55:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-27 01:55:27 +0000 |
commit | 24c3d678c480ce49cd2f0485bfa0a370d5045e74 (patch) | |
tree | d88f2ca3fc3aba1233318b4eabe5ca39210e418b /lang/php/ext.mk | |
parent | f20aac9747f32c464feec52ebc7e622cd4c35ba0 (diff) | |
download | pkgsrc-24c3d678c480ce49cd2f0485bfa0a370d5045e74.tar.gz |
Note warning about PECL_LEGACY_VERSION_SCHEME.
Diffstat (limited to 'lang/php/ext.mk')
-rw-r--r-- | lang/php/ext.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php/ext.mk b/lang/php/ext.mk index bf519e471ea..dcb9d74003b 100644 --- a/lang/php/ext.mk +++ b/lang/php/ext.mk @@ -1,4 +1,4 @@ -# $NetBSD: ext.mk,v 1.24 2012/01/12 18:25:50 joerg Exp $ +# $NetBSD: ext.mk,v 1.25 2012/01/27 01:55:27 obache Exp $ # # PHP extension package framework, for both PECL and bundled PHP extensions. # @@ -35,6 +35,7 @@ WRKSRC?= ${WRKDIR}/${EXTRACT_ELEMENTS} DISTINFO_FILE= ${.CURDIR}/${PHPPKGSRCDIR}/distinfo .else # PECL extension +# WARINING: following fixed version number for 5.2 and 5.3 must not be bumped! .if defined(PECL_LEGACY_VERSION_SCHEME) && \ (${PKG_PHP_VERSION} == "5" || ${PKG_PHP_VERSION} == "53") . if ${PKG_PHP_VERSION} == "5" |