devel/subversion: Module mod_dav_svn gets not build, breaks Apache 24 DAV/SVN installations!

2013-06-19 Thread O. Hartmann
Several systems running FreeBSD 10.0-CURRENT with Apache 24 serving
development subversion repositories via WebDAV were broken by a faulty
devel/subversion port, just updated to 1.8.0 today.

Strange thing is that those fancy dialog boxes for the configuration
ALWAYS popo up no matter whether I have selected my options before or
not (same stupid behaviour in SWIG). This is a pain in the ass when
updating lots of ports, choosing at the beginning all the proper
options and hoping having an unattended update procedure.

Although selected, devel/subversion (1.8.0) doesn't build the module
mod_dav_svn which is crucial for the subversion subsystem. 

Can someone help?

Oliver
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/subversion: Module mod_dav_svn gets not build, breaks Apache 24 DAV/SVN installations!

2013-06-19 Thread O. Hartmann
On Wed, 19 Jun 2013 13:32:13 -0700
Charles Swiger cswi...@mac.com wrote:

 Hi--
 
 On Jun 19, 2013, at 11:30 AM, O. Hartmann ohart...@web.de wrote:
 [ ... ]
  Although selected, devel/subversion (1.8.0) doesn't build the module
  mod_dav_svn which is crucial for the subversion subsystem. 
  
  Can someone help?
 
 For testing, I just built subversion-1.8.0 against Apache-2.2.24
 directly via:
 
   ./configure --enable-mod-activation --with-apr=/usr/local/apache2
 --with-apxs=/usr/local/apache2/bin/apxs
 
 ...which produced mod_dav_svn.so, and even activated it in Apache's
 httpd.conf.
 
 Regards,

Do you use FreeBSD 10.0-CURRENT?

Use Apache 2.4. We use Apache 2.4 on our installation.

The ports tree on all four boxes I test at the moment is at

 URL: svn://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 321324
Node Kind: directory
Schedule: normal
Last Changed Author: jkim
Last Changed Rev: 321324
Last Changed Date: 2013-06-19 22:52:13 +0200 (Mi, 19 Jun 2013)

The OS is at FreeBSD 10.0-CURRENT #0 r251990: Wed Jun 19 14:12:57 CEST
2013 amd64



Within the ports framework, I can not build devel/subversion with the
proper modules.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/subversion: Module mod_dav_svn gets not build, breaks Apache 24 DAV/SVN installations!

2013-06-19 Thread Charles Swiger
Hi--

On Jun 19, 2013, at 11:30 AM, O. Hartmann ohart...@web.de wrote:
[ ... ]
 Although selected, devel/subversion (1.8.0) doesn't build the module
 mod_dav_svn which is crucial for the subversion subsystem. 
 
 Can someone help?

For testing, I just built subversion-1.8.0 against Apache-2.2.24 directly via:

  ./configure --enable-mod-activation --with-apr=/usr/local/apache2 
--with-apxs=/usr/local/apache2/bin/apxs

...which produced mod_dav_svn.so, and even activated it in Apache's httpd.conf.

Regards,
-- 
-Chuck

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/subversion: Module mod_dav_svn gets not build, breaks Apache 24 DAV/SVN installations!

2013-06-19 Thread Lev Serebryakov
Hello, Charles.
You wrote 20 июня 2013 г., 0:32:13:

 Can someone help?

CS For testing, I just built subversion-1.8.0 against Apache-2.2.24 directly 
via:

CS   ./configure --enable-mod-activation
CS --with-apr=/usr/local/apache2
CS --with-apxs=/usr/local/apache2/bin/apxs

CS ...which produced mod_dav_svn.so, and even activated it in Apache's 
httpd.conf.
 Here  ARE  problem  in  port,  update/fix  will  be  submitted in 10
 minutes.

-- 
// Black Lion AKA Lev Serebryakov l...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: devel/subversion: Module mod_dav_svn gets not build, breaks Apache 24 DAV/SVN installations!

2013-06-19 Thread Charles Swiger
Hi, Lev--

On Jun 19, 2013, at 2:46 PM, Lev Serebryakov l...@freebsd.org wrote:
 Hello, Charles.
 You wrote 20 июня 2013 г., 0:32:13:
 Can someone help?
 
 CS For testing, I just built subversion-1.8.0 against Apache-2.2.24 directly 
 via:
 CS
 CS ./configure --enable-mod-activation --with-apr=/usr/local/apache2
 CS --with-apxs=/usr/local/apache2/bin/apxs
 CS
 CS ...which produced mod_dav_svn.so, and even activated it in Apache's 
 httpd.conf.
 
 Here  ARE  problem  in  port,  update/fix  will  be  submitted in 10 minutes.

Ah, many thanks for looking into this so quickly.

Regards,
-- 
-Chuck

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: devel/subversion: Module mod_dav_svn gets not build, breaks Apache 24 DAV/SVN installations!

2013-06-19 Thread O. Hartmann
On Thu, 20 Jun 2013 01:46:35 +0400
Lev Serebryakov l...@freebsd.org wrote:

 Hello, Charles.
 You wrote 20 июня 2013 г., 0:32:13:
 
  Can someone help?
 
 CS For testing, I just built subversion-1.8.0 against Apache-2.2.24
 CS directly via:
 
 CS   ./configure --enable-mod-activation
 CS --with-apr=/usr/local/apache2
 CS --with-apxs=/usr/local/apache2/bin/apxs
 
 CS ...which produced mod_dav_svn.so, and even activated it in
 CS Apache's httpd.conf.
  Here  ARE  problem  in  port,  update/fix  will  be  submitted in 10
  minutes.
 


Thank you for looking into this so quickly.

Oliver



signature.asc
Description: PGP signature