Bug 159020 - [maintainer update] Update to news/nzbget fixes broken libgcrypt dependency
Summary: [maintainer update] Update to news/nzbget fixes broken libgcrypt dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 02:40 UTC by Toxic
Modified: 2011-07-21 01:30 UTC (History)
0 users

See Also:


Attachments
file.diff (654 bytes, patch)
2011-07-19 02:40 UTC, Toxic
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toxic 2011-07-19 02:40:09 UTC
When using gnutls to provide SSL support, nzbget also requires libgcrypt.
The gnutls port version 2.2.17_2 no longer includes gcrypt, so the nzbget port wouldn't build.

This update fixes that problem by requiring gcrypt when nzbget is configured to use gnutls.

Fix: Patch below:

Patch attached with submission follows:
How-To-Repeat: Attempt to build nzbget without having gcrypt installed
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2011-07-19 03:55:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-07-21 01:22:00 UTC
zi          2011-07-21 00:21:51 UTC

  FreeBSD ports repository

  Modified files:
    news/nzbget          Makefile 
  Log:
  Fix build post gnutls update.
  Add LICENSE.
  
  PR:             ports/159020
  Submitted by:   Jeff <toxic@doobie.com> [maintainer]
  Approved by:    tabthorpe (mentor)
  
  Revision  Changes    Path
  1.17      +5 -1      ports/news/nzbget/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2011-07-21 01:22:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!