[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / zoneminder

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

Diff for /pkgsrc/security/zoneminder/Makefile between version 1.45 and 1.46

version 1.45, 2019/08/11 13:23:02 version 1.46, 2019/11/04 21:13:04
Line 17  COMMENT= Video camera security and surve
Line 17  COMMENT= Video camera security and surve
 LICENSE=        gnu-gpl-v2  LICENSE=        gnu-gpl-v2
   
 # NetBSD tar: Invalid header, starting valid header search.  # NetBSD tar: Invalid header, starting valid header search.
 EXTRACT_USING=  gtar  EXTRACT_USING=  gtar
   
 DEPENDS+=       netpbm-[0-9]*:../../graphics/netpbm  DEPENDS+=       netpbm-[0-9]*:../../graphics/netpbm
   
Line 138  DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql-[0
Line 138  DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql-[0
   
 # \todo Somehow, this permission setup still fails.  # \todo Somehow, this permission setup still fails.
 # This directory contains state, so use OWN_DIRS instead of MAKE_DIRS.  # This directory contains state, so use OWN_DIRS instead of MAKE_DIRS.
 ZM_CACHE=       ${VARBASE}/cache/zoneminder  ZM_CACHE=               ${VARBASE}/cache/zoneminder
 OWN_DIRS_PERMS+=        ${ZM_CACHE} ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 755  OWN_DIRS_PERMS+=        ${ZM_CACHE} ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 755
 OWN_DIRS_PERMS+=        ${ZM_CACHE}/temp ${REAL_ROOT_USER} ${APACHE_GROUP} 775  OWN_DIRS_PERMS+=        ${ZM_CACHE}/temp ${REAL_ROOT_USER} ${APACHE_GROUP} 775
 OWN_DIRS_PERMS+=        ${ZM_CACHE}/images ${REAL_ROOT_USER} ${APACHE_GROUP} 775  OWN_DIRS_PERMS+=        ${ZM_CACHE}/images ${REAL_ROOT_USER} ${APACHE_GROUP} 775
Line 197  SUBST_CLASSES+=   script-path
Line 197  SUBST_CLASSES+=   script-path
 SUBST_MESSAGE.script-path=      Adjusting paths in scripts.  SUBST_MESSAGE.script-path=      Adjusting paths in scripts.
 SUBST_STAGE.script-path=        pre-configure  SUBST_STAGE.script-path=        pre-configure
 SUBST_FILES.script-path=        ${REPLACE_PERL} ${EXTRA_PERL}  SUBST_FILES.script-path=        ${REPLACE_PERL} ${EXTRA_PERL}
 SUBST_SED.script-path=  -e "s|^\\([\$$]ENV{PATH} *= *'\\).*';\$$|\\1${PREFIX}/bin:/bin:/usr/bin';|g"  SUBST_SED.script-path=          -e "s|^\\([\$$]ENV{PATH} *= *'\\).*';\$$|\\1${PREFIX}/bin:/bin:/usr/bin';|g"
   
 SUBST_CLASSES+=         files  SUBST_CLASSES+=         files
 SUBST_STAGE.files=      pre-configure  SUBST_STAGE.files=      pre-configure

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>