aboutsummaryrefslogtreecommitdiffstats
path: root/misc/help2man
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-28 04:42:50 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-28 04:42:50 +0800
commit4854eca5024ecdd4ace67ad30201bcff413ebbb0 (patch)
tree7e5a3e9895953e832fb3455ca6f0e95dc83f56ed /misc/help2man
parentadd24803acd40b681ad2768cce10759d66c7c58e (diff)
downloadfreebsd-ports-gnome-4854eca5024ecdd4ace67ad30201bcff413ebbb0.tar.gz
freebsd-ports-gnome-4854eca5024ecdd4ace67ad30201bcff413ebbb0.tar.zst
freebsd-ports-gnome-4854eca5024ecdd4ace67ad30201bcff413ebbb0.zip
- Add temporary note of build failure caused by Perl infrastructure change in 20130612
Diffstat (limited to 'misc/help2man')
-rw-r--r--misc/help2man/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile
index 7308ee11271f..91c976151503 100644
--- a/misc/help2man/Makefile
+++ b/misc/help2man/Makefile
@@ -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