Date: Tue, 21 Dec 1999 21:09:36 +0100 From: Udo Schweigert <ust@cert.siemens.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15623: Trying again Message-ID: <19991221210936.A1656@alaska.cert.siemens.de>
next in thread | raw e-mail | index | archive | help
>Number: 15623 >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:02 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991221210936.A1656>