[143826] trunk/dports/devel/libgit2

devans at macports.org devans at macports.org
Tue Dec 22 17:45:54 PST 2015


Revision: 143826
          https://trac.macports.org/changeset/143826
Author:   devans at macports.org
Date:     2015-12-22 17:45:53 -0800 (Tue, 22 Dec 2015)
Log Message:
-----------
libgit2: add +threadsafe as default variant, enables -DTHREADSAFE build option, required by gitg unstable version 3.19.1 and later.

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

Property Changed:
----------------
    trunk/dports/devel/libgit2/


Property changes on: trunk/dports/devel/libgit2
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/devel/libgit2:120932-142496
   + /users/devans/GNOME-3/stable/dports/devel/libgit2:120932-143825

Modified: trunk/dports/devel/libgit2/Portfile
===================================================================
--- trunk/dports/devel/libgit2/Portfile	2015-12-23 01:40:35 UTC (rev 143825)
+++ trunk/dports/devel/libgit2/Portfile	2015-12-23 01:45:53 UTC (rev 143826)
@@ -9,6 +9,7 @@
 
 # don't forget to update libgit2-glib as well
 github.setup        libgit2 libgit2 0.23.4 v
+revision            1
 categories          devel
 platforms           darwin
 maintainers         juanrgar devans openmaintainer
@@ -34,4 +35,11 @@
 
 patchfiles          patch-strnlen-posix.h.diff
 
+variant threadsafe description {Build with threadsafe option} {
+    configure.args-append \
+                    -DTHREADSAFE:BOOL=ON
+}
+
+default_variants    +threadsafe
+
 livecheck.regex     "archive/v(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151222/8879487c/attachment.html>


More information about the macports-changes mailing list