pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pulseaudio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  3 14:58:37 UTC 2021

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile

Log Message:
pulseaudio: skip portability check on backup file


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/audio/pulseaudio/Makefile

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

Modified files:

Index: pkgsrc/audio/pulseaudio/Makefile
diff -u pkgsrc/audio/pulseaudio/Makefile:1.151 pkgsrc/audio/pulseaudio/Makefile:1.152
--- pkgsrc/audio/pulseaudio/Makefile:1.151      Fri Jan  1 09:50:40 2021
+++ pkgsrc/audio/pulseaudio/Makefile    Sun Jan  3 14:58:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2021/01/01 09:50:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.152 2021/01/03 14:58:37 wiz Exp $
 
 DISTNAME=      pulseaudio-14.0
 CATEGORIES=    audio
@@ -38,6 +38,9 @@ TOOL_DEPENDS+=        p5-XML-Parser>=2.31nb1:..
 REPLACE_BASH=  shell-completion/bash/pulseaudio git-version-gen
 REPLACE_BASH=  src/utils/pa-info
 
+# backup file has "=="
+CHECK_PORTABILITY_SKIP+=       configure~
+
 .include "../../mk/bsd.prefs.mk"
 
 # Some tests are incompatible for NetBSD at least



Home | Main Index | Thread Index | Old Index