Bug 158978

Summary: irc/ctrlproxy not a build after update of gnutls
Product: Ports & Packages Reporter: agr
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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] &#1054;&#1096;&#1080;&#1073;&#1082;&#1072; 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!