From owner-svn-ports-all@freebsd.org Fri Jan 5 04:19:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA300EAF10F; Fri, 5 Jan 2018 04:19:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8348E73E2A; Fri, 5 Jan 2018 04:19:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w054JQiB060091; Fri, 5 Jan 2018 04:19:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w054JQZ1060090; Fri, 5 Jan 2018 04:19:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201801050419.w054JQZ1060090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 5 Jan 2018 04:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458113 - head/mail/jmba X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/mail/jmba X-SVN-Commit-Revision: 458113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2018 04:19:27 -0000 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@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