From bc7a4a7a24900accddb22f9eddd87539234df85a Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Sun, 6 Oct 2019 10:14:21 +0000 Subject: [PATCH] With the commit of XFCE 4.14 the USES=xfce options changed. Now the default is gtk3, and the option becomes gtk2. Patch submitted by: madpilot@ Approved by: bcr@ Differential Revision: https://reviews.freebsd.org/D21723 --- .../books/porters-handbook/special/chapter.xml | 8 ++++---- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index 39bbaaf5c8..5701f80d46 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -6626,15 +6626,15 @@ post-patch: USE_XFCE= libmenu - - Using Xfce's Own GTK3 Widgets + + Using Xfce's Own GTK2 Widgets In this example, the ported application uses the - GTK3-specific widgets GTK2-specific widgets x11/libxfce4menu and x11/xfce4-conf. - USES= xfce:gtk3 + USES= xfce:gtk2 USE_XFCE= libmenu xfconf diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index 1344f38736..9aed43a5a9 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -3427,13 +3427,13 @@ BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL <literal>xfce</literal> - Possible arguments: (none), gtk3 + Possible arguments: (none), gtk2 Provide support for Xfce related ports. See for details. - The gtk3 argument specifies that the port - requires GTK3 support. It adds + The gtk2 argument specifies that the port + requires GTK2 support. It adds additional features provided by some core components, for example, x11/libxfce4menu and x11-wm/xfce4-panel.