Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2024 23:17:10 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 720153c0a65b - main - graphics/libjxl: unbreak fetch via local copy
Message-ID:  <202412142317.4BENHAuv035712@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=720153c0a65b699720056ed8f8f33a899bdb4357

commit 720153c0a65b699720056ed8f8f33a899bdb4357
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-12-14 23:14:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-12-14 23:16:31 +0000

    graphics/libjxl: unbreak fetch via local copy
    
    Index abbreviation in git-format-patch(1) output seems to change
    frequently, probably due to GitHub load balancing.
    
    $ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles)
    ===>  License BSD3CLAUSE accepted by the user
    ===>   libjxl-0.11.1_1 depends on file: /usr/local/sbin/pkg - found
    => d2411cebb0c3.patch doesn't seem to exist in /tmp/distfiles.oqai7utRVB/.
    => Attempting to fetch https://github.com/libjxl/libjxl/commit/d2411cebb0c3.patch
    fetch: https://github.com/libjxl/libjxl/commit/d2411cebb0c3.patch: size mismatch: expected 3857, actual 3853
    => Couldn't fetch it - please try to retrieve this
    => port manually into /tmp/distfiles.oqai7utRVB/ and try again.
    *** Error code 1
    
    Reported by:    pkg-fallout (beefy21)
---
 graphics/libjxl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index 7a94d0c893bf..aa4ece3b1d9d 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -5,6 +5,7 @@ PORTREVISION=	1
 CATEGORIES=	graphics
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCH_SITES+=	LOCAL/jbeich/${PORTNAME}_patches # backup
 PATCHFILES+=	d2411cebb0c3.patch:-p1 # https://github.com/libjxl/libjxl/pull/4007
 
 MAINTAINER=	jbeich@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412142317.4BENHAuv035712>