Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2015 05:10:09 +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: r397304 - head/misc/help2man
Message-ID:  <201509190510.t8J5A9JS000845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509190510.t8J5A9JS000845>