Bug 130213 - irc/bitchx -IPv6 support is not built even when chosen
Summary: irc/bitchx -IPv6 support is not built even when chosen
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: 2009-01-06 00:10 UTC by Wes Morgan
Modified: 2009-01-06 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.30 KB, patch)
2009-01-06 00:10 UTC, Wes Morgan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wes Morgan 2009-01-06 00:10:01 UTC
The patch-configure file only patches "configure.in", which does not regenerate the configure script and thus IPv6 support will not be enabled even though it is selected.

Fix: Replace patch-configure with the attached patch.


Patch attached with submission follows:
How-To-Repeat: make config, select enable IPV6, and it will not be defined in defs.h.
Comment 1 Wes Morgan 2009-01-06 00:12:16 UTC
On Tue, 6 Jan 2009, FreeBSD-gnats-submit@FreeBSD.org wrote:

> Thank you very much for your problem report.
> It has the internal identification `ports/130213'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=130213
>
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       IPv6 support is not built even when chosen
>> Arrival-Date:   Tue Jan 06 00:10:01 UTC 2009
>

Um well it would help if I noted that this was for ports/irc/bitchx...
Comment 2 Wes Morgan 2009-01-06 00:19:39 UTC
This is for irc/bitchx, can't believe I forgot to include that.
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2009-01-06 00:26:43 UTC
It helps to know the category and portname :-)
-- 
---------------------------------------------------------------------------------------
Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
 X  - NO Word docs in e-mail | Skype: akbeech
/ \  - http://www.FreeBSD.org/releases/7.1R/announce.html
---------------------------------------------------------------------------------------
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2009-01-06 00:28:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Mine
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-01-06 01:46:06 UTC
beech       2009-01-06 01:45:56 UTC

  FreeBSD ports repository

  Modified files:
    irc/bitchx           Makefile 
    irc/bitchx/files     patch-configure 
  Log:
  - Fix IPv6 support is not built
  - Bump portrevision
  
  PR:             ports/130213
  Submitted by:   Wes Morgan <morganw@chemikals.org>
  
  Revision  Changes    Path
  1.94      +1 -1      ports/irc/bitchx/Makefile
  1.2       +87 -28    ports/irc/bitchx/files/patch-configure
_______________________________________________
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 6 Beech Rintoul freebsd_committer freebsd_triage 2009-01-06 01:49:24 UTC
State Changed
From-To: open->closed

Committed, Thanks!