Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg2 ffmpeg2: SUBST_NOOP_OK.conf=yes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19c73e8730fa
branches:  trunk
changeset: 432661:19c73e8730fa
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 02:10:55 2020 +0000

description:
ffmpeg2: SUBST_NOOP_OK.conf=yes

If {PKG_SYSCONFDIR} = /etc  then this substitution
  's,/etc/ffserver.conf,${PKG_SYSCONFDIR}/ffserver.conf,g'
results in a noop, which is rejected - so allow.

diffstat:

 multimedia/ffmpeg2/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c7e2b0e0e812 -r 19c73e8730fa multimedia/ffmpeg2/Makefile.common
--- a/multimedia/ffmpeg2/Makefile.common        Sun May 24 02:05:21 2020 +0000
+++ b/multimedia/ffmpeg2/Makefile.common        Sun May 24 02:10:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.59 2020/04/23 16:34:20 nia Exp $
+# $NetBSD: Makefile.common,v 1.60 2020/05/24 02:10:55 markd Exp $
 # used by multimedia/ffmpeg2/Makefile
 # used by multimedia/ffplay2/Makefile
 
@@ -79,6 +79,7 @@
 SUBST_STAGE.conf=      pre-configure
 SUBST_FILES.conf=      ffserver.c
 SUBST_SED.conf=                -e 's,/etc/ffserver.conf,${PKG_SYSCONFDIR}/ffserver.conf,g'
+SUBST_NOOP_OK.conf=    yes
 SUBST_MESSAGE.conf=    Fixing configuration path.
 
 PLIST_SRC+=    ${PKGDIR}/PLIST



Home | Main Index | Thread Index | Old Index