Bug 190408 - maintainer update: devel/libgamepad
Summary: maintainer update: devel/libgamepad
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tim Bishop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-30 14:50 UTC by Jason W. Bacon
Modified: 2014-06-03 16:14 UTC (History)
0 users

See Also:


Attachments
file.diff (2.30 KB, patch)
2014-05-30 14:50 UTC, Jason W. Bacon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2014-05-30 14:50:00 UTC
Minor upstream update + remove NO_STAGE.

Fix: Patch attached with submission follows:
Comment 1 Tim Bishop freebsd_committer freebsd_triage 2014-05-31 01:12:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tdb

I'll take it.
Comment 2 Tim Bishop freebsd_committer freebsd_triage 2014-05-31 01:15:30 UTC
This fails to build for me:

===>  Building for libgamepad-0.1.2
(cd /wrkdirs/usr/ports/devel/libgamepad/work/libgamepad-0.1.2 && make depend)
rm -f Makefile.depend
touch Makefile.depend
for file in *.c; do  cpp -I/usr/local/include -MM ${file} >> Makefile.depend;  echo -e "\t\${CC} -c \${CFLAGS} ${file}" >> Makefile.depend;  echo "" >> Makefile.depend;  done
cc -c -O2 -pipe -fno-strict-aliasing  -I/usr/local/include gamepad.c
cc -c -O2 -pipe -fno-strict-aliasing  -I/usr/local/include gamepad_usbhid.c
cc -c -O2 -pipe -fno-strict-aliasing  -I/usr/local/include gamepad_analog.c
cc -c -O2 -pipe -fno-strict-aliasing  -I/usr/local/include gamepad_libhid.c
gamepad_usbhid.c:16:19: error: bacon.h: No such file or directory
*** [gamepad_usbhid.o] Error code 1
1 error
===> Compilation failed unexpectedly.

Tim.
Comment 3 Tim Bishop freebsd_committer freebsd_triage 2014-06-03 16:14:21 UTC
Committed, thanks!