Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 19:30:08 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb4b28ba4c47 - main - graphics/inkscape: drop unused variable after e6c03c8e76e1
Message-ID:  <202305191930.34JJU8eM023684@gitrepo.freebsd.org>

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

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

commit eb4b28ba4c4752c889e34aece92b1d5ece79da3c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-05-19 19:07:39 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-05-19 19:28:56 +0000

    graphics/inkscape: drop unused variable after e6c03c8e76e1
    
    - CXXSTD is used by bsd.prog.mk and bsd.lib.mk
    - USE_CXXSTD is used by bsd.port.mk
    - USES=compiler overrides CXXSTD value
    
    Reported by:    portscan
---
 graphics/inkscape/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index cfe095dac184..d1a18d6aaa8a 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -56,8 +56,6 @@ USE_GNOME=	gdkpixbuf2 gtkmm30 libxml2 libxslt
 USE_XORG=	sm ice x11 xext
 USE_LDCONFIG=	yes
 
-CXXSTD=		gnu++17
-
 DATETAG=	2022-12-01_b0a8486541
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}_${DATETAG}



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