Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 11:17:45 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353802 - head/devel/binutils/files
Message-ID:  <201405121117.s4CBHjUP077507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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