[Bug 200997] Mk/bsd.fpc.mk and editors/lazarus: not remove /root/.cache/instantfpc/

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 20 19:37:58 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200997

            Bug ID: 200997
           Summary: Mk/bsd.fpc.mk and editors/lazarus: not remove
                    /root/.cache/instantfpc/
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: andrey at bsdnir.info
                CC: freebsd-ports-bugs at FreeBSD.org

http://sourceforge.net/p/lazarus/code/HEAD/tree/trunk/ide/buildmanager.pas#l1755

have hardcode "List:=RunTool(Prog,'--get-cache');" this create /root/.cache and
pkg build Failed: build_fs_violation
For example http://bsdnir.info/files/porting/log_lazarus_depends_faile/

Documentation
http://wiki.lazarus.freepascal.org/IDE_Macros_in_paths_and_filenames have env
variable InstantFPCCache however --get-cache without arguments rewrite this.

Most likely need to add a variable to support this command, or change the order
of the builder call

Unfortunately I can not offer a ready Patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list