Bug 144989 - irc/inspircd will not compile if gnutls module is selected
Summary: irc/inspircd will not compile if gnutls module is selected
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 23:30 UTC by Austin Teague
Modified: 2010-06-02 16:40 UTC (History)
0 users

See Also:


Attachments
patch-gnutls (585 bytes, application/octet-stream)
2010-03-24 00:38 UTC, Austin Teague
no flags Details
patch-configure (582 bytes, application/octet-stream)
2010-03-24 00:38 UTC, Austin Teague
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin Teague 2010-03-23 23:30:02 UTC
The configure script for the inspircd port is trying to use gnutls-config
to obtain the version of gnutls if you selected to compile the gnutls
module.  The gnutls-config utility is no longer distributed with gnutls
and the script needs to be rewritten to use pkg-config.  It also attempts
to use libgnutls-config to obtain some information that gnutls was compiled
with.  Both of these utilities were removed in gnutls version 2.8.

How-To-Repeat: cd /usr/ports/irc/inspircd
make config #enable m_ssl_gnutls
make
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2010-06-02 16:31:06 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-02 16:35:59 UTC
pav         2010-06-02 15:35:11 UTC

  FreeBSD ports repository

  Modified files:
    irc/inspircd         Makefile 
    irc/inspircd/files   patch-configure 
  Added files:
    irc/inspircd/files   patch-m_ssl_gnutls.cpp 
  Log:
  - Fix build of gnutls module
  
  PR:             ports/144989
  Submitted by:   Austin Teague <opticshade@gmail.com>
  Approved by:    maintainer timeout (2 months)
  
  Revision  Changes    Path
  1.12      +1 -0      ports/irc/inspircd/Makefile
  1.2       +7 -7      ports/irc/inspircd/files/patch-configure
  1.1       +13 -0     ports/irc/inspircd/files/patch-m_ssl_gnutls.cpp (new)
_______________________________________________
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"