diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2025-03-12 08:45:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2025-03-12 23:24:35 +0000 |
commit | 924cf2cbb85eb6d9ca966132221d8d6fb5dc1320 (patch) | |
tree | 98be0ab85d6b8711e3521375fc9be608221efe0f | |
parent | d3287caa95abba5c47ac559f570d11aaf6b9d8ce (diff) |
x11-fonts/fcft: update to 3.3.0
Changes: https://codeberg.org/dnkl/fcft/releases/tag/3.3.0
Reported by: upstream (via mail)
-rw-r--r-- | x11-fonts/fcft/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/fcft/distinfo | 6 | ||||
-rw-r--r-- | x11-fonts/fcft/pkg-plist | 2 | ||||
-rw-r--r-- | x11/foot/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/x11-fonts/fcft/Makefile b/x11-fonts/fcft/Makefile index a98dd2282491..2d40a8268da2 100644 --- a/x11-fonts/fcft/Makefile +++ b/x11-fonts/fcft/Makefile @@ -1,5 +1,5 @@ PORTNAME= fcft -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.0 CATEGORIES= x11-fonts MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/x11-fonts/fcft/distinfo b/x11-fonts/fcft/distinfo index 83694abc71b3..3f983063e1ef 100644 --- a/x11-fonts/fcft/distinfo +++ b/x11-fonts/fcft/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741180057 -SHA256 (fcft-3.2.0.tar.gz) = 6d946befcd4edf54d9ae173b8883faa46d84ab554b250f6cb3c659fb8d6b0f71 -SIZE (fcft-3.2.0.tar.gz) = 734390 +TIMESTAMP = 1741769116 +SHA256 (fcft-3.3.0.tar.gz) = 2c5b36f72d3e7b129052d5b87ab7446ae95394bc24f7ad23e639e783eef9421b +SIZE (fcft-3.3.0.tar.gz) = 735121 diff --git a/x11-fonts/fcft/pkg-plist b/x11-fonts/fcft/pkg-plist index d36ca71838c3..cbd31781d15e 100644 --- a/x11-fonts/fcft/pkg-plist +++ b/x11-fonts/fcft/pkg-plist @@ -2,7 +2,7 @@ include/fcft/fcft.h include/fcft/stride.h lib/libfcft.so lib/libfcft.so.4 -lib/libfcft.so.4.2.0 +lib/libfcft.so.4.3.0 libdata/pkgconfig/fcft.pc %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE diff --git a/x11/foot/Makefile b/x11/foot/Makefile index 217f0c22b2bb..9bd8ef38e582 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ USES= compiler:c11 meson pkgconfig xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} +MESON_ARGS= -Dwerror=false # XXX Drop after 1.20.3/1.21.0 update OPTIONS_DEFINE= DOCS LTO NOTIFY PGO UTF8PROC XDG OPTIONS_DEFAULT=LTO NOTIFY PGO UTF8PROC XDG @@ -72,7 +73,8 @@ post-patch: .if !defined(DEFAULT_POST_BUILD) post-build-PGO-on: - (cd ${BUILD_WRKSRC} && ./tests/test-config) # -Wbackend-plugin/-Wmissing-profile +# XXX Uncomment after 1.20.3/1.21.0 update, https://codeberg.org/dnkl/foot/issues/1992 +# (cd ${BUILD_WRKSRC} && ./tests/test-config) # -Wbackend-plugin/-Wmissing-profile (cd ${BUILD_WRKSRC} && ./utils/xtgettcap) # -Wbackend-plugin/-Wmissing-profile (cd ${BUILD_WRKSRC} && ./${PORTNAME}client --version) # -Wbackend-plugin/-Wmissing-profile (cd ${BUILD_WRKSRC} && ./${PORTNAME} --version) # -Wbackend-plugin/-Wmissing-profile |