1
0
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:
Shaun Amott 2006-10-01 00:47:55 +00:00
parent 23662a3703
commit f4947960cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174209
2 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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