Date: Tue, 2 Mar 2021 14:29:43 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566954 - head/devel/libappindicator Message-ID: <202103021429.122EThV8013518@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Mar 2 14:29:43 2021 New Revision: 566954 URL: https://svnweb.freebsd.org/changeset/ports/566954 Log: Unbreak the build when Mono is installed. Ideally MONO option should be introduced with missing dependencies added, and this `post-patch' target converted to `post-patch-MONO-off' (unfortunately, configure script does not have --disable-mono switch or useful ac_cv_FOO variable which can be passed via CONFIGURE_ENV). Modified: head/devel/libappindicator/Makefile Modified: head/devel/libappindicator/Makefile ============================================================================== --- head/devel/libappindicator/Makefile Tue Mar 2 14:28:22 2021 (r566953) +++ head/devel/libappindicator/Makefile Tue Mar 2 14:29:43 2021 (r566954) @@ -47,6 +47,10 @@ MAJOR_VER= 12.10.1 SNAPSHOT_VER= 18.04.20180322.1 PATCH_VER= 0ubuntu5 +post-patch: + @${REINPLACE_CMD} -e 's,has_mono=true,has_mono=disabled,' \ + ${WRKSRC}/configure.ac + pre-configure: cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103021429.122EThV8013518>