pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6-qtbase



Module Name:    pkgsrc
Committed By:   js
Date:           Fri Sep  5 19:04:16 UTC 2025

Modified Files:
        pkgsrc/x11/qt6-qtbase: Makefile PLIST

Log Message:
devel/qt6-qtbase: Use PLIST.x11 instead of PLIST.NotDarwin


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/x11/qt6-qtbase/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/qt6-qtbase/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt6-qtbase/Makefile
diff -u pkgsrc/x11/qt6-qtbase/Makefile:1.52 pkgsrc/x11/qt6-qtbase/Makefile:1.53
--- pkgsrc/x11/qt6-qtbase/Makefile:1.52 Wed Sep  3 00:04:32 2025
+++ pkgsrc/x11/qt6-qtbase/Makefile      Fri Sep  5 19:04:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2025/09/03 00:04:32 js Exp $
+# $NetBSD: Makefile,v 1.53 2025/09/05 19:04:16 js Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt6-qtbase-${QTVERSION}
@@ -65,11 +65,7 @@ CONFIGURE_ARGS+=     -no-rpath       # avoid @rpat
 QMAKE_CONF=            qmake.conf.mac
 .endif
 
-PLIST_VARS+=   egl egldevice x11 NotDarwin
-
-.if ${OPSYS} != "Darwin"
-PLIST.NotDarwin=       yes
-.endif
+PLIST_VARS+=   egl egldevice x11
 
 .include "../../mk/compiler.mk"
 

Index: pkgsrc/x11/qt6-qtbase/PLIST
diff -u pkgsrc/x11/qt6-qtbase/PLIST:1.23 pkgsrc/x11/qt6-qtbase/PLIST:1.24
--- pkgsrc/x11/qt6-qtbase/PLIST:1.23    Wed Sep  3 00:04:32 2025
+++ pkgsrc/x11/qt6-qtbase/PLIST Fri Sep  5 19:04:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2025/09/03 00:04:32 js Exp $
+@comment $NetBSD: PLIST,v 1.24 2025/09/05 19:04:16 js Exp $
 lib/pkgconfig/Qt6Concurrent.pc
 lib/pkgconfig/Qt6Core.pc
 ${PLIST.dbus}lib/pkgconfig/Qt6DBus.pc
@@ -323,7 +323,7 @@ qt6/include/QtCore/${PKGVERSION}/QtCore/
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qthreadstorage_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qtimer_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qtimerinfo_unix_p.h
-${PLIST.NotDarwin}qt6/include/QtCore/${PKGVERSION}/QtCore/private/qtimezonelocale_p.h
+${PLIST.x11}qt6/include/QtCore/${PKGVERSION}/QtCore/private/qtimezonelocale_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qtimezoneprivate_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qtipccommon_p.h
 qt6/include/QtCore/${PKGVERSION}/QtCore/private/qtools_p.h



Home | Main Index | Thread Index | Old Index