FreeBSD Bugzilla – Attachment 256772 Details for
Bug 284133
mail/dovecot-fts-flatcurve: add support for dovecot flavors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch addind support for flavors
0001-dovecot-fts-flatcurve-add-support-for-dovecot-flavor.patch (text/plain), 1.55 KB, created by
Martin Waschbüsch
on 2025-01-18 11:28:29 UTC
(
hide
)
Description:
patch addind support for flavors
Filename:
MIME Type:
Creator:
Martin Waschbüsch
Created:
2025-01-18 11:28:29 UTC
Size:
1.55 KB
patch
obsolete
>From b9b2f13b4fe9777d3f2ef43142c90d4605066da6 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Martin=20Waschb=C3=BCsch?= <martin@waschbuesch.de> >Date: Sat, 18 Jan 2025 11:26:16 +0000 >Subject: [PATCH] dovecot-fts-flatcurve: add support for dovecot flavors > >--- > mail/dovecot-fts-flatcurve/Makefile | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) > >diff --git a/mail/dovecot-fts-flatcurve/Makefile b/mail/dovecot-fts-flatcurve/Makefile >index 4eb9b59d8187..fa52db9e38c0 100644 >--- a/mail/dovecot-fts-flatcurve/Makefile >+++ b/mail/dovecot-fts-flatcurve/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= fts-flatcurve > DISTVERSIONPREFIX= v > DISTVERSION= 1.0.5 >+PORTREVISION= 1 > CATEGORIES= mail > PKGNAMEPREFIX= dovecot- > >@@ -10,10 +11,23 @@ WWW= https://github.com/slusarz/dovecot-fts-flatcurve > > LICENSE= LGPL21 > >-BUILD_DEPENDS= dovecot>=2.3.17:mail/dovecot >+FLAVORS= default mysql pgsql >+FLAVOR?= ${FLAVORS[1]} >+mysql_PKGNAMESUFFIX= -mysql >+pgsql_PKGNAMESUFFIX= -pgsql >+BUILD_DEPENDS= dovecot>=2.3.17:mail/dovecot@default >+RUN_DEPENDS= dovecot>=2.3.17:mail/dovecot@default >+.if ${FLAVOR:U} == mysql >+BUILD_DEPENDS= dovecot-mysql>=2.3.17:mail/dovecot@mysql >+RUN_DEPENDS= dovecot-mysql>=2.3.17:mail/dovecot@mysql >+.endif >+.if ${FLAVOR:U} == pgsql >+BUILD_DEPENDS= dovecot-pgsql>=2.3.17:mail/dovecot@pgsql >+RUN_DEPENDS= dovecot-pgsql>=2.3.17:mail/dovecot@pgsql >+.endif >+ > LIB_DEPENDS= libicuuc.so:devel/icu \ > libxapian.so:databases/xapian-core >-RUN_DEPENDS= dovecot>=2.3.17:mail/dovecot > > USES= autoreconf libtool pkgconfig > USE_GITHUB= yes >-- >2.47.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
martin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 284133
: 256772