svn commit: r458113 - head/mail/jmba

Jan Beich jbeich at FreeBSD.org
Fri Jan 5 04:19:27 UTC 2018


Author: jbeich
Date: Fri Jan  5 04:19:26 2018
New Revision: 458113
URL: https://svnweb.freebsd.org/changeset/ports/458113

Log:
  mail/jmba: don't auto-enable gettext
  
  11.0 aarch64 used ld(1) from devel/binutils which implicitly passed
  -L/usr/local/lib thus gettext ended up being detected, breaking build
  due to underspecified USES=gettext-tools. The same issue would occur
  for USES=localbase or USE_GCC=yes, so just force off external gettext.
  
  Approved by:	portmgr blanket

Modified:
  head/mail/jmba/Makefile   (contents, props changed)

Modified: head/mail/jmba/Makefile
==============================================================================
--- head/mail/jmba/Makefile	Fri Jan  5 03:56:32 2018	(r458112)
+++ head/mail/jmba/Makefile	Fri Jan  5 04:19:26 2018	(r458113)
@@ -10,9 +10,8 @@ MAINTAINER=	romain at FreeBSD.org
 COMMENT=	Junk Mail Buffering Agent
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	ac_cv_func_gettext=no ac_cv_lib_intl_main=no
 USES=	gmake tar:bzip2
-
-BROKEN_aarch64=	Fails to build: gmake: msgfmt: Command not found
 
 PLIST_FILES=	bin/jmba \
 		man/man1/jmba.1.gz


More information about the svn-ports-all mailing list