Date: Tue, 23 Jan 2024 10:30:09 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 992e5c9046d9 - main - devel/pcsc-cyberjack: Set USE_GCC=12 Message-ID: <202401231030.40NAU9Bp033577@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=992e5c9046d93e84e661a236eceee3c4d7708b08 commit 992e5c9046d93e84e661a236eceee3c4d7708b08 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-01-08 10:56:25 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-01-23 10:21:35 +0000 devel/pcsc-cyberjack: Set USE_GCC=12 Until a better solution is found, this will allow the GCC_DEFAULT update to version 13 to get forward. PR: 273675 Approved by: maintainer timeout (2 weeks) and portmgr (blanket) --- devel/pcsc-cyberjack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/pcsc-cyberjack/Makefile b/devel/pcsc-cyberjack/Makefile index 72d898e3b07b..505679c4c362 100644 --- a/devel/pcsc-cyberjack/Makefile +++ b/devel/pcsc-cyberjack/Makefile @@ -1,6 +1,6 @@ PORTNAME= pcsc-cyberjack DISTVERSION= 3.99.5final.SP15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel security MASTER_SITES= https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,9 +17,10 @@ LICENSE_FILE_LGPL20= ${WRKSRC}/COPYRIGHT.LGPL LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ libxml2.so:textproc/libxml2 -USES= autoreconf compiler:gcc-c++11-lib dos2unix gmake libtool pkgconfig \ +USES= autoreconf compiler:c++11-lib dos2unix gmake libtool pkgconfig \ tar:bzip2 +USE_GCC= 12 USE_LDCONFIG= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231030.40NAU9Bp033577>