mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/ladybird: fix build with recent clang
Recent clang wants <> after the template keyword. Pull in an upstream commit to give clang what it desires. Reported by: yuri PR: 276703 MFH: 2025Q1
This commit is contained in:
parent
46c9049bcd
commit
b3650b9231
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= ladybird
|
||||
PORTVERSION= g20240505
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/unicode-org/cldr-json/releases/download/${CLDRVERSION}/:cldr \
|
||||
https://www.unicode.org/Public/${UCDVERSION}/ucd/:ucd \
|
||||
|
@ -15,6 +15,9 @@ DISTFILES= cldr-${CLDRVERSION}-json-modern.zip:cldr \
|
|||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_ONLY= ${_DISTFILES:M*${GH_ACCOUNT}*}
|
||||
|
||||
PATCH_SITES= https://github.com/LadybirdBrowser/ladybird/commit/
|
||||
PATCHFILES= 397774d42272fff8dbc6d8d53616d79667d6608a.diff:-p1
|
||||
|
||||
MAINTAINER= fuz@FreeBSD.org
|
||||
COMMENT= SerenityOS web browser
|
||||
WWW= https://ladybird.dev/
|
||||
|
@ -25,7 +28,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
# see Userland/Libraries/LibWeb/Loader/ResourceLoader.h
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386 riscv64
|
||||
ONLY_FOR_ARCHS_REASON= other architectures not recognised by build system
|
||||
BROKEN_FreeBSD_15_amd64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276703
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat:dns/public_suffix_list \
|
||||
${LOCALBASE}/share/color/Adobe/CMYK/USWebCoatedSWOP.icc:graphics/icc-profiles-adobe-cs4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1714913472
|
||||
TIMESTAMP = 1738069840
|
||||
SHA256 (ladybird-g20240505/cldr-44.0.1-json-modern.zip) = 6daf783158fb3b09aa026a048e1f5ed5773148387b1edadfad33f303371f332a
|
||||
SIZE (ladybird-g20240505/cldr-44.0.1-json-modern.zip) = 47935704
|
||||
SHA256 (ladybird-g20240505/UCD.zip) = cb1c663d053926500cd501229736045752713a066bd75802098598b7a7056177
|
||||
|
@ -11,3 +11,5 @@ SHA256 (ladybird-g20240505/cacert-2023-08-22.pem) = 23c2469e2a568362a62eecf1b49e
|
|||
SIZE (ladybird-g20240505/cacert-2023-08-22.pem) = 221470
|
||||
SHA256 (ladybird-g20240505/SerenityOS-serenity-g20240505-3a7bea7402e879f731c9f4802cec84921f496942_GH0.tar.gz) = 167bccf09e4d3325e5dd292559f6b6179922d410b8aec481ab8853d816592d31
|
||||
SIZE (ladybird-g20240505/SerenityOS-serenity-g20240505-3a7bea7402e879f731c9f4802cec84921f496942_GH0.tar.gz) = 69958563
|
||||
SHA256 (ladybird-g20240505/397774d42272fff8dbc6d8d53616d79667d6608a.diff) = 8fb523343290d9bfc36b09979e2ff5d8a57010bb53bbee6ca6109d4e11b53587
|
||||
SIZE (ladybird-g20240505/397774d42272fff8dbc6d8d53616d79667d6608a.diff) = 3567
|
||||
|
|
Loading…
Add table
Reference in a new issue