FreeBSD Bugzilla – Attachment 206297 Details for
Bug 239662
[exp-run] print/harfbuzz drop cairo dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Optionfy hbview, the cairo utility.
harfbuzz-less-cairo.diff (text/plain), 1.68 KB, created by
Koop Mast
on 2019-08-05 16:34:10 UTC
(
hide
)
Description:
Optionfy hbview, the cairo utility.
Filename:
MIME Type:
Creator:
Koop Mast
Created:
2019-08-05 16:34:10 UTC
Size:
1.68 KB
patch
obsolete
>Index: print/harfbuzz/Makefile >=================================================================== >--- print/harfbuzz/Makefile (revision 508120) >+++ print/harfbuzz/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= harfbuzz > PORTVERSION= 2.5.3 >-PORTREVISION?= 1 >+PORTREVISION?= 2 > CATEGORIES= print > MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ > >@@ -10,25 +10,38 @@ > MAINTAINER= gnome@FreeBSD.org > COMMENT?= OpenType text shaping engine > >+LICENSE= MIT >+ > LIB_DEPENDS= libfreetype.so:print/freetype2 \ > libgraphite2.so:graphics/graphite2 > >-USE_LDCONFIG= yes > USES= compiler:c++11-lib gettext-runtime gmake gnome libtool \ > pathfix pkgconfig tar:xz >-USE_GNOME= cairo glib20 introspection:build >+USE_GNOME= glib20 introspection:build >+ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes >+USE_LDCONFIG= yes >+ > INSTALL_TARGET= install-strip > TEST_TARGET= check > >+OPTIONS_SUB= yes >+OPTIONS_DEFINE= HBVIEW >+ > PLIST_SUB+= LIBVER=0.20503.0 > >+HBVIEW_CONFIGURE_WITH= cairo >+HBVIEW_DESC= Utility to show input string as rendered shaped output >+HBVIEW_USE= GNOME+=cairo >+ > HARFBUZZ_SLAVE?= no > > .if ${HARFBUZZ_SLAVE} == no > CONFIGURE_ARGS+= --without-icu > .else >+OPTIONS_EXCLUDE= HBVIEW >+ > CONFIGURE_ARGS+= --with-icu \ > --disable-gtk-doc-html > LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ >Index: print/harfbuzz/pkg-plist >=================================================================== >--- print/harfbuzz/pkg-plist (revision 508120) >+++ print/harfbuzz/pkg-plist (working copy) >@@ -1,7 +1,7 @@ > bin/hb-ot-shape-closure > bin/hb-shape > bin/hb-subset >-bin/hb-view >+%%HBVIEW%%bin/hb-view > include/harfbuzz/hb-aat-layout.h > include/harfbuzz/hb-aat.h > include/harfbuzz/hb-blob.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239662
: 206297