Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:47 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9d34e0e94dd7 - main - devel/libffi321: Add CPE information
Message-ID:  <202109102119.18ALJlTc005036@gitrepo.freebsd.org>

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

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

commit 9d34e0e94dd7dbf88b39558c3691bd56d59cf9f6
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:47:01 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:33 +0000

    devel/libffi321: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/libffi321/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/libffi321/Makefile b/devel/libffi321/Makefile
index 444d9fdcf7e9..6f21111b5d09 100644
--- a/devel/libffi321/Makefile
+++ b/devel/libffi321/Makefile
@@ -15,11 +15,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_riscv64=		fails to configure: libffi has not been ported to riscv64-portbld-freebsd13.0.
 
-USES=		libtool
+USES=		cpe libtool
 USE_LDCONFIG=	${PREFIX}/lib/compat
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/lib/compat \
 		--disable-static
+CPE_VENDOR=	libffi_project
 
 INSTALL_TARGET=	install-strip
 



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