pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd22 Remove unneeded pthread.buildlink3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c894562bead2
branches:  trunk
changeset: 483679:c894562bead2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Nov 17 07:57:28 2004 +0000

description:
Remove unneeded pthread.buildlink3.mk.  Cyrus IMAP itself doesn't use
threads, and any dependencies that need it will include it themselves
in their own buildlink3.mk files.

diffstat:

 mail/cyrus-imapd22/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 65ae25487b5d -r c894562bead2 mail/cyrus-imapd22/Makefile
--- a/mail/cyrus-imapd22/Makefile       Wed Nov 17 07:24:05 2004 +0000
+++ b/mail/cyrus-imapd22/Makefile       Wed Nov 17 07:57:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/11/15 17:54:49 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2004/11/17 07:57:28 jlam Exp $
 
 DISTNAME=      cyrus-imapd-2.2.8
 PKGREVISION=   4
@@ -125,7 +125,6 @@
 .include "../../security/openssl/buildlink3.mk"
 .include "../../security/tcp_wrappers/buildlink3.mk"
 .include "../../mk/bdb.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
 
 # Change references of some manpages from foo.8 to cyrus-foo.8 to avoid
 # manpage conflicts with other packages.  Also change references to



Home | Main Index | Thread Index | Old Index