svn commit: r397304 - head/misc/help2man
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 19 05:10:09 UTC 2015
Author: sunpoet
Date: Sat Sep 19 05:10:08 2015
New Revision: 397304
URL: https://svnweb.freebsd.org/changeset/ports/397304
Log:
- Put back CONFIGURE_FAIL_MESSAGE as I still get mails of build failure caused by 2-year-old infrastructure change
Modified:
head/misc/help2man/Makefile
Modified: head/misc/help2man/Makefile
==============================================================================
--- head/misc/help2man/Makefile Fri Sep 18 22:56:31 2015 (r397303)
+++ head/misc/help2man/Makefile Sat Sep 19 05:10:08 2015 (r397304)
@@ -29,6 +29,8 @@ LANGS_MTREE= ja # languages that already
NLS_BUILD_DEPENDS= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
NLS_CFLAGS= -lintl
NLS_CONFIGURE_ENABLE= nls
+# Add note of build failure caused by Perl infrastructure change in 20130612
+NLS_VARS= CONFIGURE_FAIL_MESSAGE="Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=320679\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\"."
NLS_PLIST_FILES= lib/bindtextdomain.so
NLS_RUN_DEPENDS= p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
NLS_USES= gettext
More information about the svn-ports-head
mailing list