Subject: CVS commit: pkgsrc/databases/php4-ldap
To: None <pkgsrc-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 01/17/2004 12:06:59
Module Name: pkgsrc
Committed By: jdolecek
Date: Sat Jan 17 12:06:59 UTC 2004
Modified Files:
pkgsrc/databases/php4-ldap: Makefile
Removed Files:
pkgsrc/databases/php4-ldap: distinfo
pkgsrc/databases/php4-ldap/patches: patch-aa
Log Message:
we link against the non-thread ldap library, so we do not need to care
about pthreads here; g/c the unneeded patch too
XXX eventually we might consider a thread-safe variant of this
module for PHP under Apache 2.x, which would use (thread-safe)
libldap_r rather than the (not thread safe) libldap
bump pkg revision just in case
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/php4-ldap/Makefile
cvs rdiff -r1.9 -r0 pkgsrc/databases/php4-ldap/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/databases/php4-ldap/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.