mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
mail/alpine: readd maildir patch and change LDAP option
PR: 239257 Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
This commit is contained in:
parent
1cb98814b5
commit
c578cfa2c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506816
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME?= alpine
|
||||
DISTVERSION= 2.21.99999
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= mail news ipv6
|
||||
MASTER_SITES= http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
@ -12,6 +13,7 @@ LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES+= ssl libtool ncurses gettext-runtime
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
CONFIGURE_ARGS+= --with-debug-level=2 \
|
||||
@ -33,13 +35,14 @@ GIT_COMMIT= abeb2c25935ef8c75f1e5deef0f81276754dc975
|
||||
GIT_COMMIT_SHORT= ${GIT_COMMIT:C/^(.......).*/\1/}
|
||||
WRKSRC= ${WRKDIR}/alpine-${GIT_COMMIT_SHORT}
|
||||
|
||||
OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MOUSE NLS NTLM PASSFILE THREADS
|
||||
OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MAILDIR MOUSE NLS NTLM PASSFILE THREADS
|
||||
OPTIONS_DEFAULT= ASPELL MOUSE THREADS
|
||||
.if defined(PICO_ALPINE_SLAVE)
|
||||
OPTIONS_EXCLUDE= CONS25 IPV6 LDAP PASSFILE
|
||||
.endif
|
||||
|
||||
CONS25_DESC= Add a patch to support color for default console
|
||||
MAILDIR_DESC= Add a patch to support maildir
|
||||
NTLM_DESC= Support for Windows NT Lan Manager authentication
|
||||
PASSFILE_DESC= Support for a stored password file
|
||||
|
||||
@ -58,7 +61,12 @@ IPV6_CONFIGURE_WITH= ipv6
|
||||
# Option LDAP
|
||||
LDAP_USE= openldap=yes
|
||||
LDAP_CONFIGURE_WITH= ldap
|
||||
LDAP_CONFIGURE_ON= --with-ldap-dir=${LOCALBASE}
|
||||
LDAP_CFLAGS= -I${LOCALBASE}/include
|
||||
LDAP_LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
# Option MAILDIR
|
||||
MAILDIR_PATCH_SITES= http://alpine.x10host.com/alpine/alpha/patches/alpine-2.21.99999/
|
||||
MAILDIR_PATCHFILES+= maildir.patch.gz:-p1
|
||||
|
||||
# Option MOUSE
|
||||
MOUSE_CONFIGURE_ENABLE= mouse
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1563014517
|
||||
TIMESTAMP = 1563204482
|
||||
SHA256 (alpine-2.21.99999.tar.gz) = 983f04e1c5f1beba767877303c682d3c995e0cd93ad6888f2d9933ef4236c25f
|
||||
SIZE (alpine-2.21.99999.tar.gz) = 15160895
|
||||
SHA256 (maildir.patch.gz) = ac68a8421c68e18d0acba9086ca595b961799b4b47b5c12a1bf430f973dc0dbd
|
||||
SIZE (maildir.patch.gz) = 34018
|
||||
|
Loading…
Reference in New Issue
Block a user