pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail
Module Name: pkgsrc
Committed By: sbd
Date: Sat Dec 17 07:29:49 UTC 2011
Modified Files:
pkgsrc/mail/cyrus-imapd: Makefile
pkgsrc/mail/cyrus-imapd23: Makefile options.mk
pkgsrc/mail/cyrus-imapd24: Makefile options.mk
Log Message:
Don't use a builtin libcom_err if not using kerberos.
Builtin librarys like com_err should only be used if there is are proper
buildlink3.mk and builtin.mk files for the library, otherwise part of the
point of having the buildlink/builtin system is lost.
There no point in having a buildlink/builtin files for com_err as
currently only three packages use it by itself (mail/cyrus-imapd*) and
using the package suppled library only adds 72K to the package size.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/mail/cyrus-imapd/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/cyrus-imapd23/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/cyrus-imapd23/options.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/cyrus-imapd24/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/cyrus-imapd24/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index