Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2003 20:40:02 -0700 (PDT)
From:      Peter Johnson <freebsd@bilogic.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52797: devel/subversion does not install any tools
Message-ID:  <20030529203820.H12202@cvs.tortall.net>
Resent-Message-ID: <200305300350.h4U3o9q8087069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52797
>Category:       ports
>Synopsis:       devel/subversion does not install any tools
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 29 20:50:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Peter Johnson
>Release:        FreeBSD 4.8-RC i386
>Organization:
None
>Environment:
System: FreeBSD powerplant.home.bilogic.org 4.8-RC FreeBSD 4.8-RC #0: Wed
Mar 12 08:30:17 PST 2003
root@powerplant.home.bilogic.org:/usr/obj/usr/src/sys/WORKSTATION i386
>Description:
The Subversion distribution includes a number of tools; one of the most
useful is cvs2svn.py, which can be used to convert a CVS repository into a
SVN repository, a nice tool to have available for those of us coming from
using CVS.  It would be nice to have a port option (WITH_SVN_TOOLS ?) to
install some of these into a reasonable location
(/usr/local/share/subversion ?).

Notably, cvs2svn.py has a dependency on Python 2.x, SWIG (for the SVN
Python bindings), and devel/apr threading support (needed for the SVN
Python bindings).
Thus my suggestion to make it an optional part of the port.
>How-To-Repeat:
Install Subversion.  No tools are compiled or installed.
>Fix:
Add option to devel/subversion/Makefile which, when enabled:
- Adds dependency on Python 2.x and SWIG.
- Follows subversion-0.23/subversion/bindings/swig/INSTALL:
  - Runs make swig-py as part of build process.
  - Runs make install-swig-py as part of install process.
- Installs the Subversion tools into an accessible location
(share/subversion?)

Note: this "fix" depends on my recent ports PR regarding devel/apr
threading support (otherwise the Subversion Python bindings fail with
"ImportError: /usr/local/lib/libsvn_swig_py-1.so.0: Undefined symbol
"apr_threadkey_private_get"").

>Release-Note:
>Audit-Trail:
>Unformatted:



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