Bug 208020 - devel/libgit2-glib is broken
Summary: devel/libgit2-glib is broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-15 12:08 UTC by vladimir.chukharev
Modified: 2016-03-20 15:12 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
Build log (26.73 KB, text/plain)
2016-03-15 12:08 UTC, vladimir.chukharev
no flags Details
Update devel/libgit2-glib to 0.24.0 (2.58 KB, patch)
2016-03-17 04:28 UTC, Jia-Shiun Li
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description vladimir.chukharev 2016-03-15 12:08:18 UTC
Created attachment 168233 [details]
Build log

devel/libgit2-glib broke after some recent upgrade of ports. Obviously, it built at least once when very libgit2-glib was upgraded to current version.

The logs were obtained with the following command.
 $ ( sudo MAKE_JOBS_UNSAFE=yes make -C /usr/ports/devel/libgit2-glib clean all 2>&1 ) >| ~/vovavajo/Patches/devel_libgit2-glib.log

 $ uname -a
FreeBSD vovaasus 10.3-PRERELEASE FreeBSD 10.3-PRERELEASE #7 r296566: Fri Mar 11 06:04:57 UTC 2016     root@vovaasus:/usr/obj/usr/src/sys/GENERIC  amd64
Comment 1 Jia-Shiun Li 2016-03-17 04:26:40 UTC
Probably the recent update of devel/libgit2 to 0.24.0 broke it.

I tried updating libgit2-glib to 0.24.0 and it compiled fine. It'd be better if maintainer (gnome@) can be notified when updating devel/libgit2.
Comment 2 Jia-Shiun Li 2016-03-17 04:28:52 UTC
Created attachment 168313 [details]
Update devel/libgit2-glib to 0.24.0
Comment 3 vladimir.chukharev 2016-03-17 09:18:36 UTC
Thanks jiashiun! Your patch completely solves the problem. Hope it will be committed soon.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-03-20 15:11:24 UTC
A commit references this bug:

Author: kwm
Date: Sun Mar 20 15:10:53 UTC 2016
New revision: 411451
URL: https://svnweb.freebsd.org/changeset/ports/411451

Log:
  Update to 0.24.0.

  Which is API compatible with libgit2 0.24.x series.

  PR:		208020
  Submitted by:	vladimir.chukharev@gmail.com
  Patch by:	jiashiun@gmail.com

Changes:
  head/devel/libgit2-glib/Makefile
  head/devel/libgit2-glib/distinfo
  head/devel/libgit2-glib/pkg-plist
Comment 5 Koop Mast freebsd_committer freebsd_triage 2016-03-20 15:12:42 UTC
Committed, thanks for the patch!