Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 02:25:53 +0100 (CET)
From:      roelof@nisser.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24120: bsd.port.mk - inconsistent operator
Message-ID:  <200101070125.CAA69880@nisser.com>
Resent-Message-ID: <200101070130.f071U9081522@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24120
>Category:       ports
>Synopsis:       "/usr/ports/Mk/bsd.port.mk", line 626: Inconsistent operator for pre-everything
>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:   Sat Jan 06 17:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Roelof Osinga
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
eboa - nisser.com
>Environment:

nisser:/usr/local/www/data$ uname -a
FreeBSD nisser.com 3.4-STABLE FreeBSD 3.4-STABLE #16: Sun Feb 13 14:51:41
CET 2000     toor@nisser.com:/usr/src/sys/compile/FORSETI  i386

>Description:

after a CVSup the excution of 'make -k readmes' in /usr/ports resulted in

===> palm/xcopilot
===>   Creating README.html for xcopilot-0.6.6
===> print
===>  Creating README.html
"/usr/ports/Mk/bsd.port.mk", line 626: Inconsistent operator for
pre-everything
make: fatal errors encountered -- cannot continue
"/usr/ports/Mk/bsd.port.mk", line 626: Inconsistent operator for
pre-everything
make: fatal errors encountered -- cannot continue

>How-To-Repeat:

See description

>Fix:
	
Haven't checked yet. Hm, can't check either since that stepped was
done without wrapping using script.

At the indicated line there's a '::' which sorta looks perly but not
shelly. There are three lines using that double colon.

.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

>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?200101070125.CAA69880>