ports/170241: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Tue Sep 11 12:20:10 UTC 2012


The following reply was made to PR ports/170241; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/170241: commit references a PR
Date: Tue, 11 Sep 2012 12:17:43 +0000 (UTC)

 Author: cperciva
 Date: Tue Sep 11 12:17:29 2012
 New Revision: 304091
 URL: http://svn.freebsd.org/changeset/ports/304091
 
 Log:
   Fix build problems with new automake.
   
   PR:		ports/170241 (partial - upgrade to new version not done)
   Submitted by:	Craig Leres
   Approved by:	maintainer timeout
 
 Modified:
   head/devel/libftdi/Makefile
 
 Modified: head/devel/libftdi/Makefile
 ==============================================================================
 --- head/devel/libftdi/Makefile	Tue Sep 11 12:05:13 2012	(r304090)
 +++ head/devel/libftdi/Makefile	Tue Sep 11 12:17:29 2012	(r304091)
 @@ -47,7 +47,7 @@ post-patch:
  		${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
  
  pre-configure:
 -	@cd ${WRKSRC} && ${AUTORECONF}
 +	@cd ${WRKSRC} && ${AUTORECONF} --force --install
  
  post-install:
  .if !defined(NOPORTDOCS)
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 



More information about the freebsd-ports-bugs mailing list