[Bug 248558] misc/shared-mime-info: Update to 2.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 12 19:54:23 UTC 2020


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

--- Comment #4 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to Tobias C. Berner from comment #2)
> +pre-configure:
> +	cd ${WRKSRC}/src/xdgmime/src && ${GMAKE}

Doesn't respect CFLAGS. To fix add ${SETENV} ${MAKE_ENV} before ${GMAKE} and
substitute = with += in src/xdgmime/src/Makefile.

> +do-test:
> +	cd ${WRKSRC} && meson test -C ${MESON_BUILD_DIR} --print-errorlogs

Note, USES=meson defines do-test target by default.

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


More information about the freebsd-desktop mailing list