Date: Wed, 05 Nov 2014 14:18:06 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194833] New: editors/ted don't respect config file Ted.properties Message-ID: <bug-194833-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: shersch@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194833-13>