pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/security/keychain



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon May  1 09:06:46 UTC 2017

Modified Files:
        pkgsrc/security/keychain [pkgsrc-2017Q1]: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.6.1 pkgsrc/security/keychain/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/keychain/Makefile
diff -u pkgsrc/security/keychain/Makefile:1.35 pkgsrc/security/keychain/Makefile:1.35.6.1
--- pkgsrc/security/keychain/Makefile:1.35      Tue Sep 20 12:36:09 2016
+++ pkgsrc/security/keychain/Makefile   Mon May  1 09:06:46 2017
@@ -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 @@ LICENSE=     gnu-gpl-v2
 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