From nemysis@gmx.ch  Fri Dec 28 16:19:20 2012
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F285ED41
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 16:19:20 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.21])
	by mx1.freebsd.org (Postfix) with ESMTP id 811E38FC08
	for <freebsd-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 16:19:20 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.34]) by mrigmx.server.lan
 (mrigmx002) with ESMTP (Nemesis) id 0LaI9g-1TLNBR0O1G-00m2RU for
 <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Dec 2012 17:19:19 +0100
Received: (qmail invoked by alias); 28 Dec 2012 16:19:17 -0000
Received: from 226-42.104-92.cust.bluewin.ch (EHLO something.email.com) [92.104.42.226]
  by mail.gmx.net (mp034) with SMTP; 28 Dec 2012 17:19:17 +0100
Received: by something.email.com (sSMTP sendmail emulation); Fri, 28 Dec 2012 17:19:17 +0100
Message-Id: <20121228161920.F285ED41@hub.freebsd.org>
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: [PATCH] devel/autoconf-wrapper: Fixed make reinstall
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         174775
>Category:       ports
>Synopsis:       [PATCH] devel/autoconf-wrapper: Fixed make reinstall
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bdrewery
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 28 16:20:00 UTC 2012
>Closed-Date:    Fri Aug 30 18:22:17 CDT 2013
>Last-Modified:  Fri Aug 30 23:30:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->autotools 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 28 16:20:15 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174775 

From: Garrett Cooper <yaneurabeya@gmail.com>
To: bug-followup@FreeBSD.org,
 nemysis@gmx.ch
Cc:  
Subject: Re: ports/174775: [PATCH] devel/autoconf-wrapper: Fixed make reinstall
Date: Wed, 8 May 2013 17:29:27 -0700

 	Ping? This is a really simple, non-invasive change.
 Thanks,
 -Garrett

From: Garrett Cooper <yaneurabeya@gmail.com>
To: bug-followup@FreeBSD.org, nemysis@gmx.ch
Cc:  
Subject: Re: ports/174775: [PATCH] devel/autoconf-wrapper: Fixed make reinstall
Date: Fri, 14 Jun 2013 18:15:58 -0700

 HELLLLLLLLLLLLLLLLLLLLLLLLOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO????? Is
 anyone alive on this list?!?!?!
Responsible-Changed-From-To: autotools->bdrewery 
Responsible-Changed-By: bdrewery 
Responsible-Changed-When: Fri Aug 30 13:38:07 CDT 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174775 
State-Changed-From-To: open->closed 
State-Changed-By: bdrewery 
State-Changed-When: Fri Aug 30 18:22:16 CDT 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174775 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174775: commit references a PR
Date: Fri, 30 Aug 2013 23:22:15 +0000 (UTC)

 Author: bdrewery
 Date: Fri Aug 30 23:22:07 2013
 New Revision: 325731
 URL: http://svnweb.freebsd.org/changeset/ports/325731
 
 Log:
   - Fix 'make reinstall' in devel/automake-wrapper and devel/autoconf-wrapper
   
   PR:		ports/178410 [1]
   Submitted by:	Garrett Cooper <yaneurabeya@gmail.com> [1]
   PR:		ports/174775 [2]
   Submitted by:	nemysis
 
 Modified:
   head/devel/autoconf-wrapper/Makefile
 
 Modified: head/devel/autoconf-wrapper/Makefile
 ==============================================================================
 --- head/devel/autoconf-wrapper/Makefile	Fri Aug 30 23:21:51 2013	(r325730)
 +++ head/devel/autoconf-wrapper/Makefile	Fri Aug 30 23:22:07 2013	(r325731)
 @@ -33,7 +33,7 @@ do-configure:
  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>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
