Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Jan 2010 19:08:28 +0100 (CET)
From:      olli hauer <ohauer@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ohauer@gmx.de
Subject:   ports/142213: Mk/bsd.port.mk breaks fetch for port with different version
Message-ID:  <20100101180828.EC51F2614E@u18-124.dsl.vianetworks.de>
Resent-Message-ID: <201001011810.o01IA1cV053472@freefall.freebsd.org>

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

>Number:         142213
>Category:       ports
>Synopsis:       Mk/bsd.port.mk breaks fetch for port with different version
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 01 18:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     olli hauer <ohauer@gmx.de>
>Release:        
>Organization:
>Environment:


>Description:
Conflict handling in bsd.port.mk breaks fetch sources for different port version

To fetch the sources for other machines I use a central machine where I also
test current versions (this is the only machine which has access to WAN via
http(s)/ftp).

To fetch the sources for prod machines I have to comment out the "CONFLICTS="
line in the port on the central fetch machine or use the command 
"make fetch-urlall-list" and fetch manualy to get different sources.


>How-To-Repeat:
cd ${PORTSDIR}/mail/postfix-current && make install
cd ${PORTSDIR}/mail/postfix && make fetch

 ===>  postfix-2.6.5,1 conflicts with installed package(s):
       postfix-current-2.7.20091115,4

             They install files into the same place.
                   Please remove them first with pkg_delete(1).
                   *** Error code 1

                   Stop in /usr/ports/mail/postfix.

>Fix:
	exclude fetch and fetch-recursive in bsd.port.mk for conflict checking
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100101180828.EC51F2614E>