pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jan  8 11:30:42 UTC 2025

Modified Files:
        pkgsrc/mail/mutt: Makefile

Log Message:
mutt: Add CHECK_WRKREF_SKIP for mutt binary.

It embeds loads of build information that can trigger enhanced checks.


To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 pkgsrc/mail/mutt/Makefile

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

Modified files:

Index: pkgsrc/mail/mutt/Makefile
diff -u pkgsrc/mail/mutt/Makefile:1.283 pkgsrc/mail/mutt/Makefile:1.284
--- pkgsrc/mail/mutt/Makefile:1.283     Thu Nov 14 22:20:38 2024
+++ pkgsrc/mail/mutt/Makefile   Wed Jan  8 11:30:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.283 2024/11/14 22:20:38 wiz Exp $
+# $NetBSD: Makefile,v 1.284 2025/01/08 11:30:42 jperkin Exp $
 
 DISTNAME=              mutt-2.2.13
 PKGREVISION=           6
@@ -72,10 +72,11 @@ SUBST_STAGE.paths=  pre-configure
 SPECIAL_PERMS+=                bin/mutt_dotlock ${REAL_ROOT_USER} mail 2551
 INSTALL_MAKE_FLAGS=    ${MAKE_FLAGS} sysconfdir=${EGDIR}
 
+CHECK_WRKREF_SKIP+=    bin/mutt        # Embeds lots of build information.
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../textproc/libxslt/xsltproc-nonet.mk"
 .include "../../lang/python/application.mk"
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index