Date: Mon, 8 Mar 1999 13:10:22 +0800 (CST) From: Foxfair Hu <foxfair@mail.progolf2.com.tw> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10479: ports/sysutil/mkisofs Makefile error. Message-ID: <199903080510.NAA10420@mail.progolf2.com.tw>
next in thread | raw e-mail | index | archive | help
>Number: 10479 >Category: ports >Synopsis: ports/sysutil/mkisofs Makefile error. >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: Sun Mar 7 21:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Foxfair Hu >Release: >Organization: >Environment: all FreeBSD follow fresh ports tree. >Description: The Makefile of mkisofo has a wrong tag : ALL_TARGET= World Error message is as the following lines: checking for unistd.h... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel updating cache ./config.cache creating ./config.status creating Makefile creating diag/Makefile creating config.h ===> Building for mkisofs-1.11.3 make: don't know how to make World. Stop *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: cd /usr/ports/sysutils/mkisofs ; make install. >Fix: apply the following diff or just comment the ALL_TARGET out. --- Makefile.org Mon Mar 8 13:04:15 1999 +++ Makefile Mon Mar 8 12:59:08 1999 @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes MAKE_FLAGS= XCFLAGS='-c -I. ${CFLAGS} -DSYSTEM_ID_DEFAULT=\"FREEBSD\"' -f -ALL_TARGET= World +ALL_TARGET= all MAN8= mkisofs.8 .include <bsd.port.mk> >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?199903080510.NAA10420>