Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 1996 17:36:36 -0800
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jkh@time.cdrom.com
Cc:        ports@freebsd.org
Subject:   Re: A tiny tale, told too often.
Message-ID:  <199602160136.RAA04030@sunrise.cs.berkeley.edu>
In-Reply-To: <15521.824212233@time.cdrom.com> (jkh@time.cdrom.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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



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