Bug 34907

Summary: 4.5/ports/ftp/wget+ipv6 hangs top make
Product: Ports & Packages Reporter: jhs <jhs>
Component: Individual Port(s)Assignee: FUJISHIMA Satsuki <sf>
Status: Closed FIXED    
Severity: Affects Only Me CC: sf
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description jhs freebsd_committer freebsd_triage 2002-02-13 13:50:02 UTC
	4.5/RELEASE/ports/ftp/wget+ipv6 
hangs top ports/ make ie
	cd /usr/ports ; make -k package

Fix: 

add to Makefile:
	IS_INTERACTIVE="hangs on /usr/local/etc/wgetrc from ftp/wget"

	If sf@FreeBSD.org wants to add some more complex solution such as
		.if exist 
	that's be fine too, but the aim is to either:
		- avoid the Makefile being Interactive , or
		- declare the Makefile as interactive
	Thanks
How-To-Repeat: 	
	cd /usr/ports/ftp/wget ; make -k package
	cd /usr/ports/ftp/wget+ipv6 ; make -k package
	....
	wait till 
	ftp/wget+ipv6
	see
	        gmake[1]: Entering directory `/usr1/ftp/public/freebsd/work/4.5-RELEASE/ports/ftp/wget+ipv6/work/wget-1.7/doc'
        ../mkinstalldirs /usr/local/etc
         install -c -o root -g wheel -m 444 ./sample.wgetrc /usr/local/etc/wgetrc.new

        WARNING: Differing `/usr/local/etc/wgetrc'
                 exists and has been spared.  You might want to
                 consider merging in the new lines from
                 `/usr/local/etc/wgetrc.new'.

        <Hit RETURN to acknowledge>\c
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-02-13 15:40:43 UTC
Responsible Changed
From-To: freebsd-ports->sf

Over to maintainer
Comment 2 FUJISHIMA Satsuki freebsd_committer freebsd_triage 2003-03-03 01:16:41 UTC
State Changed
From-To: open->closed

You are to overwrite another wget installation. 
pkg_delete it(or them) first and make will be completed.