From owner-freebsd-ports Wed Dec 29 11: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B0911570F for ; Wed, 29 Dec 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72223; Wed, 29 Dec 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Dec 1999 11:00:02 -0800 (PST) Message-Id: <199912291900.LAA72223@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Darren Wiebe Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Reply-To: Darren Wiebe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15622; it has been noted by GNATS. From: Darren Wiebe To: ust@cert.siemens.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Date: Thu, 30 Dec 1999 11:49:58 -0700 Just wanting to say that this patch does apparently fix the problem, somebody else confirmed it for me, I don't have the cdrom so... I don't know what the reason was for the -v option... Darren Wiebe dkwiebe@hagenhomes.com Udo Schweigert wrote: > > >Number: 15622 > >Category: ports > >Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Wed Dec 22 00:30:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Udo Schweigert > >Release: FreeBSD 3.4-STABLE i386 > >Organization: > Siemens AG, ZT IK 3 > >Environment: > > FreeBSD 3.4-STABLE i386 > > >Description: > > When doing make USE_CDROM=yes in /usr/ports/editors/staroffice5 I get > > ===> staroffice-5.1a depends on executable: unzip - found > ln: illegal option -- v > usage: ln [-fs] file1 file2 > ln [-fs] file ... directory > > >How-To-Repeat: > > As described. > > >Fix: > > Apply this patch: > > --- Makefile.orig Wed Dec 15 00:14:28 1999 > +++ Makefile Tue Dec 21 14:47:13 1999 > @@ -47,7 +47,7 @@ > .if defined(USE_CDROM) > do-extract: > @${MKDIR} ${WRKSRC}/office51 > - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . > + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . > .endif > > post-extract: > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message