git: 9d34e0e94dd7 - main - devel/libffi321: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:49 UTC 2021


The branch main has been updated by decke:

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

commit 9d34e0e94dd7dbf88b39558c3691bd56d59cf9f6
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:47:01 +0000
Commit:     Bernhard Froehlich <decke at 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
 


More information about the dev-commits-ports-main mailing list