Received: by mail.netbsd.org (Postfix, from userid 605) id 5F4AC84D84; Wed, 22 Jan 2020 14:06:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DC51884D76 for ; Wed, 22 Jan 2020 14:06:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wK8w-yobuAnk for ; Wed, 22 Jan 2020 14:06:08 +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 40BE884CE3 for ; Wed, 22 Jan 2020 14:06:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34668FBF4; Wed, 22 Jan 2020 14:06:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579701968134540" MIME-Version: 1.0 Date: Wed, 22 Jan 2020 14:06:08 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/x11/qt5-qtbase To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20200122140608.34668FBF4@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. --_----------=_1579701968134540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Jan 22 14:06:08 UTC 2020 Modified Files: pkgsrc/x11/qt5-qtbase: Makefile.common Log Message: qt5-qtbase: Use PLIST.Darwin instead of nonunix PLIST option Pointed by adam@. Thank you. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/qt5-qtbase/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579701968134540 Content-Disposition: inline Content-Length: 898 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtbase/Makefile.common diff -u pkgsrc/x11/qt5-qtbase/Makefile.common:1.36 pkgsrc/x11/qt5-qtbase/Makefile.common:1.37 --- pkgsrc/x11/qt5-qtbase/Makefile.common:1.36 Wed Jan 22 13:27:03 2020 +++ pkgsrc/x11/qt5-qtbase/Makefile.common Wed Jan 22 14:06:08 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2020/01/22 13:27:03 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.37 2020/01/22 14:06:08 ryoon Exp $ # used by x11/qt5-mysql/Makefile # used by x11/qt5-odbc/Makefile # used by x11/qt5-psql/Makefile @@ -53,11 +53,9 @@ BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-rpat BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-rpath-link,${WRKSRC}/lib MAKE_ENV+= QTPREFIX=${QTPREFIX:Q} -PLIST_VARS+= nonunix unix +PLIST_VARS+= unix .if ${OPSYS} != "Darwin" PLIST.unix= yes -.else -PLIST.nonunix= yes .endif # avoid creating a .qt directory in the users home directory --_----------=_1579701968134540--