non port: devel/subversion/files/patch-build.conf |
SVNWeb
|
Number of commits found: 6 |
Tue, 2 Jun 2020
|
[ 13:36 lev ] (Only the first 10 of 14 ports in this commit are shown above. )
Update subversion to new version 1.14.0.
1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it
allows to build `devel/py-subversion' with Python 2.7.
`devel/py-subversion' will be built with Python 3.5+ for version 1.14.0.
|
Wed, 16 Jan 2019
|
[ 15:06 lev ]
Fix mod_dontdothat installation.
PR: 234978
Reported by: ohartmann@walstatt.org
|
Tue, 7 May 2002
|
[ 15:01 roberto ]
Update to Subversion 0.12.0 (revision 1868).
Patch slightly modified to remove a leftover \ at the end of one line.
PR: ports/37810
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
Mon, 15 Apr 2002
|
[ 15:24 roberto ]
Update to revision 1682+.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
Thu, 21 Mar 2002
|
[ 09:47 roberto ]
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)
|
Thu, 14 Mar 2002
|
[ 16:52 roberto ]
Subversion r1467. Uses the newly added apr-devel port.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
|
Number of commits found: 6 |