Created attachment 196710 [details] zita-resampler-1.6.2.diff It has somewhat breaking change: version 1.6.2 doesn't ship with *.so.1 file, so existing ports compiled with previous version will break. The ports declaring zita-resampler as dependency: audio/infamous-plugins-lv2 audio/guitarix-lv2 audio/drumgizmo As I'm maintainer of drumgizmo port, I'll add maintainer(s) of other ports to this PR.
I suppose the proper way to handle this situation is to open PR for mentioned ports and increasing PORTVERSION on all of them. If not, please advise!
Hi Goran, The lack of *.so.1 is a bug in the port, and needs to be fixed in their makefile. I did the same for audio/zita-convolver. The upstream author seems to believe that he needs to call ldconfig in order to create it. ldconfig needs to be removed, and ln should be used to create *.so.1
Created attachment 196711 [details] zita-resampler-1.6.2.diff
Thanx, Yuri! I copied your changes in the latest patch.
(In reply to Goran Mekić from comment #3) Thanks! This way it probably doesn't break any dependencies. Yuri
A commit references this bug: Author: swills Date: Sat Sep 1 00:33:29 UTC 2018 New revision: 478648 URL: https://svnweb.freebsd.org/changeset/ports/478648 Log: audio/zita-resampler: Update to 1.6.2 PR: 231026 Submitted by: Goran Meki? <meka@tilda.center> (maintainer) Changes: head/audio/zita-resampler/Makefile head/audio/zita-resampler/distinfo head/audio/zita-resampler/files/patch-Makefile head/audio/zita-resampler/pkg-plist
Committed, thanks!
Wrong patch was applied. ldconfig needs to be removed from Makefile.
A commit references this bug: Author: swills Date: Sun Sep 2 19:19:13 UTC 2018 New revision: 478813 URL: https://svnweb.freebsd.org/changeset/ports/478813 Log: audio/zita-resampler: use updated patch This removes the ldconfig and fixes building as a user PR: 231026 [1] PR: 231075 [2] Submitted by: Goran Meki? <meka@tilda.center> (maintainer) [1] Reported by: yuri [1] Reported by: jbeich [2] Changes: head/audio/zita-resampler/Makefile head/audio/zita-resampler/files/patch-Makefile head/audio/zita-resampler/pkg-plist