Skip site navigation (1)Skip section navigation (2)
Date:      21 Mar 2000 23:01:53 -0000
From:      aaron-fbsd@mutex.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17537: incorrect dependency results in bogus reinstall
Message-ID:  <20000321230153.55012.qmail@cube.gelatinous.com>

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

>Number:         17537
>Category:       ports
>Synopsis:       incorrect dependency results in bogus reinstall
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 15:10:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Smith
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
none
>Environment:

	/usr/ports/net/p5-Net/Makefile v1.24
	/usr/ports/mail/p5-Mail-Tools/Makefile v1.14

>Description:

	p5-Mail-Tools depends on the wrong location to test for 
	installation of p5-Net.

>How-To-Repeat:

	install p5-Net. then attempt to make p5-Mail-Tools. p5-Net will
	be recursed into and fail to install due to existing installation.
	p5-Mail-Tools has an extraneous ${PERL_ARCH} which prevents it
	from properly detecting that p5-Net is installed.
	(assuming that p5-Net is arch-independent. if it isn't then p5-Net
	is wrong because it is NOT using PERL_ARCH.)

>Fix:
	
	Remove ${PERL_ARCH} path component of dependencies in the makefile.
	(assuming that p5-Net is arch-independent. if it isn't then p5-Net
	is wrong because it is NOT using PERL_ARCH.)

>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?20000321230153.55012.qmail>