Subversion 0.34.0 已釋出. 小弟自行維護的 svn port tarball 的位置在
http://freebsd.sinica.edu.tw/~plasma/subversion-ports.0.34.0.tar.gz
請慢用.
Subversion 0.34.0 is released. And this is the tarball of my private port for subversion:
http://freebsd.sinica.edu.tw/~plasma/subversion-ports.0.34.0.tar.gz
The main difference between FreeBSD's and mine is perl binding. Pass 'WITH_PERL=yes' to enable it.
在我的 FreeBSD 5.1R 上面會出現類似這樣的 error 而編不起來:
usr/local/lib/libapr-0.so: undefined reference to 'pthread_cond_timedwait'
不過,改用以下命令來編就行了:
make WITH_PERL=YES CC='cc -pthread'