Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2024 14:23:49 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c6c110b7c274 - main - devel/isa-l: Remove :keepla from USES=libtool
Message-ID:  <202410071423.497ENnr4029303@gitrepo.freebsd.org>

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

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

commit c6c110b7c2748034f4c0bd763b61ebfac1cf143d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-07 13:50:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-07 14:16:40 +0000

    devel/isa-l: Remove :keepla from USES=libtool
    
    - Bump PORTREVISION for package change
    - Take maintainership
---
 devel/isa-l/Makefile  | 9 ++++-----
 devel/isa-l/pkg-plist | 1 -
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/devel/isa-l/Makefile b/devel/isa-l/Makefile
index f77b91222429..d559e399c668 100644
--- a/devel/isa-l/Makefile
+++ b/devel/isa-l/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	isa-l
 PORTVERSION=	2.31.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel
 
 PATCH_SITES=	https://github.com/intel/isa-l/commit/
 PATCHFILES=	1b1ee1e18f5bb4d91e3839405a8557a64a3b2581.patch:-p1
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Intel(R) Intelligent Storage Acceleration Libray
 WWW=		https://github.com/intel/isa-l
 
@@ -20,12 +21,10 @@ BUILD_DEPENDS=	nasm:devel/nasm # yasm fails to compiler asm modules, see https:/
 USE_GITHUB=	yes
 GH_ACCOUNT=	intel
 
-USES=		autoreconf gmake libtool:keepla
+USES=		autoreconf gmake libtool
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-USE_LDCONFIG=	yes
-
 INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff --git a/devel/isa-l/pkg-plist b/devel/isa-l/pkg-plist
index c7da2b4de83d..8dd63a58c81e 100644
--- a/devel/isa-l/pkg-plist
+++ b/devel/isa-l/pkg-plist
@@ -9,7 +9,6 @@ include/isa-l/mem_routines.h
 include/isa-l/raid.h
 include/isa-l/test.h
 lib/libisal.a
-lib/libisal.la
 lib/libisal.so
 lib/libisal.so.2
 lib/libisal.so.2.0.31



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