audio/libgig: Update to 4.0.0 and downstream updates required by it.
Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
audio/libgig/Makefile | ||
---|---|---|
10 ↗ | (On Diff #35468) | awesome =) |
audio/libgig/pkg-plist | ||
---|---|---|
26 ↗ | (On Diff #35471) | ^ 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-12 and 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 ↗ | (On Diff #35471) | Only one port: audio/linuxsampler |
audio/libgig/pkg-plist | ||
---|---|---|
26 ↗ | (On Diff #35471) | also:
they both libdepend on libgig. |
audio/libgig/pkg-plist | ||
---|---|---|
26 ↗ | (On Diff #35471) | 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