ports/174775: [PATCH] devel/autoconf-wrapper: Fixed make reinstall

nemysis nemysis at gmx.ch
Fri Dec 28 16:20:01 UTC 2012


>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 at 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:


More information about the freebsd-ports-bugs mailing list