[Bug 195754] [New Port] x11/antimicro: Program for mapping keyboard and mouse to a gamepad

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 17 20:47:18 UTC 2014


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

Jan Beich <jbeich at vfemail.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[New Port]                  |[New Port]  x11/antimicro:
                   |games/antimicro: map        |Program for mapping
                   |keyboard and mouse to a     |keyboard and mouse to a
                   |gamepad                     |gamepad

--- Comment #4 from Jan Beich <jbeich at vfemail.net> ---
(In reply to Anton Törnqvist from comment #3)
> > 2.10 is out. And drop GH_TAGNAME if it matches revision of the tag.
> Dropping GH_TAGNAME gives me weird behavior, it creates 2 directories in
> WRKDIR, one named correctly but is empty and another with faulty name and
> correct files.

GH_COMMIT may not correspond to the tag commit. It's a quirk of legacy archive
URL on which USE_GITHUB currently relies.

  $ fetch -o a.tar.gz
https://codeload.github.com/Ryochan7/antimicro/legacy.tar.gz/2.10
  $ fetch -o b.tar.gz
https://codeload.github.com/Ryochan7/antimicro/legacy.tar.gz/f25d030

vs.

  $ fetch -o c.tar.gz https://github.com/Ryochan7/antimicro/archive/2.10.tar.gz
  $ fetch -o d.tar.gz
https://github.com/Ryochan7/antimicro/archive/f25d030.tar.gz

> 
> "make install" give this error:
> CMake Error: The source directory
> "/usr/home/anton/ports-dev/ports/antimicro/work/Ryochan7-antimicro-f25d030"
> does not appear to contain CMakeLists.txt.
> 
> And WRKDIR looks like this:
> 
> antimicro/work $ ls -l
> total 8
> drwxr-xr-x  6 root  wheel  512 10 Dec 22:16 Ryochan7-antimicro-098a099
> drwxr-xr-x  2 root  wheel  512 17 Dec 22:25 Ryochan7-antimicro-f25d030

Define GH_COMMIT=098a099 and you'll have only one. The empty directory is
probably created by failing cmake build.

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


More information about the freebsd-ports-bugs mailing list