Bug 236733 - x11/xfce4-taskmanager: Don't mix libwnck and libwnck3
Summary: x11/xfce4-taskmanager: Don't mix libwnck and libwnck3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-xfce (Nobody)
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2019-03-23 13:41 UTC by Olivier Duchateau
Modified: 2019-03-24 09:49 UTC (History)
1 user (show)

See Also:
madpilot: maintainer-feedback+


Attachments
Don't mix libwnck and libwnck3 (387 bytes, patch)
2019-03-23 13:41 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2019-03-23 13:41:59 UTC
Created attachment 203067 [details]
Don't mix libwnck and libwnck3

Patch unset libwnck in CONFIGURE_ARGS macro.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2019-03-23 14:55:19 UTC
Thanks for the patch.

Looks like configure is, luckily, smart enough to figure out which version to use correctly, since the resulting package works fine.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-03-24 09:48:57 UTC
A commit references this bug:

Author: madpilot
Date: Sun Mar 24 09:48:52 UTC 2019
New revision: 496710
URL: https://svnweb.freebsd.org/changeset/ports/496710

Log:
  Don't mix wnck and wnck3 options in CONFIGURE_ARGS.

  PR:		236733
  Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>

Changes:
  head/x11/xfce4-taskmanager/Makefile
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2019-03-24 09:49:42 UTC
Committed. Thanks!