Date: Fri, 3 Nov 2000 13:16:45 -0000 From: Tarjei.Jensen@kvaerner.com To: freebsd-ports@freebsd.org, freebsd-bugs@freebsd.org Subject: FreeBSD ports problem with bsd.port.mk Message-ID: <A1E440F9E3B4D311B93F0008C724830401044E3B@KOGAS-MSX02>
next in thread | raw e-mail | index | archive | help
I have FTPed the latest and greatest ports tarball today from freebsd.org. I used the link in the ports web pages to obtain it. I untared it in the /usr catalog. I get the following error when I try to execute make in /usr/ports/net/netsaint and other directories. Error: your port uses an old layout. Please update it to match this bsd.port.mk . The section in the make file which print the message is include below. To me it looks like someone has bungeled on the use of && or forgotten a ! in front of exists. Or at ! after .if. The version of bsd.port.mk is "bsd.port.mk,v 1.357 2000/11/03 10:26:32 asami" ---------- 8< ---------- .if (!defined(PATCHDIR) && exists(${MASTERDIR}/patches)) || \ (!defined(PKGDIR) && exists(${MASTERDIR}/pkg)) || \ (!defined(MD5_FILE) && exists(${MASTERDIR}/files/md5)) pre-everything:: @${ECHO} "Error: your port uses an old layout. Please update it to matc h this bsd.port.mk." @${FALSE} .endif ----------- 8< ----------- BTW I am not a member of the mail list, so if you need additional information you have to send me e-mail. Greetings, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A1E440F9E3B4D311B93F0008C724830401044E3B>