pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/icecast icecast: skip configure.in in portabilit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb98f5a67306
branches:  trunk
changeset: 412852:bb98f5a67306
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 12 17:42:10 2020 +0000

description:
icecast: skip configure.in in portability check

Already patched in configure.

diffstat:

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

diffs (19 lines):

diff -r ed32a34dd5d9 -r bb98f5a67306 audio/icecast/Makefile
--- a/audio/icecast/Makefile    Thu Mar 12 17:40:44 2020 +0000
+++ b/audio/icecast/Makefile    Thu Mar 12 17:42:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/03/08 16:48:45 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2020/03/12 17:42:10 wiz Exp $
 
 DISTNAME=      icecast-2.4.4
 PKGREVISION=   6
@@ -36,6 +36,9 @@
 OWN_DIRS_PERMS=                ${ICECAST_CHROOTDIR} ${ICECAST_USER} ${ICECAST_GROUP} 770
 OWN_DIRS_PERMS+=       ${ICECAST_LOGDIR} ${ICECAST_USER} ${ICECAST_GROUP} 770
 
+# patched in configure
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 pre-configure:
        ${MV} ${WRKSRC}/conf/icecast.xml.in ${WRKSRC}/conf/icecast.fixme
 



Home | Main Index | Thread Index | Old Index