Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2001 14:30:21 -0800 (PST)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/zope Makefile pkg-plist
Message-ID:  <200103062230.f26MUM335603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
olgeni      2001/03/06 14:30:21 PST

  Modified files:
    www/zope             Makefile pkg-plist 
  Log:
  Miscellaneous fixes.
  
  * Changed the python15 dependency to USE_PYTHON=yes
  * Replaced PYTHON15 with PYTHON_CMD from bsd.python.mk
  * Added SAPACHE_CONFDIR, like the other Sxxx variables, to be used in the
    PLIST. APACHE_CONFDIR now depends on SAPACHE_CONFDIR
  * Added APACHE_CONFDIR and WEBBASEDIR to PLIST_SUB
  * Removed temporary file Zope.cgi.orig
  * Removed .cvsignore from var/
  * Added/removed some files to the PLIST
  * Used @unexec rmdir to remove shared directories from PLIST
  * Removed the line with "grep". I didn't understand how it was supposed to
    work, I guess it should have been something like "cmp -s ...", but
    Data.fs cannot be equal to Data.fs.in anyway, because Zope adds some
    things to it the first time it's started (automatically imported
    packages from filesystem).
  * Removed temporary files from var/ at deinstall time (*.tmp, *.lock, *.soc,
    *.pid)
  * Sometimes the inituser file did not exist at deinstall time, so I
    deleted it with @unexec. It won't be included by "make package".
  * Added the Hotfix_2001-02-23 directory (@dirrm)
  * Used variables from PLIST_SUB instead of www and etc/apache (@dirrm)
  
  Approved by:		maintainer
  
  Revision  Changes    Path
  1.22      +17 -13    ports/www/zope/Makefile
  1.13      +26 -13    ports/www/zope/pkg-plist


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103062230.f26MUM335603>