pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/qt6-qt3d



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.

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



Home | Main Index | Thread Index | Old Index