[134187] trunk/dports/devel/libssh/Portfile

cal at macports.org cal at macports.org
Thu Mar 19 15:25:41 PDT 2015


Revision: 134187
          https://trac.macports.org/changeset/134187
Author:   cal at macports.org
Date:     2015-03-19 15:25:41 -0700 (Thu, 19 Mar 2015)
Log Message:
-----------
libssh: use cmake.out_of_source instead of manually building out of source, #47197

Modified Paths:
--------------
    trunk/dports/devel/libssh/Portfile

Modified: trunk/dports/devel/libssh/Portfile
===================================================================
--- trunk/dports/devel/libssh/Portfile	2015-03-19 20:22:34 UTC (rev 134186)
+++ trunk/dports/devel/libssh/Portfile	2015-03-19 22:25:41 UTC (rev 134187)
@@ -39,8 +39,7 @@
 patchfiles-append   patch-ConfigureChecks.cmake.diff
 
 # standard post-arg, where to find the primary CMakeLists.txt file.
-configure.post_args ../${distname}
-configure.dir       ${workpath}/build
+cmake.out_of_source yes
 # clear configure.cppflags to prevent the cmake portgroup from adding them to
 # cflags, which breaks the build in presence of an older version, because it
 # puts -I$prefix/include before the local include directories of the port
@@ -49,7 +48,6 @@
                     -DWITH_GCRYPT=OFF \
                     -DWITH_INTERNAL_DOC=OFF \
                     -DWITH_LIBZ=ON
-build.dir           ${workpath}/build
 
 livecheck.type      regex
 livecheck.url       http://git.libssh.org/projects/libssh.git/refs/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150319/c7b77bfa/attachment.html>


More information about the macports-changes mailing list