diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-07-25 19:11:32 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-07-25 19:11:32 +0000 |
commit | eff719206ec9a6e8452909a8ce3d4cf2dd306091 (patch) | |
tree | 2035e0ebb802b3e8a1b741150ef47e32029ce1c5 /print | |
parent | 6919a37e8eb21a2bce108ff0ff9f80a3096f7c04 (diff) | |
download | ports-eff719206ec9a6e8452909a8ce3d4cf2dd306091.tar.gz ports-eff719206ec9a6e8452909a8ce3d4cf2dd306091.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | print/harfbuzz/distinfo | 5 | ||||
-rw-r--r-- | print/harfbuzz/files/patch-configure | 16 | ||||
-rw-r--r-- | print/harfbuzz/pkg-plist | 1 |
4 files changed, 22 insertions, 4 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index da2ee68bac82..00f298f3f18a 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.2.7 +PORTVERSION= 1.3.0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10200.7 +PLIST_SUB+= LIBVER=0.10300.0 EXTRA_PATCHES+= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}} EXTRA_PATCHES_FreeBSD_9= ${PATCHDIR}/extra-src_hb-open-type-private.hh diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index 11a9678ac13f..35c6513afb42 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,2 +1,3 @@ -SHA256 (harfbuzz-1.2.7.tar.bz2) = bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026 -SIZE (harfbuzz-1.2.7.tar.bz2) = 1345389 +TIMESTAMP = 1469091491 +SHA256 (harfbuzz-1.3.0.tar.bz2) = b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d +SIZE (harfbuzz-1.3.0.tar.bz2) = 1351234 diff --git a/print/harfbuzz/files/patch-configure b/print/harfbuzz/files/patch-configure new file mode 100644 index 000000000000..ddb4daef2c6e --- /dev/null +++ b/print/harfbuzz/files/patch-configure @@ -0,0 +1,16 @@ +# Origin: https://cgit.freedesktop.org/harfbuzz/commit/?id=dd31fc9f7e6d23b414b22874de96eb3c002c80ba +# Subject: Don't build UCDN support when building with GLib (#296) +# Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446. +# Applied to configure instead of configure.ac file, because it was generated. + +--- configure.orig 2016-07-21 08:57:54 UTC ++++ configure +@@ -18678,7 +18678,7 @@ fi + + + have_ucdn=true +-if $have_glib || $have_icu && test "x$with_icu" = "xbuiltin"; then ++if $have_glib || test \( $have_icu -a "x$with_icu" = "xbuiltin" \); then + have_ucdn=false + fi + if $have_ucdn; then diff --git a/print/harfbuzz/pkg-plist b/print/harfbuzz/pkg-plist index 0d47d3d5eec9..aa8b1ec1c4de 100644 --- a/print/harfbuzz/pkg-plist +++ b/print/harfbuzz/pkg-plist @@ -95,6 +95,7 @@ share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 share/gtk-doc/html/harfbuzz/hello-harfbuzz.html share/gtk-doc/html/harfbuzz/home.png share/gtk-doc/html/harfbuzz/index.html +share/gtk-doc/html/harfbuzz/index.sgml share/gtk-doc/html/harfbuzz/install-harfbuzz.html share/gtk-doc/html/harfbuzz/left-insensitive.png share/gtk-doc/html/harfbuzz/left.png |