|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
ports/140274: [PATCH] irc/BitchX: fix build on 9.0>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: >Description: Fix build on 9.0 - it fails due to sh parser changes Port maintainer (chris@...) 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: _______________________________________________ freebsd-ports-bugs@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@..." |
| Free embeddable forum powered by Nabble | Forum Help |