Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 21:33:10 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 80fb4abd4b61 - main - devel/mingw32-libffi: Add CPE information
Message-ID:  <202110142133.19ELXAHQ079786@gitrepo.freebsd.org>

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

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

commit 80fb4abd4b617c629c3b52edaa61d66e3a26b59b
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:33 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:33 +0000

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

diff --git a/devel/mingw32-libffi/Makefile b/devel/mingw32-libffi/Makefile
index 473a424ed697..8c82e9d71190 100644
--- a/devel/mingw32-libffi/Makefile
+++ b/devel/mingw32-libffi/Makefile
@@ -19,7 +19,8 @@ GNU_CONFIGURE_PREFIX=	${PREFIX}/mingw32
 CONFIGURE_ARGS=	--host="mingw32" --enable-shared
 CC=		${PKGNAMEPREFIX}gcc
 CFLAGS=		-O2	# Override CFLAGS for a cross-build
-USES=		libtool
+USES=		cpe libtool
+CPE_VENDOR=	${PORTNAME}_project
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 post-patch:



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