Summary: | [patch] x11-toolkits/wxgtk30: fix dependencies, add NOTIFY option, address portlint error | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andriy Voskoboinyk <avos> | ||||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | portmaster | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(portmaster) |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 197143 [details]
Portlint -AC output
A commit references this bug: Author: tobik Date: Mon Jan 28 07:06:07 UTC 2019 New revision: 491458 URL: https://svnweb.freebsd.org/changeset/ports/491458 Log: x11-toolkits/wxgtk30: Add NOTIFY option Without this libnotify might be autodetected and automatically picked up if present in the build environment. - Add some missing dependencies - Pet portlint - Reset maintainer after the long timeout PR: 231399 Submitted by: avos Approved by: portmaster@bsdforge.com (maintainer timeout, ~4 months) Changes: head/x11-toolkits/wxgtk30/Makefile |
Created attachment 197142 [details] Makefile.diff - Add USES+=gnome, gl (requested by bsd.port.mk with DEVELOPER=yes in /etc/make.conf) - Add NOTIFY option for notifications support via libnotify; without this change it's autodetected and automatically picked up if present (without dependency record) - Append libGL / cairo / gdk-pixbuf2 port dependencies (libGL is needed by libGLU and cairo / gdk-pixbuf2 - by gtk20, so there will be no visible change). - Move DISTVERSIONPREFIX before PORTREVISION as suggested by portlint(1). - Bump PORTREVISION due to dependencies / options change.