Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
d859c1e7
Commit
d859c1e7
authored
3 years ago
by
Hajimu UMEMOTO
Browse files
Options
Downloads
Patches
Plain Diff
Add FLAVOR for enable HTTP.
Requested by: Adam Mokhtari <adam@mokhtari.io>
parent
32b24117
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mail/cyrus-imapd34/Makefile
+11
-2
11 additions, 2 deletions
mail/cyrus-imapd34/Makefile
with
11 additions
and
2 deletions
mail/cyrus-imapd34/Makefile
+
11
−
2
View file @
d859c1e7
...
...
@@ -3,16 +3,22 @@ PORTVERSION= 3.4.1
PORTREVISION
=
0
CATEGORIES
=
mail
MASTER_SITES
=
https://github.com/cyrusimap/cyrus-imapd/releases/download/
${
PORTNAME
}
-
${
PORTVERSION
}
/
PKGNAMESUFFIX
=
34
PKGNAMESUFFIX
=
${
CYRUS_IMAPD_VER
}
MAINTAINER
=
ume@FreeBSD.org
COMMENT
=
Cyrus mail server, supporting POP3 and IMAP4 protocols
COMMENT
=
Cyrus mail server, supporting POP3 and IMAP4 protocols
${
COMMENT_
${
FLAVOR
}}
COMMENT_http
=
(
with HTTP
)
LICENSE
=
BSD4CLAUSE
LICENSE_FILE
=
${
WRKSRC
}
/COPYING
BROKEN_riscv64
=
fails to build: lib/chartable.c: Error 1
FLAVORS
=
basic http
http_PKGNAMESUFFIX
=
${
CYRUS_IMAPD_VER
}
-http
CYRUS_IMAPD_VER
=
34
LIB_DEPENDS
=
libsasl2.so:security/cyrus-sasl2
\
libicuuc.so:devel/icu
\
libjansson.so:devel/jansson
\
...
...
@@ -49,6 +55,9 @@ OPTIONS_DEFINE= AUTOCREATE BACKUP CLAMAV HTTP IDLED LDAP MURDER \
MYSQL NNTP PGSQL REPLICATION SQLITE SQUAT SRS
\
XAPIAN DOCS
OPTIONS_DEFAULT
=
AUTOCREATE IDLED SQLITE SQUAT SRS
.if ${FLAVOR
:
U} == http
OPTIONS_DEFAULT
+=
HTTP
.
endif
OPTIONS_SUB
=
yes
AUTOCREATE_DESC
=
Enable autocreate support
AUTOCREATE_CONFIGURE_ENABLE
=
autocreate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment