Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2013 15:58:28 +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: r335190 - head/misc/help2man
Message-ID:  <201311291558.rATFwSxt001854@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 29 15:58:28 2013
New Revision: 335190
URL: http://svnweb.freebsd.org/changeset/ports/335190

Log:
  - Use CONFIGURE_FAIL_MESSAGE instead of pre-configure: because nobody scrolls up to read the message

Modified:
  head/misc/help2man/Makefile

Modified: head/misc/help2man/Makefile
==============================================================================
--- head/misc/help2man/Makefile	Fri Nov 29 15:48:07 2013	(r335189)
+++ head/misc/help2man/Makefile	Fri Nov 29 15:58:28 2013	(r335190)
@@ -44,16 +44,8 @@ NLS_PLIST_DIRSTRY+=	man/${lang}/man1 \
 .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} ""
+CONFIGURE_FAIL_MESSAGE=	Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=32067\) 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\".
 .endif
 
 post-patch:



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