View | Details | Raw Unified | Return to bug 282444 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/fetchmail/Makefile (-4 / +7 lines)
Lines 27-34 GNU_CONFIGURE_MANPREFIX=${PREFIX}/share Link Here
27
27
28
# the added PYTHON=: suppresses python builds,
28
# the added PYTHON=: suppresses python builds,
29
# see ../../mail/fetchmailconf/ for the configuration tool
29
# see ../../mail/fetchmailconf/ for the configuration tool
30
CONFIGURE_ARGS=	--enable-opie \
30
CONFIGURE_ARGS=	--enable-RPA \
31
		--enable-RPA \
32
		--enable-SDPS \
31
		--enable-SDPS \
33
		--without-hesiod \
32
		--without-hesiod \
34
		PYTHON=:
33
		PYTHON=:
Lines 45-51 PORTDOCS= FAQ FEATURES NEWS NOTES OLDNEWS README README.SSL \ Link Here
45
		README.SSL-SERVER design-notes.html esrs-design-notes.html \
44
		README.SSL-SERVER design-notes.html esrs-design-notes.html \
46
		fetchmail-FAQ.html fetchmail-features.html todo.html
45
		fetchmail-FAQ.html fetchmail-features.html todo.html
47
46
48
OPTIONS_DEFINE=		DOCS NLS
47
OPTIONS_DEFINE=		OPIE DOCS NLS
49
OPTIONS_DEFAULT=	GSSAPI_BASE OPENSSL
48
OPTIONS_DEFAULT=	GSSAPI_BASE OPENSSL
50
OPTIONS_SINGLE=		GSSAPI TLS
49
OPTIONS_SINGLE=		GSSAPI TLS
51
OPTIONS_SINGLE_GSSAPI=	GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
50
OPTIONS_SINGLE_GSSAPI=	GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
Lines 53-58 OPTIONS_SINGLE_TLS= OPENSSL WOLFSSL Link Here
53
52
54
OPTIONS_SUB=	yes
53
OPTIONS_SUB=	yes
55
54
55
OPIE_CONFIGURE_ON=		--enable-opie
56
OPIE_DESC=			Build with OPIE support
57
56
GSSAPI_BASE_USES=		gssapi
58
GSSAPI_BASE_USES=		gssapi
57
GSSAPI_BASE_CONFIGURE_ON=	${GSSAPI_CONFIGURE_ARGS} \
59
GSSAPI_BASE_CONFIGURE_ON=	${GSSAPI_CONFIGURE_ARGS} \
58
				--with-gssapi=${GSSAPIBASEDIR}
60
				--with-gssapi=${GSSAPIBASEDIR}
Lines 101-109 post-install-DOCS-on: Link Here
101
103
102
.include <bsd.port.pre.mk>
104
.include <bsd.port.pre.mk>
103
105
104
.if ${MASTERDIR} == ${.CURDIR} && ${OPSYS} == FreeBSD
106
.if ${PORT_OPTIONS:MOPIE} && ${MASTERDIR} == ${.CURDIR} && ${OPSYS} == FreeBSD
105
. if ${OSVERSION} >= 1400072
107
. if ${OSVERSION} >= 1400072
106
LIB_DEPENDS+=	libopie.so:security/opie	# moved to port (from base in 13.X)
108
LIB_DEPENDS+=	libopie.so:security/opie	# moved to port (from base in 13.X)
109
CFLAGS+=	-I${LOCALBASE}/include
107
. endif
110
. endif
108
.endif
111
.endif
109
112

Return to bug 282444