ports/162042: [patch] multimedia/libass: add HARFBUZZ option

Nali Toja nalitoja at gmail.com
Wed Oct 26 23:50:09 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list