Received: by mail.netbsd.org (Postfix, from userid 605) id C853D84DB1; Sat, 6 Apr 2019 19:40:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 505A284D80 for ; Sat, 6 Apr 2019 19:40:53 +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 b8NXG1YZkQ4U for ; Sat, 6 Apr 2019 19:40:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A346884D31 for ; Sat, 6 Apr 2019 19:40:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98052FB16; Sat, 6 Apr 2019 19:40:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554579652241470" MIME-Version: 1.0 Date: Sat, 6 Apr 2019 19:40:52 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2019Q1] pkgsrc/x11/qt5-qtbase To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20190406194052.98052FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1554579652241470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Apr 6 19:40:52 UTC 2019 Modified Files: pkgsrc/x11/qt5-qtbase [pkgsrc-2019Q1]: Makefile Log Message: Pullup ticket #5926 - requested by markd x11/qt5-qtbase: build fix Revisions pulled up: - x11/qt5-qtbase/Makefile 1.73 --- Module Name: pkgsrc Committed By: markd Date: Mon Apr 1 04:33:01 UTC 2019 Modified Files: pkgsrc/x11/qt5-qtbase: Makefile Log Message: qt5-qtbase: add missing # to comment To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.72.2.1 pkgsrc/x11/qt5-qtbase/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1554579652241470 Content-Disposition: inline Content-Length: 847 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtbase/Makefile diff -u pkgsrc/x11/qt5-qtbase/Makefile:1.72 pkgsrc/x11/qt5-qtbase/Makefile:1.72.2.1 --- pkgsrc/x11/qt5-qtbase/Makefile:1.72 Sun Mar 31 19:00:24 2019 +++ pkgsrc/x11/qt5-qtbase/Makefile Sat Apr 6 19:40:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2019/03/31 19:00:24 markd Exp $ +# $NetBSD: Makefile,v 1.72.2.1 2019/04/06 19:40:52 bsiegert Exp $ DISTNAME= qtbase-everywhere-src-${QTVERSION} PKGNAME= qt5-qtbase-${QTVERSION} @@ -95,7 +95,7 @@ CONFIGURE_ARGS+= -no-framework LDFLAGS+= -lresolv . endif .elif ${OPSYS} == "Linux" - FIXME: Try to move fix upstream +# FIXME: Try to move fix upstream # See $$lcan in mkspecs/features/qt_configure.prf # Also QMAKE_DEFAULT_LIBDIRS in mkspecs/features/toolchain.prf . if ${LOWER_VENDOR} == "redhat" && ${MACHINE_ARCH} == "x86_64" --_----------=_1554579652241470--