Summary: | Update x11/tint to 0.12.12 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | yamagi | ||||||||
Component: | Individual Port(s) | Assignee: | Tobias C. Berner <tcberner> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | olivierd, tcberner | ||||||||
Priority: | --- | Flags: | yamagi:
maintainer-feedback+
|
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Back to pool. Created attachment 179966 [details]
Slightly different patch
I would suggest my slightly modified patch
* Use the github mirror of the project
* The NLS option seemed broken to me
* Drop gettext from USES, and only add it to NLS
* Use OPT_CMAKE_BOOL/_OFF
mfg Tobias
Created attachment 179968 [details]
Slightly different patch (v2)
I think the NLS option was still broken in my previous patch. Hopefully fixed now...
Using the Github mirror is a very good idea. The fixes NLS options are looking good, too. Go ahead and commit it. :) Comment on attachment 179968 [details]
Slightly different patch (v2)
maintainer-approval
Mkay, apparently I'm to stupid to set the maintainer approval flag on the second patch or Bugzilla doesn't like me. Therefor in word: The patch has my approval. A commit references this bug: Author: tcberner Date: Tue Feb 14 19:34:42 UTC 2017 New revision: 434134 URL: https://svnweb.freebsd.org/changeset/ports/434134 Log: Update x11/tint to 0.12.12 Slightly modified version of the one originally submitted in the PR. PR: 216996 Submitted by: yamagi@yamagi.org Reported by: yamagi@yamagi.org Approved by: yamagi@yamagi.org (maintainer), rakuco (mentor) Changes: head/x11/tint/Makefile head/x11/tint/distinfo head/x11/tint/files/ head/x11/tint/files/patch-src_tint2conf_po_CMakeLists.txt head/x11/tint/pkg-plist |
Created attachment 179870 [details] Update x11/tint to 0.12.12 The attached patch updates x11/tint to version 0.12.12. Changes to the application: * Set task maximum height equal to width if not specified * Borders can now be drawn on only some sides * Updated man page * The geometry of panel items is printed to stderr if the environment variable DEBUG_GEOMETRY is set Changes to the port: * Switch master site to Gitlab. * Add some missing files to the plist This updates was tested with Poudriere on FreeBSD 10.3 and 11.0. I've used the new version on my desktop for several days.