Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:53:40 GMT
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c569a672bda - main - mail/msmtp: don't run autoreconf
Message-ID:  <202308211753.37LHre5V078961@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by novel:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c569a672bdaabfb620a62543b4dc06cae7e5acd

commit 7c569a672bdaabfb620a62543b4dc06cae7e5acd
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2023-08-21 17:50:44 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2023-08-21 17:50:44 +0000

    mail/msmtp: don't run autoreconf
    
    The 'autoreconf' was added due to the PATCHFILE added in 04ea6b3ea148.
    This patch was later removed, but the 'autoreconf' was left, causing
    some issues, for example, requiring gettext during the build stage,
    even when NLS is disabled.
    
    Reported by:    Ole Lemke
---
 mail/msmtp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 0de0f35d888d..ed0c6aa188da 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -12,7 +12,7 @@ WWW=		https://marlam.de/msmtp/
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf cpe gmake makeinfo pkgconfig tar:xz
+USES=		cpe gmake makeinfo pkgconfig tar:xz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INFO=		msmtp



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