Bug 164352 - [patch] irc/inspircd Makefile fixes
Summary: [patch] irc/inspircd Makefile fixes
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-21 14:20 UTC by Geoff Garside
Modified: 2012-01-25 20:40 UTC (History)
0 users

See Also:


Attachments
file.diff (755 bytes, patch)
2012-01-21 14:20 UTC, Geoff Garside
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff Garside 2012-01-21 14:20:09 UTC
The irc/inspircd Makefile is currently missing the INSPIRCD_LOG and INSPIRCD_RUN  variables in the SUB_PLIST which results in a malformed etc/rc.d/inspircd file.

Additionally when built with the GNUTLS option enabled the port fails to build due to a missing libgcrypt dependency for the m_ssl_gnutls.cpp file.

I've left the option of bumping the port revision to the committer as no actual source changes have been made.

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2012-01-23 20:58:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-25 20:34:26 UTC
pawel       2012-01-25 20:34:11 UTC

  FreeBSD ports repository

  Modified files:
    irc/inspircd         Makefile 
  Log:
  - Add INSPIRCD_LOG and INSPIRCD_RUN substitution patterns for
    etc/rc.d/inspircd file to fix service starting
  - WITH_GNUTLS option needs security/libgcrypt to work
  
  PR:             ports/164352
  Submitted by:   Geoff Garside <freebsd@geoffgarside.co.uk>
  
  Revision  Changes    Path
  1.19      +4 -1      ports/irc/inspircd/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 Pawel Pekala freebsd_committer freebsd_triage 2012-01-25 20:34:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!