svn commit: r335057 - head/misc/help2man

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 27 20:42:51 UTC 2013


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
 


More information about the svn-ports-head mailing list