git: 7c569a672bda - main - mail/msmtp: don't run autoreconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Aug 2023 17:53:40 UTC
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