Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5014785020 for ; Mon, 7 Aug 2023 05:19:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id K_hAVr5QYkKP for ; Mon, 7 Aug 2023 05:19:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B201A8501A for ; Mon, 7 Aug 2023 05:19:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1FF8BFBDB; Mon, 7 Aug 2023 05:19:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691385568235660" MIME-Version: 1.0 Date: Mon, 7 Aug 2023 05:19:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/qt6-qt3d To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230807051928.1FF8BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691385568235660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Aug 7 05:19:28 UTC 2023 Modified Files: pkgsrc/graphics/qt6-qt3d: Makefile PLIST Log Message: qt6-qt3d: PLIST fix: amd64 -> x86_64 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/qt6-qt3d/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/qt6-qt3d/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691385568235660 Content-Disposition: inline Content-Length: 3043 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/qt6-qt3d/Makefile diff -u pkgsrc/graphics/qt6-qt3d/Makefile:1.6 pkgsrc/graphics/qt6-qt3d/Makefile:1.7 --- pkgsrc/graphics/qt6-qt3d/Makefile:1.6 Thu Aug 3 20:01:29 2023 +++ pkgsrc/graphics/qt6-qt3d/Makefile Mon Aug 7 05:19:27 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2023/08/03 20:01:29 adam Exp $ +# $NetBSD: Makefile,v 1.7 2023/08/07 05:19:27 adam Exp $ DISTNAME= qt3d-everywhere-src-${QTVERSION} PKGNAME= qt6-qt3d-${QTVERSION} @@ -24,10 +24,10 @@ PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt63D PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt63DQuickScene2D.pc PKGCONFIG_OVERRIDE+= lib/pkgconfig/Qt63DRender.pc -PLIST_VARS+= amd64 +PLIST_VARS+= x86_64 -.if ${MACHINE_ARCH} == "amd64" -PLIST.amd64= yes +.if ${MACHINE_ARCH} == "x86_64" +PLIST.x86_64= yes .endif .include "../../graphics/qt6-qtshadertools/buildlink3.mk" Index: pkgsrc/graphics/qt6-qt3d/PLIST diff -u pkgsrc/graphics/qt6-qt3d/PLIST:1.3 pkgsrc/graphics/qt6-qt3d/PLIST:1.4 --- pkgsrc/graphics/qt6-qt3d/PLIST:1.3 Thu Aug 3 20:01:29 2023 +++ pkgsrc/graphics/qt6-qt3d/PLIST Mon Aug 7 05:19:27 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/08/03 20:01:29 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2023/08/07 05:19:27 adam Exp $ lib/pkgconfig/Qt63DAnimation.pc lib/pkgconfig/Qt63DCore.pc lib/pkgconfig/Qt63DExtras.pc @@ -138,9 +138,9 @@ qt6/include/Qt3DCore/${PKGVERSION}/Qt3DC qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/corelogging_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/coresettings_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/job_common_p.h -${PLIST.amd64}qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/matrix4x4_avx2_p.h +${PLIST.x86_64}qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/matrix4x4_avx2_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/matrix4x4_p.h -${PLIST.amd64}qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/matrix4x4_sse_p.h +${PLIST.x86_64}qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/matrix4x4_sse_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/nullservices_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/propertychangehandler_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/qabstractaspect_p.h @@ -200,9 +200,9 @@ qt6/include/Qt3DCore/${PKGVERSION}/Qt3DC qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/sqt_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/task_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/vector3d_p.h -${PLIST.amd64}qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/vector3d_sse_p.h +${PLIST.x86_64}qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/vector3d_sse_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/vector4d_p.h -${PLIST.amd64}qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/vector4d_sse_p.h +${PLIST.x86_64}qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/vector4d_sse_p.h qt6/include/Qt3DCore/${PKGVERSION}/Qt3DCore/private/vector_helper_p.h qt6/include/Qt3DCore/QAbstractAspect qt6/include/Qt3DCore/QAbstractFunctor --_----------=_1691385568235660--