pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/elmo



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Apr 20 00:40:08 UTC 2020

Modified Files:
        pkgsrc/mail/elmo: Makefile

Log Message:
Ignore portability of configure.in after patching configure


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/elmo/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/elmo/Makefile
diff -u pkgsrc/mail/elmo/Makefile:1.34 pkgsrc/mail/elmo/Makefile:1.35
--- pkgsrc/mail/elmo/Makefile:1.34      Fri Mar 20 11:57:57 2020
+++ pkgsrc/mail/elmo/Makefile   Mon Apr 20 00:40:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/03/20 11:57:57 nia Exp $
+# $NetBSD: Makefile,v 1.35 2020/04/20 00:40:08 joerg Exp $
 #
 
 DISTNAME=              elmo-1.3.2
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+=      --with-openssl=${BUILDL
 # I get segmentation faults when not compiled with debug enabled
 CONFIGURE_ARGS+=       --enable-debug
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 .include "../../mk/curses.buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../security/gpgme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index