Next | Query returned 96 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2008-03-06 17:01:42 by Johnny C. Lam | Files touched by this commit (3)
Log message:
+ Honor PKGINFODIR in mysql4-client.

+ Remove explicit naming of "-lncurses -ltermcap" as the way to get
  the termcap libraries.  Including termcap.buildlink3.mk (indirectly
  through including readline/buildlink3.mk) will do the right thing.

+ Remove readline dependency from Makefile.common and add it into
  mysql4-client/Makefile.  Only the -client package needs and uses
  readline.  The -server package only "needs" it to placate the
  configure script, but none of its installed binaries are linked
  against it.

+ Add full DESTDIR support to the -client and -server packages.

Bump the PKGREVISION of mysql4-client to 3.

The PKGREVISION of mysql4-server remains unchanged since there are
no user-visible changes to the binary package.
   2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2007-10-17 01:49:02 by Tobias Nygren | Files touched by this commit (29)
Log message:
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
   2007-07-10 00:27:36 by Adrian Portelli | Files touched by this commit (2)
Log message:
Add an options.mk for SSL support
Suggested by pancake@ in PR #28573
   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.
   2007-06-10 10:46:16 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use a single pattern that actually gets the desired result of limiting
the upper version.
   2007-06-05 08:05:24 by Thomas Klausner | Files touched by this commit (1)
Log message:
Do not accept mysql-client-5 or newer.
   2007-05-23 10:11:51 by Martti Kuparinen | Files touched by this commit (26)
Log message:
Updated MySQL to 4.1.22

Lots of bug fixes, see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-22.html
   2007-05-22 12:47:37 by Juan Romero Pardines | Files touched by this commit (1) | Package updated
Log message:
I'm not maintaining anymore this package.

salo feel free to update it and fix the security vulnerabilities.
   2006-10-18 15:22:04 by Ben Collver | Files touched by this commit (1)
Log message:
Disable i386 assembly optimizations on Darwin to fix a build failure.

Next | Query returned 96 messages, browsing 11 to 20 | Previous