View | Details | Raw Unified | Return to bug 248428
Collapse All | Expand All

(-)Makefile (-6 / +9 lines)
Lines 134-141 Link Here
134
134
135
OPTIONS_RADIO_RL=	READLINES READLINEP LIBEDIT
135
OPTIONS_RADIO_RL=	READLINES READLINEP LIBEDIT
136
RL_DESC=		Command line editing library (may be off)
136
RL_DESC=		Command line editing library (may be off)
137
READLINES_DESC=		Use libreadline from system 	 
137
READLINES_DESC=		Use libreadline from system
138
READLINEP_DESC=		Use GNU libreadline from ports 	 
138
READLINEP_DESC=		Use GNU libreadline from ports
139
LIBEDIT_DESC=		Use BSD libedit from ports
139
LIBEDIT_DESC=		Use BSD libedit from ports
140
140
141
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
141
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
Lines 206-215 Link Here
206
206
207
LIBEDIT_CONFIGURE_ENABLE=	editline
207
LIBEDIT_CONFIGURE_ENABLE=	editline
208
LIBEDIT_USES=	libedit ncurses
208
LIBEDIT_USES=	libedit ncurses
209
READLINES_CONFIGURE_ON= --enable-readline
209
READLINES_CONFIGURE_ON=	--enable-readline
210
READLINES_USES= readline
210
READLINES_USES=	readline
211
READLINEP_CONFIGURE_ON= --enable-readline
211
READLINEP_CONFIGURE_ON=	--enable-readline
212
READLINEP_USES= readline:port
212
READLINEP_USES=	readline:port
213
213
214
JSON1_CONFIGURE_ENABLE=	json1
214
JSON1_CONFIGURE_ENABLE=	json1
215
215
Lines 253-258 Link Here
253
	@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
253
	@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
254
.endif
254
.endif
255
255
256
post-stage:
257
	${SETENV} LD_LIBMAP_DISABLE=1 ldd -a "${STAGEDIR}${PREFIX}/bin/${PORTNAME}"
258
256
post-install:
259
post-install:
257
	${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
260
	${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
258
261

Return to bug 248428