| Summary: | audio/grip Update to 4.0.1 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jens Grassel <freebsd-ports> | ||||||||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||||||
| Status: | Closed FIXED | ||||||||||||||
| Severity: | Affects Only Me | CC: | rhurlin | ||||||||||||
| Priority: | --- | Flags: | freebsd-ports:
maintainer-feedback+
|
||||||||||||
| Version: | Latest | ||||||||||||||
| Hardware: | Any | ||||||||||||||
| OS: | Any | ||||||||||||||
| Attachments: |
|
||||||||||||||
Please test the port properly. Plist is incomplete. Created attachment 209730 [details]
Update audio/grip to 4.0.1
Sorry for the inconvenience, I updated the patch with the corrected plist.
(In reply to Jens Grassel from comment #2) Again, please test before submission. Plist is incorrect, it should not include licenses. Created attachment 209739 [details]
Update audio/grip to 4.0.1
Removed license files from pkg-plist.
USES change introduces Makefile warnings. Do you mean the portlint warning? WARN: Makefile: possible use of absolute pathname "/dev/somedevice\". That was there from the day I took over the port and I have no idea how to fix it. Regards, Jens (In reply to Jens Grassel from comment #6) No, I mean % DEVELOPER=yes make checksum ===> The default CDROM device is /dev/cd0 ===> Define WITH_CDROM_DEVICE if you want to change the default ===> For example, 'make WITH_CDROM_DEVICE="/dev/somedevice"' /!\ grip-4.0.1: Makefile warnings, please consider fixing /!\ Using USE_XORG alone is deprecated, please use USES=xorg Using USE_GNOME alone is deprecated, please add USES=gnome. Sorry, I forgot that it requires DEVELOPER=yes. I suggest to put it into your /etc/make.conf Created attachment 209802 [details]
Update audio/grip to 4.0.1
Hi,
thanks for the hint.
Hopefully now everything is right.
Regards,
Jens
The patch does not apply - it seems to be made against other port versions than we currently have in the portstree. Created attachment 209809 [details]
Update audio/grip to 4.0.1
Oh my, I should stop making these _after_ work. ;-)
It should work now and again sorry for the inconvenience.
Kind regards,
Jens
A commit references this bug: Author: amdmi3 Date: Tue Dec 10 11:41:48 UTC 2019 New revision: 519660 URL: https://svnweb.freebsd.org/changeset/ports/519660 Log: - Update to 4.0.1 PR: 242398 Submitted by: freebsd-ports@jan0sch.de (maintainer) Changes: head/audio/grip/Makefile head/audio/grip/distinfo head/audio/grip/pkg-plist This time it's good, thanks! |
Created attachment 209645 [details] Patch to update audio/grip to version 4.0.1 Hi, I've attached a patch to update audio/grip to the latest version (4.0.1). ### Changelog #### v4.0.1 * Patch from Dan Fandrich: - Stop copying overlapping strings on multi-artist CDs * Add korean translation from TP * nl.po, zh_CN.po: Update translations from TP #### v4.0.0 * Patches from Adrian Reber: - Remove vte dependency grip uses vte for its status window. The version of vte grip relies on is not maintained upstream for a long time. This commit removes the complete status window functionality from grip. Messages previously sent to the status window are now sent to the console. - Switch to non-deprecated g_string functions - Ignore deprecation errors Kind regards, Jens