Date: Fri, 24 Dec 1999 18:00:01 -0800 (PST) From: Vincent Poy <vince@pele.WURLDLINK.NET> To: freebsd-ports@FreeBSD.org Subject: Re: ports/15676: mc port build fails after commit by nakai Message-ID: <199912250200.SAA11677@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: Vincent Poy <vince@pele.WURLDLINK.NET> To: Chris Piazza <cpiazza@jaxon.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 15:55:29 -1000 (HST) On Fri, 24 Dec 1999, Chris Piazza wrote: I tried the patch but the problem is still there... root@earth [5:53pm][/usr/ports/misc/mc] >> make clean ; make install ===> Cleaning for gettext-0.10.35 ===> Cleaning for libtool-1.3.3 ===> Cleaning for glib-1.2.6 ===> Cleaning for libtool-1.3.3 ===> Cleaning for gmake-3.78.1 ===> Cleaning for mc-4.5.42 ===> Extracting for mc-4.5.42 >> Checksum OK for mc-4.5.42.tar.gz. ===> mc-4.5.42 depends on executable: gmake - found ===> mc-4.5.42 depends on shared library: glib12.3 - found ===> mc-4.5.42 depends on shared library: intl.1 - found ===> Patching for mc-4.5.42 ===> Applying FreeBSD patches for mc-4.5.42 1 out of 2 hunks failed--saving rejects to vfs/extfs/uzip.in.rej *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin > 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?199912250200.SAA11677>