Bug 196662 - devel/libgit2: add threads option (required for gitg)
Summary: devel/libgit2: add threads option (required for gitg)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 21:40 UTC by Ruslan Makhmatkhanov
Modified: 2015-01-15 12:35 UTC (History)
1 user (show)

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


Attachments
threads support in libgit2 (702 bytes, patch)
2015-01-12 21:40 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-01-12 21:40:21 UTC
Created attachment 151506 [details]
threads support in libgit2

Hi,

add THREADS option and enable it by default, because it's a requirement for newer versions of devel/gitg. Bump PORTREVISION because default option set is changed.

Build log is here: http://people.freebsd.org/~rm/libgit2-0.21.1_1.log
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-12 21:40:21 UTC
Auto-assigned to maintainer wg@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-01-15 11:01:35 UTC
A commit references this bug:

Author: wg
Date: Thu Jan 15 11:01:26 UTC 2015
New revision: 377075
URL: https://svnweb.freebsd.org/changeset/ports/377075

Log:
  devel/libgit2: add THREADS option and make it default

  PR:		196662
  Submitted by:	rm

Changes:
  head/devel/libgit2/Makefile
Comment 3 lightside 2015-01-15 12:35:57 UTC
Was duplicate of PR 196176, which had the same proposed changes.