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: nros
Date: Sat Apr 15 11:00:42 UTC 2023
Modified Files:
pkgsrc/x11/qt6-qtbase: Makefile PLIST.SunOS
Log Message:
qt6-qtbase: inotify check on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt6-qtbase/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/qt6-qtbase/PLIST.SunOS
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.6 pkgsrc/x11/qt6-qtbase/Makefile:1.7
--- pkgsrc/x11/qt6-qtbase/Makefile:1.6 Fri Apr 7 18:28:05 2023
+++ pkgsrc/x11/qt6-qtbase/Makefile Sat Apr 15 11:00:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/04/07 18:28:05 nros Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/15 11:00:42 nros Exp $
DISTNAME= qtbase-everywhere-src-${QTVERSION}
PKGNAME= qt6-qtbase-${QTVERSION}
@@ -101,6 +101,11 @@ LDFLAGS+= -ldl
LDFLAGS+= -lexecinfo
. endif
LDFLAGS.FreeBSD+= -lutil
+.elif ${OPSYS} == "SunOS"
+PLIST_VARS+= inotify
+. if exists(/usr/include/sys/inotify.h)
+PLIST.inotify= yes
+. endif
.endif
REPLACE_PERL+= libexec/syncqt.pl
Index: pkgsrc/x11/qt6-qtbase/PLIST.SunOS
diff -u pkgsrc/x11/qt6-qtbase/PLIST.SunOS:1.1 pkgsrc/x11/qt6-qtbase/PLIST.SunOS:1.2
--- pkgsrc/x11/qt6-qtbase/PLIST.SunOS:1.1 Sun Apr 9 08:58:51 2023
+++ pkgsrc/x11/qt6-qtbase/PLIST.SunOS Sat Apr 15 11:00:42 2023
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST.SunOS,v 1.1 2023/04/09 08:58:51 nros Exp $
+@comment $NetBSD: PLIST.SunOS,v 1.2 2023/04/15 11:00:42 nros Exp $
+${PLIST.inotify}qt6/include/QtCore/${PKGVERSION}/QtCore/private/qfilesystemwatcher_inotify_p.h
qt6/include/QtDeviceDiscoverySupport/${PKGVERSION}/QtDeviceDiscoverySupport/private/qdevicediscovery_dummy_p.h
Home |
Main Index |
Thread Index |
Old Index