Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Aug 2017 15:27:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221313] databases/tile38: Update to 1.9.0
Message-ID:  <bug-221313-13-JtsMkNKTxQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221313-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221313-13@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=3D221313

--- Comment #3 from a.andersson.thn@gmail.com ---
Builds fine with poudriere testport.

The following warnings are displayed with portlint -AC

WARN: Makefile: possible use of absolute pathname "/var/db/tile38"
WARN: Makefile: possible use of absolute pathname "/var/run/tile38".
WARN: /usr/local/poudriere/ports/default/databases/tile38/distinfo: [1]:
TIMESTAMP is over 30 days old

Those absolute path's are defined in variables
 * TILE38_DBDIR?=3D  /var/db/tile38=20
 * TILE38_RUNDIR?=3D /var/run/tile38

And then referenced like so:=20
@${MKDIR} ${STAGEDIR}${TILE38_DBDIR} ${STAGEDIR}${TILE38_RUNDIR} in do-inst=
all
target.

But nowhere else, not sure this is an issue?

Should I remove distinfo and re-run make makesum in order to remove the
TIMESTAMP warning? Or is this still ok?

--=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-221313-13-JtsMkNKTxQ>