pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/ffmpeg2
Module Name: pkgsrc
Committed By: markd
Date: Sun May 24 22:01:15 UTC 2020
Modified Files:
pkgsrc/multimedia/ffmpeg2: Makefile.common
Log Message:
ffmpeg2: escape "." in regexp. remove SUBST_NOOP_OK - from rillig
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/multimedia/ffmpeg2/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/ffmpeg2/Makefile.common
diff -u pkgsrc/multimedia/ffmpeg2/Makefile.common:1.60 pkgsrc/multimedia/ffmpeg2/Makefile.common:1.61
--- pkgsrc/multimedia/ffmpeg2/Makefile.common:1.60 Sun May 24 02:10:55 2020
+++ pkgsrc/multimedia/ffmpeg2/Makefile.common Sun May 24 22:01:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.60 2020/05/24 02:10:55 markd Exp $
+# $NetBSD: Makefile.common,v 1.61 2020/05/24 22:01:15 markd Exp $
# used by multimedia/ffmpeg2/Makefile
# used by multimedia/ffplay2/Makefile
@@ -78,8 +78,7 @@ REPLACE_SH+= configure version.sh
SUBST_CLASSES+= conf
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_SED.conf= -e 's,/etc/ffserver\.conf,${PKG_SYSCONFDIR}/ffserver.conf,g'
SUBST_MESSAGE.conf= Fixing configuration path.
PLIST_SRC+= ${PKGDIR}/PLIST
Home |
Main Index |
Thread Index |
Old Index