Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/DarwinStreamingServer net/DarwinStreamingServer: f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8f6eb3de2385
branches: trunk
changeset: 428447:8f6eb3de2385
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Apr 28 03:04:36 2020 +0000
description:
net/DarwinStreamingServer: fix build for SUBST_NOOP_OK=no
Two of the mentioned files did not actually contain the optimization
flag, which triggered this error during the build:
ERROR: [subst.mk:makefile] The filename patterns
"QTFileTools/QTBroadcaster.tproj/Makefile.POSIX
QTFileTools/QTFileInfo.tproj/Makefile.POSIX" have no effect.
Since the files need not be listed individually, the new definition is
shorter and will also apply to any newly added subdirectories.
diffstat:
net/DarwinStreamingServer/Makefile | 25 ++-----------------------
1 files changed, 2 insertions(+), 23 deletions(-)
diffs (39 lines):
diff -r e2af0c876051 -r 8f6eb3de2385 net/DarwinStreamingServer/Makefile
--- a/net/DarwinStreamingServer/Makefile Tue Apr 28 02:43:21 2020 +0000
+++ b/net/DarwinStreamingServer/Makefile Tue Apr 28 03:04:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/11/03 11:45:28 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2020/04/28 03:04:36 rillig Exp $
DISTNAME= DarwinStreamingSrvr5.5.5-Source
PKGNAME= DarwinStreamingServer-5.5.5
@@ -79,28 +79,7 @@
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Fixing Makefiles
-SUBST_FILES.makefile+= APIModules/QTSSDemoAuthorizationModule.bproj/Makefile.POSIX
-SUBST_FILES.makefile+= APIModules/QTSSHomeDirectoryModule/Makefile.POSIX
-SUBST_FILES.makefile+= APIModules/QTSSRawFileModule.bproj/Makefile.POSIX
-SUBST_FILES.makefile+= APIModules/QTSSRefMovieModule/Makefile.POSIX
-SUBST_FILES.makefile+= APIModules/QTSSSpamDefenseModule.bproj/Makefile.POSIX
-SUBST_FILES.makefile+= APIStubLib/makefile.apistublib.POSIX
-SUBST_FILES.makefile+= CommonUtilitiesLib/Makefile.POSIX
-SUBST_FILES.makefile+= HTTPUtilitiesLib/Makefile.POSIX
-SUBST_FILES.makefile+= MP3Broadcaster/Makefile.POSIX
-SUBST_FILES.makefile+= Makefile.POSIX
-SUBST_FILES.makefile+= PlaylistBroadcaster.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileLib/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileTools/QTBroadcaster.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileTools/QTFileInfo.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileTools/QTFileTest.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileTools/QTRTPFileTest.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileTools/QTRTPGen.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileTools/QTSDPGen.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileTools/QTSampleLister.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= QTFileTools/QTTrackInfo.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= StreamingProxy.tproj/Makefile.POSIX
-SUBST_FILES.makefile+= qtpasswd.tproj/Makefile.POSIX
+SUBST_FILES.makefile= Makefile.POSIX */Makefile.POSIX */*/Makefile.POSIX
SUBST_SED.makefile+= -e "s|-O[023]||"
SUBST_CLASSES+= path
Home |
Main Index |
Thread Index |
Old Index