Bug 158978 - irc/ctrlproxy not a build after update of gnutls
Summary: irc/ctrlproxy not a build after update of gnutls
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: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-16 18:40 UTC by agr
Modified: 2011-07-18 08:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description agr 2011-07-16 18:40:08 UTC
ctrlproxy not a build after update of gnutls.
After this changes:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/gnutls/Makefile.diff?r1=1.89;r2=1.90;f=h

have this:
---
Linking linestack-cmd
src/gnutls.o(.text+0x126): In function `_gnutls_init':
: undefined reference to `gcry_control'
gmake: *** [linestack-cmd] Ошибка 1
*** Error code 1

Stop in /usr/ports/irc/ctrlproxy.

How-To-Repeat: cd /usr/ports/irc/ctrlproxy
make install clean
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-07-16 19:12:12 UTC
Class Changed
From-To: maintainer-update->sw-bug

Submitter is not maintainer. 


Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-07-16 19:12:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-18 08:22:31 UTC
ashish      2011-07-18 07:22:22 UTC

  FreeBSD ports repository

  Modified files:
    irc/ctrlproxy        Makefile pkg-plist 
  Added files:
    irc/ctrlproxy/files  patch-src_gnutls.c 
  Log:
  - Fix building of port due to gnutls update which removes gcrypt support
  - Update MASTER_SITES with updated location of distfiles
  - Fix pkg-plist
  
  PR:             ports/158978
  
  Revision  Changes    Path
  1.31      +3 -3      ports/irc/ctrlproxy/Makefile
  1.1       +23 -0     ports/irc/ctrlproxy/files/patch-src_gnutls.c (new)
  1.11      +0 -2      ports/irc/ctrlproxy/pkg-plist
_______________________________________________
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 4 Ashish SHUKLA freebsd_committer freebsd_triage 2011-07-18 08:43:54 UTC
State Changed
From-To: open->closed

It's now fixed. Thanks!