Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 1999 16:01:51 +0900 (JST)
From:      kasahara@nc.kyushu-u.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10554: bsd.ports.mk inconsistency with 3.1R
Message-ID:  <199903120701.QAA86655@elvenbow.nc.kyushu-u.ac.jp>

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

>Number:         10554
>Category:       ports
>Synopsis:       /usr/ports/Mk/bsd.port.mk tries to use 'fetch -A' on 3.1R
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 23:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Kasahara
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
Kyushu University
>Environment:

FreeBSD 3.1-RELEASE i386 (upgrade from 2.2.7R using make aout-to-elf)
Using cvsup'ed current ports tree on 3.1R.

>Description:

Mk/bsd.port.mk in current ports tries to use 'fetch -A' 
unless ${OSVERSION} < 300000.
But actually /usr/bin/fetch in 3.1R (at least in source distribution)
doesn't support '-A' flag.
So obtaining of distfiles always fail.

>How-To-Repeat:

Any plain 'make' inside ports tree alway fail if apropreate distfiles
are not exist in the system.

>Fix:
	
1. update 3.1R's /usr/bin/fetch to support -A flag.
or
2. change the value '300000' on line 656 of bsd.port.mk to more suitable one.


>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?199903120701.QAA86655>