Next | Query returned 25 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2012-03-20 15:27:27 by Takahiro Kambe | Files touched by this commit (13) | Package removed
Log message:
Remove zope3, Zope 3.3.1.

Zope 3.3.1 is EOL and the package itself isn't maintained for long time.

Since newer Plone and Zope introduce their own install framework, it is
difficult to support it in pkgsrc unless someone create some framework.
   2010-06-27 22:28:24 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
DESTDIR support
   2009-12-17 20:31:55 by David Brownlee | Files touched by this commit (1)
Log message:
Fix the post-install to include DESTDIR references - not sufficient in itself so \ 
PKG_DESTDIR_SUPPORT not turned on
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-02-09 23:56:28 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
   2008-09-03 01:13:43 by Eric Gillespie | Files touched by this commit (1)
Log message:
s/OpsnSSL/OpenSSL/
   2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274)
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
   2007-12-21 17:18:35 by Takahiro Kambe | Files touched by this commit (3)
Log message:
- More proper fix to previous change; correct real python scripts' path.
- Change the order of including files in Makefile to use REPLACE_PYTHON
  properly.
- Remove shebang line from a library file which would never be executed
  directly.
   2007-12-21 04:09:25 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Avoid CHECK_INTERPRETER and CHECK_PERMS for some files.
Fix build problem with these checks.
   2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136)
Log message:
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Next | Query returned 25 messages, browsing 1 to 10 | Previous