pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt mail/mutt: move BDB_ACCEPTED to the top of o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cafa25c3557
branches:  trunk
changeset: 426893:4cafa25c3557
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Wed Apr 08 08:40:00 2020 +0000

description:
mail/mutt: move BDB_ACCEPTED to the top of optionsmk

some other buildlink files indirectly include bdb.buildlink3.mk
(at least krb5 in this case).

diffstat:

 mail/mutt/Makefile   |  4 ++--
 mail/mutt/options.mk |  7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 748e1b0382c6 -r 4cafa25c3557 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Wed Apr 08 08:07:17 2020 +0000
+++ b/mail/mutt/Makefile        Wed Apr 08 08:40:00 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.225 2020/04/07 18:04:07 wiz Exp $
+# $NetBSD: Makefile,v 1.226 2020/04/08 08:40:00 rhialto Exp $
 
 DISTNAME=              mutt-1.13.4
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            mail
 MASTER_SITES=          ftp://ftp.mutt.org/pub/mutt/
 
diff -r 748e1b0382c6 -r 4cafa25c3557 mail/mutt/options.mk
--- a/mail/mutt/options.mk      Wed Apr 08 08:07:17 2020 +0000
+++ b/mail/mutt/options.mk      Wed Apr 08 08:40:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.33 2020/01/17 16:39:46 nia Exp $
+# $NetBSD: options.mk,v 1.34 2020/04/08 08:40:00 rhialto Exp $
 
 # Global and legacy options
 
@@ -17,6 +17,10 @@
 PKG_OPTIONS_LEGACY_OPTS+=      ncurses:curses ncursesw:wide-curses
 PKG_OPTIONS_LEGACY_OPTS+=      ssl:openssl
 
+# Must be at the top; some other buildlink files indirectly
+# include bdb.buildlink3.mk.
+BDB_ACCEPTED=          db4 db5
+
 .include "../../mk/bsd.options.mk"
 
 ###
@@ -105,7 +109,6 @@
 CONFIGURE_ARGS+=       --without-gdbm
 CONFIGURE_ARGS+=       --without-bdb
 .  else
-BDB_ACCEPTED=          db4 db5
 BUILDLINK_TRANSFORM+=  l:db:${BDB_TYPE}
 .  include "../../mk/bdb.buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-hcache



Home | Main Index | Thread Index | Old Index