From owner-freebsd-ports Thu Feb 15 17:35:57 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA11752 for ports-outgoing; Thu, 15 Feb 1996 17:35:57 -0800 (PST) Received: from sunrise.cs.berkeley.edu (sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA11740 for ; Thu, 15 Feb 1996 17:35:54 -0800 (PST) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id RAA04030; Thu, 15 Feb 1996 17:36:36 -0800 Date: Thu, 15 Feb 1996 17:36:36 -0800 Message-Id: <199602160136.RAA04030@sunrise.cs.berkeley.edu> To: jkh@time.cdrom.com CC: ports@freebsd.org In-reply-to: <15521.824212233@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: A tiny tale, told too often. From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org Precedence: bulk * But either way fails to work for me, as does your patch! Here's the * symptoms, using your version (just so we're comparing apples and apples): * * root@time-> show 251 | patch -d /usr/share/mk * Hmm... Looks like a unified diff to me... * Patching file bsd.port.mk using Plan A... * Hunk #1 succeeded at 472 (offset -16 lines). * Hunk #2 succeeded at 496 (offset -16 lines). BTW, where do these "offset"s come from? If you are using a -current version of bsd.port.mk, there shouldn't be any. * done * root@time-> pwd * /usr/ports/lang/tcl * root@time-> make * >> tcl7.3.tar.Z doesn't seem to exist on this system. * >> Attempting to fetch from ftp://ftp.smli.com/pub/tcl/. * ^C * root@time-> ls -l /usr/ports/distfiles/tcl7.3.tar.Z * lrwxrwxr-x 1 root wheel 35 Feb 10 19:54 /usr/ports/distfiles/tcl7.3.tar.Z -> /cdrom/ports/distfiles/tcl7.3.tar.Z I really don't know. I just tried it on thud, using my patch: === ## ls -l ../../tcl7.3.tar.Z ../../distfiles/tcl7.3.tar.Z 0 lrwxr-xr-x 1 asami ports 15 Feb 15 17:32 ../../distfiles/tcl7.3.tar.Z@ -> ../tcl7.3.tar.Z 608 -rw-r--r-- 1 asami ports 607400 Dec 8 20:10 ../../tcl7.3.tar.Z # 17 17:32:47 /e/work/asami/ports/lang/tcl # ## make checksum Checksums OK. # 18 17:32:58 /e/work/asami/ports/lang/tcl # ## mv ../../tcl7.3.tar.Z . # 19 17:33:03 /e/work/asami/ports/lang/tcl # ## make checksum >> /e/work/asami/ports/distfiles/tcl7.3.tar.Z is an unresolved symbolic link. >> If you are sure you want to fetch it over the network, >> please manually delete the link before proceeding. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. === Will it work for you on thud? Satoshi