Opened 13 years ago
Closed 13 years ago
#38252 closed update (fixed)
ola @0.8.28 new upstream release
| Reported by: | nomis52@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.3 |
| Keywords: | haspatch maintainer | Cc: | p3k (Tobi Schäfer), othiman@… |
| Port: | ola |
Description
Update to reflect the new upstream release. This also adds the OSC variant and enables it by default. (OSC was included from 0.8.26).
Attachments (2)
Change History (11)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 13 years ago by nomis52@…
| Attachment: | Portfile-ola.diff added |
|---|
comment:5 Changed 13 years ago by ci42
Replying to nomis52@…:
ping
Building ola with clang (clang-425.0.27) fails::
In file included from DmxTriDevice.cpp:24:
../../plugins/usbpro/DmxTriDevice.h:84:19: error: private field 'm_device' is not used [-Werror,-Wunused-private-field]
DmxTriDevice *m_device;
^
1 error generated.
It works with llvm-gcc, so you should either blacklist clang or better fix the build issue with clang.
Changed 13 years ago by nomis52@…
| Attachment: | Portfile.ola.diff added |
|---|
comment:7 Changed 13 years ago by nomis52@…
I've attached a new diff to pick up release 0.8.28. This fixes the build issues.
comment:8 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
| Cc: | ryandesign@… removed |
|---|---|
| Owner: | changed from macports-tickets@… to ryandesign@… |
| Status: | new → assigned |
| Summary: | ola @0.8.27 new upstream release → ola @0.8.28 new upstream release |
comment:9 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

The osc variant is insufficient as written. All it does is add a dependency, but it does nothing to ensure that the dependency will not be used if the variant is not selected.