mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Fix GSSAPI in Dovecot.
PR: ports/103837 Submitted by: shaun (me) Approved by: Robin Breathe <robin@isometry.net> (maintainer)
This commit is contained in:
parent
23662a3703
commit
f4947960cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174209
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= dovecot
|
||||
DISTVERSION= 1.0.rc7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://www.dovecot.org/releases/
|
||||
|
||||
@ -106,6 +106,13 @@ CONFIGURE_ARGS+= --with-sqlite
|
||||
CONFIGURE_ARGS+= --disable-ipv6
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if defined(WITH_GSSAPI)
|
||||
@${REINPLACE_CMD} -e 's,<gssapi/gssapi\.h>,<gssapi.h>,' \
|
||||
${WRKSRC}/src/auth/mech-gssapi.c \
|
||||
${WRKSRC}/configure
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
${WRKSRC}/dovecot-example.conf
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= dovecot
|
||||
DISTVERSION= 1.0.rc7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://www.dovecot.org/releases/
|
||||
|
||||
@ -106,6 +106,13 @@ CONFIGURE_ARGS+= --with-sqlite
|
||||
CONFIGURE_ARGS+= --disable-ipv6
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
.if defined(WITH_GSSAPI)
|
||||
@${REINPLACE_CMD} -e 's,<gssapi/gssapi\.h>,<gssapi.h>,' \
|
||||
${WRKSRC}/src/auth/mech-gssapi.c \
|
||||
${WRKSRC}/configure
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
@${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
${WRKSRC}/dovecot-example.conf
|
||||
|
Loading…
Reference in New Issue
Block a user