Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2015 18:50:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200152] [maintainer update] x11-fm/doublecmd: update to version 0.6.2
Message-ID:  <bug-200152-13-slJdeKV21O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200152-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200152-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200152

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 156711
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D156711
Patch to version 0.6.2

> .if ${PORT_OPTIONS:MGTK2}
>-USE_FPC+=3D	gtk2
>-USE_GNOME=3D	gtk20
[...]
>+GTK2_USE_FPC=3D		gtk2
>+GTK2_USE_GNOME=3D		gtk20

USE_FOO is converted differently from USES=3Dfoo. To avoid regressing the o=
ption
check with

  $ make WITH=3DGTK2 -V USE_FPC
  $ make WITH=3DGTK2 -V USE_GNOME

  $ make WITHOUT=3DGTK2 -V USE_FPC
  $ make WITHOUT=3DGTK2 -V USE_GNOME

https://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html=
#options-use

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200152-13-slJdeKV21O>