You are not logged in.
Good day
Question to mantainer:
Now, in 'current' Exim compiled without mysql and postgresql support. And have version 4.64, while current version of Exim is 4.66
Quite often Exim is used with some database and SpamAssassin uses database for AWL and Bayes, and pop3/imap-server (Dovecot in 'testing' built with database support) uses same as Exim, plus SquirrelMail
It's not hard to rebuild Exim with abs, but maybe it will useful to have in 'current' Exim with database support?
And there are libmysqlclient and postgresql-libs alreade present in 'current'.
Question to Exim users:
Did you use rebuit Exim with database support or use dbm/passwd?
If you rebuid Exim with ABS, how you avoid replacing it with new version from repo? Change package name on something like 'exim-custom'?
Offline
Now, in 'current' Exim compiled without mysql and postgresql support.
From the Arch Packaging Standards:
Any optional dependencies that aren't needed to run the package or have it generally function shouldn't be included
If you rebuid Exim with ABS, how you avoid replacing it with new version from repo? Change package name on something like 'exim-custom'?
I'd recommend using IgnorePkg in /etc/pacman.conf - see man pacman for details.
Offline
Tomk wrote:
> ..Any optional dependencies that aren't needed to run the package or have it generally function shouldn't be included..
Full text is:
> Any optional dependencies that aren't needed to run the package or have it generally function shouldn't be included, but a warning message inside the .install file should echo something like: "To enable SMB support, download the Samba package."
Maybe I misunderstood term "optional dependencies" due to my lack of english
)
> I'd recommend using IgnorePkg in /etc/pacman.conf - see man pacman for details.
Thanks for advice!
P.S.
It seems that with all this PKGBUILDs i will soon need to maintain my tiny repo
[/quote]
Offline
> how do you avoid replacing it with new version from repo?
use
pkgname=exim-custom
provides=('exim')
in your PKGBUILD
Offline