Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 11:16:59 +0200 (EET)
From:      paatela@st.jyu.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16200: Fix checksum and enable INET6 for irc/irssi 
Message-ID:  <20000119091659.967E378@alone.kangas.jyu.fi>

next in thread | raw e-mail | index | archive | help

>Number:         16200
>Category:       ports
>Synopsis:       Checksum mismatch for distfile. Minor "bug" fixes.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 19 01:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Heikki Paatela
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

FreeBSD 4.0-CURRENT

>Description:

	According to the homepage the irssi-0.7.22.tar.bz2 was changed to
	include fixed version of config, for which the md5 checksum in
	ports/irc/irssi/files is incorrect.

	Makefile didn't check for USE_INET6, and therefore irssi was not
	built with ipv6 support even if it was available.

	Even in the newer version of the config there is a bug.

>How-To-Repeat:


>Fix:

*** files/md5.orig      Tue Jan 18 07:55:21 2000
--- files/md5   Wed Jan 19 08:06:41 2000
***************
*** 1 ****
! MD5 (irssi-0.7.22.tar.bz2) = 1b49e071513d04e76d72ce3032ddee43
--- 1 ----
! MD5 (irssi-0.7.22.tar.bz2) = f763d756411695f22a770a8263347c15

*** Makefile.orig       Wed Jan 19 07:58:20 2000
--- Makefile    Wed Jan 19 07:59:28 2000
***************
*** 44,49 ****
--- 44,55 ----
  CONFIGURE_ARGS+= --without-gnome
  .endif
  
+ .if defined(USE_INET6)
+ CONFIGURE_ARGS+= --enable-ipv6
+ .else
+ CONFIGURE_ARGS+= --disable-ipv6
+ .endif
+ 
  CONFIGURE_ENV=        GTK_CONFIG="${GTK_CONFIG}" \
                GLIB_CONFIG="${GLIB_CONFIG}"
  
Fix for the typo in config-file included with the distfile
patches/patch-aa:
*** config.orig Wed Jan 19 10:59:02 2000
--- config      Wed Jan 19 10:59:09 2000
***************
*** 11,17 ****
      {name = IRCNet;max_kicks = 4;max_modes = 3;max_msgs = 3;},
      {name = EFNet;max_kicks = 4;max_modes = 4;max_msgs = 3;},
      {name = Undernet;max_kicks = 4;max_modes = 3;max_msgs = 3;},
!     {name = OPN;max_kicks = 1;max_modes = 6;max_msgs = 100;}
      {name = PTlink;max_kicks = 1;max_modes = 6;max_msgs = 100;}
    );
  
--- 11,17 ----
      {name = IRCNet;max_kicks = 4;max_modes = 3;max_msgs = 3;},
      {name = EFNet;max_kicks = 4;max_modes = 4;max_msgs = 3;},
      {name = Undernet;max_kicks = 4;max_modes = 3;max_msgs = 3;},
!     {name = OPN;max_kicks = 1;max_modes = 6;max_msgs = 100;},
      {name = PTlink;max_kicks = 1;max_modes = 6;max_msgs = 100;}
    );
  

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000119091659.967E378>