svn commit: r335190 - head/misc/help2man

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 29 15:58:29 UTC 2013


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:


More information about the svn-ports-all mailing list