[Bug 195754] [New Port] games/antimicro: map keyboard and mouse to a gamepad

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 17 19:40:48 UTC 2014


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

Anton Törnqvist <antont at inbox.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #150277|0                           |1
        is obsolete|                            |

--- Comment #3 from Anton Törnqvist <antont at inbox.lv> ---
Created attachment 150688
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150688&action=edit
new shar

> x11 category maybe better based on number of input simulation tools.
I agree.

> 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.

"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

antimicro/work/Ryochan7-antimicro-098a099 $ ls -l
total 124
-rw-r--r--  1 root  wheel   3817 10 Dec 22:16 AntiMicro Future Developments.mm
-rw-r--r--  1 root  wheel  22561 10 Dec 22:16 CMakeLists.txt
-rw-r--r--  1 root  wheel  23009 10 Dec 22:16 Changelog
-rw-r--r--  1 root  wheel  11226 10 Dec 22:16 README.md
-rw-r--r--  1 root  wheel   1035 10 Dec 22:16 cmake_uninstall.cmake.in
-rw-r--r--  1 root  wheel  35147 10 Dec 22:16 gpl.txt
drwxr-xr-x  2 root  wheel    512 10 Dec 22:16 other
drwxr-xr-x  3 root  wheel    512 10 Dec 22:16 share
drwxr-xr-x  9 root  wheel   6144 10 Dec 22:16 src
drwxr-xr-x  2 root  wheel    512 10 Dec 22:16 windows

antimicro/work/Ryochan7-antimicro-f25d030 $ ls -l
total 0

With GH_TAGNAME present "make install" doesn't complain and installs the port
correctly.

> Define USES=compiler:c++11-lang for recent enough compiler instead.
> If the intent is something else a comment maybe appropriate.
> 
> The port builds fine here on 9.3R i386 with base g++ 4.2.1.
> And having USE_GCC instead of USES=compiler:gcc-c++11-lib
> may cause libc++ crashes on 10.0R and later.
Did not know this, updated this.

Changes for new shar:
- Updated to 2.10
- Changed category to x11
- Replaced USE_GCC with USES=compiler:gcc-c++11-lib

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


More information about the freebsd-ports-bugs mailing list