pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/libetpan



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 25 05:58:40 UTC 2020

Modified Files:
        pkgsrc/mail/libetpan: Makefile

Log Message:
mail/libetpan: skip bashisms check for macOS


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/mail/libetpan/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/libetpan/Makefile
diff -u pkgsrc/mail/libetpan/Makefile:1.66 pkgsrc/mail/libetpan/Makefile:1.67
--- pkgsrc/mail/libetpan/Makefile:1.66  Fri May 22 10:55:46 2020
+++ pkgsrc/mail/libetpan/Makefile       Mon May 25 05:58:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/05/22 10:55:46 adam Exp $
+# $NetBSD: Makefile,v 1.67 2020/05/25 05:58:40 rillig Exp $
 
 DISTNAME=      libetpan-1.9.4
 PKGREVISION=   1
@@ -25,6 +25,8 @@ pre-configure:
 
 LDFLAGS.SunOS+=                -lsocket -lnsl
 
+CHECK_PORTABILITY_SKIP+=       build-mac/update.sh
+
 PKGCONFIG_OVERRIDE+=   libetpan.pc.in
 
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index