Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2012 17:19:17 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        autotools@FreeBSD.org
Subject:   ports/174775: [PATCH] devel/autoconf-wrapper: Fixed make reinstall
Message-ID:  <20121228161920.F285ED41@hub.freebsd.org>
Resent-Message-ID: <201212281620.qBSGK0NY035143@freefall.freebsd.org>

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

>Number:         174775
>Category:       ports
>Synopsis:       [PATCH] devel/autoconf-wrapper: Fixed make reinstall
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 28 16:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:

Fixed make reinstall
+	@${LN} -sf ${PORTNAME} ${PREFIX}/bin/${tool}

Port maintainer (autotools@FreeBSD.org) is cc'd.

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks usual.

port test: clean

>Fix:

--- autoconf-wrapper-20101119.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/autoconf-wrapper/Makefile ./Makefile
--- /usr/ports/devel/autoconf-wrapper/Makefile	2012-12-05 00:38:44.000000000 +0100
+++ ./Makefile	2012-12-28 17:11:05.000000000 +0100
@@ -33,7 +33,7 @@
 do-install:
 	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
 .for tool in ${WRAPPED_TOOLS}
-	@${LN} -s ${PORTNAME} ${PREFIX}/bin/${tool}
+	@${LN} -sf ${PORTNAME} ${PREFIX}/bin/${tool}
 .endfor
 
 .include <bsd.port.post.mk>
--- autoconf-wrapper-20101119.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121228161920.F285ED41>