Summary: | x11/hs-xmobar: update to 0.32 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dhananjay Balan <mail> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-haskell (Nobody) <haskell> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | arrowd, mail, tcberner | ||||||
Priority: | --- | Keywords: | patch-ready | ||||||
Version: | Latest | Flags: | mail:
maintainer-feedback+
|
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Dhananjay Balan
2020-01-02 09:48:50 UTC
Is mpd and so no longer a dependency? Good catch, we might actually need them. I'll run a totally isolated poudriere build again and check. And remove a PORTREVISION=1 too. I was building with options disabled, the port needs mpd et al. However while trying to update mpd, I have build complaining rejecting: safe-exceptions-0.1.7.0 (conflict: base==4.12.0.0/installed-4.1..., safe-exceptions => base>=4.7 && <4.11) However on hackage[1] safe-exceptions has base (>=4.7 && <4.14), another detail is this package had some metadata revisions[2]. Does anyone know whats going on here? Also full logs for build: https://pb.planet-express.in/en/view/5e0f5f379a09c [1] https://hackage.haskell.org/package/safe-exceptions [2] https://hackage.haskell.org/package/safe-exceptions-0.1.7.0/revisions/ Did you add safe-exceptions-0.1.7.0_5 to USE_CABAL? Created attachment 210431 [details]
updated-patch
That was it, thanks.
I have updated the patch with changes
1. Update xmobar to 0.32
2. Update to libmpd version (needed by xmobar)
3. Removes optional _USE xorg since xorg is used always
A commit references this bug: Author: arrowd Date: Sat Jan 4 10:24:23 UTC 2020 New revision: 522027 URL: https://svnweb.freebsd.org/changeset/ports/522027 Log: x11/hs-xmobar: Update to 0.32. PR: 243033 Submitted by: Dhananjay Balan <mail@dbalan.in> Reviewed by: arrowd, tcberner Changes: head/x11/hs-xmobar/Makefile head/x11/hs-xmobar/distinfo Thank you for your work on this. |