Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 12:20:07 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/170241: commit references a PR
Message-ID:  <201209111220.q8BCK7jQ022468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/170241; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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"
 



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