pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/ysm



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:39:18 UTC 2020

Modified Files:
        pkgsrc/chat/ysm: Makefile

Log Message:
Ignore portability when patching configure already


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/ysm/Makefile

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

Modified files:

Index: pkgsrc/chat/ysm/Makefile
diff -u pkgsrc/chat/ysm/Makefile:1.16 pkgsrc/chat/ysm/Makefile:1.17
--- pkgsrc/chat/ysm/Makefile:1.16       Sun Jan 26 05:26:17 2020
+++ pkgsrc/chat/ysm/Makefile    Thu Mar 26 02:39:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/26 05:26:17 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/03/26 02:39:17 joerg Exp $
 
 DISTNAME=      ysmv7_2_9_9_1
 PKGNAME=       ysm-2.9.9.1
@@ -12,6 +12,8 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE=         YES
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 # rl_delete_text
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"



Home | Main Index | Thread Index | Old Index