[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / archivers / php-zip

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

Diff for /pkgsrc/archivers/php-zip/Makefile between version 1.13 and 1.14

version 1.13, 2011/02/22 07:36:07 version 1.14, 2012/06/16 02:49:39
Line 13  CONFIGURE_ARGS+= --enable-zip
Line 13  CONFIGURE_ARGS+= --enable-zip
 CONFIGURE_ARGS+=        --with-zlib-dir=${BUILDLINK_PREFIX.zlib}  CONFIGURE_ARGS+=        --with-zlib-dir=${BUILDLINK_PREFIX.zlib}
 USE_PHP_EXT_PATCHES=    yes  USE_PHP_EXT_PATCHES=    yes
   
 # Remove these PKGNAME tweak after PHP 5.2.14 release  # Remove these PKGNAME tweak after PHP 5.2.18 release (after support of php52)
 .include "../../lang/php/phpversion.mk"  .include "../../lang/php/phpversion.mk"
 .if ${PKG_PHP_VERSION} == "5"  .if ${PHP_BASE_VERS} == "5.2.17"
 PKGNAME:=               ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.8.11  PKGNAME:=               ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.8.11
 .endif  .endif
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>