From owner-freebsd-current Sun May 19 11:38:41 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.datanet.hu (mx1.datanet.hu [194.149.13.165]) by hub.freebsd.org (Postfix) with ESMTP id 8FC7F37B485 for ; Sun, 19 May 2002 11:38:29 -0700 (PDT) Received: from fonix.adamsfamily.xx (nilus-414.adsl.datanet.hu [195.56.49.160]) by mx1.datanet.hu (DataNet) with ESMTP id 826A926ABCE for ; Sun, 19 May 2002 20:38:27 +0200 (CEST) Received: from fonix.adamsfamily.xx (localhost [127.0.0.1]) by fonix.adamsfamily.xx (8.12.3/8.12.3) with ESMTP id g4JIcujN003116 for ; Sun, 19 May 2002 20:38:56 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from cc@localhost) by fonix.adamsfamily.xx (8.12.3/8.12.3/Submit) id g4JIcuwX003115 for freebsd-current@freebsd.org; Sun, 19 May 2002 20:38:56 +0200 (CEST) X-Authentication-Warning: fonix.adamsfamily.xx: cc set sender to sziszi@bsd.hu using -f Date: Sun, 19 May 2002 20:38:56 +0200 From: Szilveszter Adam To: freebsd-current@freebsd.org Subject: Buglet in src/usr.bin/uuencode/Makefile Message-ID: <20020519183855.GA440@fonix.adamsfamily.xx> Mail-Followup-To: Szilveszter Adam , freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi everybody, Due to a commit from today, there is a small buglet in src/usr.bin/uuencode/Makefile, a wrong MLINK. This breaks installworld. (Which doesn't seem to be tested a helluvalot these days) Apply this patch: Index: Makefile =================================================================== RCS file: /usr/home/cc/ncvs/freebsd/src/usr.bin/uuencode/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 19 May 2002 11:17:17 -0000 1.7 +++ Makefile 19 May 2002 15:28:18 -0000 @@ -8,6 +8,6 @@ MLINKS= uuencode.1 uudecode.1 \ uuencode.format.5 uuencode.5 \ uuencode.1 b64encode.1 \ - b64decode.1 b64encode.1 + b64encode.1 b64decode.1 .include Also, while I have the mike, I think makewhatis can already be turned back on for the installworld phase, it seemed to work ok when I tested it (the C version). -- Regards: Szilveszter ADAM Szombathely Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message