[146374] users/devans/GNOME-3/stable/dports/devel/libgit2
devans at macports.org
devans at macports.org
Sun Mar 6 10:49:04 PST 2016
Revision: 146374
https://trac.macports.org/changeset/146374
Author: devans at macports.org
Date: 2016-03-06 10:49:04 -0800 (Sun, 06 Mar 2016)
Log Message:
-----------
GNOME-3/stable: libgit2, add missing dependency on pkgconfig, update configuration, +threadsafe variant, now builds with ssh support, increment revision.
Modified Paths:
--------------
users/devans/GNOME-3/stable/dports/devel/libgit2/Portfile
Property Changed:
----------------
users/devans/GNOME-3/stable/dports/devel/libgit2/
Property changes on: users/devans/GNOME-3/stable/dports/devel/libgit2
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/devel/libgit2:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/devel/libgit2:120932-140962
/users/cal/ports/devel/libgit2:96570-97031
+ /branches/mld-qt-481/dports/devel/libgit2:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/devel/libgit2:120932-146373
/users/cal/ports/devel/libgit2:96570-97031
Modified: users/devans/GNOME-3/stable/dports/devel/libgit2/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/devel/libgit2/Portfile 2016-03-06 18:44:39 UTC (rev 146373)
+++ users/devans/GNOME-3/stable/dports/devel/libgit2/Portfile 2016-03-06 18:49:04 UTC (rev 146374)
@@ -9,7 +9,7 @@
# don't forget to update libgit2-glib as well
github.setup libgit2 libgit2 0.23.4 v
-revision 3
+revision 4
categories devel
platforms darwin
maintainers juanrgar devans openmaintainer
@@ -28,6 +28,9 @@
checksums rmd160 6ca719695335b15a7cc415d0a8d8d644df20c672 \
sha256 bbcbc8a0d3aa426cbeabb5a3b45f60d6e24aaeb2e7f5d48101275752d965496b
+depends_build-append \
+ port:pkgconfig
+
depends_lib port:curl \
port:libiconv \
port:libssh2 \
@@ -36,9 +39,13 @@
patchfiles patch-strnlen-posix.h.diff
+configure.args-append \
+ -DTHREADSAFE:BOOL=OFF \
+ -DUSE_ICONV:BOOL=ON
+
variant threadsafe description {Build with threadsafe option} {
- configure.args-append \
- -DTHREADSAFE:BOOL=ON
+ configure.args-replace \
+ -DTHREADSAFE:BOOL=OFF -DTHREADSAFE:BOOL=ON
}
default_variants +threadsafe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160306/7756d00a/attachment.html>
More information about the macports-changes
mailing list