Next | Query returned 247 messages, browsing 171 to 180 | Previous

History of commit frequency

CVS Commit History:


   2004-12-14 13:13:43 by Thomas Klausner | Files touched by this commit (2)
Log message:
Revert previous -- -current's sched_yield has been fixed.
adam says ok.
   2004-12-14 10:08:38 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Fixed building on NetBSD 2.0 and -current
   2004-11-29 02:10:04 by Todd Vierling | Files touched by this commit (1)
Log message:
In case db4 is disallowed by bdb.buildlink3.mk, causing BDB_TYPE to be
set to "none", skip bdb altogether.
   2004-11-27 06:32:35 by Johnny C. Lam | Files touched by this commit (1)
Log message:
The OpenLDAP libraries do NOT include any SLP code, so don't include
openslp/buildlink3.mk.  Also, simplify the kerberos/sasl checks.
   2004-11-26 04:00:24 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Bump the PKGREVISION after changes in patch-ag to honor DL_*.
   2004-11-26 03:52:14 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Teach openldap to use DL_{CFLAGS,LDFLAGS,LIBS} when linking slapd when
building dynamic backends or when using Cyrus SASL.
   2004-11-19 17:35:26 by Johnny C. Lam | Files touched by this commit (3)
Log message:
The man pages should refer to the real location of the config files, not
where they were installed (in the example location) during the "install"
step.  Bump PKGREVISION.
   2004-11-18 20:07:04 by Johnny C. Lam | Files touched by this commit (5)
Log message:
We don't actually want everything to be built with pthreads -- only
libldap_r and slurpd.  Patch those Makefiles (patch-aj, patch-ak) to
pass $(PTHREAD_CFLAGS) and $(PTHREAD_LDFLAGS) to the build.  The
configure process correctly adds any necessary libraries, so adding
$(PTHREAD_LIBS) isn't needed.  Bump the PKGREVISION since the LDAP
libraries are no longer linked against libpthread.

This fixes PR pkg/28259.
   2004-11-17 08:23:41 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Update databases/openldap to the latest release, version 2.2.18.
Changes from version 2.2.13 include numerous fixes for locking in the
Berkeley DB backend, SASL-encoding fixes in libldap, and many bug
fixes in slapd.
   2004-11-15 18:54:50 by Johnny C. Lam | Files touched by this commit (16)
Log message:
Rework the Berkeley DB detection in buildlink3:

  * Add a db1.builtin.mk file that detects whether DB-1.85 functionality
    exists in the base system, and remove the distinction between
    "native" and the other Berkeley DB packages -- we now refer to
    db[1234].  This paves the way for any future databases/db1 package.

  * USE_DB185 shouldn't need to be set by any packages -- its correct
    value is now automatically determined by bdb.buildlink3.mk depending
    on whether we explicitly request db1 or not.  By default, if you
    include bdb.buildlink3.mk, you want DB-1.85 functionality and
    USE_DB185 defaults to "yes", but if you explicitly remove db1 from
    the list of acceptable DBs, then USE_DB185 defaults to "no".

  * Set BDB_LIBS to the library options needed to link against the DB
    library when bdb.buildlink3.mk is included.

  * We only add the DB library to the linker command automatically if
    we want DB-1.85 functionality; otherwise assume that the package
    configure process can figure out how to probe for the correct
    headers and libraries.

Edit package Makefiles to nuke redundant settings of USE_DB185.

Next | Query returned 247 messages, browsing 171 to 180 | Previous