Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  4 Nov 2009 18:36:29 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        chris@officialunix.com
Subject:   ports/140274: [PATCH] irc/BitchX: fix build on 9.0
Message-ID:  <20091104153629.A7109B829@hades.panopticon>
Resent-Message-ID: <200911041540.nA4Fe1P8040852@freefall.freebsd.org>

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

>Number:         140274
>Category:       ports
>Synopsis:       [PATCH] irc/BitchX: fix build on 9.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 04 15:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
Fix build on 9.0 - it fails due to sh parser changes

Port maintainer (chris@officialunix.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- BitchX-1.1.0.1_4.patch begins here ---
Index: files/patch-configure
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/irc/bitchx/files/patch-configure,v
retrieving revision 1.2
diff -u -u -r1.2 patch-configure
--- files/patch-configure	6 Jan 2009 01:45:56 -0000	1.2
+++ files/patch-configure	4 Nov 2009 04:09:50 -0000
@@ -1,6 +1,5 @@
-
---- configure~	2009-01-05 18:02:04.883269233 -0600
-+++ configure	2009-01-05 18:02:04.886269145 -0600
+--- configure.orig	2003-04-11 05:09:04.000000000 +0400
++++ configure	2009-11-04 07:09:50.000000000 +0300
 @@ -11830,100 +11830,27 @@
  echo $ECHO_N "checking whether to enable IPv6 support... $ECHO_C" >&6
  # Check whether --enable-ipv6 or --disable-ipv6 was given.
@@ -113,5 +112,21 @@
  
  echo "$as_me:$LINENO: checking whether to enable SOCKS support" >&5
  echo $ECHO_N "checking whether to enable SOCKS support... $ECHO_C" >&6
-
-
+@@ -12609,7 +12536,7 @@
+             system="unknown"
+         else
+           if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then
+-            system="MP-RAS-`$AWK '{print }' /etc/.relid'`"
++            system="MP-RAS-`$AWK '{print $3}' /etc/.relid`"
+           fi
+         fi
+       fi
+@@ -13877,7 +13804,7 @@
+             system="unknown"
+         else
+           if test -r "/etc/.relid" -a x"`uname -n`" = x"`uname -s`"; then
+-            system="MP-RAS-`$AWK '{print }' /etc/.relid'`"
++            system="MP-RAS-`$AWK '{print $3}' /etc/.relid`"
+           fi
+         fi
+       fi
--- BitchX-1.1.0.1_4.patch ends here ---

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



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