Update to 0.9.28.
USE_BZIP2 -> USES=tar:bzip2 USE_GNOME=ltverhack -> USES=libtool:keepla Use INSTALL_TARGET=install-strip to strip libraries. This should fix a build failure as reported in [1] PR: ports/188797 [1] Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
This commit is contained in:
parent
ba5a55d38b
commit
43da0f508a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352824
3 changed files with 10 additions and 10 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= harfbuzz
|
||||
PORTVERSION= 0.9.25
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.9.28
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
|
||||
|
||||
|
@ -14,12 +13,12 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
|||
libicudata.so:${PORTSDIR}/devel/icu \
|
||||
libgraphite2.so:${PORTSDIR}/graphics/graphite2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_GNOME= cairo glib20 ltverhack
|
||||
USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= cairo glib20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-graphite2
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -27,7 +26,4 @@ CONFIGURE_ARGS= --with-graphite2
|
|||
EXTRA_PATCHES= ${PATCHDIR}/extra-src_hb-open-type-private.hh
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libharfbuzz*.so.0
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (harfbuzz-0.9.25.tar.bz2) = dc6e5997a569526cd28147a80a0f65466e87ae617753b38704a60184bc6d6bee
|
||||
SIZE (harfbuzz-0.9.25.tar.bz2) = 1051548
|
||||
SHA256 (harfbuzz-0.9.28.tar.bz2) = a567f7c58018af0a9751e18641fd8434bfcef8307122dabe47dd652ce8bde048
|
||||
SIZE (harfbuzz-0.9.28.tar.bz2) = 1063769
|
||||
|
|
|
@ -11,7 +11,9 @@ include/harfbuzz/hb-ft.h
|
|||
include/harfbuzz/hb-glib.h
|
||||
include/harfbuzz/hb-graphite2.h
|
||||
include/harfbuzz/hb-icu.h
|
||||
include/harfbuzz/hb-ot-font.h
|
||||
include/harfbuzz/hb-ot-layout.h
|
||||
include/harfbuzz/hb-ot-shape.h
|
||||
include/harfbuzz/hb-ot-tag.h
|
||||
include/harfbuzz/hb-ot.h
|
||||
include/harfbuzz/hb-set.h
|
||||
|
@ -23,9 +25,11 @@ include/harfbuzz/hb.h
|
|||
lib/libharfbuzz-icu.la
|
||||
lib/libharfbuzz-icu.so
|
||||
lib/libharfbuzz-icu.so.0
|
||||
lib/libharfbuzz-icu.so.0.928.0
|
||||
lib/libharfbuzz.la
|
||||
lib/libharfbuzz.so
|
||||
lib/libharfbuzz.so.0
|
||||
lib/libharfbuzz.so.0.928.0
|
||||
libdata/pkgconfig/harfbuzz-icu.pc
|
||||
libdata/pkgconfig/harfbuzz.pc
|
||||
share/gtk-doc/html/harfbuzz/annotation-glossary.html
|
||||
|
|
Loading…
Reference in a new issue