Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 16:40:16 +0300 (MSK)
From:      yar@comp.chem.msu.su
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        torstenb@freebsd.org
Subject:   ports/25828: The devel/autoconf port won't install install-sh
Message-ID:  <200103151340.f2FDeGP83644@bsd.chem.msu.ru>

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

>Number:         25828
>Category:       ports
>Synopsis:       The devel/autoconf port won't install install-sh
>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:   Thu Mar 15 05:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>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:
>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?200103151340.f2FDeGP83644>