[134155] trunk/dports/devel/libgit2/Portfile

devans at macports.org devans at macports.org
Thu Mar 19 08:13:16 PDT 2015


Revision: 134155
          https://trac.macports.org/changeset/134155
Author:   devans at macports.org
Date:     2015-03-19 08:13:16 -0700 (Thu, 19 Mar 2015)
Log Message:
-----------
libgit2: add 'cmake.out_of_source yes', remove previous implementation (#47197).

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

Modified: trunk/dports/devel/libgit2/Portfile
===================================================================
--- trunk/dports/devel/libgit2/Portfile	2015-03-19 14:44:37 UTC (rev 134154)
+++ trunk/dports/devel/libgit2/Portfile	2015-03-19 15:13:16 UTC (rev 134155)
@@ -5,6 +5,8 @@
 PortGroup           github 1.0
 PortGroup           cmake 1.0
 
+cmake.out_of_source yes
+
 github.setup        libgit2 libgit2 0.22.1 v
 categories          devel
 platforms           darwin
@@ -29,15 +31,6 @@
                     port:openssl \
                     port:zlib
 
-configure.dir       ${workpath}/build
-build.dir           ${configure.dir}
-
 patchfiles          patch-strnlen-posix.h.diff
 
-post-extract {
-    file mkdir ${configure.dir}
-}
-
-configure.post_args ../${distname}
-
 livecheck.regex     "archive/v(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150319/d8c7d0c9/attachment-0001.html>


More information about the macports-changes mailing list