Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 01:47:36 -0800 (PST)
From:      Ollivier Robert <roberto@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/subversion/files patch-build.conf
Message-ID:  <200203210947.g2L9laU61384@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
roberto     2002/03/21 01:47:36 PST

  Modified files:
    devel/subversion/files patch-build.conf 
  Log:
  The FreeBSD port of Subversion goes to some length to link against the system
  version of expat, rather than the expat-lite we distribute, so it will be a
  good citizen of the ports tree and avoid spamming over the installed version
  of expat that already exists.  The patch to build.conf that was accomplishing
  this was flawed, and only happened to work on my system because I had a copy
  of libexpat.la sitting around in my /usr/local/lib, I imagine from a previous
  subversion install I never cleaned out fully.
  
  This alters the patch to build.conf such that instead of just replacing
  libexpat with -lexpat, it replaces it with $(SVN_APRUTIL_LIBS), which in
  addition to -lexpat, will also include -L/usr/local/lib, which makes the
  build work.  It also includes /usr/local/lib/libaprutil.la, which we don't
  strictly need, but it doesn't hurt anything, and will get us by until we
  are smarter about finding expat.
  
  Submitted by:   Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
  
  Revision  Changes    Path
  1.2       +23 -23    ports/devel/subversion/files/patch-build.conf

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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