[146439] users/devans/GNOME-3/unstable/dports/devel/libgit2
devans at macports.org
devans at macports.org
Mon Mar 7 09:12:02 PST 2016
Revision: 146439
https://trac.macports.org/changeset/146439
Author: devans at macports.org
Date: 2016-03-07 09:12:02 -0800 (Mon, 07 Mar 2016)
Log Message:
-----------
GNOME-3/unstable: libgit2, sync with stable, add missing dependency on pkgconfig, update configuration, +threadsafe variant, now builds with ssh support, increment revision to rebuild with unstable dependencies.
Modified Paths:
--------------
users/devans/GNOME-3/unstable/dports/devel/libgit2/Portfile
Property Changed:
----------------
users/devans/GNOME-3/unstable/dports/devel/libgit2/
Property changes on: users/devans/GNOME-3/unstable/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
/users/devans/GNOME-3/stable/dports/devel/libgit2:144707-145439
+ /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
/users/devans/GNOME-3/stable/dports/devel/libgit2:144707-146438
Modified: users/devans/GNOME-3/unstable/dports/devel/libgit2/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/devel/libgit2/Portfile 2016-03-07 16:51:48 UTC (rev 146438)
+++ users/devans/GNOME-3/unstable/dports/devel/libgit2/Portfile 2016-03-07 17:12:02 UTC (rev 146439)
@@ -9,7 +9,7 @@
# don't forget to update libgit2-glib as well
github.setup libgit2 libgit2 0.23.4 v
-revision 3
+revision 5
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/20160307/4a402834/attachment.html>
More information about the macports-changes
mailing list