pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/DarwinStreamingServer
Module Name: pkgsrc
Committed By: rillig
Date: Tue Apr 28 03:04:36 UTC 2020
Modified Files:
pkgsrc/net/DarwinStreamingServer: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/DarwinStreamingServer/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/DarwinStreamingServer/Makefile
diff -u pkgsrc/net/DarwinStreamingServer/Makefile:1.26 pkgsrc/net/DarwinStreamingServer/Makefile:1.27
--- pkgsrc/net/DarwinStreamingServer/Makefile:1.26 Sun Nov 3 11:45:28 2019
+++ pkgsrc/net/DarwinStreamingServer/Makefile Tue Apr 28 03:04:36 2020
@@ -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 @@ CONF_FILES+= share/examples/streaming/s
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