pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtbase
Module Name: pkgsrc
Committed By: adam
Date: Sat Jun 10 18:26:58 UTC 2023
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile
Removed Files:
pkgsrc/x11/qt5-qtbase/patches:
patch-src_corelib_tools_qsharedpointer__impl.h
Log Message:
qt5-qtbase: remove unused patch; pkglint suggestions
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/x11/qt5-qtbase/Makefile
cvs rdiff -u -r1.1 -r0 \
pkgsrc/x11/qt5-qtbase/patches/patch-src_corelib_tools_qsharedpointer__impl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtbase/Makefile
diff -u pkgsrc/x11/qt5-qtbase/Makefile:1.132 pkgsrc/x11/qt5-qtbase/Makefile:1.133
--- pkgsrc/x11/qt5-qtbase/Makefile:1.132 Sat Jun 10 18:23:03 2023
+++ pkgsrc/x11/qt5-qtbase/Makefile Sat Jun 10 18:26:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.132 2023/06/10 18:23:03 adam Exp $
+# $NetBSD: Makefile,v 1.133 2023/06/10 18:26:57 adam Exp $
DISTNAME= qtbase-everywhere-opensource-src-${QTVERSION}
PKGNAME= qt5-qtbase-${QTVERSION}
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+= -system-zlib
CONFIGURE_ARGS+= -system-doubleconversion
CONFIGURE_ARGS+= -system-libmd4c
.if defined(MAKE_JOBS)
-. if !defined(MAKE_JOBS_SAFE) || empty(MAKE_JOBS_SAFE:M[nN][oO])
+. if !defined(MAKE_JOBS_SAFE) || ${MAKE_JOBS_SAFE:U:tl} != no
CONFIGURE_ENV+= MAKEFLAGS=-j${MAKE_JOBS}
. endif
.endif
@@ -54,7 +54,7 @@ CONFIGURE_ENV+= MAKEFLAGS=-j${MAKE_JOBS
CONFIGURE_ARGS+= -fontconfig
QMAKE_CONF= qmake.conf
. if ${OPSYS} != "SunOS" && \
- (!empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64))
+ ${MACHINE_ARCH} == i386 || ${MACHINE_ARCH} == x86_64
CONFIGURE_ARGS+= -reduce-relocations
. endif
.else
Home |
Main Index |
Thread Index |
Old Index