From yar@bsd.chem.msu.ru  Thu Mar 15 05:40:30 2001
Return-Path: <yar@bsd.chem.msu.ru>
Received: from bsd.chem.msu.ru (bsd.chem.msu.ru [195.208.208.22])
	by hub.freebsd.org (Postfix) with ESMTP
	id 95DE237B719; Thu, 15 Mar 2001 05:40:21 -0800 (PST)
	(envelope-from yar@bsd.chem.msu.ru)
Received: (from yar@localhost)
	by bsd.chem.msu.ru (8.11.1/8.11.1) id f2FDeGP83644;
	Thu, 15 Mar 2001 16:40:16 +0300 (MSK)
	(envelope-from yar)
Message-Id: <200103151340.f2FDeGP83644@bsd.chem.msu.ru>
Date: Thu, 15 Mar 2001 16:40:16 +0300 (MSK)
From: yar@comp.chem.msu.su
Reply-To: yar@comp.chem.msu.su
To: FreeBSD-gnats-submit@freebsd.org
Cc: torstenb@freebsd.org
Subject: The devel/autoconf port won't install install-sh
X-Send-Pr-Version: 3.2

>Number:         25828
>Category:       ports
>Synopsis:       The devel/autoconf port won't install install-sh
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 15 05:50:00 PST 2001
>Closed-Date:    Mon Dec 24 06:35:40 PST 2001
>Last-Modified:  Mon Dec 24 06:36:28 PST 2001
>Originator:     Yar Tikhiy <yar@comp.chem.msu.su>
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Moscow State University
>Environment:

	FreeBSD bsd.chem.msu.ru 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Jan 19 20:09:54 MSK 2001     yar@bsd.chem.msu.ru:/usr/obj/usr/src/sys/BSD  i386

>Description:

	It became a good tradition to include the install-sh script
	that came with autoconf in projects' source trees, so
	configure could use it as a last resort for the AC_PROG_INSTALL
	test.  However, install-sh is not installed by default as
	a part of autoconf.  Therefore, it would be convenient to
	add a couple lines to the port so the script gets installed
	and developers can copy in into their projects.

>How-To-Repeat:

	# find install-sh

>Fix:

--- Makefile.orig	Thu Mar 15 16:17:04 2001
+++ Makefile	Thu Mar 15 16:17:47 2001
@@ -20,6 +20,7 @@
 CONFIGURE_ENV=	M4=${PREFIX}/bin/gm4
 
 post-install:
+	${INSTALL_DATA} ${WRKSRC}/install-sh ${PREFIX}/share/autoconf
 	@install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
 	@install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
 
--- pkg-plist.orig	Thu Mar 15 16:16:58 2001
+++ pkg-plist	Thu Mar 15 16:18:20 2001
@@ -25,4 +25,5 @@
 share/autoconf/autoheader.m4f
 share/autoconf/config.guess
 share/autoconf/config.sub
+share/autoconf/install-sh
 @dirrm share/autoconf
>Release-Note:
>Audit-Trail:

From: "Yar Tikhiy" <yar@comp.chem.msu.su>
To: <freebsd-gnats-submit@FreeBSD.org>, <yar@comp.chem.msu.su>
Cc:  
Subject: Re: ports/25828: The devel/autoconf port won't install install-sh
Date: Thu, 15 Mar 2001 17:59:54 +0300

 Oops, brain fart occured :-) Of course the "how to repeat" section should
 read:
 #  locate install-sh
 
 Additionally, I've just found out that supplying install-sh is not a mere
 tradition,
 but a strict requirement of AC_PROG_INSTALL. Anyway, that makes my bug
 report even more urgent :-)
 
 -Yar
 
Responsible-Changed-From-To: freebsd-ports->torstenb 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Fri Mar 23 09:16:17 PST 2001 
Responsible-Changed-Why:  
He is the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25828 
Responsible-Changed-From-To: torstenb->portmgr 
Responsible-Changed-By: dwcjr 
Responsible-Changed-When: Thu Aug 30 21:21:02 PDT 2001 
Responsible-Changed-Why:  
Over to a more active maintainer who has vested interest in autoconf due to its importance in ports 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25828 
State-Changed-From-To: open->feedback 
State-Changed-By: will 
State-Changed-When: Sun Dec 23 03:06:11 PST 2001 
State-Changed-Why:  
Hi, and sorry for the lack of response to this PR. 
I've just upgraded autoconf to 2.52 and would like to know if this is still 
a requirement of autoconf; if not, should I apply a similar patch to 
ports/devel/autoconf213? 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25828 

From: Yar Tikhiy <yar@FreeBSD.org>
To: will@FreeBSD.org
Cc: portmgr@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/25828: The devel/autoconf port won't install install-sh
Date: Mon, 24 Dec 2001 16:25:25 +0300

 On Sun, Dec 23, 2001 at 03:07:00AM -0800, will@FreeBSD.org wrote:
 > 
 > I've just upgraded autoconf to 2.52 and would like to know if this is still
 > a requirement of autoconf; if not, should I apply a similar patch to
 > ports/devel/autoconf213?
 
 As I can see, install-sh still should be placed into program's
 sources if the program is to be configured with `configure'.
 So I think install-sh should be provided by both ports.
 It will be an absolutely harmless and safe change.
 
 Please take a note that install-sh isn't required by autoconf itself.
 However, a developer needs a copy of the script handy when starting
 a new project utilizing autoconf because `configure' will look for it
 in the project's source tree.
 
 -- 
 Yar
State-Changed-From-To: feedback->closed 
State-Changed-By: will 
State-Changed-When: Mon Dec 24 06:35:40 PST 2001 
State-Changed-Why:  
Fixed in the old autoconf 2.13 and new 2.52 as well.  Thank you and sorry 
for the tardiness in response. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25828 
>Unformatted:
