[132823] trunk/dports/multimedia/HandBrake/Portfile

larryv at macports.org larryv at macports.org
Wed Feb 11 01:03:32 PST 2015


Revision: 132823
          https://trac.macports.org/changeset/132823
Author:   larryv at macports.org
Date:     2015-02-11 01:03:32 -0800 (Wed, 11 Feb 2015)
Log Message:
-----------
HandBrake: Improve configure phase

- Stop clearing `configure.pre_args`. The configure script uses the
  `--prefix` flag to define a `PREFIX` variable in the generated
  makefile, which I'll make use of later.
- `--xcode-driver=terminal` prevents the configure script from being run
  a second time during the build phase.
- Compel build to respect `build.jobs`.

Modified Paths:
--------------
    trunk/dports/multimedia/HandBrake/Portfile

Modified: trunk/dports/multimedia/HandBrake/Portfile
===================================================================
--- trunk/dports/multimedia/HandBrake/Portfile	2015-02-11 09:03:28 UTC (rev 132822)
+++ trunk/dports/multimedia/HandBrake/Portfile	2015-02-11 09:03:32 UTC (rev 132823)
@@ -165,11 +165,13 @@
     missing-delegate.patch
 
 
-configure.pre_args
 configure.args      --arch=${configure.build_arch} \
                     --curl=false \
                     --fetch=curl \
-                    --gcc=${configure.cc}
+                    --gcc='${configure.cc}' \
+                    --verbose \
+                    --xcode-driver=terminal \
+                    BUILD.jobs=${build.jobs}
 
 
 build.dir           ${worksrcpath}/build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150211/b9f20198/attachment.html>


More information about the macports-changes mailing list