On Fri, Apr 29, 2016 at 05:43:12AM -0600, Jonathan Gray wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2016/04/29 05:43:12
>
> Log message:
> import luacheck 0.15.0
>
> Luacheck is a static analyzer and a linter for Lua. Luacheck detects
> various issues such as usage of undefined global variables, unused
> variables and values, accessing uninitialized variables, unreachable
> code and more. Most aspects of checking are configurable: there are
> options for defining custom project-related globals, for selecting set
> of standard globals (version of Lua standard library), for filtering
> warnings by type and name of related variable, etc. The options can be
> used on the command line, put into a config or directly into checked
> files as Lua comments.
>
> Luacheck supports checking Lua files using syntax of Lua 5.1, Lua 5.2,
> Lua 5.3 and LuaJIT 2.0. Luacheck itself is written in Lua and runs on
> all of mentioned Lua versions.
>
> Status:
>
> Vendor Tag: jsg
> Release Tags: jsg_20160429
>
> N ports/devel/luacheck/Makefile
> N ports/devel/luacheck/distinfo
> N ports/devel/luacheck/pkg/DESCR
> N ports/devel/luacheck/pkg/PLIST
>
> No conflicts created by this import
Importing a new port without an OK is bad...
===> Building package for luacheck-0.15.0
Create /usr/ports/packages/amd64/all/luacheck-0.15.0.tgz
checksumming|**********************************************************
| 33%
Error:
/usr/ports/pobj/luacheck-0.15.0/fake-amd64/usr/local/share/doc/luacheck/_static/default.css
does not exist
Error:
/usr/ports/pobj/luacheck-0.15.0/fake-amd64/usr/local/share/doc/luacheck/_static/sidebar.js
does not exist
Fatal error: can't continue
at /usr/libdata/perl5/OpenBSD/PkgCreate.pm line 1500.
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:1892
'/usr/ports/packages/amd64/all/luacheck-0.15.0.tgz')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2414
'_internal-package')
*** Error 1 in /usr/ports/devel/luacheck
(/usr/ports/infrastructure/mk/bsd.port.mk:2394 'package')
--
Antoine