- Add temporary note of build failure caused by Perl infrastructure change in 20130612

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-27 20:42:50 +00:00
parent 941c7e8824
commit e6105e1f27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335057

View File

@ -41,6 +41,21 @@ NLS_PLIST_DIRSTRY+= man/${lang}/man1 \
man/${lang}
.endfor
.include <bsd.port.options.mk>
# Add temporary note of build failure caused by Perl infrastructure change in 20130612
pre-configure:
.if ${PORT_OPTIONS:MNLS}
@${ECHO_MSG} ""
@${ECHO_MSG} "Please read UPDATING entry 20130612 [1] and PR/184276 [2] to fix your"
@${ECHO_MSG} "Perl installation if you got the following error message."
@${ECHO_MSG} " configure: error: perl module Locale::gettext required"
@${ECHO_MSG} ""
@${ECHO_MSG} "[1] http://svnweb.freebsd.org/ports/head/UPDATING?r1=320405&r2=320679"
@${ECHO_MSG} "[2] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184276"
@${ECHO_MSG} ""
.endif
post-patch:
@${REINPLACE_CMD} -e '/^pkglibdir/ s|/${PORTNAME}$$||' ${WRKSRC}/Makefile.in