pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: warning: subversion now at 1.6.2



Jens Rehsack <rehsack%googlemail.com@localhost> writes:

> subversion notes in it's INSTALL documentation, that apr-util is required.
>
>> Subversion also depends on the following third-party libraries:
>> * libapr and libapr-util (REQUIRED for client and server)
>
> They don't talk about apr0 and AFAIK apr-util requires apr>=1.3.0.
>
> Maybe the subversion developers list can say more - but I'd suggest to keep
> out apr0 support.

I set

PKG_DEFAULT_OPTIONS+=           -apr1

and built subversion-base, after fixing some minor make details (just
committed).  This used apr0 and svn seems to work.  ap2-subversion built
but I didn't try it.

I will kick off a build of the rest of subversion (ruby, p5, py, java
bindings).

gdt 152 /usr/pkgsrc/devel/subversion-base > ldd /usr/pkg/bin/svn
/usr/pkg/bin/svn:
        -lc.12 => /usr/lib/libc.so.12
        -lpthread.0 => /usr/lib/libpthread.so.0
        -laprutil-0.0 => /usr/pkg/lib/libaprutil-0.so.0
        -lexpat.1 => /usr/pkg/lib/libexpat.so.1
        -lm.0 => /usr/lib/libm.so.0
        -lcrypt.0 => /usr/lib/libcrypt.so.0
        -lresolv.1 => /usr/lib/libresolv.so.1
        -lapr-0.0 => /usr/pkg/lib/libapr-0.so.0
        -lz.1 => /usr/lib/libz.so.1
        -lsqlite3.0 => /usr/pkg/lib/libsqlite3.so.0
        -lintl.0 => /usr/lib/libintl.so.0
        -lsvn_subr-1.0 => /usr/pkg/lib/libsvn_subr-1.so.0
        -lsvn_delta-1.0 => /usr/pkg/lib/libsvn_delta-1.so.0
        -lsvn_diff-1.0 => /usr/pkg/lib/libsvn_diff-1.so.0
        -lsvn_wc-1.0 => /usr/pkg/lib/libsvn_wc-1.so.0
        -lsvn_fs_util-1.0 => /usr/pkg/lib/libsvn_fs_util-1.so.0
        -lsvn_fs_fs-1.0 => /usr/pkg/lib/libsvn_fs_fs-1.so.0
        -lsvn_fs-1.0 => /usr/pkg/lib/libsvn_fs-1.so.0
        -lsvn_repos-1.0 => /usr/pkg/lib/libsvn_repos-1.so.0
        -lsvn_ra_local-1.0 => /usr/pkg/lib/libsvn_ra_local-1.so.0
        -lsvn_ra_svn-1.0 => /usr/pkg/lib/libsvn_ra_svn-1.so.0
        -lcrypto.4 => /usr/lib/libcrypto.so.4
        -lssl.6 => /usr/lib/libssl.so.6
        -lneon.27 => /usr/pkg/lib/libneon.so.27
        -lsvn_ra_neon-1.0 => /usr/pkg/lib/libsvn_ra_neon-1.so.0
        -lsvn_ra-1.0 => /usr/pkg/lib/libsvn_ra-1.so.0
        -lsvn_client-1.0 => /usr/pkg/lib/libsvn_client-1.so.0


 gdt 153 /usr/pkgsrc/devel/subversion-base > svn --version
svn, version 1.6.2 (r37639)
   compiled Jun  2 2009, 14:27:40

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

Attachment: pgp67Lcu1f7BN.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index