Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 00:52:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248601] www/tt-rss: missing dependencies, wrong filenames and wrong default permissions
Message-ID:  <bug-248601-7788-DfTKn8ZHIh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248601-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248601-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248601

--- Comment #1 from Derek Schrock <dereks@lifeofadishwasher.com> ---
I believe the original intent was to not use the web interface to init. the
database and write out the config.php which is where you're running in to
issues with config.php-dist.

You can see this via the pkg-message.  Edit config.php as needed and init. =
the
database via psql command as the postgres user with the proper schema file,
database, user.

So is there a need to support the web interface here?  If not the existing
config.php.sample and config.php can remain as is.

Yep, I was looking at include/sanity_check.php for requirements didn't real=
ize
there's a couple other places to look and my existing installation had iconv
for other reasons.   So yep we need to add iconv to USE_PHP.

We'll need an @dir( ... cache/images) here too.. oops.

Yes it appears some of those root owned dirs/files are from mkdir -p created
locations maybe?

I see a couple other changes that semi-break the reconfig of pgsql/mysql on=
 the
fly in the dist/sample and it appears the apache sample config is a little
dated.

See patch for resolving 1 and 3.  Should we ignore 2?

--=20
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-248601-7788-DfTKn8ZHIh>