-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 For somebody who knows how to make a package, this is an easy one, however, I'm currently pulling my hair out.
I need to make my own subversion package that includes mod_dav_svn. My naive approach was to a) get, compile (--enable-dav, --enable-dav-fs) and install http2 on my build host and b) edit the subversion Makefile to compile with --with-apxs=$APACHEBIN/apxs --with-apr=$APACHEBIN/apr-config --with-apr-util=$APACHEBIN/apu-config Good news is that 'make' runs through flawlessly, however, 'make package' aborts with: ===> Building package for subversion-1.3.2 Switching to /usr/ports/devel/subversion/pkg/PFRAG.shared Error in package: "/usr/ports/devel/subversion/w-subversion-1.3.2/fake-i386//usr/local/lib/libsvn_fs_base-1.so.0.0" does not exist Error in package: "/usr/ports/devel/subversion/w-subversion-1.3.2/fake-i386//usr/local/lib/libsvn_fs_base-1.a" does not exist Error in package: "/usr/ports/devel/subversion/w-subversion-1.3.2/fake-i386//usr/local/lib/libsvn_fs_base-1.la" does not exist ===> Cleaning for subversion-1.3.2 rm -f /usr/ports/packages/i386/all/subversion-1.3.2.tgz *** Error code 1 Stop in /usr/ports/devel/subversion (line 2093 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/devel/subversion (line 1317 of /usr/ports/infrastructure/mk/bsd.port.mk). I've now spend countless cronons to find out what I am missing, but without luck. Is there an easy fix? Thanks for any hep! P.S: The reason why I can't just compile subversion from sources is, that py-subversion then conflicts installing. - -- Stephan A. Rickauer ----------------------------------------------------------- Institute of Neuroinformatics Tel +41 44 635 30 50 University / ETH Zurich Sec +41 44 635 30 52 Winterthurerstrasse 190 Fax +41 44 635 30 53 CH-8057 Zurich Web www.ini.unizh.ch RSA public key: https://www.ini.uzh.ch/~stephan/pubkey.asc ----------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (OpenBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQIVAwUBRbCJsLw1P6JCbhlsAQqTfQ//TgwXWvbWRhfWxGxGFJSbCQJ7cvn2MlAF FgfvBHTXYAxh02lOQhn8HYMXMeTPP1Y75nJ8+0OJcVJIzl+dc8f5e0ksWG0eRc6Z OlbS1tgRfsQfDnyfKDFelKPqsiY72IwemfQqUeQlsdvYcGgm1bgLQ1kPdZFpNqqc 5vPv3pebYwtWS3oVVoOH7c4iXbQVpMWtBKHMZk7uVnyFbWfo1p6D3LIsL/NwYa5h ghkRvGCFUHvtM68qzbHW9hKb2XkMo2js/Q0ksEbP7NUUpLzOrAZeU4poIfWDyIjk 0TcceFlnGJySj7yr4xBrswbRY8KjecYXFD7J5IQjbbqbf2V9HyRmJ7lkASAzwM/m 4Ynr8MMGOHnVsXhPJr1fSqNdRv9zh+/OiE4tWySG31PgsBug1SiKEVTS7omfVMUD NHZVvBVZc+g1DvVTFyA8Dt7xN3Jx7riHv3GNO3x9Nsg3h7Cv5VrCO5HosG/9s6I/ SvTcVumAliymTN6LnTXTloHulkN2UmymVH3QEnnMRDYukcZ2DF0vhzr8yGnmF+5G 9jLEWOGlJ33osNE2oI8WCr83nvdN1J7YUqr4rlqMicjnjR0aAGVFZ0GPAOOXitY8 q8PrqN7OM50KFmtzQcypFv3jg2vf+2rde9A/KfgMeZYX3dyfNY25ASAlf0Us/CsJ 8shXItDvrik= =irCF -----END PGP SIGNATURE-----
