pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/security/keychain Pullup ticket #5367 - reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9004d43c527
branches:  pkgsrc-2017Q1
changeset: 360335:a9004d43c527
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon May 01 09:06:46 2017 +0000

description:
Pullup ticket #5367 - requested by sevan
security/keychain: build fix

Revisions pulled up:
- security/keychain/Makefile                                    1.36

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Tue Apr 25 12:16:47 UTC 2017

   Modified Files:
           pkgsrc/security/keychain: Makefile

   Log Message:
   Put back dependency on bash again, the script uses the "local" keyword.

   Bump PKGREVISION.

diffstat:

 security/keychain/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 29364672ac36 -r a9004d43c527 security/keychain/Makefile
--- a/security/keychain/Makefile        Mon May 01 09:05:33 2017 +0000
+++ b/security/keychain/Makefile        Mon May 01 09:06:46 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2016/09/20 12:36:09 mef Exp $
+# $NetBSD: Makefile,v 1.35.6.1 2017/05/01 09:06:46 bsiegert Exp $
 
 DISTNAME=      keychain-2.8.3
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  http://www.funtoo.org/archive/keychain/
 EXTRACT_SUFX=  .tar.bz2
@@ -14,7 +15,11 @@
 DEPENDS+=      openssh-[0-9]*:../../security/openssh
 .endif
 
-NO_BUILD=              yes
+USE_TOOLS+=    bash:run
+NO_BUILD=      yes
+
+# Uses the "local" keyword which is not supported by ksh.
+REPLACE_BASH+= keychain
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/${PKGBASE}
 



Home | Main Index | Thread Index | Old Index