Summary: | www/cliqz: Update to 1.25.2 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Santhosh Raju <santhosh.raju> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | philip, swills |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | 236444 | ||
Bug Blocks: | |||
Attachments: |
This has a plist issue: Error: Orphaned: lib/cliqz/libmozwayland.so and also a symlink issue: Warning: Bad symlink '/usr/local/bin/cliqz' pointing to an absolute pathname '/usr/local/lib/cliqz/cliqz-bin' Created attachment 202270 [details] cliqz-1.25.2 update patch with plist fixes I have attached a new patch which fixes the missing plist update. Let me know if this works for you. > Warning: Bad symlink '/usr/local/bin/cliqz' pointing to an absolute pathname '/usr/local/lib/cliqz/cliqz-bin' Regarding the above it is done in post-install section. ${LN} -sf ${PREFIX}/lib/${PORTNAME}/${PORTNAME}-bin ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Do you have a suggestion on how to fix this? Created attachment 202327 [details] cliqz-1.25.2 update patch with fixes for plist and symlink warning I got a bit of time and went through the porters-handbook and replaced the absolute symbolic link reference with a relative symbolic link. https://www.freebsd.org/doc/en/books/porters-handbook/special.html And this fixed the warning message. I have updated the patch and obsoleted the two other patches. Let me know if the issues have been fixed once you apply this patch. Thank you. Hello Any update on applying this patch to update www/cliqz? Created attachment 202668 [details]
cliqz-1.25.2 update patch with fixes for plist and symlink warning
Patch has been updated to consider the recent commits made in www/cliqz port.
Should no longer cause rejects when applying.
A commit references this bug: Author: philip Date: Thu Mar 7 04:08:13 UTC 2019 New revision: 494876 URL: https://svnweb.freebsd.org/changeset/ports/494876 Log: www/cliqz: Update to 1.25.2 PR: 235941 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Changes: head/www/cliqz/Makefile head/www/cliqz/distinfo head/www/cliqz/pkg-plist |
Created attachment 202267 [details] Patch to upgrade the ports script to support cliqz-1.25.2 builds. Cliqz has been updated from version 1.24.2 to 1.25.2. I have made a patch that makes changes to the ports script to support building cliqz-1.25.2. It would be nice if the patch can be applied to the ports tree of FreeBSD. Thank you Santhosh