Bug 123076 - irc/inspircd -- update to 1.1.19, etc.
Summary: irc/inspircd -- update to 1.1.19, etc.
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-25 15:50 UTC by Matthew Seaman
Modified: 2008-05-19 08:10 UTC (History)
1 user (show)

See Also:


Attachments
inspircd.diff (27.59 KB, patch)
2008-04-25 15:50 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2008-04-25 15:50:01 UTC
Dear port Maintainer,

I found I needed an IRC daemon with features only available in recent
inspircd.  So I updated the port.  While I was there I added a few bits
and, well, once thing lead to another.   In summary:

   * Update to version 1.1.19

   * Add OPTIONS dialogue to enable extra modules

   * Add rc.subr start-up script

   * Add the usual boilerplate so that inspircd will run as user ircd
     from /usr/ports/UIDs

   * Fix compilation so it works with the base system version of the
     openssl libs as well as openssl installed from ports.

I hope you will approve applying these changes to the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-25 15:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this category PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-25 15:50:12 UTC
Maintainer of irc/inspircd,

Please note that PR ports/123076 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123076

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-25 15:50:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Craig Edwards 2008-04-26 16:00:52 UTC
Hi All,

Looks good, i agree with this patch, some of this will be backported 
into our trunk (notably the openssl build fixes for base system openssl 
rather than ports openssl)

Thanks
Craig

Edwin Groothuis wrote:
> Maintainer of irc/inspircd,
> 
> Please note that PR ports/123076 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123076
>
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2008-05-19 03:14:34 UTC
State Changed
From-To: feedback->open

Not serious, port update.
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-05-19 08:01:43 UTC
beech       2008-05-19 07:01:38 UTC

  FreeBSD ports repository

  Modified files:
    irc/inspircd         Makefile distinfo pkg-plist 
  Added files:
    irc/inspircd/files   
                         extra-patch-src__modules__extra__m_ldapauth.cpp 
                         extra-patch-src__modules__extra__m_ssl_openssl.cpp 
                         inspircd.sh.in patch-configure 
                         pkg-deinstall.in pkg-install.in 
  Log:
  - Update to version 1.1.19
  - Add OPTIONS dialogue to enable extra modules
  - Add rc.subr start-up script
  - Add the usual boilerplate so that inspircd will run as user ircd
    from /usr/ports/UIDs
  - Fix compilation so it works with the base system version of the
    openssl libs as well as openssl installed from ports.
  
  PR:             ports/123076
  Submitted by:   Matthew Seaman <matthew.seaman@thebunker.net>
  Approved by:    Craig Edwards (Brain) <brain@inspircd.org> (maintainer)
  
  Revision  Changes    Path
  1.9       +160 -25   ports/irc/inspircd/Makefile
  1.3       +3 -3      ports/irc/inspircd/distinfo
  1.1       +11 -0     ports/irc/inspircd/files/extra-patch-src__modules__extra__m_ldapauth.cpp (new)
  1.1       +12 -0     ports/irc/inspircd/files/extra-patch-src__modules__extra__m_ssl_openssl.cpp (new)
  1.1       +76 -0     ports/irc/inspircd/files/inspircd.sh.in (new)
  1.1       +11 -0     ports/irc/inspircd/files/patch-configure (new)
  1.1       +32 -0     ports/irc/inspircd/files/pkg-deinstall.in (new)
  1.1       +109 -0    ports/irc/inspircd/files/pkg-install.in (new)
  1.4       +131 -107  ports/irc/inspircd/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 7 Beech Rintoul freebsd_committer freebsd_triage 2008-05-19 08:02:22 UTC
State Changed
From-To: open->closed

Committed, Thanks!