pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pwsafe



Module Name:    pkgsrc
Committed By:   roy
Date:           Thu Jan  5 09:39:02 UTC 2017

Modified Files:
        pkgsrc/security/pwsafe: Makefile options.mk

Log Message:
pwsafe doesn't really use curses.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/pwsafe/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/pwsafe/options.mk

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

Modified files:

Index: pkgsrc/security/pwsafe/Makefile
diff -u pkgsrc/security/pwsafe/Makefile:1.17 pkgsrc/security/pwsafe/Makefile:1.18
--- pkgsrc/security/pwsafe/Makefile:1.17        Sat Mar  5 11:29:24 2016
+++ pkgsrc/security/pwsafe/Makefile     Thu Jan  5 09:39:02 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2016/03/05 11:29:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/05 09:39:02 roy Exp $
 #
 
 DISTNAME=              pwsafe-0.2.0
-PKGREVISION=           8
+PKGREVISION=           9
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=pwsafe/} \
                        http://nsd.dyndns.org/pwsafe/releases/

Index: pkgsrc/security/pwsafe/options.mk
diff -u pkgsrc/security/pwsafe/options.mk:1.3 pkgsrc/security/pwsafe/options.mk:1.4
--- pkgsrc/security/pwsafe/options.mk:1.3       Mon Jul 15 02:02:28 2013
+++ pkgsrc/security/pwsafe/options.mk   Thu Jan  5 09:39:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2013/07/15 02:02:28 ryoon Exp $
+# $NetBSD: options.mk,v 1.4 2017/01/05 09:39:02 roy Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pwsafe
 PKG_SUPPORTED_OPTIONS= readline x11
@@ -8,7 +8,7 @@ PKG_SUPPORTED_OPTIONS=  readline x11
 .if !empty(PKG_OPTIONS:Mreadline)
 CONFIGURE_ARGS+=       --with-readline
 .  include "../../devel/readline/buildlink3.mk"
-.  include "../../devel/ncurses/buildlink3.mk"
+# configure checks for curses, but doesn't no anything with it
 .else
 CONFIGURE_ARGS+=       --without-readline
 .endif



Home | Main Index | Thread Index | Old Index