Date: Wed, 26 Oct 2011 23:41:51 +0000 From: Nali Toja <nalitoja@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/162042: [patch] multimedia/libass: add HARFBUZZ option Message-ID: <86fwifxqv4.fsf@gmail.com> Resent-Message-ID: <201110262350.p9QNo8EV079599@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162042 >Category: ports >Synopsis: [patch] multimedia/libass: add HARFBUZZ option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 26 23:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nali Toja >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: depends on ports/162041 >Description: >How-To-Repeat: >Fix: --- harfbuzz.diff begins here --- Index: multimedia/libass/Makefile =================================================================== RCS file: /a/.csup/ports/multimedia/libass/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- multimedia/libass/Makefile 25 Oct 2011 06:46:43 -0000 1.4 +++ multimedia/libass/Makefile 26 Oct 2011 23:26:23 -0000 @@ -27,4 +27,14 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes +OPTIONS= HARFBUZZ "use harfbuzz shaping" OFF + +.include <bsd.port.options.mk> + +.if defined(WITH_HARFBUZZ) +LIB_DEPENDS+= harfbuzz.700:${PORTSDIR}/print/harfbuzz +.else +CONFIGURE_ARGS+=--disable-harfbuzz +.endif + .include <bsd.port.mk> --- harfbuzz.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fwifxqv4.fsf>