Summary: | devel/anjuta: build fails due to missing plugin when enabled with SVN (subversion) plugin | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> | ||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | gnome | ||||
Priority: | --- | Flags: | tobik:
maintainer-feedback-
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
O. Hartmann
2017-10-16 10:31:25 UTC
Created attachment 200572 [details] anjuta.diff (In reply to O. Hartmann from comment #0) > actual-package-depends: dependency on /usr/bin/svn not registered (normal if > it belongs to base) Why does /usr/bin/svn exist in your build jail? Normally, only it's installed as /usr/bin/svnlite. Do you have WITH_SVN set somewhere? Can you try building with this patch? It seems that the svn plugin links with libsvn_client-1.so but the dependency is not properly declared. The base system does not provide it, so a check for just 'svn' is not enough. A commit references this bug: Author: tobik Date: Thu Jan 10 16:06:28 UTC 2019 New revision: 489867 URL: https://svnweb.freebsd.org/changeset/ports/489867 Log: devel/anjuta: Fix build of SVN plugin when /usr/bin/svn exists on the system The SVN plugin is never built and packaging anjuta fails. It links with libsvn_client-1.so but the dependency is not properly declared. A check for just 'svn' is not enough since the base system does not provide subversion libraries. Change it to always use the libraries from devel/subversion. PR: 223046 Submitted by: tobik Reported by: ohartmann@walstatt.org Approved by: gnome (maintainer timeout, 2 weeks) Changes: head/devel/anjuta/Makefile |