Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Dec 1999 16:30:02 -0800 (PST)
From:      Chris Piazza <cpiazza@jaxon.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/15676: mc port build fails after commit by nakai
Message-ID:  <199912250030.QAA05304@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15676; it has been noted by GNATS.

From: Chris Piazza <cpiazza@jaxon.net>
To: Vincent Poy <vince@pele.WURLDLINK.NET>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG, nakai@FreeBSD.ORG
Subject: Re: ports/15676: mc port build fails after commit by nakai
Date: Fri, 24 Dec 1999 16:20:25 -0800

 On Fri, Dec 24, 1999 at 02:02:23PM -1000, Vincent Poy wrote:
 >  1 out of 2 hunks failed--saving rejects to vfs/extfs/uzip.in.rej
 
 This patch should fix your problem.  It appears that the author(s)
 of this program fixed it in a different way.
 
 Index: patches/patch-ai
 ===================================================================
 RCS file: /home/ncvs/ports/misc/mc/patches/patch-ai,v
 retrieving revision 1.2
 diff -u -r1.2 patch-ai
 --- patches/patch-ai	1999/12/23 18:37:52	1.2
 +++ patches/patch-ai	1999/12/25 00:20:11
 @@ -9,12 +9,3 @@
   XZIP="$DZIP/zip -g"
   XDZIP="$DZIP/zip -d"
   XUNZIP="$DZIP/unzip"
 -@@ -67,7 +67,7 @@
 - if ($8 ~ /\/$/)
 -     printf "drwxr-xr-x   1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, $8
 - else
 --    printf "-rw-r--r--   1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 "   ") 
 -+    printf "-rw-r--r--   1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 "  ")) 
 - }' 2>/dev/null
 - fi
 - }
 
 -Chris
 -- 
 cpiazza@jaxon.net   cpiazza@FreeBSD.org
         Abbotsford, BC, Canada
 


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?199912250030.QAA05304>