Bug 59190 - [PATCH] subversion port does not honour /usr/local/etc
Summary: [PATCH] subversion port does not honour /usr/local/etc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-11 22:00 UTC by Jeroen Ruigrok van der Werven
Modified: 2003-11-13 10:01 UTC (History)
0 users

See Also:


Attachments
file.diff (977 bytes, patch)
2003-11-11 22:00 UTC, Jeroen Ruigrok van der Werven
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Ruigrok van der Werven 2003-11-11 22:00:24 UTC
	Subversion expects its system-wide configuration data in
	/etc/subversion, which is not FreeBSD standard practise.

Fix: Add the following two patches to files/ as
	patch-libsvn_subr::config_impl.h and
	patch-libsvn_subr::config_file.c

How-To-Repeat: 
	grep "etc\/subversion" subversion/libsvn_subr/*
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-11 22:05:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer
Comment 2 Lev A. Serebryakov freebsd_committer freebsd_triage 2003-11-12 19:55:36 UTC
Hello, freebsd-gnats-submit! How are you?

 Patch is not good too, because it have hardcoded '/usr/local/etc',
 not ${PREFIX}/etc.

 But I see the problem and I'll fix it tomorrow

--
               Lev Serebryakov
Comment 3 Lev A. Serebryakov freebsd_committer freebsd_triage 2003-11-13 10:01:00 UTC
State Changed
From-To: open->closed


Fixed (but with different solution). 
Thanks anyway!