Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2023 14:45:13 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 946eeef0411c - main - textproc/mifluz: Remove USES=makeinfo
Message-ID:  <202310221445.39MEjDAI098924@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=946eeef0411c1b01e998eaafba0017619595edd3

commit 946eeef0411c1b01e998eaafba0017619595edd3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-21 21:18:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-22 14:45:02 +0000

    textproc/mifluz: Remove USES=makeinfo
    
    - Distfile ships with an info file and no need to generate these
    - Utilize USES=localbase
    - Pet portclippy
---
 textproc/mifluz/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile
index d0a57f5cb182..d7239b4b9b09 100644
--- a/textproc/mifluz/Makefile
+++ b/textproc/mifluz/Makefile
@@ -10,18 +10,18 @@ WWW=		https://www.gnu.org/software/mifluz/
 
 LICENSE=	GPLv3
 
-USES=		bison compiler iconv libtool makeinfo pathfix
+USES=		bison compiler iconv libtool localbase:ldflags pathfix
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-posixmutexes \
 		--localstatedir="${PREFIX}/var" \
 		--without-unac
+
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 
 CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
 CXXFLAGS_clang=	-Wno-c++11-narrowing
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 CONFLICTS_INSTALL=	htdig # bin/htdb_dump bin/htdb_load bin/htdb_stat
 



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