Bug 219334

Summary: Add support of libgarcon-gtk[23] in Mk/Uses/xfce.mk
Product: Ports & Packages Reporter: Olivier Duchateau <duchateau.olivier>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me CC: madpilot, miwi, ports-bugs, rene, xfce
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219333
Bug Depends on: 219333, 219928    
Bug Blocks:    
Attachments:
Description Flags
Patch to update Mk/Uses/xfce.mk none

Description Olivier Duchateau 2017-05-16 14:57:09 UTC
Created attachment 182640 [details]
Patch to update Mk/Uses/xfce.mk

With the bug #219333, garcon supports Gtk2 and Gtk3, so we need to adjust dependencies.
libgarcon-2 will be dropped in the next release.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-09-18 14:17:26 UTC
A commit references this bug:

Author: madpilot
Date: Mon Sep 18 14:17:16 UTC 2017
New revision: 450042
URL: https://svnweb.freebsd.org/changeset/ports/450042

Log:
  - Update sysutils/garcon to 0.6.1 [1]
  - Differentiate between gtk2 and gtk3 libraries in Uses/xfce.mk [2]

  PR:			219334 [2], 219928 [1]
  Submitted by:		Olivier Duchateau <duchateau.olivier@gmail.com>
  Differential Revision:	D12387 [1] [2]

Changes:
  head/Mk/Uses/xfce.mk
  head/sysutils/garcon/Makefile
  head/sysutils/garcon/distinfo
  head/sysutils/garcon/files/patch-configure
  head/sysutils/garcon/files/patch-garcon-gtk_garcon-gtk-menu.c
  head/sysutils/garcon/pkg-descr
  head/sysutils/garcon/pkg-plist
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2017-09-18 14:21:55 UTC
Committed. Thanks!