svn commit: r353802 - head/devel/binutils/files

John Marino marino at FreeBSD.org
Mon May 12 11:17:45 UTC 2014


Author: marino
Date: Mon May 12 11:17:44 2014
New Revision: 353802
URL: http://svnweb.freebsd.org/changeset/ports/353802
QAT: https://qat.redports.org/buildarchive/r353802/

Log:
  devel/binutils: Revert r353788, it was already covered
  
  I forgot that this port was already fixed in arguably a better way:
  In dports, the Makefile.DragonFly file contains this:
  
    .if ${DFLYVERSION} > 300702
    CONFIGURE_ARGS+= --with-lib-path=/lib:/usr/lib
    .endif
  
  The main makefile should probably have the CONFIGURE_ARGS+= line
  added to it unconditionally because it doesn't make sense to
  search /usr/local/lib when PORTSDIR != /usr/local.
  
  So DragonFly is fine with the original fix, but FreeBSD should
  look at taking it.  I don't think the DFLYVERSION needs to be checked
  either.

Deleted:
  head/devel/binutils/files/patch-ld_configure.tgt


More information about the svn-ports-all mailing list