[Bug 250730] [UPDATE PORT] devel/godot: Update to 3.2.3, add joystick support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 30 05:34:52 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250730
Shane <FreeBSD at ShaneWare.Biz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #219215| |maintainer-approval+
Flags| |
--- Comment #2 from Shane <FreeBSD at ShaneWare.Biz> ---
Created attachment 219215
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219215&action=edit
maintainer update for devel/godot
Guess I forgot to send that update. I also had an update for the demo files.
I'll merge your changes in to this one.
Thanks for the joystick addition.
With adding the new option, you have got a little lost, maybe have a look at -
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html
The OPTIONS_GROUP adds to the OPTIONS_DEFINE, you don't need to have them in
both. While you don't need a group to add UDEV, redefining OPTIONS_GROUP is why
the audio options dissappeared.
If you had multiple device options you wanted in a group, you would add the
device group to OPTIONS_GROUP and then add a devices group
OPTIONS_GROUP= AUDIO DEVS
OPTIONS_GROUP_DEVS= UDEV EDEV RDEV
Or you could have added to OPTIONS_GROUP without changing the previous setting.
OPTIONS_GROUP+= DEVS
OPTIONS_GROUP_DEVS= UDEV EDEV RDEV
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list