[Bug 200152] [maintainer update] x11-fm/doublecmd: update to version 0.6.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 12 18:50:29 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200152

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

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

USE_FOO is converted differently from USES=foo. To avoid regressing the option
check with

  $ make WITH=GTK2 -V USE_FPC
  $ make WITH=GTK2 -V USE_GNOME

  $ make WITHOUT=GTK2 -V USE_FPC
  $ make WITHOUT=GTK2 -V USE_GNOME

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

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


More information about the freebsd-ports-bugs mailing list