[132824] trunk/dports/multimedia/HandBrake/Portfile
larryv at macports.org
larryv at macports.org
Wed Feb 11 01:03:36 PST 2015
Revision: 132824
https://trac.macports.org/changeset/132824
Author: larryv at macports.org
Date: 2015-02-11 01:03:36 -0800 (Wed, 11 Feb 2015)
Log Message:
-----------
HandBrake: Improve build phase
- Set build type explicitly. The build system uses plenty of fancypants
trickery that requires GNU Make.
- Specify build target explicitly. We have to set `build.target`
regardless, so we might as well use the actual target name instead of
just clearing it.
Modified Paths:
--------------
trunk/dports/multimedia/HandBrake/Portfile
Modified: trunk/dports/multimedia/HandBrake/Portfile
===================================================================
--- trunk/dports/multimedia/HandBrake/Portfile 2015-02-11 09:03:32 UTC (rev 132823)
+++ trunk/dports/multimedia/HandBrake/Portfile 2015-02-11 09:03:36 UTC (rev 132824)
@@ -174,8 +174,9 @@
BUILD.jobs=${build.jobs}
+build.type gnu
build.dir ${worksrcpath}/build
-build.target
+build.target build
destroot {
file copy ${worksrcpath}/build/xroot/${name}.app \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150211/e63cec98/attachment.html>
More information about the macports-changes
mailing list