pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg Assume a mail transfer agent (/usr/sbin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/40ccc7b7ce0c
branches: trunk
changeset: 472342:40ccc7b7ce0c
user: reed <reed%pkgsrc.org@localhost>
date: Fri Apr 09 00:36:06 2004 +0000
description:
Assume a mail transfer agent (/usr/sbin/sendmail) is installed.
This is to make sure that libexec/gnupg/gpgkeys_mailto is
installed. (Okay'd by wiz.)
This assumes that /usr/sbin/sendmail is sendmail.
PKGREVISION is not bumped because package couldn't be made
in first place if libexec/gnupg/gpgkeys_mailto was missing.
diffstat:
security/gnupg/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r df82fa082cb4 -r 40ccc7b7ce0c security/gnupg/Makefile
--- a/security/gnupg/Makefile Fri Apr 09 00:26:47 2004 +0000
+++ b/security/gnupg/Makefile Fri Apr 09 00:36:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2004/04/08 20:58:32 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2004/04/09 00:36:06 reed Exp $
DISTNAME= gnupg-1.2.4
PKGREVISION= 1
@@ -23,6 +23,7 @@
USE_PKGLOCALEDIR= yes
USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --enable-tiger --with-static-rnd=auto
+CONFIGURE_ARGS+= --with-mailprog=/usr/sbin/sendmail
TEST_TARGET= check
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
Home |
Main Index |
Thread Index |
Old Index