audio/libgig: Update to 4.0.0 and downstream updates required by it.
Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 12878 Build 13140: arc lint + arc unit
Event Timeline
| audio/libgig/Makefile | ||
|---|---|---|
| 10 | awesome =) | |
| audio/libgig/pkg-plist | ||
|---|---|---|
| 26 | ^ this bumps the so version number. Now you have the fun job of finding out which things use this port. for example you can awk -F '|' '/libgig/{print $2 }' INDEX-12and then filter the output to direct dependencies. or you can look at freshports.org: [1] which has a section This port is required by: for Libraries, where you can find the same information much quicker =). These ports all need to have their PORTREVISION bumped [2]: Examples of when PORTREVISION must be bumped: Version bump of a port's shared library dependency (in this case, someone trying to install the old package after installing a newer version of the dependency will fail since it will look for the old libfoo.x instead of libfoo.(x+1)). [1] https://www.freshports.org/audio/libgig | |
| audio/libgig/pkg-plist | ||
|---|---|---|
| 26 | Only one port: audio/linuxsampler | |
| audio/libgig/pkg-plist | ||
|---|---|---|
| 26 | also:
they both libdepend on libgig. | |
| audio/libgig/pkg-plist | ||
|---|---|---|
| 26 | Ah yes, 3 ports. Should I include their bumps in this commit? | |
linuxsampler has a new version. They might be in sync. They are sourced from the same website.
Can you try to build it with the updated libgig to confirm whether it fails :) -- if so, you can include the update of it too.
Added the audio/linuxsampler version update.
No other ports seem to depend on linuxsampler's libraries