pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pwsafe pwsafe doesn't really use curses.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fcfc72b382a4
branches: trunk
changeset: 356821:fcfc72b382a4
user: roy <roy%pkgsrc.org@localhost>
date: Thu Jan 05 09:39:02 2017 +0000
description:
pwsafe doesn't really use curses.
diffstat:
security/pwsafe/Makefile | 4 ++--
security/pwsafe/options.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 799f179a87fb -r fcfc72b382a4 security/pwsafe/Makefile
--- a/security/pwsafe/Makefile Thu Jan 05 09:27:54 2017 +0000
+++ b/security/pwsafe/Makefile Thu Jan 05 09:39:02 2017 +0000
@@ -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/
diff -r 799f179a87fb -r fcfc72b382a4 security/pwsafe/options.mk
--- a/security/pwsafe/options.mk Thu Jan 05 09:27:54 2017 +0000
+++ b/security/pwsafe/options.mk Thu Jan 05 09:39:02 2017 +0000
@@ -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 @@
.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