Received: by mail.netbsd.org (Postfix, from userid 605) id DD51784D24; Sat, 31 Mar 2018 17:13:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E501E84CDF for ; Sat, 31 Mar 2018 17:13:31 +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 62yaHZiVnqFt for ; Sat, 31 Mar 2018 17:13:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1BE2884C78 for ; Sat, 31 Mar 2018 17:13:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C4B2FBEC; Sat, 31 Mar 2018 17:13:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152251641112370" MIME-Version: 1.0 Date: Sat, 31 Mar 2018 17:13:31 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/x11/xorgproto To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20180331171331.0C4B2FBEC@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. --_----------=_152251641112370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Mar 31 17:13:30 UTC 2018 Modified Files: pkgsrc/x11/xorgproto: builtin.mk Log Message: Revert previous, pkgsrc is even more on fire from it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xorgproto/builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152251641112370 Content-Disposition: inline Content-Length: 832 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xorgproto/builtin.mk diff -u pkgsrc/x11/xorgproto/builtin.mk:1.4 pkgsrc/x11/xorgproto/builtin.mk:1.5 --- pkgsrc/x11/xorgproto/builtin.mk:1.4 Sat Mar 31 11:33:52 2018 +++ pkgsrc/x11/xorgproto/builtin.mk Sat Mar 31 17:13:30 2018 @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.4 2018/03/31 11:33:52 maya Exp $ +# $NetBSD: builtin.mk,v 1.5 2018/03/31 17:13:30 maya Exp $ BUILTIN_PKG:= xorgproto @@ -56,7 +56,7 @@ BUILTIN_VERSION_SCRIPT.${BUILTIN_PKG}?= -e 's/Version: 7\.0\.22/2016.1/p' .for _p in ${PRE_XORGPROTO_LIST} -PKGCONFIG_FILE.xorgproto+= ${X11BASE}/lib/pkgconfig/${_p}.pc +PKGCONFIG_FILE.xorgproto= ${X11BASE}/lib/pkgconfig/${_p}.pc PKGCONFIG_FILE.xorgproto+= ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/${_p}.pc PKGCONFIG_FILE.xorgproto+= ${X11BASE}/share/pkgconfig/${_p}.pc .endfor --_----------=_152251641112370--