[Bug 194833] New: editors/ted don't respect config file Ted.properties

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 5 14:18:06 UTC 2014


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

            Bug ID: 194833
           Summary: editors/ted don't respect config file Ted.properties
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: shersch at dssgmbh.de

Ted looking in directory $HOME/${datarootdir}/Ted instead of
/usr/local/share/Ted for config file Ted.properies.

truss shows among other things this:
stat("/home/shersch/${datarootdir}/Ted/Ted.properties",0x7fffffffe0a0) ERR#2
'No such file or directory'

The reason is that after configure some variable (e.g. DATADIR) not substituted
correctly.

You can fix this by adding
CONFIGURE_ARGS+=--datadir=${PREFIX}/share
in Makefile.

After new build with changed Makefile truss shows this:
stat("/usr/local/share/Ted/Ted.properties",{ mode=-rw-r--r--
,inode=636009,size=23,blksize=16384 }) = 0 (0x0)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list