Date: Wed, 27 Nov 2013 20:42:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335057 - head/misc/help2man Message-ID: <201311272042.rARKgoP1031838@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Nov 27 20:42:50 2013 New Revision: 335057 URL: http://svnweb.freebsd.org/changeset/ports/335057 Log: - Add temporary note of build failure caused by Perl infrastructure change in 20130612 Modified: head/misc/help2man/Makefile Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Wed Nov 27 20:42:45 2013 (r335056) +++ head/misc/help2man/Makefile Wed Nov 27 20:42:50 2013 (r335057) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311272042.rARKgoP1031838>