Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Nov 2018 00:30:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 233023] [PATCH] devel/libical: Convert to OPTIONS framework
Message-ID:  <bug-233023-6497-wnhBZ5QqOS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233023-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233023-6497@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=3D233023

Nathan <ndowens@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ndowens@yahoo.com

--- Comment #1 from Nathan <ndowens@yahoo.com> ---
Comment on attachment 199011
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199011
Patch converting port to OPTIONS framework, disabling MAKE_JOBS_UNSAFE

+#MAKE_JOBS_UNSAFE=3D yes=20
Remove, since it is not being used

put OPTIONS_SUB below OPTIONS_DEFAULT

For appearance, I'd put a space between each option=20

+CMAKE_ARGS+=3D           -DICAL_BUILD_DOCS=3Dfalse
Does not belong below OPTIONS_ as it is not part of OPTIONS block. Nothing
should go after OPTIONS_ except, for example: post-install: and similar

--=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-233023-6497-wnhBZ5QqOS>