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

Collapse All | Expand All

(-)mail/opendkim/Makefile (-1 / +7 lines)
Lines 154-159 USES+= bdb Link Here
154
LDFLAGS+=		-lpthread
154
LDFLAGS+=		-lpthread
155
.endif
155
.endif
156
156
157
.include <bsd.port.pre.mk>
158
159
.if ${PORT_OPTIONS:MLUA} && ${LUA_VER_STR} >= 53
160
BROKEN=		Does not build with Lua 5.3: miltertest.c:4171:54: error: too few arguments to function call, expected 5, have 4
161
.endif
162
157
pre-configure:
163
pre-configure:
158
	${REINPLACE_CMD} -e '/PKG_CHECK_MODULES/s/lua5\.[0-9]/lua-${LUA_VER}/' \
164
	${REINPLACE_CMD} -e '/PKG_CHECK_MODULES/s/lua5\.[0-9]/lua-${LUA_VER}/' \
159
	    -e '/PKG_CONFIG/s/cyrussasl/libsasl2/'			 \
165
	    -e '/PKG_CONFIG/s/cyrussasl/libsasl2/'			 \
Lines 169-172 post-install: Link Here
169
	${INSTALL_DATA} ${WRKSRC}/opendkim/opendkim.conf.sample \
175
	${INSTALL_DATA} ${WRKSRC}/opendkim/opendkim.conf.sample \
170
	    ${STAGEDIR}${PREFIX}/etc/mail/
176
	    ${STAGEDIR}${PREFIX}/etc/mail/
171
177
172
.include <bsd.port.mk>
178
.include <bsd.port.post.mk>

Return to bug 232953