Received: by mail.netbsd.org (Postfix, from userid 605) id 252AE84D45; Thu, 8 Feb 2018 11:28:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3C2E84D3B for ; Thu, 8 Feb 2018 11:28:47 +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 HfuYmHw7rL3e for ; Thu, 8 Feb 2018 11:28:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 02BB384D31 for ; Thu, 8 Feb 2018 11:28:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1613FB40; Thu, 8 Feb 2018 11:28:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151808932681380" MIME-Version: 1.0 Date: Thu, 8 Feb 2018 11:28:46 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/git-base To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180208112846.F1613FB40@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. --_----------=_151808932681380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Feb 8 11:28:46 UTC 2018 Modified Files: pkgsrc/devel/git-base: Makefile Log Message: git-base: Install symlinks. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/git-base/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151808932681380 Content-Disposition: inline Content-Length: 928 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/git-base/Makefile diff -u pkgsrc/devel/git-base/Makefile:1.49 pkgsrc/devel/git-base/Makefile:1.50 --- pkgsrc/devel/git-base/Makefile:1.49 Mon Jan 22 14:17:24 2018 +++ pkgsrc/devel/git-base/Makefile Thu Feb 8 11:28:46 2018 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.49 2018/01/22 14:17:24 adam Exp $ +# $NetBSD: Makefile,v 1.50 2018/02/08 11:28:46 jperkin Exp $ .include "../../devel/git/Makefile.common" PKGNAME= git-base-${GIT_VERSION} +PKGREVISION= 1 COMMENT= GIT Tree History Storage Tool (base package) CONFLICTS+= scmgit-base-[0-9]* @@ -100,6 +101,10 @@ LDFLAGS.SunOS+= -lintl -lnsl CONFIGURE_ARGS+= git_cv_ld_dashr=no .endif +# Prefer to install symlinks. +INSTALL_ENV+= NO_CROSS_DIRECTORY_HARDLINKS=1 +INSTALL_ENV+= NO_INSTALL_HARDLINKS=1 + post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} ${INSTALL_DATA} ${WRKSRC}/contrib/completion/git-completion.bash \ --_----------=_151808932681380--