pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio pulseaudio: skip portability check on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8807fa0edf2c
branches:  trunk
changeset: 444187:8807fa0edf2c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 03 14:58:37 2021 +0000

description:
pulseaudio: skip portability check on backup file

diffstat:

 audio/pulseaudio/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 840283c327a7 -r 8807fa0edf2c audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sun Jan 03 14:57:53 2021 +0000
+++ b/audio/pulseaudio/Makefile Sun Jan 03 14:58:37 2021 +0000
@@ -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 @@
 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