From mi@rtfm.ziplink.net  Sat Jul 26 08:47:01 1997
Received: from aldan.ziplink.net (aldan.ziplink.net [199.232.255.49])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA04787
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 1997 08:46:59 -0700 (PDT)
Received: from rtfm.ziplink.net (rtfm [199.232.255.52])
	by aldan.ziplink.net (8.8.5/8.8.5) with ESMTP id LAA15866
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 26 Jul 1997 11:45:24 -0400 (EDT)
Received: (from mi@localhost)
	by rtfm.ziplink.net (8.8.5/8.8.5) id LAA03895;
	Sat, 26 Jul 1997 11:46:56 -0400 (EDT)
Message-Id: <199707261546.LAA03895@rtfm.ziplink.net>
Date: Sat, 26 Jul 1997 11:46:56 -0400 (EDT)
From: mi@aldan.ziplink.net
Reply-To: mi@aldan.ziplink.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: autoconf-port: configure and build only happen when ``make install''
X-Send-Pr-Version: 3.2

>Number:         4173
>Category:       ports
>Synopsis:       autoconf-port: configure and build only happen when ``make install''
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 26 08:50:01 PDT 1997
>Closed-Date:    Mon Jul 28 22:08:04 PDT 1997
>Last-Modified:  Mon Jul 28 22:09:04 PDT 1997
>Originator:     Mikhail Teterin
>Release:        FreeBSD 3.0-970618-SNAP i386
>Organization:
>Environment:


>Description:

	cd /usr/ports/devel/autoconf
	make
		only does fetch (may be patch). To get to configure and
		build, one must do
	make install
		which will also install.

>How-To-Repeat:

	See above.

>Fix:
	
>Release-Note:
>Audit-Trail:

From: Bill Fenner <fenner@parc.xerox.com>
To: mi@aldan.ziplink.net
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/4173: autoconf-port: configure and build only happen when ``make install'' 
Date: Sun, 27 Jul 1997 13:48:03 PDT

 Have you tried a "make clean" first?  There may have been .xxx_done
 cookies that confused your build.  I just did
 
 % cd /usr/ports/devel/autoconf
 % make
 >> Checksum OK for autoconf-2.12.tar.gz.
 ===>  Extracting for autoconf-2.12
 ===>  Patching for autoconf-2.12
 ===>  Applying FreeBSD patches for autoconf-2.12
 ===>  Configuring for autoconf-2.12
 ...
 ===>  Building for autoconf-2.12
 ...
 
   Bill
State-Changed-From-To: open->closed 
State-Changed-By: fenner 
State-Changed-When: Mon Jul 28 22:08:04 PDT 1997 
State-Changed-Why:  
This problem was the result of a build of autoconf happening 
for a dependency from another port. 
>Unformatted:
